Console Application in BackGround/Variable size Console

Login to reply to this topic.
Wed, 2008-03-26 10:21
Joined: 2008-02-15
Forum posts: 22

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,
czetsuya


Wed, 2008-03-26 10:26
Forum Nokia Champion
Joined: 2006-10-12
Forum posts: 424
Re: Console Application in BackGround/Variable size Console

AFAIK I dont think you could do that in an console application. I may stand corrected if otherwise Eye-wink

Thu, 2008-03-27 03:50
Joined: 2008-02-15
Forum posts: 22
Re: Console Application in BackGround/Variable size Console

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

Thu, 2008-03-27 10:32
Forum Nokia Champion
Joined: 2006-10-12
Forum posts: 424
Re: Console Application in BackGround/Variable size Console

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.

Although I have never tried, but I dont think it might work

Fri, 2008-03-28 03:16
Joined: 2008-02-15
Forum posts: 22
Re: Console Application in BackGround/Variable size Console

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

Fri, 2008-03-28 20:38
Forum Nokia Champion
Joined: 2006-10-12
Forum posts: 424
Re: Console Application in BackGround/Variable size Console

I think we have understood each other completely wrong(I must admit atleast I seem to be lost!!)

it's window size maybe half the width and the height of the device's screen?
Not possible according to me. Otherwise, like I said, I dont think I have understood
Maybe you should check some client server example to re-assure your methodology.

  • Login to reply to this topic.