![]() |
2012-01-09
, 13:14
|
Posts: 24 |
Thanked: 7 times |
Joined on Nov 2011
|
#2
|
![]() |
2012-01-10
, 14:37
|
Moderator |
Posts: 5,320 |
Thanked: 4,464 times |
Joined on Oct 2009
|
#3
|
Well... is this the good place to ask such a question, or is there a better suited forums / mailing list ?
I'm fairly new to mobile developpment, as well as to C++ and Qt (sic ! in fact I'm a java developper).
I am trying to develop a little application for N9. I need to store an integer as a setting for my application. Reading the docs, I've found that the preferred way is to use gconf, and to do it via a setting applet if the setting is user editable.
So I have integrated the SettingsApplet code given on the dev docs, created the setting .desktop and .xml files, but :
- I don't see anything in the settings application of the device. I used these values in the .desktop :
[DCP]
Category=Applications
Order=10
Part=jalons-settings.xml
So I was waiting for something under Applications ?
- if I open the settings from my application (using a dbus call from qml, as explained in the doc), I get a black screen...
So my question is, how would debug this ? (this is probably a wrong file name somewhare, or a typo, or a gross misunderstanding from my part, or ...)
Notice I checked /usr/share/duicontrolpanel/desktops and /usr/share/duicontrolpanel/uidescriptions and my .desktop and .xml file seem to be deployed correctly.
Thanks,
Franck
Last edited by alci; 2012-01-09 at 09:05.