Can someone help me here? I use a program called News Grabber which automatically downloads binary attachments from newsgroups. I am trying to come up with a way to be notified when the download is complete. Here is what I tried. There is a status bar at the bottom of the screen that shows you lots of information. One such piece of information is the number of lines left to decode. This part of the bar reads, "Queued Lines: 0113224" or whatever the number is. When that number gets to 0000000 the download is complete. I first built a frame around this section of the status bar. In the frame properties under the real window page I filled in the frame must contain box with, "Queued Lines: 0000000" and set the echo to all in the general tab. I created a function called NoQueuedLines that uses the PlaySound function to play a .wav file. I went into the action tab of the frame and filled in the NoQueuedLines function name in the new text function box. The script with the new function in it compiled correctly, (After I put quotes around the name of the sound file), yet whenever the status bar reaches 0000000 the sound will not play. Can anyone tell me what I have done wrong? Is what I am trying to do even possible? Thanks in advance. --Bob - To unsubscribe, see the home page http://yoyo.cc.monash.edu.au/~nallan/jfw
