PRECONDITIONS
PR1.3 firmware
DAViCal 1.0.2-1 for Linux. DAViCal is a groupware server that implements the CalDAV and CardDAV protocols.
STEPS LEADING TO THE PROBLEM:
Can't delete calendar...
Type: Posts; User: talmage; Keyword(s):
PRECONDITIONS
PR1.3 firmware
DAViCal 1.0.2-1 for Linux. DAViCal is a groupware server that implements the CalDAV and CardDAV protocols.
STEPS LEADING TO THE PROBLEM:
Can't delete calendar...
gaba88, I searched both the European and the Australian user forums. No one reported having this problem.
I think the problem is in ovistoreclient. I can install packages from the ovi store using...
I need help diagnosing and fixing this problem: My N9 can't download apps from the Nokia Store. I press the "Download" button for any app. The Store app says "Waiting", then "Downloading", then...
I'm doing something with QML's XmlListModel that requires overriding get(). How can I access XmlListModel.get() if I do that?
I want to do something like this:
XmlListModel {
...
...
Thanks! I'll look into your instructions for installing the headers and DLL in my development environment. It seems clear enough.
Yes, make freeze-release-gcce appears to be working. With...
I'll answer my own question. QtCreator does the right thing if you let it. In the Projects pane you can identify the dependencies. I loaded my library project into QtCreator, then loaded my...
A little over a year after Tuomo's first post, the link is broken but there are instructions for building DLLs at http://www.developer.nokia.com/Community/Wiki/Shared_Library_DLLs_on_Qt_for_Symbian. ...
I can build the .SIS file that (theoretically) contains my DLL. I need help placing the library and its header files where QtCreator can find them when I build an application that uses the library. ...
I, too, have been waiting a long time. I applied in May, 2011. I want to update some of the information in my application.
I'm using Colibri's CLListbox. I can select anything in it using select(int). How do I make it scroll to the item I select? As far as I can see, there isn't any way other than reimplementing parts...
Putting QML files in a Qt resource file is an interesting idea, gnuton. If I do that, can I install it just once and expect other applications to find it?
What I'm trying to do is to build...
I want to create a QML module (e.g. Foo 1.0) that I can install and then use in an application by importing it:
import Foo 1.0
Stipulating that I can trick Qt Creator into packaging my...
Can I do this with QtMultimedia? Is there some example code I can use?
I still don't know how to make the remote compiler more verbose, but I did solve my build problem. It was related to Symbian^3 as I suspected. My project was missing something that Symbian^3...
On a whim, I reinstalled the SDK. The remote compiler for Symbian^3 still behaves as I described. However, I discovered that the remote compiler for Maemo returns a deb file! That suggests the...
I'm using the remote compiler in Nokia QtCreator 2.1.0 from Nokia's QtSDK-1.1 on Ubuntu 11.04 to build for Symbian^3. My code compiles locally for Maemo and runs well on my N900 phone. The remote...
I need help storing a
QMap<QString, QContactPhoneNumber> in QSettings. Is this possible? The documentation says QSettings knows about
QMap<QString, QVariant>. Is it more realistic for me to...
Here is the code that I am using. It has some debugging statements that prove that either I am doing something wrong, that I've misunderstood the API, or that there is a bug in...
I am now certain that the contact I pass to osso_abook_contact_chooser_select_contact() exists in the OssoABookContactModel.
I know this because I instantiate a default model and set it in the...
I don't do anything directly on an OssoABookContactModel, but I do use the lookup() function in the example and I'm certain that the OssoABookContact * it returns is not NULL and has both a UID and a...
I'm writing an app for the N900 that uses a mixture of Qt and native Maemo contact dialogs. I'm using an OssoABookContactChooser to display and select contacts. I want to display the dialog with...
Thank you. This helped me a lot on my own application.