>
> Hmmm. Well, here goes: the latest svn builds OK at the command line
> on this 10.4.11 / PPC mac, and the programs in the test folder seem
> to be OK. so far as I can tell.
>
> However, an app of my own, that was developed on this box using
> fltk-1.3, now builds OK but has some odd behaviours...
>
> - the app is a music editor of sorts, and makes extensive use of drag
> and drop to move notes (and similar entities) from floating toolbars
> onto the main editor window. Now, any attempt to drag an entity from
> a toolbar onto the main window causes a segfault.

What data do you drag? The new code accepts dropping of filenames
and of text data, and dragging of text.

>
> - the app makes extensive use of keyboard accelerators and shortcuts,
> and these do not seem to be working right any more.

Could you give a simple example?

>
> - the app uses Fl_Native_File_Chooser for load/save dialogues, and
> when this runs, it leaves behind an empty white square that appears
> to be modal for the other app windows, preventing them from being
> accessed.

I use Fl_Native_File_Chooser in my FLTK app without white
footprint. So what you describe is unexpected.

>
> So... on the whole, not ideal, I'll need to revert to a version of
> 1.3 prior to the cocoa mods (BTW: Matt do you know what the last pre-
> cocoa revision number is?) in the meantime for my builds.
>
> If I get a chance, I'll try and figure out what is causing the
> mentioned failures, but if anyone can get to them first (please!)
> then go ahead...
>
> --
> Ian
>
>
>

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

Reply via email to