Page 1 of 1
[Done] Few Bugs
Posted: Wed Mar 27, 2013 6:58 pm
by Blankname
1. The TextGadget or the StringGadget are bugged while inside a Frame3DGadget. As you can see in the provided screen even with the controls right next to each other in form design view. Once the code is compiled it has a large gap between them as if there was some sort of padding. This doesn't appear to happen once outside of the Frame3DGadget.
2. The ListViewGadget text is unreadable in design view mode (not mission critical, but would look more professional if all gadgets had the same font size and style as string gadget labels).
Re: [PB 5.11] Few Bugs
Posted: Mon Apr 01, 2013 5:44 pm
by SniffTheGlove
Yes, I have noticed this as well. Win7 32Bit on 64bit OS
I could not understand why I had gaps everywhere when running yet in IDE it was perfect.
Re: [PB 5.11] Few Bugs
Posted: Thu Apr 11, 2013 4:55 pm
by Polo
The ListView font is fixed.
About the gaps, it just seems I'm not using the exact same font/font size as your Windows version is using?
Unfortunately I cant really do anything about that, fonts and font sizes used by Windows (and indeed OSX and Linux) are not always the same, users also change them sometimes etc!

Re: [PB 5.11] Few Bugs
Posted: Mon Apr 15, 2013 9:08 am
by Blankname
Polo wrote:The ListView font is fixed.
About the gaps, it just seems I'm not using the exact same font/font size as your Windows version is using?
Unfortunately I cant really do anything about that, fonts and font sizes used by Windows (and indeed OSX and Linux) are not always the same, users also change them sometimes etc!

I think an acceptable fix would be to change the font to Windows default. All Windows versions Vista, Windows 7, Windows 8 use 9pt by default. So at least the most used development environment (Windows) would be less buggy. Your form designer inherits the font style for other platforms, on Ubuntu 13.04 the form designer is quite interesting when developing a form. So I am not sure if you're drawing or just inheriting the default system font for drawing the text. But I would try to aim for Segoe UI 9pt for Windows machines. That would solve the issue, as changing the system font to your liking is a given for breaking things. Windows XP and earlier doesn't ship with this font, but that's not a big deal because the OS is discontinued by Microsoft very soon (can make a work-around to use another font for Windows XP users).
Re: [PB 5.11] Few Bugs
Posted: Sun Jun 09, 2013 8:36 pm
by Blankname
I can confirm this is due to the form designer using a different font size than the standard font that ships with windows.
Re: [PB 5.11] Few Bugs
Posted: Thu Jul 25, 2013 12:19 pm
by Polo
On Windows > XP the form designer already uses Segoe UI 9pt.