Home » Developing U++ » U++ Developers corner » Stupid X11 Xdnd problem...
Re: Stupid X11 Xdnd problem... [message #9787 is a reply to message #9786] |
Wed, 30 May 2007 14:06  |
 |
mirek
Messages: 14261 Registered: November 2005
|
Ultimate Member |
|
|
mrjt wrote on Wed, 30 May 2007 07:48 | Both of these could concievably break some applications, and being able to drag flies into text editors can be a nice feature. Perhaps a third solution:
- A bottom up pass with text/uri-list, if nothing accepts it then repeat with text formats
Or is this too complicated?
|
I think this is unsystematic. From the basic interface point of view, are formats are equal, eventual priority should be achieved by call ordering (just like it is for keys).
I am starting to lean towards top-bottom call ordering. It can hardly break any applications (there are only 2 at the moment, uWord and TheIDE, and both will work OK with this).
Perhaps there is some logic in this: Application is more likely to know about special formats, whereas CtrlLib widgets are not.
In fact, thinking about it even more, maybe it should even be regular DragAndDrop event (not ChildDragAndDrop), going up->down. It starts to make sense to me...
|
|
|
Goto Forum:
Current Time: Fri Jun 20 19:26:09 CEST 2025
Total time taken to generate the page: 0.03954 seconds
|