Oh great. And it has this solution I can start using today:
FTTableMorph>##startDrag: event
| passengers transferMorph |
event hand hasSubmorphs ifTrue: [^ self].
self dragEnabled ifFalse: [^ self].
"Here I ensure at least one element is selected "
event
2016-07-14 22:03 GMT+02:00 PAUL DEBRUICKER :
> When dragging a method the method class name and selector name are
> displayed and centered on the mouse pointer. This prevents me from seeing
> the category name I'm attempting to drag the method into.
>
> I also have been unable to get the halos fo
When dragging a method the method class name and selector name are displayed
and centered on the mouse pointer. This prevents me from seeing the category
name I'm attempting to drag the method into.
I also have been unable to get the halos for the transient morph and see where
to change it m