|
View:
New views
2 Messages
—
Rating Filter:
Alert me
|
|
|
Misc Bugs: GTKI have noticed these little annoying problems.
Again it is with the GTK component and how it inherits settings. 1. Textboxes, comboboxes ... - they correctly do not inherit the background color but they incorrectly inherit the foreground colour. I.E text boxes and any other input boxes need not inherit foreground and background colours. 2. Frames - Do inherit background or foreground colours from their parent. In a nut shell. I think that ... All input controls need not inherit foreground and background colours. Containers need to inherit foreground and background colours. All controls should inherit the font and size from the parent. Again, thanks for your hard work. Steven ------------------------------------------------------------------------------ Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day trial. Simplify your report design, integration and deployment - and focus on what you do best, core application coding. Discover what's new with Crystal Reports now. http://p.sf.net/sfu/bobj-july _______________________________________________ Gambas-user mailing list Gambas-user@... https://lists.sourceforge.net/lists/listinfo/gambas-user |
|
|
Re: Misc Bugs: GTK> I have noticed these little annoying problems.
> > Again it is with the GTK component and how it inherits settings. > > 1. Textboxes, comboboxes ... - they correctly do not inherit the > background color but they incorrectly inherit the foreground colour. > I.E text boxes and any other input boxes need not inherit foreground and > background colours. You are right, in gb.qt TextBox, ListView... do not inherit background nor foreground color. But the problem may comes from GTK+, so I'm not sure I can fix it. > > 2. Frames - Do inherit background or foreground colours from their > parent. > Actually Frame inherits the background color, but not the foreground color. It should inherit both, I will check that. > > In a nut shell. I think that ... > > All input controls need not inherit foreground and background colours. > Containers need to inherit foreground and background colours. > All controls should inherit the font and size from the parent. This should be the case, isn't it? Regards, -- BenoƮt Minisini ------------------------------------------------------------------------------ Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day trial. Simplify your report design, integration and deployment - and focus on what you do best, core application coding. Discover what's new with Crystal Reports now. http://p.sf.net/sfu/bobj-july _______________________________________________ Gambas-user mailing list Gambas-user@... https://lists.sourceforge.net/lists/listinfo/gambas-user |
| Free embeddable forum powered by Nabble | Forum Help |