|
You are correct, the
Pause for 0 adds a OK button on the already displayed PAUSE 4 USi 'TEST'
ditto if you use any pause for xx
In my case I display several messages with PAU 4 USING, so I can inform the user where in the process I am, however on those processes that are very fast (Because Rbase is lighting FAST !!) the user does not have the opportunity to read the message in its entirety , I have tried to have inmediately after the PAUSE 4 USI a pause for x to slow down a bit but the box then display a OK Box.
Robert
-------Original Message-------
Date: 03/21/05 18:06:17
Subject: [RBG7-L] - RE: pause for 0 does not clear out pause
I agree with you Dan, the "pause for 0" adds an 'ok' button to the pause
display - but I think that I would half expect that.
You are saying: show me a pause based on the last pause 3 and then saying:
show me a pause for no time without changing the display.
I would have expected nothing to happen rather than the button be added. I
seem to remember that this has cropped up before in the last few months but
I can't remember where off the top of my head.
However, why not just use CLS?
Regards,
Alastair.
----- Original Message -----
Sent: Monday, March 21, 2005 10:38 PM
Subject: [RBG7-L] - RE: pause for 0 does not clear out pause
> Sorry, I did the wrong syntax. It should be:
>
> pause 4 using 'Test'
> pause for 0
>
> Let me know if the test box disappears automatically.
>
> Thanks
>
> Dan
>
> -----Original Message-----
> claudinerobbins
> Sent: Monday, March 21, 2005 2:07 PM
> To: RBG7-L Mailing List
> Subject: [RBG7-L] - RE: pause for 0 does not clear out pause
>
>
> Works fine here. ~Claudine :)
>
> -----Original Message-----
> Sent: Monday, March 21, 2005 3:54 PM
> To: RBG7-L Mailing List
> Subject: [RBG7-L] - pause for 0 does not clear out pause
>
> I use pause 4 command to display different information message while
> processing. I then use pause for 0 to automatically clear out the pause
box
> when the processing is done.
>
> With update 79 it does not clear out. It just puts an "okay" button in it.
I
> sent the bug to rdcc but they said they could not replicate it.
>
> Could someone try this in a command file.
>
> pause for 4 using 'Test'
> pause for 0
>
> It should show a brief box with the word "Test" in it and the quickly
> disappear but it does not.
>
> Could someone let me know that you can replicate it so I can resubmit to
> rdcc??
>
> Thanks
>
> Dan Goldberg
>
. |