Search found 32 matches

by P-chu
11 Jan 2017 03:26
Forum: Feature Requests
Topic: Edit flows.xml on a PC
Replies: 7
Views: 24469

Re: Edit flows.xml on a PC

Well, technology is starting to speed up with new innovations. Sony is demo'ing at CES 2017 an accessory for android devices to act as an alternate I/O monitor & interface.
https://www.youtube.com/watch?v=9TS9Hsa6iCg
by P-chu
05 Dec 2016 01:59
Forum: User Help / Bug Reports
Topic: Subroutine call to another flow.
Replies: 10
Views: 24743

Re: Subroutine call to another flow.

Oh, OK. So if I understand correctly, it is like when you work with a group on a project, and one of the team members is designated the responsibility to see to the completion of one of the smaller goals or obtain the requisite permits that is important to the rest of the project? Thanks, MURTUMA! :)
by P-chu
04 Dec 2016 23:05
Forum: User Help / Bug Reports
Topic: Date time addition and subraction
Replies: 2
Views: 9652

Re: Date time addition and subraction

Hi whenevere, First, you got quotes around your brackets {}, so your variables will all contain strings (text) values, not numeric. Also, I could be wrong, but I think the "dateformat" is used only when you are going to output the value (often as a text) to something like a file, or message, or spee...
by P-chu
03 Dec 2016 19:32
Forum: User Help / Bug Reports
Topic: Expression or script hangs when checking variables
Replies: 6
Views: 14727

Re: Expression or script hangs when checking variables

Hi Markos,

It may help present a better idea of the problem if you are able to post a representation or screen shot of your flow with that "status_code == 200" condition? I don't know if I can help, but I'm personally curious as to what your "true" and "false" paths do from that stuck condition.
by P-chu
03 Dec 2016 18:33
Forum: User Help / Bug Reports
Topic: Subroutine call to another flow.
Replies: 10
Views: 24743

Re: Subroutine call to another flow.

MURTUMA wrote:This would have been my next suggestion but...
i'm curious what would have been your first suggestion, Murtuma? Always nice to learn something new. :)
by P-chu
01 Dec 2016 00:25
Forum: User Help / Bug Reports
Topic: Subroutine call to another flow.
Replies: 10
Views: 24743

Re: Subroutine call to another flow.

Hi Husky, I think (at least how I would approach it) the idea is to put your Date & Time script in its own flow that would store the values in a global variable that your other flows can reference. Then as you have mentioned, the Date & Time flow would be always active if it is triggered each time t...
by P-chu
01 Dec 2016 00:09
Forum: User Help / Bug Reports
Topic: How to alternate/switch apps ?
Replies: 3
Views: 11480

Re: How to alternate/switch apps ?

Well, ltplenus, this should not be too difficult for you to make if you already have created a flow with a dialog box. However, you first need to determined how you want your device/phone to know when to switch app and to which app if it is important for certain situations. If not dialog box, then a...
by P-chu
27 Nov 2016 19:05
Forum: User Help / Bug Reports
Topic: How to format the Battery_percentage for Speech/Notific.
Replies: 2
Views: 9508

Re: How to format the Battery_percentage for Speech/Notific.

Hi husky, This site's Help > "Creating a Custom Widget" uses the battery level as part of its example. It used the trigger "Battery Level" , but there is a condition equivalent , which I assume is what you have tried or looked at. Both trigger and condition returns a variable, battery_level , which ...
by P-chu
26 Nov 2016 23:58
Forum: User Help / Bug Reports
Topic: How to alternate/switch apps ?
Replies: 3
Views: 11480

Re: How to alternate/switch apps ?

Hi itplenus, First thing that comes to my mind to suggest would be to use a global variable to indicate which app you are currently using. The variable name needs to start with "global_", so you could call it "global_runningapp" for example. Then you could use the action "Script" to set and update t...
by P-chu
25 Nov 2016 15:05
Forum: User Help / Bug Reports
Topic: setText2ById() and CR
Replies: 4
Views: 12940

Re: setText2ById() and CR

Hi Martin, It is not a multi-line text field, but there is no send/submit button either. It's the URL field in the stock web browser. (I noticed I failed to state correctly in the last sentence of my last reply, "the context list does not vanish [when I try to do anything else]." I've been trying to...