Razzak, I think I've asked this before a while back:

Is there a similar method of setting the depth of the displayed box back to
"normal" after using a multi-line message?

I haven't tested in the latest upgrade but the box used to stay deeper than
needed.

Regards,
Alastair.


----- Original Message ----- 
From: "A. Razzak Memon" <[EMAIL PROTECTED]>
To: "RBG7-L Mailing List" <[EMAIL PROTECTED]>
Sent: Tuesday, June 22, 2004 11:02 PM
Subject: [RBG7-L] - Re: PAUSE bug? Please verify...


> At 04:27 PM 6/22/2004 -0500, Javier Valencia wrote:
>
> >When I run the following code:
> >
> >CLS
> >PAUSE 3 USING 'Please wait while Invoice values are recalculated...' +
> >CAPTION 'Fleet Invoicing...' +
> >OPTION ICON_FILE hourgls2.gif
> >-- run calculation with the hour glass gif file executing
> >CLS
> >PAUSE 3 USING 'This is the second message' CAPTION 'TEST' ICON SERIOUS
> >RETURN
> >
> >When it gets to the second PAUSE command the GIF file specified on the
> >previous PAUSE statement still displays instead of the ICON SERIOUS,
> >shouldn't the CLS command clear this condition?
> >
> >You can use any animated GIF file instead of the one in the code.
>
> Javier,
>
> Here's the tip of the day, for you!
>
> Use the following code (type exactly as following):
>
> PAUSE 3 USING 'This is the second message' +
> CAPTION 'TEST' +
> ICON SERIOUS +
> OPTION ICON_FILE ClearIconFile
> RETURN
>
> Enjoy and make sure to have fun!
>
> Very Best R:egards,
>
> Razzak.
>

Reply via email to