QuickWin

QuickWin

Community Admin的头像

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.

3 帖子 / 0 new
最新文章
如需更全面地了解编译器优化,请参阅优化注意事项.
Steve Lionel (Intel)的头像

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

Steve
Community Admin的头像

Thanks, it works.

登陆并发表评论。