|
| rectangle color in notebook |
 |
Mon, 28 Jan 2008 17:06:45 +010 |
Hi,
XP - dBasePLUS 2.61.3
This component display is OK: display color is true)
this.NOTEBOOK1.RECTANGLE2 = new RECTANGLE(this.NOTEBOOK1)
with (this.NOTEBOOK1.RECTANGLE2)
left = 36.2479
top = 10.3187
width = 25.1354
height = 23.2833
text = ""
colorNormal = "black/0x4080ff"
border = false
borderStyle = 3 // None
endwith
This component display is NOT OK : display color is NOT 0xf4d9bd
this.NOTEBOOK1.RECTANGLE2 = new RECTANGLE(this.NOTEBOOK1)
with (this.NOTEBOOK1.RECTANGLE2)
left = 36.2479
top = 10.3187
width = 25.1354
height = 23.2833
text = ""
colorNormal = "black/0xf4d9bd"
border = false
borderStyle = 3 // None
endwith
dBasePlus 2.61.3 does'nt like 0xf4d9bd color ?
Why the first and not the second?
Etienne
|
| Post Reply
|
| Re: rectangle color in notebook |
 |
Tue, 29 Jan 2008 07:30:42 +130 |
Hi,
To me the colour is a pale blue and matches that when the RGB numbers are
put into Photoshop. What colour are you getting?
Regards,
Graham
"4m" <contact@c-4m.com> wrote in message
news:SaA7spcYIHA.1096@news-server...
> Hi,
>
> XP - dBasePLUS 2.61.3
>
> This component display is OK: display color is true)
>
> this.NOTEBOOK1.RECTANGLE2 = new RECTANGLE(this.NOTEBOOK1)
> with (this.NOTEBOOK1.RECTANGLE2)
> left = 36.2479
> top = 10.3187
> width = 25.1354
> height = 23.2833
> text = ""
> colorNormal = "black/0x4080ff"
> border = false
> borderStyle = 3 // None
> endwith
>
> This component display is NOT OK : display color is NOT 0xf4d9bd
>
> this.NOTEBOOK1.RECTANGLE2 = new RECTANGLE(this.NOTEBOOK1)
> with (this.NOTEBOOK1.RECTANGLE2)
> left = 36.2479
> top = 10.3187
> width = 25.1354
> height = 23.2833
> text = ""
> colorNormal = "black/0xf4d9bd"
> border = false
> borderStyle = 3 // None
> endwith
>
> dBasePlus 2.61.3 does'nt like 0xf4d9bd color ?
> Why the first and not the second?
>
> Etienne
>
>
|
| Post Reply
|
| Re: rectangle color in notebook |
 |
Tue, 29 Jan 2008 09:17:26 -080 |
4m wrote:
> Graham,
>
> I don't really understand what append.
> When I put a notebook in a new form, and a rectangle into, changing color
is
> OK. ( but I cannot change notebook color contrarily to 2.01 version).
> When I open an existing form (created with 2.01 version) with many
> components and a notebook with many components into, I cannot change any
> component color. All is BtnFace. I will have to buy glasses for the users.
I think this is being addressed in 2.61.4 ... at least in my version, I
see an orange rectangle with the colorNormal set to: "black/0x4080ff"
...
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
|
| Re: rectangle color in notebook |
 |
Tue, 29 Jan 2008 11:26:22 -080 |
4m wrote:
> Yes Ken, it's OK only for basics colors.
What color is "black/0xf4d9bd" on your screen? On mine it's a light
blue
...
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
|
| Re: rectangle color in notebook |
 |
Tue, 29 Jan 2008 18:10:29 +010 |
Graham,
I don't really understand what append.
When I put a notebook in a new form, and a rectangle into, changing color is
OK. ( but I cannot change notebook color contrarily to 2.01 version).
When I open an existing form (created with 2.01 version) with many
components and a notebook with many components into, I cannot change any
component color. All is BtnFace. I will have to buy glasses for the users.
Etienne Gounon
"Graham Monk" <graham@astutesoftware.co.nz> a écrit dans le
message de news:
j3yU65dYIHA.1532@news-server...
> Hi,
>
> To me the colour is a pale blue and matches that when the RGB numbers are
> put into Photoshop. What colour are you getting?
>
> Regards,
> Graham
>
>
> "4m" <contact@c-4m.com> wrote in message
> news:SaA7spcYIHA.1096@news-server...
>> Hi,
>>
>> XP - dBasePLUS 2.61.3
>>
>> This component display is OK: display color is true)
>>
>> this.NOTEBOOK1.RECTANGLE2 = new RECTANGLE(this.NOTEBOOK1)
>> with (this.NOTEBOOK1.RECTANGLE2)
>> left = 36.2479
>> top = 10.3187
>> width = 25.1354
>> height = 23.2833
>> text = ""
>> colorNormal = "black/0x4080ff"
>> border = false
>> borderStyle = 3 // None
>> endwith
>>
>> This component display is NOT OK : display color is NOT 0xf4d9bd
>>
>> this.NOTEBOOK1.RECTANGLE2 = new RECTANGLE(this.NOTEBOOK1)
>> with (this.NOTEBOOK1.RECTANGLE2)
>> left = 36.2479
>> top = 10.3187
>> width = 25.1354
>> height = 23.2833
>> text = ""
>> colorNormal = "black/0xf4d9bd"
>> border = false
>> borderStyle = 3 // None
>> endwith
>>
>> dBasePlus 2.61.3 does'nt like 0xf4d9bd color ?
>> Why the first and not the second?
>>
>> Etienne
>>
>>
>
>
|
| Post Reply
|
|
|
|
|
|
|
|
|
|