Search found 49 matches

by Mar
30 Dec 2015 01:31
Forum: User Help / Bug Reports
Topic: [German] Wetterwarnungen
Replies: 2
Views: 10780

[German] Wetterwarnungen

Hey Ich würde gerne gewarnt werden, wenn schlechte Wetterbedingungen bevorstehen. Dafür habe ich den Deutschen Wetterdienst gefunden. Es wird auch eine externe Einbindung für Entwickler angeboten. Ich habe mich mal hierfür entschieden: http://www.dwd.de/DE/wetter/warnungen_aktuell/objekt_einbindung/...
by Mar
28 Dec 2015 17:15
Forum: User Help / Bug Reports
Topic: indexOf buggy?
Replies: 1
Views: 6055

Re: indexOf buggy?

It's a list you are using.
Try to use
aaaindex = indexOfElement(aaatest, 15)
Regards
by Mar
05 Dec 2015 00:11
Forum: User Help / Bug Reports
Topic: Enter space in a widget
Replies: 2
Views: 7219

Re: Enter space in a widget

Thanks a lot, Martin!
by Mar
04 Dec 2015 14:25
Forum: User Help / Bug Reports
Topic: Enter space in a widget
Replies: 2
Views: 7219

Enter space in a widget

In the moment I'm developing a flow which checks periodically amazon's prices of some products. I store these prices in a map variable with some additional information. global_amazon={www.amazon.de/product 1[name1, price1, merchant1], www.amazon.de/product2=[name2, price2, merchant2]} Moreover, I ha...
by Mar
25 Nov 2015 01:12
Forum: Feature Requests
Topic: Switch Case
Replies: 7
Views: 23250

Re: Switch Case

+1
by Mar
23 Nov 2015 15:29
Forum: User Help / Bug Reports
Topic: Fillcolor of a widget
Replies: 6
Views: 13349

Re: Fillcolor of a widget

Thanks a lot.
by Mar
23 Nov 2015 15:28
Forum: User Help / Bug Reports
Topic: action write to file with many variables
Replies: 4
Views: 10741

Re: action write to file with many variables

I've tried it and it seems to work.
by Mar
22 Nov 2015 00:18
Forum: User Help / Bug Reports
Topic: Fillcolor of a widget
Replies: 6
Views: 13349

Re: Fillcolor of a widget

Yes, it works. I've already written a script which convert decimal numbers to hexadecimal numbers. Now I use getAlpha, getRed, getGreen and getBlue to fish out the values. My aim is to fade in a clickable overlay with an animation. My problem is now that the function setWidgetElementProperty or prob...
by Mar
19 Nov 2015 10:10
Forum: User Help / Bug Reports
Topic: Fillcolor of a widget
Replies: 6
Views: 13349

Re: Fillcolor of a widget

How are these numbers assembled. I understand how it works with the Hexadecimal colors and the values of the ARGB colors also in the decimal system. So how can I convert this decimal color into a Hexadecimal color and how is it assembled? Is that also working with (semi) transparent colors?