Re: [SailfishDevel] Failed to load platform plugin "xcb".

2014-07-14 Thread Jukka Heikkilä
t; So looks like it has been updated, but how? I don’t have any memories that I have installed it from openrepos… Regards, Jukka Juha Kallioinen kirjoitti 14.7.2014 kello 10.22: > On 12.07.2014 21:10, Jukka Heikkilä wrote: >> Hi folks! >> >> During developing my program I h

Re: [SailfishDevel] Failed to load platform plugin "xcb".

2014-07-12 Thread Jukka Heikkilä
Thanks, it worked fine when I added to running part the alternative command: invoker --type=silica-qt5 -s /usr/bin/harbour-myapp 2014-07-12 21:55 GMT+03:00 Andrey Kozhevnikov : > you should start silica app with invoker > > 13.07.2014 00:10, Jukka Heikkilä пишет: > > Hi fol

[SailfishDevel] Failed to load platform plugin "xcb".

2014-07-12 Thread Jukka Heikkilä
Hi folks! During developing my program I have mostly used Emulator to run the app and sometimes also real device and testing has been worked fine on both. Now I faced the next problem with real device. When I press run from Qt Creator, it will normally compile the app and transfer it to real devic

[SailfishDevel] Lack of padding

2014-06-11 Thread Jukka Heikkilä
Hi, I have tried to search a solution to this problem, but didn't found any reason why this now work. I have a next code inside SilicaFlickable: Column { id: column width: page.width spacing: Theme.paddingLarge PageHeader { title:

[SailfishDevel] How to populate the ComboBox

2014-03-05 Thread Jukka Heikkilä
Hi, I have tried to find with out success how to populate the Combo Box dynamically directly from javascript when I'm loading the data from local storage. Is there way to populate it and is it possible that someone could give a practial example for it? I have managed to do populate SilicaListView

Re: [SailfishDevel] Hidden information to ListView

2014-02-23 Thread Jukka Heikkilä
; On 23.02.2014 14:17, Jukka Heikkilä wrote: >> >> Hi Chris and others, >> >> yes I understand how to add more than one fields in the same append >> command. The problem is that I would like to add hidden (not visible >> for user) per ListItem. In my example

Re: [SailfishDevel] Hidden information to ListView

2014-02-23 Thread Jukka Heikkilä
s.item(i).phone, "primary_contact": rs.rows.item(i).primary_contact, > "contact_id": rs.rows.item(i).id}); > } > > HTH > > Chris > > > Zitat von "Jukka Heikkilä" : > >> I'm creating page which shows some i

[SailfishDevel] Hidden information to ListView

2014-02-22 Thread Jukka Heikkilä
I'm creating page which shows some information which is returned from local storage. I have successfully created the next code which will work: Page { root Component.onCompleted: { //External Function which return the items from Local Storage items = DB.listItems();

[SailfishDevel] Charts to app

2014-02-02 Thread Jukka Heikkilä
Hi, I'm seeking way to show data in charts (e.g. Bar Chart or Line Chart) to my program. Is there any library which Jolla Harbour will accept? I found the Qt Commercial Charts, but I assume that they won't accept it, or do you have any other thoughts? I have seen some implementations with Canvas,

[SailfishDevel] Calling QML function from C++ class

2013-12-21 Thread Jukka Heikkilä
think that the begginners will also fighting with this kind of problems. Happy Holidays! Kind Regards, Jukka Heikkilä @Juukks ___ SailfishOS.org Devel mailing list

Re: [SailfishDevel] Cellular network information

2013-12-06 Thread Jukka Heikkilä
s the thing which will restricts to put my app in the store? I'm a little bit confused with these things now. If someone could help me back to track ;) Regards, Jukka Heikkilä 2013/12/5 Lorn Potter > Hi, > It depends on if you want your app in the store or not. > You could use

Re: [SailfishDevel] Cellular network information

2013-12-05 Thread Jukka Heikkilä
etworkInfo is > on the device, or you could use libconnman-qt and libqofono themselves. > > Hope this helps! > > > On 05/12/2013, at 10:40 PM, Jukka Heikkilä wrote: > > > Hi, > > > > I'd like to get some cellular network information to my app. Is ther

[SailfishDevel] Cellular network information

2013-12-05 Thread Jukka Heikkilä
Hi, I'd like to get some cellular network information to my app. Is there this kind of class like in Harmattan's QSystemNetworkInformation ( http://harmattan-dev.nokia.com/docs/library/html/qtmobility/qsystemnetworkinfo.html)? I'm looking forward to get Cell ID etc. information. I'm quite new wi