Hi KKrish,
I am new to QML.
How did u create binary(like sis) for QML application .
I am using Qt Creator for developing Qml apps.
I want to deploy it into the device.
pls help me..
...
Type: Posts; User: remesh; Keyword(s):
Hi KKrish,
I am new to QML.
How did u create binary(like sis) for QML application .
I am using Qt Creator for developing Qml apps.
I want to deploy it into the device.
pls help me..
...
Dear all,
I would like to implement an options menu into my widget.
I have gone through the code from here
http://wiki.forum.nokia.com/index.php/Options_Menu
I made the required changes in ...
thanks chenziteng
let me try.
remesh
Dear all,
I need another help.
I want to set a background image for my listbox.
how do i do this?
please help me.
thanks,
remesh
Hi,
I have created a listbox with the class CAknSingleStyleListBox.
How can i make it's background transparent?
expecting a quick reply,
thanks in advance,
remesh
Thank u wizard_hu_.
Now I solved the problem.
remesh
Hi,
I need to edit the options menu of helloworld application.
For this I have added enumeration "ECommand3" in the .hrh file and menu item into the .rss file.
But I am getting a...
thank u all.
Dear all,
I want to send/upload a file to a webserver.
How do i do this..?
thanks,
remesh
Hi ,
thank u very much.
remesh
Dear all,
I want to call a method after every 1 minute.
How do I implement this..?
In javascript we have SetInterval().
Is there any similar method in symbian c++...?
thanks,
remesh
Hi chenziteng,
Now it is working...
Thank u very much.
remesh
Hi,
I used the following code in wiki to enable navigation arrows in my application.
CAknNavigationDecorator* iNaviLabel;
CAknNavigationControlContainer* iNaviContainer;
CEikStatusPane*...
Thank you all.
Dear all,
I have an application which will run in platforms like s60 3rd edition MR,s60 3rd edition fp1 and s60 3rd edition fp2.
I need to create a package file for this.
Is it possible to...
Thanks.
Application does not crashes. It moved to background.
But I want to avoid the GUI display.
thanks by
Remesh.
Hi all,
I have implemented auto start in my application.
I tested the application in device ,but at the device boot up time
the application gui is coming to the foreground for a second and...
hi ,
try this
_LIT(KMBMFile , "C:\\RESOURCE\\APPS\\MyApp.mbm" );
CFbsBitmap* iBitmap = new (ELeave) CFbsBitmap;
TInt retval = iBitmap->Load(KMBMFile, 0);
gc.BitBlt(Rect().iTl, iBitmap);
in...
Hi,
I am creating a widget with homescreen.
Widget is designed to display some rss data.
In the homescreen's Options menu one option is there "Content to offline/online mode".
My question...
Sorry I am not getting wat's wrong with that code.
Find out on which line it is crashing..
remesh
Hi,
check U r menu items and also check the DynInitMenuPaneL();
remesh.
Hi A.A.M,
Thank u very much...
Hi,
In my application ,I am trying to display contact info with image.I am able to display "First name" and "Last name" .How do I get the image if there is an image attached with that contact...
Hi,
Please check your package file.
In the pgkg file you need to include all the files required for the application.(like .txt,.mif,.mbm etc ).
Remember, the source folder given in the .pkg...
Hi,
You can give the ASCII values of keys (eg :-'#' == 35) to capture the key press event.
remesh