--- In [email protected], Alex Peters <[EMAIL PROTECTED]> wrote:
Yeah, there's some problem in unload. New version just posted, which is only a partial fix: http://groups.yahoo.com/group/power-pro/files/Plug-ins_and_add-ons/pipePlugin.60ppVersion3.8.18orAfter.zip Does this work for you, with this script? global pipe_name local pipeResponse = pipe.listen_on() local response = pipe.send_to("Debug So far, so good.") pipe.listen_off() pipe.unload() There's still a problem with pipe.unload(); for now always do pipe.listen_off before unloading. > This script runs perfectly on my system if I call it from PowerPro but > running it from Explorer seems to make PowerPro cry. When I open Task > Manager to terminate PowerPro I notice two copies of PowerPro in memory, > so it seems to be choking on the copy that's temporarily active to run > the command. > > I'm not entirely sure whether this is a plugin-related issue or a > PowerPro-related one. How does it function for anyone who wants to try it? Attention: PowerPro's Web site has moved: http://www.ppro.org Yahoo! Groups Links <*> To visit your group on the web, go to: http://groups.yahoo.com/group/power-pro/ <*> To unsubscribe from this group, send an email to: [EMAIL PROTECTED] <*> Your use of Yahoo! Groups is subject to: http://docs.yahoo.com/info/terms/
