Re: [fltk.bugs] [MOD] STR #2931: Re-implement fl_scandir for *nix systems that do not provide a native version

2013-03-06 Thread Ian MacArthur
[STR Closed w/Resolution] Link: http://www.fltk.org/str.php?L2931 Version: 1.3-current Fix Version: 1.3-current (r9833) Applied the simplified version of Michael Baeuerle's scandir_posix patch. Note that this patch does not have all the const correct goodness from the earlier patches, but

[fltk.commit] [Library] r9832 - branches/branch-1.3/src

2013-03-06 Thread fltk-dev
Author: ianmacarthur Date: 2013-03-06 14:15:01 -0800 (Wed, 06 Mar 2013) New Revision: 9832 Log: This check-in brings in the simplified version of Michael Baeuerle's patch to restore scandir like operation on *nix like hosts that do not provide a native scandir implementation, notably SunOS and

[fltk.commit] [Library] r9833 - branches/branch-1.3/src

2013-03-06 Thread fltk-dev
Author: ianmacarthur Date: 2013-03-06 14:17:44 -0800 (Wed, 06 Mar 2013) New Revision: 9833 Log: Oops! Forgot to update the copyright date. Modified: branches/branch-1.3/src/scandir.c Modified: branches/branch-1.3/src/scandir.c

[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

[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

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 the

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 to

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 page.

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 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 so

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 to

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 this

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

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

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

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:

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?