From: Bill B. <bi...@kg...> - 2002-03-31 06:01:14
|
Hi John, Thanks for the response. Keeps me going. Sorry my follow-up post didn't make the list before you wrote. I now have 0.1.1a and just completed a run through the tutorial. Feel like I cheated to pass a test. Believe this is something I can work with. Quite a big difference between this and Glade. The only exception in execution is that the color in the 'About' window did not display. It is reflected in the file. Here's a snippet. self.staticText2 = wxStaticText(id = wxID_WXDIALOG1STATICTEXT2, label = 'This is my first Boa Constructor application', name = 'staticText2', parent = self, pos = wxPoint(88, 48), size = wxSize(238, 16), style = 0) self.staticText2.SetBackgroundColour(wxColour(255, 255, 0)) Any clues here? -Bill |