as you mentioned that is different tabs of the homescreen, and nothing to do with wallpers. Then what will be shown (the effect) for N8 if using the function of wallpaper change.
Type: Posts; User: sikamedia; Keyword(s):
as you mentioned that is different tabs of the homescreen, and nothing to do with wallpers. Then what will be shown (the effect) for N8 if using the function of wallpaper change.
I found the N8 has a nice feature that gestures touch move can change different windows on the home screen. My question is that how does that change background, is that wallpaper?? Thanks.
Can Qt support to bring application to background and bring it to foreground from background??
Can Qt support wallpaper change for Symbian ^ 3 ?? Appreciate any information related to it.
According to your suggestion, I changed it as the following:
a. Define a CDesC8ArrayFlat pointer,
CDesC8ArrayFlat* iArrayDesCString;
iArrayDesCString = new (ELeave)...
I tried to parse a XML file and store the element values into a Dynamic Array CArrayFixFlat, and fetch its when needs later. I met the following problem as described below:
Definition:
...
My question is that where I have to try forward the hash key in the implementation?? Thanks!!!
in my active key capture class:
void CKeyCapturer::ConstructL()
{...
I have refereed to http://wiki.forum.nokia.com/index.php/Capturing_keys_in_background in order to catch the long press # key to trigger an event. In the above mentioned tutorial, I guess...
Thanks! my problem is solved:)
As the application sometimes runs background, sometimes runs foreground. Where to receive these events to trigger what I want to do in general. For instance, using HandleWsEventL(const TWsEvent&...
After letting an application run background, I want the application always to catch an event to notify whether the user's focus is in Home Screen or not. (For instance, Home Screen is shown when...