In article <[EMAIL PROTECTED]>,
 Christophe Geuzaine <[EMAIL PROTECTED]> 
 wrote:

> * show() works differently

I don't think this can be fixed; the big difference between the native 
and fltk file chooser is that the native takes exclusive control over 
event processing. You can't have callbacks until it is closed, for 
example. That's a pretty big difference; but honestly I don't care.

I never saw an application showing more than a file chooser at any time, 
in any condition, and using the native chooser is a great advantage in 
common usability terms.

> * the filters have slightly different syntax ("type (*.ext)\t" vs. 
> "type\t*.ext\n")

Yes, I always wondered that in particular, even though I like Native's 
syntax better. It would be nice to have identical APIs.

_______________________________________________
fltk mailing list
[email protected]
http://lists.easysw.com/mailman/listinfo/fltk

Reply via email to