I am trying to display a pop-up menu on a grid for a program executing on Acu-To-Web
I managed to get it working, and actually identify what grid row it was clicked on.
It seems that you have to define the Pop-Up before displaying the original Floating window and manage the pop-up from the events it generates from the Event Procedure defined for the window.
That's fine as long as the grid exists in the original window.. I need to be able to display the pop-up in a subroutine called from the original window.
So I defined the pop-up, displayed the window, and called the subroutine passing both the Window's Handle and the Popup's Handle. In the subroutine i gave the following command:
MODIFY WS-CALLING-PROGRAM-WINDOW-HANDLE EVENT PROCEDURE IS MAIN-SCREEN-EVENT-HANDLER
Well guess what folks -- the MAIN-SCREEN-EVENT-HANDLER never gets executed when I finger tap any of the grid rows
Can one of the developers, or product managers comment, or advise whether that approach would work ?
Thanks
#acutoweb
#ModifyWindow-Handle
#EventProcedureIs
#pop-upmenu


