Search found 342 matches

by digitalstone
05 Apr 2021 16:18
Forum: User Help / Bug Reports
Topic: Adding leading zero
Replies: 1
Views: 6009

Re: Adding leading zero

Nevermind... i made a rookie mistake -_-

I used this. But i forgot the initialization:

Code: Select all

"{concat("0", hex)}"

Should have been this:

Code: Select all

hex = "{concat("0", hex)}"
by digitalstone
05 Apr 2021 13:22
Forum: User Help / Bug Reports
Topic: How to get an image into a widget
Replies: 1
Views: 9529

Re: How to get an image into a widget

I have a weather widget, in where i'm using an icon.
That icon is one of many inside a folder on my phone.
I simply tell with the setWidgetElementProperty function what the filepath of that icon should be.
refreshWidget if necessary.
by digitalstone
05 Apr 2021 01:15
Forum: User Help / Bug Reports
Topic: Adding leading zero
Replies: 1
Views: 6009

Adding leading zero

I'm calculating with hex color values for a progress bar. And the part where i'm converting the individual RGB values doesn't let me have a '0' as a first character. For example: 080F00 results in 8F0 I'm using this function to convert decimal to hexadecimal: hex = callJavaStaticMethod("java.lang.In...
by digitalstone
25 Feb 2021 17:04
Forum: Flow Sharing Area
Topic: Dutch weather info (KNMI Nederlands weer)
Replies: 1
Views: 36872

Re: Dutch weather info (KNMI Nederlands weer)

Thanks for this one... not sure if the forum is still alive as ever. Haven't checked in quite a while.
Just got my API key. Implementing data.

Greets from another country-brother ;)
by digitalstone
28 Apr 2019 19:39
Forum: User Help / Bug Reports
Topic: Logging within flow
Replies: 4
Views: 11365

Re: Logging within flow

That's very clear now, thanks :D
by digitalstone
28 Apr 2019 18:52
Forum: User Help / Bug Reports
Topic: Logging within flow
Replies: 4
Views: 11365

Re: Logging within flow

Thanks for the very quick response.

So you're saying not to use ANY write-to-file method at all, but instead to keep everything just inside the glovar?
I don't really understand your first sentence: "Don't write to file, it need to execute another write to file action."
by digitalstone
28 Apr 2019 17:39
Forum: User Help / Bug Reports
Topic: Logging within flow
Replies: 4
Views: 11365

Logging within flow

I have a question about writing log information to a txt-file. There is this flow i'm working on and i want to create log info around each corner in an efficient way. The goal is to make it absolutely sure the info is being written (in case the flow unexpectedly stops), while at the same time being ...
by digitalstone
27 Feb 2019 17:59
Forum: Feature Requests
Topic: Clickable Areas in Widgets
Replies: 2
Views: 10714

Re: Clickable Areas in Widgets

You could work with stacking 2 widgets on top of each other. Creating a "base and top layer". Add transparancy if/where needed. Remember that Automagic can only perform as much as Android allows/is limited to. And widgets are Android based. Automagic offers you only the widget-editor to create the r...
by digitalstone
19 Feb 2019 19:54
Forum: Feature Requests
Topic: Tcp/udp Sending and receiving
Replies: 36
Views: 99226

Re: Tcp/udp Sending and receiving

@elektroinside The answer on that forum already describes what my question was implying. I know it's just a protocol where a format like "http" rides upon.
I just want to know what you would like to be sending a message with (using UDP or TCP)?
by digitalstone
18 Feb 2019 23:48
Forum: Feature Requests
Topic: Tcp/udp Sending and receiving
Replies: 36
Views: 99226

Re: Tcp/udp Sending and receiving

I'm missing the point i'm sure, but aren't TCP/UDP just protocols that sending a http just makes use of?