[fltk.commit] [Library] r9839 - branches/branch-1.3/examples

2013-03-19 Thread fltk-dev
Author: greg.ercolano Date: 2013-03-19 03:34:03 -0700 (Tue, 19 Mar 2013) New Revision: 9839 Log: Small fixes to keyboard navigation and 'current cell' coloring. Modified: branches/branch-1.3/examples/table-spreadsheet.cxx Modified: branches/branch-1.3/examples/table-spreadsheet.cxx

[fltk.commit] [Library] r9840 - branches/branch-1.3/examples

2013-03-19 Thread fltk-dev
Author: greg.ercolano Date: 2013-03-19 14:02:12 -0700 (Tue, 19 Mar 2013) New Revision: 9840 Log: o Simplified example to take advantage of Fl_Table's existing features. o Replaced hard coded row/col counts. o Enabled arrow keyboard navigation (setting Fl::OPTION_ARROW_FOCUS) o Fixed small bug in

Re: [fltk.general] Smooth blinking

2013-03-19 Thread MacArthur, Ian (Selex ES, UK)
You have to realize a blinking message, or an object which periodically swaps two images : think of an alarm icon. The alarm is sounding, and the icon keeps alternating red/yellow horn images until the user pushes the ack button. Use a timer to blink... but things are not always smooth

[fltk.general] R: Re: Smooth blinking

2013-03-19 Thread memoryl...@tin.it
Hi Greg and Ian, Use a timer to blink... but things are not always smooth blinking. Not a big problem, anyway... just would like to know if there is a clever way to assure a smooth blinking (usually we are speaking of small objects). Not really sure this is what was being asked, but