Changeset 465 for trunk/pyragua/shared/gaugesplash.py – Pyragua

Changeset 465 for trunk/pyragua/shared/gaugesplash.py

Show
Ignore:
Timestamp:
08/09/10 02:15:01 (22 months ago)
Author:
ogranada
Message:

2010-08-09 Oscar Andres Granada <ogranada@…>

  • The Plugin architecture are implemented in pyragua.py file
  • Many methods were added to make more orderly implementation
  • The option parser are added and add the options "-s" (not Splash) and "-d" (debug)
  • yapsy library were modified in the file PluginManager?.py that without this amendment would be

required to install the library on the system.

  • They have positioned sample plugins in the plugins folder, it is necessary to improve the

documentation about this.

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/pyragua/shared/gaugesplash.py

    r464 r465  
    3838        wx.Frame.__init__(self, None, style=wx.FRAME_NO_TASKBAR) 
    3939        self.border = 2 
    40  
     40        if type(bmp) == type(''): 
     41            bmp = wx.Bitmap(bmp) 
    4142        self.SetBackgroundColour(wx.WHITE) 
    4243