Re: UI design problem

2017-03-06 Thread Jim Lambert via use-livecode
> tbodine wrote: > > I'm using the mouseStillDown message to make either the text or image > follow the mouse until released. Glad you solved it. Jim Lambert ___ use-livecode mailing list use-livecode@lists.runrev.com Please visit this url to subscrib

Re: UI design problem

2017-03-05 Thread tbodine via use-livecode
is passed through to another object. So I bailed on "grab" and I'm using the mouseStillDown message to make either the text or image follow the mouse until released. Spent way to much time on this! Thanks to all for your suggestions. Tom -- View this message in context: http:/

Re: UI design problem

2017-03-05 Thread Jim Lambert via use-livecode
Food for thought. Presumably text in the field is editable by the user. Therefore the field text cannot be locked and mousedowns will be used for text selection rather than grabbing of the entire field, correct? Is the field user resizable? If so, do you present the user with dotted border and

Re: UI design problem

2017-03-04 Thread Dr. Hawkins via use-livecode
On Sat, Mar 4, 2017 at 2:04 PM, tbodine via use-livecode < use-livecode@lists.runrev.com> wrote: > Dr. Hawkins via use-livecode wrote > > pass mousedown > > Err, no I didn't :) But my though would be after pasting, to move the image control (slider, group, whatever) to the top level, and to hide

Re: UI design problem

2017-03-04 Thread Tom Glod via use-livecode
n handler works fine to grab the image when I > click directly on the image control. > > Tom > > > > -- > View this message in context: http://runtime-revolution. > 278305.n4.nabble.com/UI-design-problem-tp4712829p4712832.html > Sent from the Revolution - User mailing

Re: UI design problem

2017-03-04 Thread Jonathan Lynch via use-livecode
sedown handler attached to > the image. The same mousedown handler works fine to grab the image when I > click directly on the image control. > > Tom > > > > -- > View this message in context: > http://runtime-revoluti

Re: UI design problem

2017-03-04 Thread tbodine via use-livecode
'blah'" line in the mousedown handler attached to the image. The same mousedown handler works fine to grab the image when I click directly on the image control. Tom -- View this message in context: http://runtime-revolution.278305.n4.nabble.com/UI-design-problem-tp4712829p4712

Re: UI design problem

2017-03-04 Thread Tom Glod via use-livecode
territory, > so > I'm hoping some of you will know a simple way to pass a mousedown from a > text field to an image control. > > Thanks! > Tom B. > > > > > > -- > View this message in context: http://runtime-revolution. > 2

UI design problem

2017-03-04 Thread tbodine via use-livecode
o I'm hoping some of you will know a simple way to pass a mousedown from a text field to an image control. Thanks! Tom B. -- View this message in context: http://runtime-revolution.278305.n4.nabble.com/UI-design-problem-tp4712829.html Sent from the Revolution - User mailing l