Need the colordefinition for clBlue, clRed and so on

TeeChart for ActiveX, COM and ASP
Post Reply
Tore007
Newbie
Newbie
Posts: 1
Joined: Wed Jan 07, 2015 12:00 am

Need the colordefinition for clBlue, clRed and so on

Post by Tore007 » Wed Jan 14, 2015 9:09 am

I need to find the colorcodes for this constants.

clBlue, clRed, clGreen, clWhite and so on.

I have found that I can save the color-template - but this is a rare file-format *.tee files

When I use this constant like clBlue in my code I need to define the values.

I am using Powerbuilder and OLE.

Yeray
Site Admin
Site Admin
Posts: 9534
Joined: Tue Dec 05, 2006 12:00 am
Location: Girona, Catalonia
Contact:

Re: Need the colordefinition for clBlue, clRed and so on

Post by Yeray » Wed Jan 14, 2015 12:29 pm

Hello,

In ActiveX, the color constants depend on the environment you are developing with.
Ie, in VB6 the color constants are of the type: vbBlue, vbRed,...

In PowerBuilder, I find several resources talking about this subject:
http://pbdj.sys-con.com/node/42566
https://pbbraindump.wordpress.com/2008/ ... er-colors/
Best Regards,
ImageYeray Alonso
Development & Support
Steema Software
Av. Montilivi 33, 17003 Girona, Catalonia (SP)
Image Image Image Image Image Image Please read our Bug Fixing Policy

Post Reply