Changeset 3675

Show
Ignore:
Timestamp:
12/17/07 15:08:31 (1 year ago)
Author:
pobrien
Message:

Use redirect=False. Show the widget Inspection Tool.

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/Wx/schevowx/navigator.py

    r3662 r3675  
    285285 
    286286if __name__ == '__main__': 
    287     app = App(0
     287    app = App(redirect=False
    288288    app.MainLoop() 
    289289 
  • trunk/Wx/schevowx/script.py

    r3661 r3675  
    66import os 
    77import thread 
     8 
     9import wx.lib.inspection as wxi 
    810 
    911from schevowx import navigator 
     
    6365            db_filename = None 
    6466        # Create application. 
    65         app = navigator.App(0) 
     67        app = navigator.App(redirect=False) 
     68        wxi.InspectionTool().Show() 
    6669        # Open the database. 
    6770        if db_filename: