Re: Control of Text Fields.

2021-11-04 Thread Roger Guay via use-livecode
Thanks, Alex. Sorry I didn’t make myself clear. I’m building a calculator stack with forward and back arrow buttons and a Delete button. What's the script for these buttons? Roger > On Nov 4, 2021, at 5:53 PM, Alex Tweedly via use-livecode > wrote: > > Hi Roger, > > I'm not sure I properly

Re: Control of Text Fields.

2021-11-04 Thread Alex Tweedly via use-livecode
Hi Roger, I'm not sure I properly understand your question. here's a code snippet the moves the insertion point (in this sample, typing an 'f' moves it forward, 'b' moves it back). (Note this also works if there is some text selected - it moves the insertion to just after the selection, just

Re: Control of Text Fields.

2021-11-04 Thread Roger Guay via use-livecode
I think you guys have accidentally hijacked my thread. Roger > On Nov 4, 2021, at 3:53 PM, Richard Gaskin via use-livecode > wrote: > > Possibly memory corruption, but unlikely. More likely a plugin or IDE > element with test code hanging around. > > If only there was a way to trace

Re: Control of Text Fields.

2021-11-04 Thread Richard Gaskin via use-livecode
Possibly memory corruption, but unlikely. More likely a plugin or IDE element with test code hanging around. If only there was a way to trace message handlers so you could see where the culprit lies... http://lists.runrev.com/pipermail/use-livecode/2021-October/266125.html :) -- Richard

Re: Control of Text Fields.

2021-11-04 Thread Bob Sneidar via use-livecode
I just searched for Carol in ANYTHING in ALL OBJECTS in my stack. The word Carol is in nothing. Memory corruption anyone??? Bob S > On Nov 4, 2021, at 15:22 , Bob Sneidar via use-livecode > wrote: > > OK I tried sending put the selectedChunk in one second in an openField > handler in a

Re: Control of Text Fields.

2021-11-04 Thread Bob Sneidar via use-livecode
OK I tried sending put the selectedChunk in one second in an openField handler in a field. What I get... (you may want to sit down for this...) is: Bob Carol That exists precicely NO WHERE IN MY APPLICATION! Bob S > On Nov 4, 2021, at 13:49 , Roger Guay via use-livecode > wrote: > >

Control of Text Fields.

2021-11-04 Thread Roger Guay via use-livecode
I simply want to be able to move the insertion iBeam in a focused field left and right, one char at a time (just like the left and right arrows keys), and then to delete the char in front of it (just like the Delete key). The dictionary was again of no use to me. Can someone please provide

Re: Win 11

2021-11-04 Thread Bob Sneidar via use-livecode
Hi Roland. I am wondering if you have had the opportunity to see LC running under MacOS? I have, and would like input from others using Win11 AND MacOS to chime in. Bob S > On Nov 4, 2021, at 12:48 , R.H. via use-livecode > wrote: > > @Mike Kerner > > I am using Win 11. I had no issues

Win 11

2021-11-04 Thread R.H. via use-livecode
@Mike Kerner I am using Win 11. I had no issues so far. All works as expected, but I have only be using the IDE. Now, after switching to a 1 TB SSD and 16 MB Ram, also the script editor becomes usable under Windows. What a difference... Wow. Have fun ) Roland

Re: Script Editor Disassociation Bug - Seen it lately?

2021-11-04 Thread Niggemann, Bernd via use-livecode
On 11/4/21 4:18 AM, Curry Kenworthy via use-livecode wrote: I'm checking up on the Script Editor Disassociation Bug, described in this thread: I don't know if this is a dissociation of the Script Editor but bug 22555

Re: Script Editor Disassociation Bug - Seen it lately?

2021-11-04 Thread Curry Kenworthy via use-livecode
Paul: > I have not noticed recently - not in the 9.6.x series. Good! Paul: > probably some specific sequence of object selection actions Right, so actions during selection and/or script saving. Bob: > I have not seen this to my remembrance. Also good! Mark: > I don't think the absence of

Re: Script Editor Disassociation Bug - Seen it lately?

2021-11-04 Thread Mark Wieder via use-livecode
On 11/4/21 4:18 AM, Curry Kenworthy via use-livecode wrote: I'm checking up on the Script Editor Disassociation Bug, described in this thread: By way of not adding any more data points to your survey (sorry), I can

Re: Script Editor Disassociation Bug - Seen it lately?

2021-11-04 Thread Bob Sneidar via use-livecode
I have not seen this to my remembrance. Bob S > On Nov 4, 2021, at 04:18 , Curry Kenworthy via use-livecode > wrote: > > I'm checking up on the Script Editor Disassociation Bug, > described in this thread: > > > >

Re: Bug survey

2021-11-04 Thread Mike Kerner via use-livecode
No, this is something different. There was a bug report on mobile related to event ordering, but I can't find it. I originally worked around it (like the error causing silent aborts), but it just jumped back up at me, again, and reminded me that I didn't put it on my list. On Wed, Nov 3, 2021 at

Re: Script Editor Disassociation Bug - Seen it lately?

2021-11-04 Thread Paul Dupuis via use-livecode
On 11/4/2021 7:18 AM, Curry Kenworthy via use-livecode wrote: I'm checking up on the Script Editor Disassociation Bug, described in this thread: But first: Has anyone seen this bug lately? (On LC 9.6.3 or

Script Editor Disassociation Bug - Seen it lately?

2021-11-04 Thread Curry Kenworthy via use-livecode
I'm checking up on the Script Editor Disassociation Bug, described in this thread: Paul, Bob, Ben, Mark (and Hermann) commented at the time, having experienced the same bug or something very similar. Me: > sometimes