Re: Unexpected scrollbarDrag message

2013-05-22 Thread Peter Haworth
On Wed, May 22, 2013 at 5:13 PM, Alex Tweedly wrote: > Then make the field very slightly less tall - and now simply clicking in > the field causes a tiny scroll because the insertion cursor is being put in > the field. And that generates a 'scrollbardrag' which is picked up by the > handler in th

Re: Unexpected scrollbarDrag message

2013-05-22 Thread Alex Tweedly
I think it's behaving as intended (however strange that may be). Note - there is no need to have any scrollbars anywhere to have scrollbardrag messages generated. The key part (in the docs) is perhaps Summary: Sent to a field, scrollbar, or group when the user drags the scrollbar thumb or whe

Re: Unexpected scrollbarDrag message

2013-05-22 Thread Peter Haworth
On Wed, May 22, 2013 at 3:51 PM, wrote: > Everything works fine when I drag the thumbs, and nothing happens no > matter what I do to the field. What do you have different? > I wish I knew! Here's what I've checked: - the field has no scrollbars enabled - the field has no handlers that send a s

Re: Unexpected scrollbarDrag message

2013-05-22 Thread dunbarx
Peter. So I made a new stack with a few scrollbars and sliders and a field. In the card script: on scrollbarDrag put the thumbPos of the target into fld "valueField" end scrollbarDrag Everything works fine when I drag the thumbs, and nothing happens no matter what I do to the field. Wh