Quote: "the "SetOrientationAllowed" command doesn't work for you ? it should force the orientation."
This is my initialization code, and it seems that the SetOrientationAllowed command is not working as expected.
//***************************************************************
//**** RESOLUTION INITIALIZATION
//***************************************************************
FUNCTION InitResolution()
SetOrientationAllowed( 0, 0, 1, 1)
fltWidth#=GetDeviceWidth()
fltHeight#=GetDeviceHeight()
SetDisplayAspect(fltWidth#/fltHeight#)
ENDFUNCTION
Quote: "And did you remember to do all the right settings in Xcode?"
I understand that Xcode is for iOS only. Am I correct? if so, then I suppose this does not apply because I am generating an Android app.
By the way, I have version 1076 installed.
Regards.