[fltk.general] how to short text string in widget

2009-12-20 Thread leowang
Dear All, I have a long string in a widget, I have used the flag ALIGN_INSIDE | ALIGN_CENTER | ALIGN_LEFT. But I found that the string will overflow the width of my widget, how to shorten it to make it only display part of the string. Thanks. My fltk version is v2.0

Re: [fltk.general] Newbie trying to get FLTK to work forthefirsttime

2009-12-20 Thread Matthias Melcher
On 20.12.2009, at 17:25, Albrecht Schlosser wrote: > Greg Ercolano wrote: > >> FLTK seems to maybe be going the direction of cmake (maybe?), which >> would be interesting, because then 'cmake' would just work the same >> on all platforms including windows, and we could get away fr

Re: [fltk.general] Newbie trying to get FLTK to work forthefirsttime

2009-12-20 Thread Albrecht Schlosser
Greg Ercolano wrote: > FLTK seems to maybe be going the direction of cmake (maybe?), which > would be interesting, because then 'cmake' would just work the same > on all platforms including windows, and we could get away from the IDE > and all its voluminous build files..

Re: [fltk.general] Cairo support in 2.0 on windows

2009-12-20 Thread Dejan Lekic
It is possible to build cairo on Windows. I commonly build it inside MSYS/MinGW environment... Once you have cairo, than --enable-cairo should work. ___ fltk mailing list fltk@easysw.com http://lists.easysw.com/mailman/listinfo/fltk

Re: [fltk.general] Mac OS 10.6 & gcc 4.4.2

2009-12-20 Thread imacarthur
On 20 Dec 2009, at 1:11, Ben Abbott wrote: > > I added the -msse option and built successfully with gcc 4.2.1. > Building Octave with gcc 4.4 with and without the -msse option, and > linking to FLTK, each resulted in a bus-error. > > I also tried to build FLTK with gcc 4.4 and the -msee option

Re: [fltk.general] Newbie trying to get FLTK to work forthefirsttime

2009-12-20 Thread Greg Ercolano
Derrick wrote: > Why wouldn't Microsoft provide at least a [Run] menu option? It's a good question, I never knew myself.. don't get me started ;) I try to stick to the CLI whenever possible when it comes to compiling. For instance I use the GUI only to build FLTK and ident