User forums > Nightly builds
The 08 september 2006 build is out.
takeshimiya:
--- Quote from: Pecan on September 11, 2006, 02:01:19 am ---
--- Quote from: torikx on September 10, 2006, 10:55:53 pm ---In editor settings, mouse drag scrolling fonts are terribly small (this is linux xfce desktop, wxgtk-2.6.3)
Anyone having this problem?
--- End quote ---
On my windows and ubuntu linux, the dragScroll dialog font is the same size as the icon titles font.
Yet, the fonts look different sizes on your system.
I don't know what to do about that.
--- End quote ---
Hint, look at dragscrollcfg.cpp, you're calling SetFont() in various places. :)
Pecan:
--- Quote from: Takeshi Miya on September 11, 2006, 05:24:36 am ---Hint, look at dragscrollcfg.cpp, you're calling SetFont() in various places. :)
--- End quote ---
Well... yes. That's the original wxSmith code.
Are you suggesting to not use SetFont() at all?
Or are you suggesting to set larger fonts for xfce linux, but have it look huge on windows and ubuntu?
I'm not very font savey.
takeshimiya:
--- Quote from: Pecan on September 11, 2006, 06:29:58 am ---
--- Quote from: Takeshi Miya on September 11, 2006, 05:24:36 am ---Hint, look at dragscrollcfg.cpp, you're calling SetFont() in various places. :)
--- End quote ---
Well... yes. That's the original wxSmith code.
Are you suggesting to not use SetFont() at all?
Or are you suggesting to set larger fonts for xfce linux, but have it look huge on windows and ubuntu?
I'm not very font savey.
--- End quote ---
I'm suggesting that if you're goint to use SetFont(), take system font's settings (ie. don't hardcode "Arial").
But in this case it's better to remove all of them, same applies for SetBackgroundColour(), etc, it is not required and it's using a different color than what should be. :D
tiwag:
--- Quote from: sethjackson on September 08, 2006, 08:46:50 pm ---Windows ANSI build is here.
--- End quote ---
this version doesn't work (at least on my) Win98-SE,
because it wants SHGetfolderPath exported from shell32.dll,
which isn't supported on W98
i can't understand why people create, announce and host such builds
and are not doing a simple testrun if it works :?
really sloppy ...
btw. i solved the issue and will post the solution in another thread ...
Pecan:
--- Quote from: Takeshi Miya on September 11, 2006, 08:03:18 am ---I'm suggesting that if you're goint to use SetFont(), take system font's settings (ie. don't hardcode "Arial").
But in this case it's better to remove all of them, same applies for SetBackgroundColour(), etc, it is not required and it's using a different color than what should be. :D
--- End quote ---
Thanks, I'll work on that.
Navigation
[0] Message Index
[#] Next page
[*] Previous page
Go to full version