Applies To: |
|
Summary: |
Displaying a page which uses DspPopupMenu() function (having xpos and ypos blank) via WinNewAt() will cause the popup to show up at the (0,0) location, instead of the cursor's current position. |
Solution: |
You can change this behaviour by modifying the following Cicode: Project Name: Include (it's in your user directory) You will need to change line 125 from... IF WinNumber() <> 0 OR mbMultipleMonitors THEN ... to ... IF mbMultipleMonitors THEN |
Keywords: |
DspPopupMenu, WinNewAt |
Related Links
Attachments