Home » Developer & Programmer » Forms » Popup menu - focus
|
Re: Popup menu - focus [message #677700 is a reply to message #677689] |
Tue, 08 October 2019 02:44   |
 |
Littlefoot_fan
Messages: 18 Registered: June 2019 Location: Uruguay
|
Junior Member |
|
|
You could create the PRE-POPUP-MENU trigger on ITEM2 and then do:
-- This variable should contain the name of your ITEM2
message(':SYSTEM.MOUSE_ITEM = ' || :SYSTEM.MOUSE_ITEM);pause;
I think that in this trigger you can get your properties of ITEM2.
[Updated on: Tue, 08 October 2019 03:33] Report message to a moderator
|
|
|
Re: Popup menu - focus [message #677712 is a reply to message #677700] |
Tue, 08 October 2019 10:17  |
 |
jury68000
Messages: 33 Registered: October 2019
|
Member |
|
|
Thanks, but there is still the focused item ( item1 ) under :system.mouse_item. But I think I found the solution ( well, not me, I got this from a workmate ). I need to execute synchronize under PRE-POPUP-MENU and then under :system.mouse_item should always be the proper item which is under the mouse. I do not fully understand those trigger dependencies under Forms yet.
[Updated on: Tue, 08 October 2019 10:29] Report message to a moderator
|
|
|
Goto Forum:
Current Time: Thu Apr 17 05:26:07 CDT 2025
|