Index: /experimental/components/image_display/trunk/image_display/WorkModule.py
===================================================================
--- /experimental/components/image_display/trunk/image_display/WorkModule.py	(revision 4027)
+++ /experimental/components/image_display/trunk/image_display/WorkModule.py	(revision 4030)
@@ -83,5 +83,5 @@
                 # debuggin loop - outputs the data that I'm getting
                 for x in range(len(bytesIn)):
-                    print bytesIn[0]     # print the first byte		
+                    print bytesIn[x]     # print the first byte		
 					
                 # put display code here
@@ -92,5 +92,5 @@
 
                 image = wx.Image("/sdr/buddha.jpg", wx.BITMAP_TYPE_JPEG)  # load a jpeg from file.  maybe start out with None
-                self.image_display_ref.app.refresh(image)         #set 
+                self.image_display_ref.prnt_orb.prnt_frame.refresh(image)  
  
                 # # not sure if I need this code:
