Walter,
I’m on top of most of the API now, but I have a few niggles that would be nice to sort out.
- Layers/Z-Order
When dragging nodes around the canvas they appear above some items and below others. This is obviously zorder issues.
Is there a simple method to bring all selected items to the front before they are dragged - or - could they be moved to another layer during the drag?
- Drag from Pallete.
When dropping an item on the diagram from the pallete - the diagram does not have focus. If you where to drop an item and immediately press undo -nothing happens.
- nodes added to group.
Without adding a memberAdded/memberRemoved event to a Group node - is there anywhere in the framework that I can extend/subclass to handle the event more progmatically. All of my parts on the diagram are Groups - and I would much prefer to override a base class (which is why I was trying to subclass a Group).
Regards,
Gary.