xmiinc
05-23-2003, 06:53 PM
I'm relatively new to FMX...can this be done?
I have a scenario where I want the selection in one listbox to visually indicate a reverse-relationship by highlighting its 'container' entry in a 2nd listbox, but without a resulting action/event being triggered in that 2nd listbox that would otherwise be the case, if I used the mouse. I've got the reverse-relationship part happening but how to suppress the resulting event that makes unwanted changes...as if I were actually selecting that item?
Basically, I'm in a List-All-Items mode, select an item, indicate a reverse-relationship to the container of that item, but *do not* actually select the container, or else you jump out of List-All-Items mode...somehow I need to do the indication without the actual select.
Any suggestions? Would a hitTest, as a 2nd parameter in a select-condition be appropriate here?
I have a scenario where I want the selection in one listbox to visually indicate a reverse-relationship by highlighting its 'container' entry in a 2nd listbox, but without a resulting action/event being triggered in that 2nd listbox that would otherwise be the case, if I used the mouse. I've got the reverse-relationship part happening but how to suppress the resulting event that makes unwanted changes...as if I were actually selecting that item?
Basically, I'm in a List-All-Items mode, select an item, indicate a reverse-relationship to the container of that item, but *do not* actually select the container, or else you jump out of List-All-Items mode...somehow I need to do the indication without the actual select.
Any suggestions? Would a hitTest, as a 2nd parameter in a select-condition be appropriate here?