About Store Forum Documentation Contact



Post Reply 
Fullscreen Issue [Solved]
Author Message
Semmy13 Offline
Member

Post: #1
Fullscreen Issue [Solved]
Hi guys,
I'm trying esenthel engine and I having some issue with the D.full function.
When I set x and y less then my max resolution I could activate or deactivate the fullscreen. When I choose the max resolution (1280x800 on my laptot), also if I set D.full(false), the window is always fullscreen.
Maybe is just some kind of noob error but I can't open my window in 1280x800 without fullscreen.
Thanks in advance for the responses.

P.S. sorry for my bad english
(This post was last modified: 04-13-2011 09:09 AM by Semmy13.)
04-12-2011 10:28 AM
Find all posts by this user Quote this message in a reply
Dwight Offline
Member

Post: #2
RE: Fullscreen Issue
I would check the app.flag

SnowCloud Entertainment - We are recruiting!
http://www.sc-entertainment.com
04-12-2011 11:36 AM
Find all posts by this user Quote this message in a reply
Semmy13 Offline
Member

Post: #3
RE: Fullscreen Issue
This are my app flags:

App.flag = APP_ON_RUN_EXIT|APP_KB_EXCLUSIVE|APP_MS_EXCLUSIVE|APP_NO_CLOSE;
(This post was last modified: 04-12-2011 11:41 AM by Semmy13.)
04-12-2011 11:41 AM
Find all posts by this user Quote this message in a reply
Dwight Offline
Member

Post: #4
RE: Fullscreen Issue
if I remember correctly, there was a flag called "APP_TOGGLE_FULLSCREEN" and some more that you could try smile

SnowCloud Entertainment - We are recruiting!
http://www.sc-entertainment.com
04-12-2011 11:51 AM
Find all posts by this user Quote this message in a reply
Esenthel Offline
Administrator

Post: #5
RE: Fullscreen Issue
you cant have window of desktop resolution (this forces fullscreen)
04-12-2011 11:55 AM
Find all posts by this user Quote this message in a reply
Dwight Offline
Member

Post: #6
RE: Fullscreen Issue
That explains. Was trying it myself smile

SnowCloud Entertainment - We are recruiting!
http://www.sc-entertainment.com
04-12-2011 11:58 AM
Find all posts by this user Quote this message in a reply
Semmy13 Offline
Member

Post: #7
RE: Fullscreen Issue
Ok... thanks for the replies wink
04-12-2011 12:20 PM
Find all posts by this user Quote this message in a reply
Post Reply