Problem is solved.
Variable 'c' had a proper value.
qDebug("%s", name);
seemed to be the problem.
It worked with
qDebug() << name;
Type: Posts; User: yannifan; Keyword(s):
Problem is solved.
Variable 'c' had a proper value.
qDebug("%s", name);
seemed to be the problem.
It worked with
qDebug() << name;
Hi
I have a simple SQL insertion and select statements as shown in the code below.
Im receiving the error
at the instruction
Nope, No blank spaces anywhere
Another quick update. I did some minor modifications to the image file included as resource file and the below said problem reccured. Im guessing that again re creating a new project would solve the...
Yep, the list is empty so I dont think the process started at all, maybe due to rsc files or something.
But some good news at last.
I created a new project with a different name and copied the...
Yep those numbers didnt make sense. I did get a proper error message when some other application caused a panic.
WRT YTasks, I enabled Crash Monitor and switched to Menu. On clicking the...
Hi
I tried to change the TARGET name but no luck.
I installed YTasks, but there was no crash log generated.
I rebooted the phone and ErrRd started to work.
When I click on the app icon, the...
Another observation
When I use QT UID , while installing I get the error "Cannot Install the file. General IS error"
When I use QT UId, the error is the same as before ie.
Will...
I changed the UID3 to a Developer assigned UID but no luck.
Wrt panic logging, I installed Panic Observer, but it doesnt show any panic at all when the application tries to starts. I installed...
Hi
Yes, my app is developer signed by cert from Ovi.
I have QT Mobility1.1.0 and Qt 4.7.1 installed on my phone.
Should I change the UID3 of the app?
Just to add on some more Info, I tried a manual installation, but no luck
My .pro file looks like this
Hi
Im trying to deploy a QT application on Nokia X6-00 using QT 4.7.1 and QTCreator 2.2.1
I included some images as resources in .qrc file. The app works perfectly on Simulator. Since then when...
Hello
My QT desktop application is a Server which is listening to connections from clients.
The main GUI runs in the main thread. When a client starts, it is accepted on a new thread which is a...
I think that would be possible. But im confused how would the flow look like
Brief pseudocode :
SLOT
How may i achieve this?
Hello
Im trying to sens sms in a loop to 5 contacts
where
I understand that QMessageservice can serve only 1 request at a time. So i made an array of its objects
This link helped.
http://wiki.forum.nokia.com/index.php/Read_and_Send_messages_in_Qt_for_Symbian
Guess i was missing in some capabilities.
The application catches any battery level change. Am using QSystemDeviceInfo class and batterySignalChanged slot to catch battery level changes
Hello
My application monitors some system events. It may or may not run in the background. Once a particular event occurs, it has to pop up a window asking confirmation and should also play a tone...
Hello
Im using the following code to send SMS
iSystemMessageManager is an object of QMessageService.
However on deployin the code on the phone, the message is stored in drafts folder and...
Thank you very much.
It really helped.
Reference :...
Hello
Please correct me if im wrong.
The vertical layout has a number of list widgets added to it. There is a main widget which contains this vertical layout. Then there is a scroll area which...
Thank you
Regarding the scrollable check boxes question, I was able to make dynamic number of check boxes. Attaching code below.
Am stuck on how to make the area scrollable.
Hello
I have a list of checkboxes which do not fit on the screen, I would like to make the area scrollable. How do i go about it
I understand I need QScrollArea, QVBoxLayout and QWidget, but in...
Hi
I found this info which I can use.
But this link http://library.forum.nokia.com/index.jsp?topic=/GUID-E35887BB-7E58-438C-AA27-97B2CDE7E069/GUID-1F7B0EB9-50E9-4C11-B620-18054596F5AD.html
marks...
Thanks. I tried Symbian open signed and it worked.
I have registered for Ovi publishing. Where may I get my certificate?