About Store Forum Documentation Contact



Post Reply 
Display::mode() feature
Author Message
miro@3dea Offline
Member

Post: #1
Display::mode() feature
Hello,
is it possible to enable setting screen resolution of one side to be as in full screen and other different? Like:
Code:
D.mode(App.desktopW(), App.desktopH() - 1);
Tnx & have fun..
10-10-2012 05:01 PM
Find all posts by this user Quote this message in a reply
Esenthel Offline
Administrator

Post: #2
RE: Display::mode() feature
you can use WindowMaximize
if x>=desktopW or y>=desktopH then fullscreen will be used
so you can use w-1 and h-1 values to not enter fullscreen
10-10-2012 05:22 PM
Find all posts by this user Quote this message in a reply
miro@3dea Offline
Member

Post: #3
RE: Display::mode() feature
Hi Esenthel, thanks for reply!
Currently we are using option you suggested, but if user has bright background than this pixel is too obvious.
10-11-2012 04:18 PM
Find all posts by this user Quote this message in a reply
Post Reply