Tekpa,
I have put the following into the startUp handler in the mainstack of my
standalone:
if word 1 of the systemVersion is "NT" and word 2 of the systemVersion > 5
then
put queryRegistry("HKEY_CURRENT_USER\Control Panel\Colors\MenuBar") into
tColor
answer tColor
if tColor <> "" then
put word 1 of tColor,word 2 of tColor,word 3 of tColor into tColor
set the backgroundColor of this stack to tColor
end if
end if
The answer dialog, when called in the above handler was the requisite color
gray, however, once the mainstack opened, the ask/answer dialogs were once
again white as the driven snow. I have also tried this script without the
answer dialog. Same result.
Whatever am I doing wrong?
Jerry Daniels
-----Original Message-----
From: Chipp Walters [mailto:[EMAIL PROTECTED]]
Sent: Thursday, January 09, 2003 3:36 AM
To: [EMAIL PROTECTED]
Subject: RE: white "ask" and "answer" dialog box in standalone
Roland,
Check out the bottom of the page:
http://www.altuit.com/webs/altuit2/RunRev/UsefulScripts.htm
entitled "Fixing XP default background color"
-Chipp
> -----Original Message-----
> From: [EMAIL PROTECTED]
> [mailto:[EMAIL PROTECTED]]On Behalf Of Roland Leger
> Sent: Wednesday, January 08, 2003 9:49 PM
> To: [EMAIL PROTECTED]
> Subject: white "ask" and "answer" dialog box in standalone
>
>
> Does somebody knows how to change the dialog box color property, in
> preparation for a standalone application.
> The ask and answer dialog box in my standalone comes out white. I want to
> change them to grey.
>
> [EMAIL PROTECTED]
>
> _______________________________________________
> use-revolution mailing list
> [EMAIL PROTECTED]
> http://lists.runrev.com/mailman/listinfo/use-revolution
_______________________________________________
use-revolution mailing list
[EMAIL PROTECTED]
http://lists.runrev.com/mailman/listinfo/use-revolution
_______________________________________________
use-revolution mailing list
[EMAIL PROTECTED]
http://lists.runrev.com/mailman/listinfo/use-revolution