Read-only archive of the All About Symbian forum (2001–2013) · About this archive

Switch off Window, Buttons and Title

1 replies · 1,903 views · Started 18 February 2005

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