|
2016-09-30
, 09:01
|
|
Posts: 6,436 |
Thanked: 12,701 times |
Joined on Nov 2011
@ Ängelholm, Sweden
|
#12
|
|
2016-09-30
, 11:51
|
|
Posts: 433 |
Thanked: 727 times |
Joined on Oct 2012
@ Costa Blanca, Espaņa
|
#13
|
|
2016-09-30
, 12:12
|
|
Posts: 6,436 |
Thanked: 12,701 times |
Joined on Nov 2011
@ Ängelholm, Sweden
|
#14
|
import org.nemomobile.dbus 2.0 // DBusInterface { id: jollaClock service: "com.jolla.clock" path: "/" iface: "com.jolla.clock" function newAlarm() { call("newAlarm", []) } } // mousearea onClicked: jollaClock.newAlarm()
The Following 2 Users Say Thank You to coderus For This Useful Post: | ||
|
2016-09-30
, 12:16
|
|
Posts: 433 |
Thanked: 727 times |
Joined on Oct 2012
@ Costa Blanca, Espaņa
|
#15
|
Now, how to open the alarm dialog directly! (I have managed to do this, but when the alarm dialog opens, all labels, headers, titles, etc, display as per their qsTrId's). I will try and work it out myself, as I enjoy the journey/discovery along the way, but I'm always open to tips/suggestions!
Thanks again coderus, much appreciated!
..oO(Don't just sit there standing around, pick up a shovel and sweep up!)Oo..