UIQ3 console application (variable TSize)/minimize on run
| Mon, 2008-03-17 05:06 | |
|
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, |
|





