ChangeDisplayMode doesn't work
Posted: Tue Oct 02, 2012 6:12 pm
I use these instructions:
Local Ancho= GetAttribute(#DISPLAY, 0, # ATTRHOSTWIDTH)
Local Alto= GetAttribute(#DISPLAY, 0, # ATTRHOSTHEIGHT)
ChangeDisplayMode(#DISPMODE_FULLSCREEN, Ancho, Alto)
And instead of play the video in full window its showed in a black window with the video in its original size, but if I give x sizes for example:
ChangeDisplayMode(#DISPOMODE_FULLSCREEN, 800, 600) now this instruction works fine because the video is playing to this size and if I use the normal instruction not, why?
Local Ancho= GetAttribute(#DISPLAY, 0, # ATTRHOSTWIDTH)
Local Alto= GetAttribute(#DISPLAY, 0, # ATTRHOSTHEIGHT)
ChangeDisplayMode(#DISPMODE_FULLSCREEN, Ancho, Alto)
And instead of play the video in full window its showed in a black window with the video in its original size, but if I give x sizes for example:
ChangeDisplayMode(#DISPOMODE_FULLSCREEN, 800, 600) now this instruction works fine because the video is playing to this size and if I use the normal instruction not, why?