Re: [Pharo-users] changing the appearance of a method when dragging it to recategorize it in Pharo 5

2016-07-14 Thread Paul DeBruicker
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

Re: [Pharo-users] changing the appearance of a method when dragging it to recategorize it in Pharo 5

2016-07-14 Thread Nicolai Hess
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

[Pharo-users] changing the appearance of a method when dragging it to recategorize it in Pharo 5

2016-07-14 Thread 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 for the transient morph and see where to change it m