Page 1 of 1

DisabledBackColor does not work

Posted: 23 Nov 2015, 23:43
by CraigBurke
Hi,

I am using Visual Foxpro and trying to use the textbox v1.9.2.186 .
All works well except setting the DisabledBackColor does not work.
I am setting it at runtime.

Thanks for the great controls!!

Re: DisabledBackColor does not work

Posted: 24 Nov 2015, 19:16
by TiKu
Which version of Windows are you using? Does your application use Windows themes, i.e. does it use a manifest?
It works for me on Windows 7, but I don't have access to Visual FoxPro and can test with Visual Basic 6 only.

Re: DisabledBackColor does not work

Posted: 26 Nov 2015, 03:05
by CraigBurke
Windows 7. All forms and application are set with themes = true.
I want to override these colors so that there is consistency on all other OS(s) also.

I turned themes off on the form just as a test with no success. Another thing I noticed is that the background does not change when you set Enabled = false, it only changes when you set ReadOnly = False, though you can't change the color.

Re: DisabledBackColor does not work

Posted: 26 Nov 2015, 07:56
by TiKu
Seems like FoxPro behaves quite different from VB6. Can you please send me a compiled test project that reproduces the problem, so that I can use it to try finding a fix?