Re: [Gambas-user] Help Browser font

2012-11-19 Thread Rolf-Werner Eilert
Am 19.11.2012 09:00, schrieb Benoît Minisini: > Le 19/11/2012 08:40, Rolf-Werner Eilert a écrit : >> >> Oh, great! :-) Did it find its way into 3.3.4, or do I have to use the >> svn trunk version? >> >> Regards >> >> Rolf >> > > You must use /trunk, as this is not a bug fix. > Ok, I used trunk,

Re: [Gambas-user] Help Browser font

2012-11-19 Thread Benoît Minisini
Le 19/11/2012 08:40, Rolf-Werner Eilert a écrit : > > Oh, great! :-) Did it find its way into 3.3.4, or do I have to use the > svn trunk version? > > Regards > > Rolf > You must use /trunk, as this is not a bug fix. -- Benoît Minisini

Re: [Gambas-user] Help Browser font

2012-11-18 Thread Rolf-Werner Eilert
Am 17.11.2012 00:57, schrieb Benoît Minisini: > Le 16/11/2012 12:03, Rolf-Werner Eilert a écrit : >> Aah yes, forgot this: >> >>> The only way I can think of to use a different font is (only if you compile >>> from >>> svn): >>> Open .../trunk/app/src/gambas3 >>> In the project, open Sources/Hel

Re: [Gambas-user] Help Browser font

2012-11-16 Thread Benoît Minisini
Le 16/11/2012 12:03, Rolf-Werner Eilert a écrit : > Aah yes, forgot this: > >> The only way I can think of to use a different font is (only if you compile >> from >> svn): >> Open .../trunk/app/src/gambas3 >> In the project, open Sources/Help/FHelpBrowser >> Change the font of tvwClasses and webHe

Re: [Gambas-user] Help Browser font

2012-11-16 Thread Rolf-Werner Eilert
Aah yes, forgot this: > The only way I can think of to use a different font is (only if you compile > from > svn): > Open .../trunk/app/src/gambas3 > In the project, open Sources/Help/FHelpBrowser > Change the font of tvwClasses and webHelp > Then compile I don't have the svn version, I use the

Re: [Gambas-user] Help Browser font

2012-11-16 Thread Rolf-Werner Eilert
I didn't mean the font that draws the menues and stuff, but only the font that shows the help pages. This appears like an Arial Narrow or other Sans Narrow font. As I cannot use font aliasing on my office machine, this font is somewhat difficult to read. When the help pages are all made up with

Re: [Gambas-user] Help Browser font

2012-11-15 Thread Matti
That's funny. On my machine the help browser has no extra font, it uses the standard Gambas font that is defined in the settings dialog, section 'interface'. So your Gambas should look ugly all over... :-) The only way I can think of to use a different font is (only if you compile from svn): O