Re: [fltk.general] Printing images with resolution higher than screen resolution?

2012-02-20 Thread Edzard Egberts
Greg Ercolano schrieb: > On 02/20/12 10:45, Domingo Alvarez Duarte wrote: >> The actual printing capabilities of fltk is a great advance, but the >> quality of image printing isn't all good because it's using screen >> resolution to print, there is a way to allow higher resolutions for >> printing

Re: [fltk.general] Fl_Tree callback

2012-02-20 Thread Greg Ercolano
On 02/20/12 04:09, Geoffrey Mellar wrote: > Hello, > i want a Fl_tree widget to call the callback function > only if there is a double click. Yes, there should really be an example that shows how to do this. If there was, this bug probably would have been caught. > Because

Re: [fltk.general] Printing images with resolution higher than screen resolution ?

2012-02-20 Thread Greg Ercolano
On 02/20/12 10:45, Domingo Alvarez Duarte wrote: > The actual printing capabilities of fltk is a great advance, but the > quality of image printing isn't all good because it's using screen > resolution to print, there is a way to allow higher resolutions for > printing ? I imagine th

Re: [fltk.general] Move window

2012-02-20 Thread Greg Ercolano
Describe what happens; does it place the window in the wrong position, or does the window manager force the user to pick where to drop the window? If the latter, this might be an issue with the window manager configured to always prompt the user for where to put the window. I believe programs can

[fltk.general] Printing images with resolution higher than screen resolution ?

2012-02-20 Thread Domingo Alvarez Duarte
The actual printing capabilities of fltk is a great advance, but the quality of image printing isn't all good because it's using screen resolution to print, there is a way to allow higher resolutions for printing ? ___ fltk mailing list fltk@easysw.

[fltk.general] Looking for people to join a development project and form a team to market it !

2012-02-20 Thread Domingo Alvarez Duarte
Hello ! I'm working on one idea for some time now and got some prototypes working, but I'm finding a bit hard to finish it alone. So I'm looking for people that can contribute to make it flourish and benefit the end users and the team that made it. The basic idea: An application to manage

Re: [fltk.general] Move window

2012-02-20 Thread Geoffrey
Have you tried a call to win.end(); ? ___ fltk mailing list fltk@easysw.com http://lists.easysw.com/mailman/listinfo/fltk

[fltk.general] Fl_Tree callback

2012-02-20 Thread Geoffrey Mellar
Hello, i want a Fl_tree widget to call the callback function only if there is a double click. Because there is no FL_WHEN_DOUBLE_CLICK or something else I decided to use wid_waypoint_list.when(FL_WHEN_NEVER). With this option enabled, a callback should never happen. There is a handle function to