Hi Mike, > Migrating from 1.0.11 to 1.3, I've discovered that I can't > use the space bar and arrow keys as shortcuts anymore?
When I first read this, I thought "No, we changed that behaviour ages ago, so Mike can't have had it working like that in 1.1.11..." Then I read what you actually wrote, and remembered that you *really are* porting from 1.0.x. So, hmm, well, you might get some advantage from turning off keyboard navigation and visible focus, and see if that restores the behaviour you expect. Try calling Fl::visible_focus(0); somewhere near the start of your program and see if that helps or not... Cheers, -- Ian SELEX Galileo Ltd 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

