Re: Drag Drop State of Affairs

2018-08-08 Thread Bob Sneidar via use-livecode
Thanks Marty. I didn't because I cannot provide a way to reliably reproduce it. I will bump it. Bob S > On Aug 8, 2018, at 14:00 , Knapp Martin via use-livecode > wrote: > > I filed a bug report #21474 > > --- > Marty _

Re: Drag Drop State of Affairs

2018-08-08 Thread Knapp Martin via use-livecode
I filed a bug report #21474 --- Marty > On Aug 7, 2018, at 2:47 PM, Bob Sneidar via use-livecode > wrote: > > No, and the topStack is the same before and after, which is the stack I am > drag/dropping onto. Curiously, I cannot think of a tim

Re: Drag Drop State of Affairs

2018-08-07 Thread Bob Sneidar via use-livecode
No, and the topStack is the same before and after, which is the stack I am drag/dropping onto. Curiously, I cannot think of a time when the first drag/drop operation failed. It seems it's always on some subsequent drag/drop operation to the same object, which is why I suspect some state that oug

Re: Drag Drop State of Affairs

2018-08-07 Thread Knapp Martin via use-livecode
Have you found a work around for this Bob? Or filed a bug report? For me the problem exists whether in the IDE or a standalone. Marty > On Aug 3, 2018, at 3:20 PM, Bob Sneidar via use-livecode > wrote: > > No tamalies Jacque. With the stack unresponsive, I type "put the short name > of the d

Re: Drag Drop State of Affairs

2018-08-03 Thread J. Landman Gay via use-livecode
Try checking the topstack, that's another one that sometimes resets. -- Jacqueline Landman Gay | jac...@hyperactivesw.com HyperActive Software | http://www.hyperactivesw.com On August 3, 2018 5:22:36 PM Bob Sneidar via use-livecode wrote: No tamalies Jacque. With the stack unresponsive, I typ

Re: Drag Drop State of Affairs

2018-08-03 Thread Bob Sneidar via use-livecode
No tamalies Jacque. With the stack unresponsive, I type "put the short name of the defaultStack" into the message box and it's correct. Bob S > On Aug 3, 2018, at 14:56 , Bob Sneidar via use-livecode > wrote: > > I'll check that. I'll put the defaultStack before the operation and then > af

Re: Drag Drop State of Affairs

2018-08-03 Thread Bob Sneidar via use-livecode
I'll check that. I'll put the defaultStack before the operation and then after and see if it changes. Bob S > On Aug 3, 2018, at 11:42 , J. Landman Gay via use-livecode > wrote: > > Could the defaultstack have changed? It sounds a bit like that. ___

Re: Drag Drop State of Affairs

2018-08-03 Thread J. Landman Gay via use-livecode
Could the defaultstack have changed? It sounds a bit like that. On 8/3/18 1:13 PM, Knapp Martin via use-livecode wrote: I’ve had the same issue. FWIW I’ve found that after a drag and drop, if I move my mouse into the LC toolbar and back (with no clicking) it returns to normal. Marty On Aug 3,

Re: Drag Drop State of Affairs

2018-08-03 Thread Bob Sneidar via use-livecode
Thanks for the confirmation Marty. My suspicion is that for whatever reason the IDE is not "focused" on the current card after the drop, but only sometimes. I have been unable after much trial and error to produce a reliable formula for reproducing the effect. Bob S > On Aug 3, 2018, at 11:1

Re: Drag Drop State of Affairs

2018-08-03 Thread Knapp Martin via use-livecode
I’ve had the same issue. FWIW I’ve found that after a drag and drop, if I move my mouse into the LC toolbar and back (with no clicking) it returns to normal. Marty > On Aug 3, 2018, at 10:58 AM, Bob Sneidar via use-livecode > wrote: > > Hi all. > > I've mentioned before that on a Mac current

Drag Drop State of Affairs

2018-08-03 Thread Bob Sneidar via use-livecode
Hi all. I've mentioned before that on a Mac current OS latest LC (and prior) I have some drag/drop operations, where I will process text dropped onto a field. The actual process works, but afterwards, the controls in the window will be unresponsive, until I click the window title bar, after wh