Search found 12 matches

by Icon-User
Mon Jul 21, 2008 10:13 am
Forum: ActiveX
Topic: lineargauge hand color
Replies: 1
Views: 3418

lineargauge hand color

Hi,

with version 8.0.0.4 the code
asLinearGauge.Hand.Brush.Color = ...
not work anymore...

It works with version 8.0.0.3

Best Regards,
Thomas
by Icon-User
Mon Apr 28, 2008 12:51 pm
Forum: ActiveX
Topic: LinearGauge Greenline
Replies: 10
Views: 9987

I post the files to the upload page (linear_gauge.zip -> screenshots and teechart file)
by Icon-User
Mon Apr 28, 2008 12:36 pm
Forum: ActiveX
Topic: LinearGauge Greenline
Replies: 10
Views: 9987

Hi,

I did the same things and it works...
I can send screenshots or teechart file to you (email?)
by Icon-User
Mon Apr 28, 2008 11:05 am
Forum: ActiveX
Topic: LinearGauge Greenline
Replies: 10
Views: 9987

That is really strange.
Maybe other properties influence the color property...
[/img]
by Icon-User
Mon Apr 28, 2008 10:37 am
Forum: ActiveX
Topic: LinearGauge Greenline
Replies: 10
Views: 9987

Hi,

both properties work for me.

Thanks,
Thomas
by Icon-User
Mon Apr 28, 2008 10:22 am
Forum: ActiveX
Topic: LinearGauge Greenline
Replies: 10
Views: 9987

Hi,

I have the same problems with
asLinearGauge.Back.Color

Thanks,
Thomas
by Icon-User
Fri Apr 18, 2008 7:15 am
Forum: ActiveX
Topic: teechart ocx v4 and v8 installed
Replies: 4
Views: 7242

Hi, I confirm that teechart.ocx (version4) was registered in the machine before teechart8.ocx. For a test I unregistered both versions and after this I registered version 4 and version8. After this it works for the first time (open screen with version8, draw, close screen), but shortly after I get a...
by Icon-User
Thu Apr 10, 2008 1:32 pm
Forum: ActiveX
Topic: teechart ocx v4 and v8 installed
Replies: 4
Views: 7242

here is the error message:
DAX Error
Access violation at address 0DA93810 in module 'TeeChart8.ocx'.
Read of address 00000010.
by Icon-User
Wed Apr 09, 2008 11:23 am
Forum: ActiveX
Topic: teechart ocx v4 and v8 installed
Replies: 4
Views: 7242

teechart ocx v4 and v8 installed

Hi, We are developing a Powerbuilder application using TeeChart8.ocx (8.0.0.3 ).However, this client application needs to be installed on a PC that has another application which uses teechart.ocx (4.0.1.0). The old client with version 4 works with both teechart.ocx registered... In the client applic...
by Icon-User
Fri Apr 04, 2008 10:54 am
Forum: ActiveX
Topic: NumericGauge Annotations
Replies: 2
Views: 4934

thanks, works fine.
by Icon-User
Fri Apr 04, 2008 6:52 am
Forum: ActiveX
Topic: NumericGauge Annotations
Replies: 2
Views: 4934

NumericGauge Annotations

Hi,

Does anybody have some experience in customizing the numeric gauge?
I need code examples to change the annotation properties (text, font,...)
I find no examples in the help file or demo.

e.g. asnumericgauge.markers.annotation.caption.text =...

Thanks,

Thomas
by Icon-User
Thu Apr 03, 2008 2:35 pm
Forum: ActiveX
Topic: LinearGauge Greenline
Replies: 10
Views: 9987

LinearGauge Greenline

Hi, i have problems to change the greenline settings at runtime (in powerbuilder) e.g. works: asLinearGauge.RedLine.visible = true asLinearGauge.RedLine.StartValue = 0 asLinearGauge.RedLine.EndValue = 40 not work: asLinearGauge.GreenLine.visible = true asLinearGauge.GreenLine.StartValue = 50 asLinea...