Console Application in BackGround/Variable size Console
| Wed, 2008-03-26 10:21 | |
|
Hi, Is it possible to send a Console Application in the background or set it's window size maybe half the width and the height of the device's screen? I've tried setting: launch=KAppLaunchInBackground; // Launches the application in background (for background and) Console::NewL(KTextConsoleTitle, TSize(200,200))); but both did not work. Thanks and good day. Regards, |
|






Forum posts: 424
AFAIK I dont think you could do that in an console application. I may stand corrected if otherwise
Forum posts: 22
Hi,
I was planning to run a client (a java app) and a server (a console app) so if that's the case is there a way wherein I can run the two app at the same time?
And also correct me if I'm wrong but it seems is also not working on a UIQ3 GUI Application it started on the foreground.
Thanks and good day.
Regards,
czetsuya
Forum posts: 424
Although I have never tried, but I dont think it might work
Forum posts: 22
Hi,
I see that's why I can't make it work need to manually send it to background. Well I think I have no choice just create a GUI application for a server even though it's a bit resource intensive.
Thanks and good day.
Regards,
czetsuya
Forum posts: 424
I think we have understood each other completely wrong(I must admit atleast I seem to be lost!!)
Maybe you should check some client server example to re-assure your methodology.