Re: [fltk.general] wayland

2011-07-25 Thread Robert Arkiletian
On Sat, Jul 23, 2011 at 4:30 PM, Torsten Giebl wrote: > Hello ! > > >> just a short question: Should we be concerned about Ubuntu (and possibly >> others) switching to wayland? >> >> In the forum I found one answer from Matthias saying that wayland is >> backward compatible to X11. But now I found

Re: [fltk.general] FLTK 1.3 and Mac OS X Lion

2011-07-25 Thread MacArthur, Ian (SELEX GALILEO, UK)
> With that, I'd almost consider using OSX as a workstation. > > But lack of 'focus follows mouse' will probably always hold me > back. (I don't think Apple can ever support it if they > stick with > that global main menu bar) Though ubuntu Unity has a global menu bar, a

Re: [fltk.general] FLTK 1.3 and Mac OS X Lion

2011-07-25 Thread Greg Ercolano
On 07/25/11 02:27, Matthias Melcher wrote: > 2: This one is big! Apple has gone the Microsoft path and finally allows > resizing of windows from every corner and side! It's about time! :D With that, I'd almost consider using OSX as a workstation. But lack of 'focus follow

Re: [fltk.general] [MOD] STR #2686: fl_draw() not drawing wrapped line starting with @ when draw_symbols is false

2011-07-25 Thread MacArthur, Ian (SELEX GALILEO, UK)
> Thank you :) > Yes, if I use > fl_draw(line, xo, yo, wd, ht, (Fl_Align)(FL_ALIGN_CLIP | > FL_ALIGN_TOP_LEFT | FL_ALIGN_WRAP), 0, 0); > and > box_2->set_data("first @second third"); > only the first line is displayed. STR #2689 applies - please add any commenst or observations there, thanks.

[fltk.general] FLTK 1.3 and Mac OS X Lion

2011-07-25 Thread Matthias Melcher
I am happy to say that FLTK 1.3 applications should run just fine on Apple's newest OS. There are three changes that have minor impact on FLTK apps: 1: Apple reversed the direction of scrolling with the two-finger gesture. I t now matches the gesture on iPhones and iPads: moving the fingers upw

Re: [fltk.general] wayland

2011-07-25 Thread MacArthur, Ian (SELEX GALILEO, UK)
> Am 22.07.2011 11:46, schrieb Bernhard: > > > just a short question: Should we be concerned about Ubuntu > (and possibly > > others) switching to wayland? > > > > No answer, so I think I should not be concerned. > (Or did you think, I am a troll? No, just unsure if its wise > to switch > fro

Re: [fltk.general] Can't get text working

2011-07-25 Thread MacArthur, Ian (SELEX GALILEO, UK)
> Well I say mostly working they are displaying how I want them > to. My next job is to get them to react to button presses. > We're not using a keyboard or mouse we just have some arrow > keys and buttons that and I need to work out how to generate > events from them for the app to use, but I