Re: [fltk.general] Question about installing fonts

2013-03-06 Thread edgar
> > > Well, Ubuntu should be no problem; ISTR they have the Musica font = > (possibly even version 3.06) in one of their packages, so it ought to be > pretty easy to get it installed on your test machine. > > Failing that, it's pretty easy to install a font for just a single user = > on linux: > >

Re: [fltk.general] Missing scandir() (STR #2687) - now STR #2931

2013-03-06 Thread Ian MacArthur
On 1 Mar 2013, at 16:27, Michael Baeuerle wrote: > Minimally invasive patch: > http://micha.freeshell.org/tmp/str_2931_r9827_simple.patch Applied to fltk-1.3 branch at r9833. Michael, can you test on your machines to make sure I have not messed up, please?

Re: [fltk.general] applications, themes, lsb and porting

2013-03-06 Thread Ian MacArthur
On 6 Mar 2013, at 18:18, L Michaels wrote: >> There were STR's open for some of these theme's, so if you have revised = >> patches, feel free to add them to the STR's, that way others might be = >> able to find them! > > Not to familiar with FLTK's STRs. > > I think the related STRs are: > http

Re: [fltk.general] Duplicating a widget on multiple pages

2013-03-06 Thread Doug Parks
After really looking over your code and comparing it to my own, I was able to replicate it using the SliderInput widget you had created. I was able to successfully make the sliders and change the values on the various windows. Thank you for the example you posted it was a great help having that

Re: [fltk.general] Duplicating a widget on multiple pages

2013-03-06 Thread Greg Ercolano
On 03/06/13 09:47, Greg Ercolano wrote: > I could make an example, but thinking the above might get you in > the right direction. I lied. Made one anyway; wanted to see it work. Implemented pretty much exactly as described.. ---

Re: [fltk.general] Duplicating a widget on multiple pages

2013-03-06 Thread Doug Parks
Just so I think I am following what you are saying I copied in my slider and in quotes since I can't bold where I think you are talking about. I think I could have done it wrong but I have no idea. Now when I go to make them on the different windows would I be using the "new" operator so for i

Re: [fltk.general] applications, themes, lsb and porting

2013-03-06 Thread L Michaels
> There were STR's open for some of these theme's, so if you have revised = > patches, feel free to add them to the STR's, that way others might be = > able to find them! Not to familiar with FLTK's STRs. I think the related STRs are: http://www.fltk.org/str.php?L2672 http://www.fltk.org/str.php?

Re: [fltk.general] Printing in multi-thread app

2013-03-06 Thread David Lopez
Sanel, sorry about the long delay of my answer. I still have the problem. I don't understand what you mean with "it takes so long to show Windows dialog", and I can't figure out where I could put the Fl::awake() Regards, David > Hi, > > Sorry for a bit delay for reply: have you manage to solve t

Re: [fltk.general] Duplicating a widget on multiple pages

2013-03-06 Thread Greg Ercolano
On 03/06/13 09:08, Doug Parks wrote: > I guess your idea of multiple sliders that are slaved together > would be the best example. When I say pages I mean different windows. > What I have are three different windows that are able to control > the same volume level. I am trying to get the sliders

Re: [fltk.general] Duplicating a widget on multiple pages

2013-03-06 Thread Doug Parks
> I guess your idea of multiple sliders that are slaved together would be the > best example. When I say pages I mean different windows. What I have are > three different windows that are able to control the same volume level. I am > trying to get the sliders to be able to affect on another s

Re: [fltk.general] applications, themes, lsb and porting

2013-03-06 Thread Ian MacArthur
On 6 Mar 2013, at 13:46, L Michaels wrote: > I've been checking out what Open Source applications run on FLTK 1.3 > (currently 1.3.2). There are some nice ones listed on the FLTK Wiki in the > Software section. However, I've run across some that aren't listed. Should > I submit listings for

Re: [fltk.general] Duplicating a widget on multiple pages

2013-03-06 Thread Ian MacArthur
On 6 Mar 2013, at 16:36, Greg Ercolano wrote: > On 03/06/13 08:09, Doug Parks wrote: >> I am using a Slider Input widget, created from the example on Erco's FLTK >> Cheat page. I am trying to duplicate the widget on multiple pages such that >> when I change it on one it is changed on the other

Re: [fltk.general] Question about Fl_Input

2013-03-06 Thread Ian MacArthur
On 6 Mar 2013, at 04:35, edgar wrote: > > I am using Ubuntu 12.10 but eventually I would like to compile this for > Windows7 and OSX. > By the way, the code you sent compiled right away and runs nicely. Most of it > makes sense to me but I need to check out the draw functions more carefully >

Re: [fltk.general] Duplicating a widget on multiple pages

2013-03-06 Thread Greg Ercolano
On 03/06/13 08:09, Doug Parks wrote: > I am using a Slider Input widget, created from the example on Erco's FLTK > Cheat page. I am trying to duplicate the widget on multiple pages such that > when I change it on one it is changed on the other page. How would I go > about doing this because th

[fltk.general] Duplicating a widget on multiple pages

2013-03-06 Thread Doug Parks
I am using a Slider Input widget, created from the example on Erco's FLTK Cheat page. I am trying to duplicate the widget on multiple pages such that when I change it on one it is changed on the other page. How would I go about doing this because the attempts I have made to do this have failed

[fltk.general] applications, themes, lsb and porting

2013-03-06 Thread L Michaels
I've been checking out what Open Source applications run on FLTK 1.3 (currently 1.3.2). There are some nice ones listed on the FLTK Wiki in the Software section. However, I've run across some that aren't listed. Should I submit listings for some of the Open Source FLTK software that's not lis