UIQ3 console application (variable TSize)/minimize on run

Login to reply to this topic.
Mon, 2008-03-17 05:06
Joined: 2008-02-15
Forum posts: 26

Hi,

I would like to ask if it is possible to start a UIQ3 console application in minimize mode or if possible a variable size screen. I tried this:

TInt width = 100;
TInt height = 100;
gConsole = Console::NewL( _L("Simple Socket Server"), TSize(width, height) );

but it doesn't work it only accepts this
gConsole = Console::NewL( _L("Simple Socket Server"), TSize(KConsFullScreen, KConsFullScreen) );

I search for a var like KConsHalfScreen but did not find anything.

Thanks ang good day,

Regards,
czetsuya

  • Login to reply to this topic.