User selectable aut start
I could create a project which can auto start..but I need this auto start feature will be enabled/disabled from by a binary popup setting item value. how can i save this value and check in this method "TBool CMyAppUi::ProcessCommandParametersL(CApaCommandLine &aCommandLine)". Can anyone help me?
Thanks in advance,
Mazhar
Re: User selectable aut start
for example you could use dictionary stores: [url]http://www.developer.nokia.com/Community/Wiki/Saving_settings_with_Dictionary_store[/url]
Re: User selectable aut start
Thanks a lot. My problem is solved.. but another problem.. In this method "TBool CMyAppUi::ProcessCommandParametersL(CApaCommandLine &aCommandLine)", if autoStart is disabled, i exit. but before exit, application user interface load and then exit, that means when my phone is getting on, it starts with my application, and i see it and then it exit.. Is there any way, to exit application before user interface is loaded?
Re: User selectable aut start
You could always delay the container, though title etc. panels would propably be still constructed with AppUI class.