The Following User Says Thank You to rob_kouw For This Useful Post: | ||
|
2020-09-14
, 10:15
|
|
Posts: 6,436 |
Thanked: 12,701 times |
Joined on Nov 2011
@ Ängelholm, Sweden
|
#142
|
Codearus, maybe you know some way to manipulate the virtual keyboard from QML.
I noticed OKboard stops functioning frequently. The cause of it, I think, is my app GMFS. it seems every time I use a Dialog with numerical input, like
OKboard stops working when the keyboard is back to QWERTY.Code:inputMethodHints: Qt.ImhFormattedNumbersOnly
Do you know a command I can use in my app - QML/JS - to revive OKboard?
The Following User Says Thank You to coderus For This Useful Post: | ||
|
2020-09-20
, 09:54
|
|
Posts: 433 |
Thanked: 727 times |
Joined on Oct 2012
@ Costa Blanca, España
|
#143
|
The Following User Says Thank You to Markkyboy For This Useful Post: | ||
|
2020-09-20
, 22:15
|
|
Posts: 6,436 |
Thanked: 12,701 times |
Joined on Nov 2011
@ Ängelholm, Sweden
|
#144
|
|
2020-09-29
, 09:59
|
|
Posts: 433 |
Thanked: 727 times |
Joined on Oct 2012
@ Costa Blanca, España
|
#145
|
Image { id: icon source: "http://openweathermap.org/img/wn/" + label.text + "@2x.png" anchors.horizontalCenter: parent.horizontalCenter } Label { id: label text: { (wDataCntr.weatherData) ? String(wDataCntr.weatherData.weather[0].icon) : "" } visible: false } }
The Following User Says Thank You to Markkyboy For This Useful Post: | ||
|
2020-09-29
, 10:01
|
|
Posts: 6,436 |
Thanked: 12,701 times |
Joined on Nov 2011
@ Ängelholm, Sweden
|
#146
|
|
2020-09-29
, 11:09
|
|
Posts: 433 |
Thanked: 727 times |
Joined on Oct 2012
@ Costa Blanca, España
|
#147
|
The Following User Says Thank You to Markkyboy For This Useful Post: | ||
|
2020-09-29
, 14:32
|
|
Posts: 433 |
Thanked: 727 times |
Joined on Oct 2012
@ Costa Blanca, España
|
#149
|
The Following User Says Thank You to Markkyboy For This Useful Post: | ||
|
2020-11-06
, 21:40
|
Posts: 202 |
Thanked: 385 times |
Joined on Jul 2018
|
#150
|
The Following User Says Thank You to levone1 For This Useful Post: | ||
I noticed OKboard stops functioning frequently. The cause of it, I think, is my app GMFS. it seems every time I use a Dialog with numerical input, like
Do you know a command I can use in my app - QML/JS - to revive OKboard?
Palm Treo -> N900 -> N9 -> Jolla -> SailfishX -> XA2
Developer mode novice, and enjoying it