Show
Ignore:
Timestamp:
05/30/07 16:02:58 (6 years ago)
Author:
DrewCormier
Message:

fixed grandparent frame reference

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • experimental/components/image_display/trunk/image_display/WorkModule.py

    r4027 r4030  
    8383                # debuggin loop - outputs the data that I'm getting 
    8484                for x in range(len(bytesIn)): 
    85                     print bytesIn[0]     # print the first byte          
     85                    print bytesIn[x]     # print the first byte          
    8686                                         
    8787                # put display code here 
     
    9292 
    9393                image = wx.Image("/sdr/buddha.jpg", wx.BITMAP_TYPE_JPEG)  # load a jpeg from file.  maybe start out with None 
    94                 self.image_display_ref.app.refresh(image)         #set  
     94                self.image_display_ref.prnt_orb.prnt_frame.refresh(image)  
    9595  
    9696                # # not sure if I need this code: