I have compiled an application into an exe file, and it contains at the
beginning SET COLOR OF SCHEME 1 to gr+/w.
When I run it compiled as exe, I do not see any color change, but when I run
in test with DO menu.mpr then I see yellow letters on grey background. What
am I missing in my exe file to also see the color change?


Walter

Re: Problem with colors in exe file by Paul

Paul
Wed Jan 10 16:14:42 CST 2007

That's some ancient stuff you have there. In my experience, support for
those old color set things in VFP has been minimal. You'd have better luck
getting rid of that altogether and using the newer color system.


"WP" <wpaul@nospam_fibertel.com.ar> wrote in message
news:uuww4AQNHHA.3596@TK2MSFTNGP02.phx.gbl...
>I have compiled an application into an exe file, and it contains at the
>beginning SET COLOR OF SCHEME 1 to gr+/w.
> When I run it compiled as exe, I do not see any color change, but when I
> run in test with DO menu.mpr then I see yellow letters on grey background.
> What am I missing in my exe file to also see the color change?
>
>
> Walter
>



Re: Problem with colors in exe file by Curious

Curious
Thu Jan 11 23:29:41 CST 2007


If you are running under XP, you need to turn themes off on your forms.
They jack all of the colors up.

CJ
On Jan 10, 2:42 pm, "WP" <wpaul@nospam_fibertel.com.ar> wrote:
> I have compiled an application into an exe file, and it contains at the
> beginning SET COLOR OF SCHEME 1 to gr+/w.
> When I run it compiled as exe, I do not see any color change, but when I run
> in test with DO menu.mpr then I see yellow letters on grey background. What
> am I missing in my exe file to also see the color change?
>
> Walter