Software Archive
Read-only legacy content
Announcements
The Intel sign-in experience has changed to support enhanced security controls. If you sign in, click here for more information.

QuickWin

Intel_C_Intel
Employee
592 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
590 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
Intel_C_Intel
Employee
590 Views
Thanks, it works.
Reply