put the dialog of "variables on stack" inside of the dialog of "step through a script".
Current view is attached. The popup dialog of "variables on stack" stops user from clicking the "continue" button. it will be great to see value of variables in the same dialog of "step through a script".
put variables dialog inside of "step through ..."
put variables dialog inside of "step through ..."
- Attachments
-
- current view of two dialogs
- suggestion.png (37.95 KiB) Viewed 1737 times
-
PeterH
- Posts: 2826
- Joined: 21 Nov 2005 20:39
- Location: DE W11Pro 24H2, 1920*1200*100% 3840*2160*150%
Re: put variables dialog inside of "step through ..."
First the wrong answer: you should define strings in quotes, i.e.:
Then to the contents of the variables in the Stepping-Window: I think it's a problem with the needed space - you might have many variables with rather long values...
But if the "Variables on Stack" window would be modal you just could keep it open and watch the changing values while stepping. So I think this would be fine.
Code: Select all
$lookup="Tags";But if the "Variables on Stack" window would be modal you just could keep it open and watch the changing values while stepping. So I think this would be fine.
Re: put variables dialog inside of "step through ..."
Thanks, PeterH.
Again, thank you for your comment.

You are right. I am helping test the tagCounter, http://www.xyplorer.com/xyfc/viewtopic.php?f=7&t=7741PeterH wrote:First the wrong answer: you should define strings in quotes, i.e.:Code: Select all
$lookup="Tags";
can be solved using scrolling bar.PeterH wrote: Then to the contents of the variables in the Stepping-Window: I think it's a problem with the needed space - you might have many variables with rather long values...
"Variables on Stack" window is active, and then "step through..." window is not active until you close the "Variables on Stack" window.PeterH wrote: But if the "Variables on Stack" window would be modal you just could keep it open and watch the changing values while stepping. So I think this would be fine.
Again, thank you for your comment.
-
PeterH
- Posts: 2826
- Joined: 21 Nov 2005 20:39
- Location: DE W11Pro 24H2, 1920*1200*100% 3840*2160*150%
Re: put variables dialog inside of "step through ..."
Sorry, it seems I've written too fast - and now that's the opposite of what I meantpaul0 wrote:"Variables on Stack" window is active, and then "step through..." window is not active until you close the "Variables on Stack" window.PeterH wrote: But if the "Variables on Stack" window would be modal you just could keep it open and watch the changing values while stepping. So I think this would be fine.
The word should be non-modal, of course - makes no sense as written
Meant was a window that dynamically shows the values of variables, that you can leave open when running the script, and watch the variables change.
(But I don't know how easy or difficult it is to program this in VB...)
Re: put variables dialog inside of "step through ..."
+1 if this isn't too hard.
XYplorer Beta Club