I have move DCTRResizeCanceled into Trachel under the name TRResizeCanceled
However, why TRResizeCanceled does belongs to Trachel? Shouldn’t it be in
Roassal itself? It is created only by Roassal classes
I see.
I don't know.
Originally it was in Roassal, however that was the only Roassal-level
event. So I moved it to Trachel and is now subclass of TRShapeEvent,
because it also carries the shape of the clicked element.
But events are confusing for me... because I am still attaching Trachel
events to Roassal elements...
el when: TRMouseClick do: [ :event | ... ]
So there's no clear separation anyway.
By the way, do you want me to save your Dynacase package without the
classes I have migrated in Roassal and Trachel? Does this help?
No need to do that. I have to change it in my code first before I can
remove it.
Peter