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

A program stitch to background

4 replies · 1,527 views · Started 02 December 2004

Try 'SySetBackground:' from the System.OPX.

Don't forget to add the line ' INCLUDE "System.oxh" ' at the top of your code.

HTH Martin

Probably the 9500 runtime again. You should sumbit your findings in the OPL DEV project:
http://opl-dev.sourceforget.net

As a workaround, maybe you can hide your program completely and make it visible as a result of the foreground event:

gUSE 1
gVISIBLE OFF

I treid but doesnt work also !

QUOTE=Arjen]Probably the 9500 runtime again. You should sumbit your findings in the OPL DEV project:
http://opl-dev.sourceforget.net

As a workaround, maybe you can hide your program completely and make it visible as a result of the foreground event:

gUSE 1
gVISIBLE OFF[/QUOTE]