Tree View Issue
Posted: Fri Mar 09, 2018 3:49 pm
I have a tree view to which I'm adding various RPs. I'm catching the #treeItems.ItemGotFocus event to determine which is the active item.
One of my RPs has a text box element and when I click into the textbox the above event fires.
But another contains a DateTime Picker and if I click on the white area of the date box or I use the event fires but if instead I click on the first part of the date (as in 22 in 22/12/2017) then the itemGotFocus does not fire. If I click on the down arrow to the month view the itemGotFocus again does not fire.
Since anyone change. How can I capture these events in the RP and propagate them back to the tree as itemGotFocus events.
Cheers
One of my RPs has a text box element and when I click into the textbox the above event fires.
But another contains a DateTime Picker and if I click on the white area of the date box or I use the event fires but if instead I click on the first part of the date (as in 22 in 22/12/2017) then the itemGotFocus does not fire. If I click on the down arrow to the month view the itemGotFocus again does not fire.
Since anyone change. How can I capture these events in the RP and propagate them back to the tree as itemGotFocus events.
Cheers