--- In [EMAIL PROTECTED], "brucexs" <[EMAIL PROTECTED]> wrote:

> 
> Can you please code as
> *bar close
> x=cl.insert
> *bar show
> for now to ensure this fixes the problem.  I will fix my code in 
> next beta.

Hello Bruce,

Thanks for your answer. I'm afraid there is more to it. I have tried
as you suggested but PP still crashes.

Also I found out that a script containing:
    *bar close "Test"
    *bar show "Test" 
closes the bar but the bar doesn't reappear.

Putting a 'wait.for 500' between the close and show commands gets it
working. When reducing the wait time to 100 it sometimes works and
sometimes doesn't. It looks as if working with an (almost) empty
configuration reduces the delay required.

Finally the following seems to do what I want:
    *bar close Test
    wait.for 500
    cl.insert("Test",0)
    *bar show Test

I can continue building my bar but I thought you might like to know.

Regards,
Jelle





------------------------ Yahoo! Groups Sponsor --------------------~--> 
$9.95 domain names from Yahoo!. Register anything.
http://us.click.yahoo.com/J8kdrA/y20IAA/yQLSAA/JV_rlB/TM
--------------------------------------------------------------------~-> 

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/
 



Reply via email to