Re: tab/tabpane (david)
Charles Goodwin <[email protected]>
| Newsgroups | gmane.comp.java.xwt.widgets |
|---|---|
| Message-ID | <308906BE5D07D5119285009027D61C5722F744@NTFPS1> |
> > David, how important do you feel the 'dragging tabs between windows' > > is for tabpane? > > It's a feature that's already there. It's really useful if you were > building a pull off tab model used in Windows applications. Ok, it's definitely going in, I was originally thinking about being cheap and leaving it as an aside whilst I built tabpane up around selectable and focusable. But we don't wanna do that... :P So I'm abstracting it out into 'draggable'. The lib.abstract version of draggable is the very simple code I posted earlier; where somthing is interested in 'on release only' dragndrop items. The lib code will be for those interested in 'as you drag' like the tabs and reordering, or the reordering of columns in table, or the reordering of icons, for example. Btw, I was *very* impressed with the dragndrop code you wrote for tabpane. It uses some very clever workarounds for getting mouse coords. Did it work on all the platforms you tested it on?