Re: variable window not applying changes

2021-11-24 Thread Niggemann, Bernd via use-livecode
> James Hale wrote: > I have been tracing a script and while stepping through notice an error in a > variable. > I double clicked on the value in the variable list at the bottom of the SE > window and brought up the variable window. > Made the correction and clicked "apply". > Nothing happened.

Re: variable window not applying changes

2021-11-24 Thread Craig Newman via use-livecode
@Bernd. " double-click on the icon in the varialble line:” What icon? Do you mean the small box-with-arrow icon that appears when a multi-line variable is present in the lower list? @James. I am on a Mac, but have never had a change made in the external variable window (certainly a stack) th

Re: variable window not applying changes

2021-11-24 Thread Niggemann, Bernd via use-livecode
> Craig Newman wrote > @Bernd. > " double-click on the icon in the varialble line:” > > What icon? Do you mean the small box-with-arrow icon that appears when a > multi-line variable is present in the lower list? Yes, that open rectangle with the right-upward pointing array Kind regards Bernd _

How to in LC for Desktop and the Web?

2021-11-24 Thread Paul Dupuis via use-livecode
I have an LC application that currently runs on Window and macOS, that I want to try to get running under LC 10 for the web. One characteristic of the app is that it opens a number of external stacks. On desktop platforms, these external stacks (outside the .EXE (windows) or .app package (macOS

Re: variable window not applying changes

2021-11-24 Thread James Hale via use-livecode
Double clicking on the line in the variable list only opens a single watcher window. If I do this in my current project I make a change, click "apply" and the previous value (before I made the change) returns! I have since made a test stack to see if the problem persists. It doesn't. Making a c