Just downloaded the SDK (SailfishSDK-2.2.4-windows-offline.exe) for Windows
and trying to install it on a Win10 machine.
I get ssh timeout errors both during installation and after. I don't know
if it's because I'm installing on an another drive (not the default c:) or
because I have the latest Vi
Slava,
unfortunately, it doesn't work. IconButton property icon has color
subpropery defined in earlier SFOS versions as well. So,
IconButton {
id: image
[...]
Component.onCompleted: {
if ("color" in image.icon)
I don't think there's an "official" way of maintaining backward
compatibility but I'd humbly suggest something like if ("color" in icon) ...
e.g. I do this kind of thing to notifications:
Notification {
id: clipboardNotification
previewBody: "Copied to clipboard"
Com
Hi,
due to the changes in handling of icon coloring of IconButton in SFOS 3.1,
I am getting a steady stream of EA users complaining about the absence of
icons in Pure Maps - as in
http://talk.maemo.org/showpost.php?p=1558483&postcount=773 . The issue has
been described well in
https://together.jol