white "ask" and "answer" dialog box in standalone
Jerry Daniels
Jedaniels at Evercom.net
Fri Jan 10 13:38:01 EST 2003
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:chipp at chipp.com]
Sent: Thursday, January 09, 2003 3:36 AM
To: use-revolution at lists.runrev.com
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: use-revolution-admin at lists.runrev.com
> [mailto:use-revolution-admin at lists.runrev.com]On Behalf Of Roland Leger
> Sent: Wednesday, January 08, 2003 9:49 PM
> To: use-revolution at lists.runrev.com
> 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.
>
> r.leger at rogers.com
>
> _______________________________________________
> use-revolution mailing list
> use-revolution at lists.runrev.com
> http://lists.runrev.com/mailman/listinfo/use-revolution
_______________________________________________
use-revolution mailing list
use-revolution at lists.runrev.com
http://lists.runrev.com/mailman/listinfo/use-revolution
More information about the use-livecode
mailing list