Daniel,
  If the effect you are after is for the background of the form to be 
yellow, you can skip the MESSAGE_BACK_COLOR YELLOW part (which I couldn't 
see having any effect on the background color of the message area at all) 
and set the background color of the WINDOW and the background color of the 
BUTTONS to YELLOW as here:

DIALOG 'Type Message Here ...' vResponse vEndKey  1  +
CAPTION 'Type Caption Here ...' +
ICON WINDOWS +
OPTION +
MESSAGE_FONT_COLOR 128 +
|MESSAGE_BACK_COLOR 0 +
|MESSAGE_FONT_NAME MS Sans Serif +
|MESSAGE_FONT_SIZE 10 +
|MESSAGE_BOLD ON +
|WINDOW_BACK_COLOR 65535 +
|BUTTON_OK_CAPTION &OK +
|BUTTON_OK_COLOR -16777201 +
|BUTTON_OK_FONT_COLOR 2147483647 +
|BUTTON_CANCEL_CAPTION &Cancel +
|BUTTON_CANCEL_COLOR -16777201 +
|BUTTON_CANCEL_FONT_COLOR 2147483647 +
|BUTTONS_BACK_COLOR 65535

----- Original Message ----- 
From: "Daniele Barbieri" <[email protected]>
To: "RBASE-L Mailing List" <[email protected]>
Sent: Sunday, September 30, 2012 1:30 PM
Subject: [RBASE-L] - DIALOG MESSAGE_BACK_COLOR


: Hello
: R:BASE 9.5 (32)
: The option MESSAGE_BACK_COLOR in DIALOG command don't work for any color 
name
: what is the problem ?
: ------------------
: DIALOG 'Message ...' vResponse vEndKey  1  +
: CAPTION 'DIALOG Window' ICON INFO +
: OPTION MESSAGE_FONT_COLOR BLUE +
: |MESSAGE_BACK_COLOR YELLOW +
: |MESSAGE_FONT_NAME Tahoma +
: |MESSAGE_FONT_SIZE 10 +
: |MESSAGE_BOLD ON
: --------------
: TIA
: Daniele Barbieri
: B.M.B. Informatica
:
: 


Reply via email to