[fltk.general] Comparing Colors in an "if" statement

2012-11-05 Thread Doug Parks
Is it possible to compare the color of a widget in an "if" statement? If so how would I go about doing it. I have tried using a standard comparison but it says it is unable to do it. Thanks Doug ___ fltk mailing list fltk@easysw.com http://lists.easy

Re: [fltk.general] Comparing Colors in an "if" statement

2012-11-05 Thread Doug Parks
> Is it possible to compare the color of a widget in an "if" statement? If so > how would I go about doing it. I have tried using a standard comparison but > it says it is unable to do it. > > Thanks > Doug I figured it out. Sorry for the inconvenience. __

Re: [fltk.general] Comparing Colors in an "if" statement

2012-11-05 Thread Laszlo Antal
Hi, On Nov 5, 2012, at 9:06, Doug Parks wrote: >> Is it possible to compare the color of a widget in an "if" statement? If so >> how would I go about doing it. I have tried using a standard comparison but >> it says it is unable to do it. >> >> Thanks >> Doug > > > I figured it out. Sorr

Re: [fltk.general] Comparing Colors in an "if" statement

2012-11-05 Thread Matthias Melcher
On 05.11.2012, at 20:58, Laszlo Antal wrote: > Hi, > > On Nov 5, 2012, at 9:06, Doug Parks wrote: > >>> Is it possible to compare the color of a widget in an "if" statement? If >>> so how would I go about doing it. I have tried using a standard comparison >>> but it says it is unable to d

Re: [fltk.general] Comparing Colors in an "if" statement

2012-11-05 Thread Greg Ercolano
On 11/05/12 11:58, Laszlo Antal wrote: > On Nov 5, 2012, at 9:06, Doug Parks wrote: >>> Is it possible to compare the color of a widget in an "if" statement? If >>> so how would I go about doing it. I have tried using a standard comparison >>> but it says it is unable to do it. >> >> I figured

Re: [fltk.general] Comparing Colors in an "if" statement

2012-11-05 Thread LZAntal
Hi, On Nov 5, 2012, at 12:33 PM, Greg Ercolano wrote: > On 11/05/12 11:58, Laszlo Antal wrote: >> On Nov 5, 2012, at 9:06, Doug Parks wrote: Is it possible to compare the color of a widget in an "if" statement? If so how would I go about doing it. I have tried using a standard >>>

Re: [fltk.general] Comparing Colors in an "if" statement

2012-11-05 Thread LZAntal
Hi, On Nov 5, 2012, at 12:31 PM, Matthias Melcher wrote: > > On 05.11.2012, at 20:58, Laszlo Antal wrote: > >> Hi, >> >> On Nov 5, 2012, at 9:06, Doug Parks wrote: >> Is it possible to compare the color of a widget in an "if" statement? If so how would I go about doing it. I h

Re: [fltk.general] Comparing Colors in an "if" statement

2012-11-05 Thread Ian MacArthur
On 5 Nov 2012, at 20:33, Greg Ercolano wrote: > On 11/05/12 11:58, Laszlo Antal wrote: >> On Nov 5, 2012, at 9:06, Doug Parks wrote: Is it possible to compare the color of a widget in an "if" statement? If so how would I go about doing it. I have tried using a standard compari

Re: [fltk.general] fltk2.0's filename_list not working with utf8

2012-11-05 Thread Greg Ercolano
On 11/03/12 18:26, Gonzalo Garramuno wrote: > I am working on windows and fltk2.0's filename_list returns 0 elements > when the directory is unicode like: > > C:/Users/gga/Documents/Mis vídeos/ > > I checked the fltk code and the scandir of windows it seems it should work > fine, > but it do

Re: [fltk.general] Of OpenGL and GL ES

2012-11-05 Thread Greg Ercolano
On 11/04/12 04:38, Ian MacArthur wrote: > All, > > Open GL is (very much!) not one of my strong skills... So; > > What generation of Open GL do we support in fltk at present? I'm guessing > "pretty old" but... > > More to the point, I'm looking at some embedded hardware with Open GL ES 2.x >