Search found 6 matches

by acomagu
23 Feb 2015 13:32
Forum: Feature Requests
Topic: typeOf()
Replies: 1
Views: 7175

typeOf()

Hi,

I want to know if the value is 2 or '2'.
by acomagu
16 Feb 2015 07:20
Forum: Feature Requests
Topic: want to know caller flow's name
Replies: 1
Views: 7187

want to know caller flow's name

Please add variable containing caller flow's name in called flow.
by acomagu
28 Jan 2015 13:49
Forum: Flow Sharing Area
Topic: [Experimental] JSON Parser
Replies: 0
Views: 7414

[Experimental] JSON Parser

sorry for broken English. This is JSON parser. I dont garantee that it work right, and it is very very slow!! And often cause 'Automagic Emergency Stop' Error for a bit long json string(it can be avoided by changing setting of Automagic). Furthermore, wrong json cause endless loop. For those reason,...
by acomagu
10 Jan 2015 11:38
Forum: Flow Sharing Area
Topic: Battery usage per hour
Replies: 2
Views: 12129

Re: Battery usage per hour

It's nice idea!
by acomagu
03 Jan 2015 11:06
Forum: User Help / Bug Reports
Topic: not detect changing of list variable
Replies: 1
Views: 5943

not detect changing of list variable

Hi.

When a global variable including list changes, the trigger "Global variable" is not triggered.
Is this in the specifications?

Example:

Flow 1:
Script: global_test = newList();
addElement(global_test, 'aa');

Flow2: Trigger: Global variables: global_test

↑not triggerd!

Thanks for your time