Hi I have a question which I know is gonna end up being stupidly simple...
I have a TitleWindow component, which I want to respond to drag / drop events. When a user drops something on it's title bar, it's child datagrip accepts the object. It's doing this fine using DragManager.acceptDragDrop(dataGrid1). However, when the mouse is over the dataGrid, the cursor is set to the appropriate Aeon icon, but when it's over the Title bar, it's empty. I've tried playing around with CursorManager.setCursor on dragEnter and dragExit events, but only ended up making a mess. I'm sure this must be simple -- What am I missing?? Thanks in advance Marty
