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

Event Core - OPL Skeleton App for UIQ Coding

4 replies · 3,210 views · Started 07 March 2004

Thanks Ewan and everybody that has helped to create EventCore on UIQ.

Running EventCore on the UIQ emulator, I have got :

Error in Core\Init
Invalid arguments

The culprit is the line 147 of "Core.opl" (I created "Core.OPL" by importing "Core.TPL"😉 :

gSETWIN 0,0,0,0

a simple workaround is to use

gSETWIN 0,0,1,1

I suppose gSETWIN does not like to have a lot of zeros 😉

Maybe this problem does not arise on a real UIQ phone.

Roberto

gSETWIN 0,0,0,0 fine on the phone, must be somethign in the Emulator. Good fix there Roberto

Why can I only activate the menu with the wheel ? Is it not possible to activate by stick ??? Have I to edit somewhere i the code ?

Have a read of the Menu text file in the Docs folder. The menu handling is not fully working under UIQ. There is a workaround with the push in button.