This is interesting:
I tried all the fonts you suggested below.
I still like Arial best, however, Lucida Console isn't so bad.
If instead of using
List_font_name arial bold
I use
List_font_name arial
List_bold on
There is no difference in appearance but both cut off half of the last letter.
But if I change the data in the .pop file to put a space after the E, then it doesn't cut it off.


Bernie Lis

----- Original Message ----- From: "A. Razzak Memon" <[EMAIL PROTECTED]>
To: "RBG7-L Mailing List" <[email protected]>
Sent: Sunday, February 13, 2005 7:26 PM
Subject: [RBG7-L] - Re: choose box




Bernie,

Try the following syntax:

-- Start
CLS
CHOOSE vAction FROM Start.pop TITLE 'Master2' +
CAPTION 'Click an action' LINES 5 +
OPTION LIST_FONT_SIZE 14 +
|LIST_FONT_COLOR Maroon +
|LIST_FONT_NAME COURIER +
|LIST_BOLD ON
RETURN
-- End

Note:

. Just copy and paste the above block as a command file
  and then:

  RUN filename.RMD

. You'll need to change the QUOTE settings on your end.

Tips:

. If you need to use the font as BOLD, you'll need to
  use that option as a separate option, such as:
   LIST_BOLD ON

. In a situation like yours, use the mono-spaced font,
  such as COURIER.

. Mono-spaced fonts include, COURIER, COURIER NEW,
  LUCIDA CONSOLE, FIXEDSYS and TERMINAL.

That's all there is to it!

Have fun!

Very Best R:egards,

Razzak.





Reply via email to