Re: [fltk.general] Gereral issue of zoom and change of font and fontsize for FLTK

2012-04-14 Thread Domingo Alvarez Duarte
Interesting but on my demo of tabs it shows a bug that I don't know yet where it is: the second button next to the clock do not resize font properly, all others do. Main changes for my solution that my example shows it's flaws. class Fl_Widget { ... virtual Fl_Font textfont() const {return la

Re: [fltk.general] Gereral issue of zoom and change of font and fontsize for FLTK

2012-04-14 Thread Domingo Alvarez Duarte
Good point ! Why not select one application (let's say test/tabs) and chalenge all developers interested on this issue to show a working example of a possible solution to this problem. Here is mine http://code.google.com/p/luafltk/downloads/detail?name=fltk-resize-scale.exe&can=2&q= And It

Re: [fltk.general] Gereral issue of zoom and change of font and fontsize for FLTK

2012-04-14 Thread Albrecht Schlosser
On 14.04.2012 14:22, Edzard Egberts wrote: > Edzard Egberts schrieb: >> >> Harhar - I just went through the examples... > > and I wondered, why some texts are wrong sized. It's because there is no > redefinition of starting values l0 and t0. So this approach is too basic. > > To make a version, tha

Re: [fltk.general] uninstall FLTK

2012-04-14 Thread Albrecht Schlosser
On 14.04.2012 13:04, ttgump wrote: > Hi, everybody: > I am a novice in FLTK. I download source code FLTK and install on a linux > system. Because I want to install through package manager, so I want to > uninstall it first. How can I uninstall it completely on linux? I read this so that you

Re: [fltk.general] Gereral issue of zoom and change of font and fontsize for FLTK

2012-04-14 Thread Edzard Egberts
Domingo Alvarez Duarte schrieb: > We don't need to remember the original sizes at widget level, a better > place is at group level like it is now and add the font sizes to this > structure (look at this thread > http://www.fltk.org/newsgroups.php?s1+gfltk.development+v5+T0+Qst_widget_sizes). I nee

Re: [fltk.general] Gereral issue of zoom and change of font and fontsize for FLTK

2012-04-14 Thread Matthias Melcher
On 14.04.2012, at 14:47, Domingo Alvarez Duarte wrote: > I thought about this problem a while ago and came to the conclusion that > there is two issues instead of one: > > 1 - Widget resizing. > 2 - Widget Scaling. > > They are not the same, let's explain: > We have an FLTK application with

Re: [fltk.general] uninstall FLTK

2012-04-14 Thread Matthias Melcher
On 14.04.2012, at 13:04, ttgump wrote: > Hi, everybody: > I am a novice in FLTK. I download source code FLTK and install on a linux > system. Because I want to install through package manager, so I want to > uninstall it first. How can I uninstall it completely on linux? The installation pac

Re: [fltk.general] Gereral issue of zoom and change of font and fontsize for FLTK

2012-04-14 Thread Domingo Alvarez Duarte
I thought about this problem a while ago and came to the conclusion that there is two issues instead of one: 1 - Widget resizing. 2 - Widget Scaling. They are not the same, let's explain: We have an FLTK application with resizable internal widgets and we want to execute it on a big screen w

Re: [fltk.general] Gereral issue of zoom and change of font and fontsize for FLTK

2012-04-14 Thread Edzard Egberts
Edzard Egberts schrieb: > > Harhar - I just went through the examples... and I wondered, why some texts are wrong sized. It's because there is no redefinition of starting values l0 and t0. So this approach is too basic. To make a version, that would work fine for existing code, it would be nece

Re: [fltk.general] Gereral issue of zoom and change of font and fontsize for FLTK

2012-04-14 Thread Edzard Egberts
Edzard Egberts schrieb: > Edzard Egberts schrieb: > >> The appended patch realises this for Fl_Widget and after rebuilding FLTK >> all widgets will zoom their fonts, until h0 is cleared >> (pWidget->H0(0);). > > There was a little bug - the resize() should use new H, not current h(). > Fixed patch

Re: [fltk.general] Gereral issue of zoom and change of font and fontsize for FLTK

2012-04-14 Thread Edzard Egberts
Edzard Egberts schrieb: The appended patch realises this for Fl_Widget and after rebuilding FLTK all widgets will zoom their fonts, until h0 is cleared (pWidget->H0(0);). There was a little bug - the resize() should use new H, not current h(). Fixed patch appended. --- ./fltk-1.3_Original/src/

[fltk.general] Gereral issue of zoom and change of font and fontsize for FLTK

2012-04-14 Thread Edzard Egberts
Ian MacArthur schrieb: > That still does not address the more general issue of being able to > "zoom" the entire app on the fly You also asked how to realise it for FLTK 1.3 and I thougt about it. It is not a real problem to add this functionality, but it is a problem to keep it light: There i

[fltk.general] uninstall FLTK

2012-04-14 Thread ttgump
Hi, everybody: I am a novice in FLTK. I download source code FLTK and install on a linux system. Because I want to install through package manager, so I want to uninstall it first. How can I uninstall it completely on linux? ___ fltk mailing list flt