A few newbie questions...

Login to reply to this topic.
Thu, 2006-12-07 02:25
Joined: 2006-12-07
Forum posts: 3
I have a few things that I need done on my S60.

1) Where is the entry point of the application? In the "Handle" function, i.e. 'EikStartApp' or something similar?  I need the point where I can begin calling functions and using variables right after everything has been initialized.

2) Using the Command Line API's at this entry point, do I need to parse the argument string myself?

3) I'm assuming that the Command Line API's work if an application is not running. Is it possible to pass arguments to a running application? How can I communicate to a running application?

Thanks in advance.

Fri, 2006-12-08 14:37
Joined: 2005-02-24
Forum posts: 278
Re: A few newbie questions...
3) Try sending keyboard events to the application

-- JumpJack --

Fri, 2006-12-08 16:35
NewLC AdministratorSymbian AccreditedForum Nokia Champion
Joined: 2003-01-14
Forum posts: 2009
Re: A few newbie questions...
Quote
1) Where is the entry point of the application? In the "Handle" function, i.e. 'EikStartApp' or something similar?  I need the point where I can begin calling functions and using variables right after everything has been initialized.
There is no handler like "everything has been constructed". You can try to add some code at the end of your AppUi::ConstructL method. This may be a good starting point, but it really depends on what you want to achieve.


3) I'm assuming that the Command Line API's work if an application is not running. Is it possible to pass arguments to a running application? How can I communicate to a running application?
Quote
Again, there is several different way of notifying a running application and the Command Line is definitely not the way to proceed. You should probably tell a little bit more about what you exactly want to achieve.

Eric Bustarret
NewLC Founder & CEO / Professional Symbian OS Consultant

  • Login to reply to this topic.