Hi Dave, The tool works great!!!
When I installed it for the 1st time, I got some errors. I did a re-install and it worked fine. AGSharedObject: initialize with url = https://vv2.mcs.anl.gov:9000/213 AGSharedObject: Getting application proxy AGSharedObject: join application AGSharedObject: get data channel AGSharedObject: connected and event channel started Registering event NewImage : Registering event NewMarks : looking for data: ImageFile looking for data: MarkupData Loading image: Water lilies.jpg Traceback (most recent call last): File "AGBasicImage.py", line 427, in ? app = MyApp(0) File "C:\Python22\Lib\site-packages\wxPython\wx.py", line 1957, in __init__ _wxStart(self.OnInit) File "AGBasicImage.py", line 422, in OnInit frame = ImageFrame(None,-1) File "AGBasicImage.py", line 316, in __init__ localImageFile = self.AG.DownloadFile(animage) File "AGBasicImage.py", line 137, in DownloadFile self.dataStoreClient.LoadData() File "C:\Python22\Lib\site-packages\AccessGrid\DataStoreClient.py", line 232 in LoadData descList = self.datastoreProxy.GetDataDescriptions() File "C:\Python22\Lib\site-packages\AccessGrid\hosting\pyGlobus\AGGSISOAP.py line 3660, in __call__ return self.__r_call(*args, **kw) File "C:\Python22\Lib\site-packages\AccessGrid\hosting\pyGlobus\AGGSISOAP.py line 3680, in __r_call self.__hd, self.__ma) File "C:\Python22\Lib\site-packages\AccessGrid\hosting\pyGlobus\AGGSISOAP.py line 3580, in __call config = self.config) File "C:\Python22\Lib\site-packages\AccessGrid\hosting\pyGlobus\Client.py", ne 188, in call r.endheaders() File "C:\Python22\lib\httplib.py", line 695, in endheaders self._send_output() File "C:\Python22\lib\httplib.py", line 581, in _send_output self.send(msg) File "C:\Python22\lib\httplib.py", line 548, in send self.connect() File "C:\Software\AccessGrid\AccessGrid\dist\Lib\site-packages\pyGlobus\io.p , line 1084, in connect File "C:\Software\AccessGrid\AccessGrid\dist\Lib\site-packages\pyGlobus\io.p , line 663, in connect pyGlobus.io.GSITCPSocketException: a system call failed (Unknown error) Regards, Sheetal -----Original Message----- From: [email protected] [mailto:[email protected]] On Behalf Of George Estes Sent: Monday, April 12, 2004 2:38 PM To: [email protected] Subject: Re: [AG-TECH] New Shared Image tool Don't know why but just coping the file did not work for me. I had to go through the install process and it worked. Anyway, pretty cool but it needs an undo command. George At 10:18 AM 4/12/2004 -0500, you wrote: >X-Envelope-From: [email protected] >X-Envelope-To: <[email protected]> >X-Sender: [email protected] (Unverified) >X-Mailer: QUALCOMM Windows Eudora Version 5.1 >Date: Mon, 12 Apr 2004 10:18:40 -0500 >To: [email protected] >From: Dave Semeraro <[email protected]> >Subject: [AG-TECH] New Shared Image tool >X-Spam-Status: No, hits=0.0 required=5.0 > tests=none > version=2.55 >X-Spam-Level: >X-Spam-Checker-Version: SpamAssassin 2.55 (1.174.2.19-2003-05-19-exp) >Sender: [email protected] >X-Deliver-To: gestes >X-MD5SUM: a6100c44149c7bd740c8dea5b3b15891 > > >Hello folks, > >I finally finished adding markup capability to the shared image viewer. That means that once >an image is loaded you can use the mouse and left mouse button to draw on the image >with a pen. Click the left mouse button and hold it down while you draw on the image. When >you release the left button the coordinates of what you drew are uploaded to the venue and >all the other image viewers are updated. You will just see the image change to include the >marks made by the user. The marks do not show up incrementally. Hey it was the easiest >implementation. > >I also added the capability to change pen color. This is handy when others are marking on

