Dear All,
I want to display a readonly text in a container that has its own background color. The text has to be wordwrapped if its too long. I have tried to use CEikEdwin but unfortunately it...
Type: Posts; User: irwansyahnokia; Keyword(s):
Dear All,
I want to display a readonly text in a container that has its own background color. The text has to be wordwrapped if its too long. I have tried to use CEikEdwin but unfortunately it...
Dear All,
Any one knows how to draw your own scroll bar so that we can draw bitmap or give it color. Also anyone knows how to draw our own softkeys menu so we also can give it our own color and...
Thanks all.
I have solve my problem. The problem is with my lack understanding of C++. I haven't used C++ for a very long time because I usually use C#. I don't know if this is appropriate to ask...
I found the solution. I have put the file in the wrond directory. It should be put in Epoc32\winscw\c\private\<UID>.
Now, my problem is in displaying the PNG file. I have try using this code:...
Dear all,
I am using S60 3rd Ed FP1 emulator and developing using Carbide.c++ 2.0. I have put a .png file in "gfx\splash.png". In my bld.inf I added these lines:
PRJ_EXPORTS
..\gfx\splash.png...
Thx a lot Sorcery-ltd. I will find out more about createpackage script.
I am using Carbide.c++ 2.0. When I was learning programming using AvKon I usually just choose the device build configuration and build the project to get .SIS file. Now, I am using Qt, I did the...
Hi All,
I can compile with no errors now but I cannot find the .SIS file output :(. These is two last parts of my compilation output:
***Invoking abld command
perl.exe -S ABLD.PL...
Hi Sorcery-ltd,
Do you mean the qtlibs-4.4.4-temple.exe. I've extract it to my S60 3rd Ed FP1 root directory (C:\Symbian\9.1\S60_3rd). But there is another directory that is...
I've installed the toolchain. But I still have this error:
***Invoking abld command
perl.exe -S ABLD.PL \Symbian\Carbide\SymbianResources\testQt\ target gcce udeb
make -r -f...
Hi Symbian_Neil,
Thanks for the reply. I haven't installed the toolchain and I even don't know what it is. I just want to run my app on N80 and all the other S60 3rd edition FP1 phones. Do I need...
Hi A.A.M,
Thanks for the reply. I've missed one step. I can compile for device now but there is an error:
***Invoking abld command
perl.exe -S ABLD.PL \Symbian\Carbide\SymbianResources\testQt\...
Hi all,
I am still confused with the Qt licensing scheme. Will it available free for developing commercial application? If not how much is the licensing price?
Many thanks.
Hello all,
I just downloaded Qt and succesfully configure and build a hello world project. I can run the project in emulator but I wonder why I can not compile it to run from device in Carbide?
...
Hi jsm_s60, thanks for your answer. But can you tell me the right path to use for opening the file? I am sorry, I am still new to symbian (I even never use any Nokia phones).
Dear All,
I am new to Symbian and I find it very hard to complete a simple task like including a text file into application installation and then read the text file when the application run....
Once again thank you for your reply symbianyucca :)
I will get my hands dirty and then I'll come back here if I need guidance :)
Thanks for your reply symbianyucca. If you don't mind may I explained my screen flow first:
When the application start it will display a splash screen. After that it will display the main screen...
Dear All,
I need to create an application that will read xml files that contains screen definitions. The application will create view based on the definitions in the xmls. E.g.,
ScreenA.xml:...