Bruce,

I have run into that tissue on and off and have not really taken a long look
to figure out how it works; I usually get it to work by trial and error.
This PAUSE command works:

PAUSE 2 USING 'Blah Blah                                          '  +
CAPTION 'Who writes captions this long??'

As long as the message is the same length or longer than the caption it
seems to work correctly.
Also, the width parameter is the wraparound width and in Windows, I believe
it is in pixels rather that characters, so 50 might not be enough.

Javier,

Javier Valencia, PE
O: 913-829-0888
H: 913-397-9605
C: 913-915-3137


-----Original Message-----
From: [email protected] [mailto:[email protected]] On Behalf Of Bruce A.
Chitiea
Sent: Wednesday, May 29, 2013 10:47 AM
To: RBASE-L Mailing List
Subject: [RBASE-L] - Pause Command: Window Width



All:

 

Rbase e9.5(64) su

Win 7 pro

 

The following representative PAUSE command:

 

PAUSE 2 USING 'Blah Blah' +

CAPTION 'Who writes captions this long??'

 

.sizes the PAUSE window for the short message, truncating the caption.

 

The same message with the width parameter:

 

PAUSE 2 USING 'Blah Blah' =50 +

CAPTION 'Who writes captions this long??'

 

.produces the same result, if for no other reason than that there's nothing
to wrap.

 

No difference if the message and caption are fed through variables.

 

Thoughts?

 

Bruce Chitiea

SafeSectors, Inc.

eCondoMetrics


Reply via email to