The attached program should display one tab, and one button on it,
exiting after it's clicked. Buuuuut, it doesn't do that. It just
displays the tab without the wx.Button.
What seems to be the problem?
Thnx...
wx_za_grupu.py (1.33 KB)
···
--
Karlo Lozovina - Mosor
Karlo Lozovina wrote:
The attached program should display one tab, and one button on it,
exiting after it's clicked. Buuuuut, it doesn't do that. It just
displays the tab without the wx.Button.
What seems to be the problem?
You forgot the underscores in your EbkPanelKasa.__init__, so it's never getting run.
Also, be sure to read the message I just recently posted about wxPython coding Guidelines. You could clean your code up a fair bit by following them. Better to get into good habits now.
-Chris
···
--
Christopher Barker, Ph.D.
Oceanographer
NOAA/OR&R/HAZMAT (206) 526-6959 voice
7600 Sand Point Way NE (206) 526-6329 fax
Seattle, WA 98115 (206) 526-6317 main reception
Chris.Barker@noaa.gov