Google

Friday, March 11, 2005

wxPython

What a great product! For someone who cannot afford Qt, wxWidgets is a lifesaver. I like it so much that I contributed to wxPyWiki with my recipes on:

  1. SplashScreen
  2. StopWatch

I find this collaborative wxPython knowledge base friendly and helpful. I also learned these tips from a high-volume mailing list:

  • StatusBar: frame = wx.GetTopLevelParent(self)
  • Menu: menu.Enable(.GetId(), False)
  • TaskBarIcon turns a window into a tray icon
  • These programs inspired me to develop similar applications.

0 Comments:

Post a Comment

<< Home