(smile)

I actually did exactly this after sending the email to the use list,
realizing it would be a more "solid" and flexible-bullet-proof way to go.

The beauty of transcript. So many ways to get the job done.

But right, quotes are required for Send to work... It's right there in the docs...
 I must have had blinders on when I checked the docs...

Thanks
Sivakatirswami


On Jan 23, 2006, at 9:20 AM, J. Landman Gay wrote:

One other suggestion: Whenever I have a situation like this where I need to call menu items from other handlers, I never put the command statements into the menu button itself. Rather, I write a handler containing the instructions and then call that handler from both the menu button and the other places in my scripts. It saves a lot of debugging, not to mention avoiding the overhead for "send" statements. In this case, I'd put this into your Help button:

case "Working Guide"
  showWorkingGuide
  break
...
end switch

_______________________________________________
use-revolution mailing list
[email protected]
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-revolution

Reply via email to