ugh. WinXP background color

Alex Rice alrice at ARCplanning.com
Fri Feb 28 17:08:01 EST 2003


On Friday, February 28, 2003, at 02:28  PM, Alex Rice wrote:
> 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
>   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

I just discovered that if I put the above code into preOpenStack 
instead of startup handler, it works as intended. Bizarre!

Alex Rice, Software Developer
Architectural Research Consultants, Inc.
alrice at ARCplanning.com
alrice at swcp.com






More information about the use-livecode mailing list