Showing results 1 to 25 of 100 @ 0.34 seconds. Search: Posts Made By: Markkyboy
Forum: SailfishOS 2020-09-29, 10:01
Replies: 153
Views: 38,340
Posted By coderus
Re: Help me to code for Sailfish OS

do not load image if label text is empty?
Forum: SailfishOS 2020-09-20, 22:15
Replies: 153
Views: 38,340
Posted By coderus
Re: Help me to code for Sailfish OS

you can't implement it with given cli tools
Forum: SailfishOS 2020-09-13, 17:25
Replies: 2,904
Views: 710,200
Posted By Ancelad
Re: [WIP] App / Tweak: patchmanager a system-wide patching system + homescreen tweak

Ooops... I need to reflash my device to check all my patches.
Forum: SailfishOS 2020-09-03, 21:07
Replies: 153
Views: 38,340
Posted By coderus
Re: Help me to code for Sailfish OS

mainLights1.border.color = JSON.parse(xhttp.responseText).POWER == 'ON' ? "green" : "red"
Forum: SailfishOS 2020-09-03, 00:07
Replies: 153
Views: 38,340
Posted By coderus
Forum: SailfishOS 2020-09-01, 21:54
Replies: 153
Views: 38,340
Posted By coderus
Forum: SailfishOS 2020-08-23, 18:53
Replies: 153
Views: 38,340
Posted By Thoke
Re: Help me to code for Sailfish OS

Found from here: https://openweathermap.org/forecast5#call


api.openweathermap.org/data/2.5/forecast?zip={zip code},{country code}&appid={your api key}


so you can contstruct your url as per...
Forum: SailfishOS 2020-08-23, 08:50
Replies: 153
Views: 38,340
Posted By Thoke
Re: Help me to code for Sailfish OS

is your API key embedded to url? Then you can just do this:


let url = 'https.//www.example.com?api_key=' + API_key;


the key might need to be converted to string, perhaps. Also need to check...
Forum: SailfishOS 2020-06-02, 12:38
Replies: 2,904
Views: 710,200
Posted By peterleinchen
Re: [WIP] App / Tweak: patchmanager a system-wide patching system + homescreen tweak

:p
Are you used to CVS, Mercurial, Git, YouNameIt? There are so many features the same but just called differently...


Yes, that may be better. But now that you know it is obvious, isn't it?...
Forum: SailfishOS 2020-05-12, 16:42
Replies: 1
Views: 1,136
Posted By Halftux
Re: Help request with SDK 3.1.7 emulator

One possibility would be to install a terminal software.

The other one would be to connect with ssh to the emulator.
You could look up the ssh port in QtCreator (Tools-Options...-Sailfish...
Forum: SailfishOS 2020-04-28, 09:23
Replies: 2,904
Views: 710,200
Posted By coderus
Re: [WIP] App / Tweak: patchmanager a system-wide patching system + homescreen tweak

instructions are for patch developers... and *-light stands for light ambience, check default icons in os.
Forum: SailfishOS 2020-04-24, 09:20
Replies: 2,904
Views: 710,200
Posted By coderus
Forum: SailfishOS 2020-04-24, 08:36
Replies: 2,904
Views: 710,200
Posted By atlochowski
Re: [WIP] App / Tweak: patchmanager a system-wide patching system + homescreen tweak

@coderus after I updated patchmanager to this version, icons disappeared.
i had one icon from Ultimate statusbar path and now there is no icon.
It doesn't mean if I'm using bright or dark ambience.
Forum: SailfishOS 2020-04-24, 08:21
Replies: 2,904
Views: 710,200
Posted By coderus
Re: [WIP] App / Tweak: patchmanager a system-wide patching system + homescreen tweak

can you please try if http://repo.merproject.org/obs/home:/coderus:/pm3/sailfish/armv7hl/patchmanager-3.0.65-1.148.1.jolla.armv7hl.rpm works for you? I have added information about icons here:...
Forum: SailfishOS 2020-04-15, 20:27
Replies: 42
Views: 4,269
Posted By ibins
Re: Please help a firefighter

A quick solution would be to set up a separate mail account. Use only this one for push notifications and fetch the other mails only manually. You said, that you get a lot of mails anyways. Fetch...
Forum: SailfishOS 2020-03-16, 20:51
Replies: 153
Views: 38,340
Posted By coderus
Re: Help me to code for Sailfish OS

inside main.qml declare:
function controlLamp(endpoint) {
var xmlhttp = new XMLHttpRequest()
xmlhttp.onreadystatechange = function() {
if (xmlhttp.readyState === 4 && xmlhttp.status ===...
Forum: SailfishOS 2020-03-16, 12:44
Replies: 153
Views: 38,340
Posted By Halftux
Re: Help me to code for Sailfish OS

When I get it right, you will also do it with signals:

https://doc-snapshots.qt.io/qt5-5.9/qtqml-syntax-signals.html...
Forum: SailfishOS 2020-01-18, 16:34
Replies: 7
Views: 1,054
Posted By claustn
Re: how do i fix the aptoide emergency? #needwhatsapp

Last time I've checked there was no direct download but only through Play Store, thanks for the hint.
Forum: SailfishOS 2019-12-31, 06:49
Replies: 2,904
Views: 710,200
Posted By coderus
Re: [WIP] App / Tweak: patchmanager a system-wide patching system + homescreen tweak

You can reorder patches by dragging, and it will be applied in correct order on boot.
Forum: SailfishOS 2019-12-13, 19:39
Replies: 34
Views: 7,103
Posted By rob_kouw
Forum: SailfishOS 2019-11-12, 19:04
Replies: 153
Views: 38,340
Posted By Ancelad
Re: Help me to code for Sailfish OS

import QtFeedback 5.0

HapticsEffect {
id: activeEffect
duration: 500 // in ms
intensity: 0.2 // from 0 to 1 with 0.1 step-size
running: button.pressed
}
Button {
id: button
Forum: SailfishOS 2019-05-27, 16:43
Replies: 6
Views: 1,170
Posted By dcaliste
Re: Rename 'Folders' to currently selected account

Happy that it's working. Besides, it's not a bad suggestion, I would say. What do you think about posting a feature request on TJC ? I would like to hear the opinion of other people about this...
Forum: SailfishOS 2019-05-27, 12:25
Replies: 6
Views: 1,170
Posted By dcaliste
Re: Rename 'Folders' to currently selected account

Not tested, but you can try:

title: mailAccountListModel.displayNameFromAccountId(accountKey)

The email address for the accountid can be retrieved the same way with:
...
Forum: SailfishOS 2019-05-02, 13:25
Replies: 31
Views: 5,284
Posted By coderus
Re: Sonoff basic switch with SailfishOS

add
statusText.opacity = 1.0
timer.start()
after you received the response from server, not in the timer :)
Forum: SailfishOS 2019-05-02, 10:44
Replies: 31
Views: 5,284
Posted By coderus
Re: Sonoff basic switch with SailfishOS

assign id for your TImer, remove running: true, after mainText.text = line add mainText.opacity = 1.0 and yourTImerId.start()
Showing results 1 to 25 of 100



 
Forum Jump

All times are GMT. The time now is 18:59.