How can I switch off the Window, the Buttons, the Title and the Statuswindow ?
I want to switch off this all and fill after that the screen with gfill 640,200,0
PLease help !
How can I switch off the Window, the Buttons, the Title and the Statuswindow ?
I want to switch off this all and fill after that the screen with gfill 640,200,0
PLease help !
All commands are in the AppFrame.opx. Look for commands like AFSetTitleVisible, AFSetStatusVisible and AFSetCBAVisible (I don't have the exact information handy at the moment, but this should get you started).
After that do a
gUSE 1
gSETWIN 0,0,640,200
gFILL 640,200,0
HTH
Arjen