> I have an os x application using fltk 1.1.3 whose executable > has been moved sucessfully using the finder or > diskimage. This was under 10.2, 10.3, and 10.4. I tried > moving it from a 10.4 to a 10.5 machine and everything works but > the window will not get the focus - we cannot resize > the window or have the application respond to keyboard input. > This looks like we have corrupted the resource file but > I don't know why this would happen under 10.5 and not 10.2, > 10.3 or 10.4. > Does anyone have this problem and/or any insight into > what could be going on ?
Yes, everyone who upgraded to 10.5 has this problem. Apple have removed support for the rez fork hack we've been using up 'til now (although to be fair they have been warning that it was deprecated for several releases now...) It appears the only credible solution is to repackage the app as a bundle and it will then magically Just Work once more. My hack for this is here: http://www.9edgedown.talktalk.net/fltk/flbundle.tgz Greg's is here: http://www.seriss.com/people/erco/fltk/#MacBundle And Mike posted a minimal plist xml sample for this just the other day, in this list... SELEX Sensors and Airborne Systems Limited Registered Office: Sigma House, Christopher Martin Road, Basildon, Essex SS14 3EL A company registered in England & Wales. Company no. 02426132 ******************************************************************** This email and any attachments are confidential to the intended recipient and may also be privileged. If you are not the intended recipient please delete it from your system and notify the sender. You should not copy it or use it for any purpose nor disclose or distribute its contents to any other person. ******************************************************************** _______________________________________________ fltk mailing list [email protected] http://lists.easysw.com/mailman/listinfo/fltk

