Impossible catch the startDrag event of a scrollPane widget. A mistery :)

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
1 message Options
Reply | Threaded
Open this post in threaded view
|

Impossible catch the startDrag event of a scrollPane widget. A mistery :)

gerard alis
I´m using a Scrollpane widget for show data in table format.

http://img687.imageshack.us/img687/1557/capturadepantalla201001o.png

My problem is when I try catch the startDrag event of that scrollPane widget. The stillMouseDown event don´t works too. I see in front of scrollPane a submorph, a TransformMorph. I did try capture too the events in that invisible morph ( the scroller of scrollPane ) but don´t works too. I need some of that events for move the widgets in the UIBuilder tool.

Thanks for the help.