Page 1 of 1
variable readout?
Posted: 30 Mar 2014 18:36
by henkster
Wouldn't it be nice if one could have a readout of the variables anytime you would like to? I mean...now I have to notify in a popup or notification what value there is in one variable... instead maybe a different window in AM?
Re: variable readout?
Posted: 31 Mar 2014 08:49
by bichlepa
You can use "Speech Output". It accepts variables.
Re: variable readout?
Posted: 06 Apr 2014 16:04
by henkster
That is not what i meant. I mean that it would be nice to have seperate small window to get the readout for every variable you want...
Re: variable readout?
Posted: 06 Apr 2014 18:26
by Nerey
I'm using Notification on Screen
Also can be used:
- Notification on statusbar
- Menu Manage\Global variables
- Widget
- Overlay widget
Re: variable readout?
Posted: 07 Apr 2014 09:49
by Martin
Do you mean something like a debug toolwindow/view of an IDE, that is shown while the flow is executed? I think the values of the local variables will change quite fast and will not provide enough time to see anything.
If you want to show the variables while building and testing the flow for the first few times, I recommend to use condition Debug Dialog. The condition will show all variables and the corresponding values available at this position of the flow and allows to conditionally continue to execute the flow on the true- or false-branch.
Re: variable readout?
Posted: 09 Apr 2014 14:41
by henkster
Great Martin! This is more or less what I wanted. Maybe it could be in a seperate window (not popup) which floats besides or on top/bottom from the flow builder window?