Search found 4 matches

by Bob Devine
Thu Nov 12, 2009 5:29 pm
Forum: VCL
Topic: Looking forward to version 9... what's coming?
Replies: 34
Views: 55502

Re: Looking forward to version 9... what's coming?

Is the pricing going to change?

Will it still be compatible with FreePascal (unsupported I assume)?

Thanks, Bob
by Bob Devine
Wed Jan 23, 2008 8:30 pm
Forum: VCL
Topic: VCL.NET
Replies: 3
Views: 6031

Thanks Narcis - however I made an error in thinking that a TChart palette entry is visible in a VCL.NET project. If I install v8 Pro it will definitely be installed on the VCL.NET palette?

Thanks, Bob
by Bob Devine
Wed Jan 23, 2008 12:13 pm
Forum: VCL
Topic: VCL.NET
Replies: 3
Views: 6031

VCL.NET

I'm a v7 Pro user for VCL and have just upgraded from D6 to RAD2007. I'm trying to understand the relationship between vcl win32 and vcl.net. I found this request for TChart http://qc.codegear.com/wc/qcmain.aspx?d=26041 and I also found this page http://www.steema.com/support/teechart/8/WhatsNew/ind...
by Bob Devine
Wed Oct 20, 2004 10:41 am
Forum: VCL
Topic: Unsupported clipboard format
Replies: 0
Views: 6182

Unsupported clipboard format

If I do this (bitmap): TrdChart(FChartList.Items[FCurrentChartIndex]).CopyToClipboardBitmap; bm := TBitmap.Create; try bm.LoadFromClipboardFormat(CF_BITMAP, ClipBoard.GetAsHandle(CF_BITMAP), 0); ...... Then it works fine. But if I try a metafile I get "Unsupported clipboard format". TrdChart(FChartL...