I made mistake :) Julia means Julla
Since Android 4.2, Google has enhanced Bluedroid and there os no indication
shows Google will flip back to BlueZ. OEM companies will implement there HAL
libraries under the Bluedroid.
As far as I concerned Julla couldn’t get support in further Android. (OEM wil
Hello. You need to set currentIndex after your model data initialized,
not object. You can initialize at onCountChanged or make special signal
from signal and listen it.
09.09.2014 19:07, François K. пишет:
Hi :)
I have a ComboBox issue !
The ComboBox I want to use is made of dynamic items.
I assume he means Jolla.
On Tue, Sep 9, 2014 at 6:12 AM, Harald Schmitt wrote:
> Am 09.09.2014 um 14:39 schrieb Tony:
> > Android had used Bluedroid to replace BlueZ since Android4.2. Does Julia
> have plan to use it? If Julia use it, when will migrate it into Julia OS?
> What is Julia OS?
> ___
Am 09.09.2014 um 14:39 schrieb Tony:
> Android had used Bluedroid to replace BlueZ since Android4.2. Does Julia have
> plan to use it? If Julia use it, when will migrate it into Julia OS?
What is Julia OS?
___
SailfishOS.org Devel mailing list
To unsubsc
>From what I can see, BlueZ for Android is more fully-featured than
Bluedroid, in addition to being a more standard package:
http://www.bluez.org/additional-features-of-bluez-for-android/
The BlueZ team have been putting significant effort into making BlueZ look
more appealing than Bluedroid,
Hi :)
I have a ComboBox issue !
The ComboBox I want to use is made of dynamic items. I build it with a
ListModel and a Repeater as follow :
ComboBox {
id: project
label: qsTr("Project")
menu: ContextMenu {
MenuItem { text: qsTr("Not set") }
Repeater {
m
Android had used Bluedroid to replace BlueZ since Android4.2. Does Julia have
plan to use it? If Julia use it, when will migrate it into Julia OS?
___
SailfishOS.org Devel mailing list
To unsubscribe, please send a mail to devel-unsubscr...@lists.sail
That's got it, Thanks Jarmo.
On Tue, Sep 9, 2014 at 7:04 AM, Jarmo Lahtiranta
wrote:
> I had a similar problem a while ago and the reason was that I used
> qt.createObject with invalid parent. You seem to be using it too, so
> make sure that your parent references are in order. I think it had
>