AW: WEIRD: code changes the code instead of a field

2017-03-22 Thread Tiemo Hollmann TB via use-livecode
. März 2017 15:15 An: How to use LiveCode Cc: J. Landman Gay Betreff: Re: WEIRD: code changes the code instead of a field There's a problem with the script editor losing track of the defaultstack during debugging. I see it when it tells me that it can't find a control on the card I&#x

Re: WEIRD: code changes the code instead of a field

2017-03-21 Thread Quentin Long via use-livecode
Message: 13 Date: Tue, 21 Mar 2017 14:58:02 + sez Bob Sneidar > > On Mar 21, 2017, at 04:11 , Klaus major-k via use-livecode > > wrote: > > > > "numtochar" and "chartonum" have been deprecated since version 7.x of > > Liveocde! > > So please try again with "NumtoNativeChar" and maybe also

Re: WEIRD: code changes the code instead of a field

2017-03-21 Thread Bob Sneidar via use-livecode
IT IS when you are debugging! Do you have gRevDevelopment set to true? Bob S > On Mar 21, 2017, at 04:16 , Tiemo Hollmann TB via use-livecode > wrote: > > Hi Klaus, > it's not an issue of numToChar (happens similar with numToNativeChar) but > probably of the IDE/Debugger, who thinks that the

Re: WEIRD: code changes the code instead of a field

2017-03-21 Thread Klaus major-k via use-livecode
Hi Bob, > Am 21.03.2017 um 15:58 schrieb Bob Sneidar via use-livecode > : > say WHUUUT? WHUUT! > By deprecated, do you mean not part of the scripting language anymore?? I am not a native english speaker, so you should know better what "deprecated" means! :-D It it obviously still working but

Re: WEIRD: code changes the code instead of a field

2017-03-21 Thread Bob Sneidar via use-livecode
say WHUUUT? By deprecated, do you mean not part of the scripting language anymore?? I thought we didn't do that. Bob S > On Mar 21, 2017, at 04:11 , Klaus major-k via use-livecode > wrote: > > "numtochar" and "chartonum" have been deprecated since version 7.x of > Liveocde! > So please try

Re: WEIRD: code changes the code instead of a field

2017-03-21 Thread J. Landman Gay via use-livecode
There's a problem with the script editor losing track of the defaultstack during debugging. I see it when it tells me that it can't find a control on the card I'm looking at. It's applying all references to itself. I haven't been able to get a consistent recipe to report the problem but since

Re: WEIRD: code changes the code instead of a field

2017-03-21 Thread Klaus major-k via use-livecode
An: How to use LiveCode > Cc: Klaus major-k > Betreff: Re: WEIRD: code changes the code instead of a field > > Hi Tiemo, > >> Am 21.03.2017 um 11:49 schrieb Tiemo Hollmann TB via use-livecode > : >> >> Hello, >> >> LC 9.0, dp4, Win10: Fiddling arou

AW: WEIRD: code changes the code instead of a field

2017-03-21 Thread Tiemo Hollmann TB via use-livecode
k via use-livecode Gesendet: Dienstag, 21. März 2017 12:12 An: How to use LiveCode Cc: Klaus major-k Betreff: Re: WEIRD: code changes the code instead of a field Hi Tiemo, > Am 21.03.2017 um 11:49 schrieb Tiemo Hollmann TB via use-livecode : > > Hello, > > LC 9.0, dp4, Wi

Re: WEIRD: code changes the code instead of a field

2017-03-21 Thread Klaus major-k via use-livecode
Hi Tiemo, > Am 21.03.2017 um 11:49 schrieb Tiemo Hollmann TB via use-livecode > : > > Hello, > > LC 9.0, dp4, Win10: Fiddling around creating a password field I am > encountering a very weird phenomenon. Stepping thru my code with the > debugger my code modifies my code instead of a field. Reci

WEIRD: code changes the code instead of a field

2017-03-21 Thread Tiemo Hollmann TB via use-livecode
Hello, LC 9.0, dp4, Win10: Fiddling around creating a password field I am encountering a very weird phenomenon. Stepping thru my code with the debugger my code modifies my code instead of a field. Recipie: - Create a new stack - Create a new field - Put the code into