Hi again,
sorry for going back to this thread again, but i faced a problem while drawing arabic characters to the home screen.
The characters is drawn upside down( in the reverse ) what i mean if...
Type: Posts; User: Rondo23; Keyword(s):
Hi again,
sorry for going back to this thread again, but i faced a problem while drawing arabic characters to the home screen.
The characters is drawn upside down( in the reverse ) what i mean if...
sry for being late,
problem was solved in a way that i didnt get it actually
instead of defining the parameters of the cwindowdrawer class in the header file, i defined them as global variables in...
sry for the question , but what do u mean by deleting the class dowing the draw?
do u mean to call the destructor?
i have added a class cwindowDrawer to my project and call it from my mainwindow
...
Hi symbianyucca,
i am able now to draw the pain successfully in my home screen but my problem is that i am enable to remove it after a period of time defined by the user from the app
..so the paint...
Any Expert can help me please.
Thank you :)
Any update concerning this post please??
still didnt get a way to delete the paint after painting it or add an image to it
please help
thank you
Update:
i have successfully made it now with symbian API,
i edited the constructL to the following
iWindow.SetExtent(TPoint(0,0), TSize(400, 200));
then it worked,
but i have some...
Hi and thx for your reply's
i have tried the symbian API, it worked for me but facing lot of troubles and i dont know how to solve it
i have edited in the class cwindowdrawer the following
...
hi all,
i am developing an application that should show updated news concerning my app to the user on the device home screen..the news should be visible for some seconds(selected by the user) then...
Thank you yucca for your information and hope that will be future API for that.
Regards,
Ok, i have created a new thread for this question
here is the link:...
Hi all,
i want to ask if i can set a password or change the current password (security code) for my device from the application?
Thank you
Rondo
than you for your replies,
i 'll try to ask for the API for the site
meanwhile i have one more question
can i set a password or change the password for my device(security code) using the...
Thank you symbianyucca for ur reply
i solved the device lock screen about 5 min ago using RAknKeyLock which will lock my screen (my requirements)
i have found something about Rformat (symbian...
Hiall,
i am trying to develop an application which contain an option to lock the device(just lock screen) even if no security code was set on the device.
also it should contain an option to wipe(...
Thank you a lot blackalik
it works:D
Regards
Rondo
Hi, thank you for the link, but i still cant achieve my goal
how to create the conf file?
i tried to add it as resource file and copy it at run time but i was enable to copy it to the path...
Sorry for beeing late,
thank you all for your help
problem solved with using prerm to remove my files..thank you kusumk
and thank you vineet.jain too, i will use the home path to add my files:)...
Hi all,
i want to add autostart to my application..
how i can achieve that in meego?
i have add it in symbian using the following:
but how can add similar for meego?
Any help will be...
Hi all,
I have a problem enabling a button in QML.
A signal in main.qml will call a function inside MyPage.qml in order to enable the button. It didn't work.
See below my code, and advice me...
@vineet.jain: Thank you for ur reply, i used the absolute path and it worked successfully without any error, but can u please guide me more why reading files from that path is not advisable?
...
Hi thank you for your reply
i have added the following into my project file
folder_01.source = qml/qml
folder_01.target = qml
DEPLOYMENTFOLDERS = folder_01
suppose that i have...
Hi all,
I want to ask how to create a folder in N9 device (hidden if possible) and add some files related to my application to it when installing.
also i need that file to be removed when...
thank you devnull..that size worked for me:D
i tried that too and worked..thank you for the information:D..i will create from now a real svg tiny file as application icon
thank you both for...
Hi all,
i am facing a little problem with the application icon,
to create an icon i am using the image2svgt software to convert my png image to svg format
then i add ICON = logo.svg to my...