|
| Re: checkbox colornormal |
 |
Mon, 18 Feb 2008 06:32:50 -080 |
4m wrote:
> Hi,
>
> It seems that dBase PLUS 2.6.1.3 version does not like colors
> The display color of the following checkbox is DARK (not BLUE)
>
> ** END HEADER -- do not remove this line
> //
> // Generated on 18/02/2008
> //
> parameter bModal
> local f
> f = new essaiForm()
> if (bModal)
> f.mdi = false // ensure not MDI
> f.readModal()
> else
> f.open()
> endif
>
> class essaiForm of FORM
> with (this)
> height = 6.5909
> left = 71.0
> top = 0.0
> width = 40.0
> text = ""
> endwith
>
> this.CHECKBOX1 = new CHECKBOX(this)
> with (this.CHECKBOX1)
> height = 1.0909
> left = 7.7143
> top = 2.3182
> width = 14.1429
> text = "Checkbox1"
> colorNormal = "blue/BtnFace"
> endwith
>
> endclass
>
> Can you say me if I have to download a new version?
You are correct, the text of the checkbox is not changing color. The
image doesn't, because it is literally an image ...
Ken
--
/(Opinions expressed are purely my own, not those of dataBased
Intelligence, Inc.)/
*Ken Mayer* [dBVIPS]
/Golden Stag Productions/
dBASE at goldenstag dot net
http://www.goldenstag.net/GSP
http://www.goldenstag.net/dbase/dBASEBooks.htm
|
| Post Reply
|
| checkbox colornormal |
 |
Mon, 18 Feb 2008 11:01:42 +010 |
Hi,
It seems that dBase PLUS 2.6.1.3 version does not like colors
The display color of the following checkbox is DARK (not BLUE)
** END HEADER -- do not remove this line
//
// Generated on 18/02/2008
//
parameter bModal
local f
f = new essaiForm()
if (bModal)
f.mdi = false // ensure not MDI
f.readModal()
else
f.open()
endif
class essaiForm of FORM
with (this)
height = 6.5909
left = 71.0
top = 0.0
width = 40.0
text = ""
endwith
this.CHECKBOX1 = new CHECKBOX(this)
with (this.CHECKBOX1)
height = 1.0909
left = 7.7143
top = 2.3182
width = 14.1429
text = "Checkbox1"
colorNormal = "blue/BtnFace"
endwith
endclass
Can you say me if I have to download a new version?
Etienne
|
| Post Reply
|
| Re: checkbox colornormal |
 |
Mon, 18 Feb 2008 12:29:14 -050 |
Etienne,
This is QAID: 5611.
As a workaround, if you run without a manifest file or comment out the part
of the manifest file that loads the newer version 6 common controls, you
will avoid this problem.
- Marty -
Martin Kay
dataBased Intelligence, Inc.
|
| Post Reply
|
| Re: checkbox colornormal |
 |
Mon, 18 Feb 2008 16:05:22 +010 |
I think it became an image in this version.
It was changing color in 2.01 version. I don't find it's really a
progress...
Thank you Ken for your reply
Etienne Gounon
"Ken Mayer [dBVIPS]" <dbase@_nospam_goldenstag.net> a écrit dans
le message
de news: O2OpS3jcIHA.1880@news-server...
>
> You are correct, the text of the checkbox is not changing color. The image
> doesn't, because it is literally an image ...
>
> Ken
>
> --
> /(Opinions expressed are purely my own, not those of dataBased
> Intelligence, Inc.)/
>
> *Ken Mayer* [dBVIPS]
> /Golden Stag Productions/
> dBASE at goldenstag dot net
> http://www.goldenstag.net/GSP
> http://www.goldenstag.net/dbase/dBASEBooks.htm
> http://www.goldenstag.net/dbase
|
| Post Reply
|
| Re: checkbox colornormal |
 |
Mon, 18 Feb 2008 23:56:42 +010 |
Martin,
I installed dBasePLUS 2.61.3 on WINDOWS XP with the .EXE file downloaded
from DBI site.
I can see the Windows XP look in my applications
I take a look in my Windows\system32 and I can see all runtime files
(plusrun.exe.manifest file olso but not vista files).
Do I have to change manualy something to stop all this color problems?
Etienne Gounon
"Marty Kay" <mkay@databi.com> a écrit dans le message de news:
EYT76clcIHA.1188@news-server...
> Etienne,
>
> This is QAID: 5611.
>
> As a workaround, if you run without a manifest file or comment out the
> part of the manifest file that loads the newer version 6 common controls,
> you will avoid this problem.
>
> - Marty -
>
> Martin Kay
> dataBased Intelligence, Inc.
>
>
|
| Post Reply
|
|
|
|
|
|
|
|
|
|