On Sep 24, 2006, at 11:58 AM, Brian Snipes wrote:
The error on the traceback is gone. I just noticed that when setting the BorderColor that even though it creates the border in the wrong sizer on the designer form, when you click back onto the form from the object info dialog the border disappears from the designer form. Running the form doesn't put a border anywhere. Would it help if I go ahead and opened up a Tracker bug and posted the cdxml file that I am testing with to it? This isn't a critical bug. I just came across it from following the screencast.
It's something flaky with the way Gtk handles labels. On other platforms they seem to be full-fledged windows, while on Gtk they seem to be drawn on the container surface. This is throwing off the other drawing calculations, which are based on the label's location, not its parent.
By all means enter an issue - this way it doesn't get forgotten. I'll send you a login off-list.
-- Ed Leafe -- http://leafe.com -- http://dabodev.com _______________________________________________ Post Messages to: [email protected] Subscription Maintenance: http://leafe.com/mailman/listinfo/dabo-users
