Software Archive
Read-only legacy content

QuickWin

Intel_C_Intel
Employee
775 Views
Is there any way to effect in code the View -> Full Screen
item from the menubar? CLICKMENUQQ does not provide
this capability. The DFLIB procedure corresponding to this
button is WINFULLSCREEN. An INTERFACE block for this
procedure is in DFLIB, but when I call it, nothing happens.
0 Kudos
2 Replies
Steven_L_Intel1
Employee
773 Views
The interface for WINFULLSCREEN is for a placeholder routine for use with CLICKMENUQQ. Calling it does nothing, but I'd think (not being a QuickWin expert) that if you passed LOC(WINFULLSCREEN) to CLICKMENUQQ that it might do what you want. Try it and see.

Steve
0 Kudos
Intel_C_Intel
Employee
773 Views
Thanks, it works.
0 Kudos
Reply