To find what you seek in the road of life,

the best proverb of all is that which says:

"Leave no stone unturned."

Edward Bulwer Lytton

How to send your application to background from rss?

If you like to have your Symbian application send to background on launch. Then you may make the following changes to your _reg.rss file.

Use this resource in your *_reg.rss


RESOURCE APP_REGISTRATION_INFO
{
app_file = MY_PROJECT_NAME;
localisable_resource_file = MY_LOC_FILE;
hidden = KAppIsHidden;
embeddability = KAppNotEmbeddable;
newfile = KAppDoesNotSupportNewFile;
// Launches the application in background.
launch = KAppLaunchInBackground;

}

0 comments: