Re: Drag text from locked field

2014-11-17 Thread Bob Sneidar
Oh cool. Thanks. I don’t mind having to use a modifier. I do think however that drag and drop from an unlocked field with traversalOn disabled should still be allowed. I get however that a field would need focus which traversalOn allows, so perhaps fields need another property like allowEdit.

Re: Drag text from locked field

2014-11-15 Thread André Bisseret
Le 15 nov. 2014 à 00:12, Bob Sneidar a écrit : > Also, I need to be able to select text in a locked field. Seems this is also > not possible. > > Bob S Normally it is possible ; I just tried it successfully ; then you can get the selectedChunk in a "selectionChanged" handler. Beware : the t

Re: Drag text from locked field

2014-11-15 Thread André Bisseret
Le 15 nov. 2014 à 00:11, Bob Sneidar a écrit : > I suspect the answer is no, but is there a way to drag text from a locked > field? So far it seems not. I can probably unlock the field on a mouseDown > event and relic it on a mouseUp, but that is getting ugly. I need to be able > to select and

Re: Drag text from locked field

2014-11-14 Thread Bob Sneidar
Also, I need to be able to select text in a locked field. Seems this is also not possible. Bob S > On Nov 14, 2014, at 15:11 , Bob Sneidar wrote: > > I suspect the answer is no, but is there a way to drag text from a locked > field? So far it seems not. I can probably unlock the field on a

Drag text from locked field

2014-11-14 Thread Bob Sneidar
I suspect the answer is no, but is there a way to drag text from a locked field? So far it seems not. I can probably unlock the field on a mouseDown event and relic it on a mouseUp, but that is getting ugly. I need to be able to select and drag text from a field but not allow editing. Bob S