Search found 55 matches

by David Berneda
Tue Mar 14, 2006 2:43 pm
Forum: Wishes and ideas
Topic: TeeCreateMetafile to work with OPENGL plots
Replies: 3
Views: 13424

Do you mean creating a metafile that has a single bitmap inside it ?
OpenGL is not a vector format, so it can only return bitmap pictures.
by David Berneda
Tue Mar 14, 2006 2:40 pm
Forum: Wishes and ideas
Topic: DragMarks tool - events for OnDragMark ?
Replies: 2
Views: 9937

Done, for future version 8
by David Berneda
Tue Mar 14, 2006 2:26 pm
Forum: Wishes and ideas
Topic: SeriesGroups -- index by name
Replies: 2
Views: 9785

Done, for future version 8:

var tmp : TSeriesGroup;
tmp:=Chart1.SeriesList.Groups.FindByName('Foo');
if tmp<>nil then ...

Optionally case-sentitive:

tmp:=Chart1.SeriesList.Groups.FindByName('Foo', True);
by David Berneda
Mon Oct 10, 2005 7:26 pm
Forum: Java
Topic: New beta 3 uploaded.
Replies: 0
Views: 7572

New beta 3 uploaded.

Much improved beta, includes editor dialogs, chart gallery and a bigger demo. Updated compiled classes (jar library file), demos and documentation (JavaDoc output). http://www.teechart.net/files/beta/teechart/java/TeeChartJava.zip http://www.teechart.net/files/beta/teechart/java/TeeChartJavaDocument...
by David Berneda
Thu Sep 01, 2005 9:55 am
Forum: Java
Topic: New beta uploaded.
Replies: 0
Views: 7494

New beta uploaded.

Updated compiled classes (jar library file), demos and documentation (JavaDoc output).

http://www.teechart.net/files/beta/teec ... rtJava.zip

http://www.teechart.net/files/beta/teec ... tation.zip

regards
david
by David Berneda
Mon Jul 04, 2005 9:28 am
Forum: .NET
Topic: Import .ten problem.Could not load type'Project1.MyFunction'
Replies: 3
Views: 7765

I guess the deserialization of the .ten file is not locating your "MyFunction" class. Our internal "find type" method looks all around trying to find the class (see below the source code of our "find type"), but it seems it might not be enough. Are you using TeeChart.Net v2 ? In v2 we have introduce...
by David Berneda
Tue Mar 01, 2005 6:36 pm
Forum: Java
Topic: Swing or SWT
Replies: 6
Views: 10916

sorry, I meant to say "org.eclipse.swt.graphics.GC" instead of "swing.GC"

regards
david
by David Berneda
Tue Mar 01, 2005 10:31 am
Forum: Java
Topic: Swing or SWT
Replies: 6
Views: 10916

Hi Alexander Right now there's a TChart derived from awt.Panel, another from swing.JPanel another from awt.Applet. Soon to come other TChart-derived classes. All of them right now are using our monster-long Graphics3D class that internally uses Graphics2D. To use swing.GC the problem is internally t...
by David Berneda
Mon Jan 03, 2005 7:20 pm
Forum: VCL
Topic: TeeChart7.02Builder6 Installer - Wrong recognition of BCB6
Replies: 11
Views: 20110

The installer looks for HKEY_LOCAL_MACHINE, not HKEY_CURRENT_USER [HKEY_LOCAL_MACHINE\Software\Borland\C++Builder\6.0] "Version"="CSS" Do you have this ok at registry hkey_local_machine? regards david Windows Registry Editor Version 5.00 [HKEY_CURRENT_USER\Software\Borland\C++Builder\6.0] "Version"=...
by David Berneda
Fri Dec 31, 2004 4:36 pm
Forum: Wishes and ideas
Topic: English source files to translation
Replies: 1
Views: 8547

Hi You are right. The English original files are missing. I've included them and uploaded a new Tee702Languages.zip file. Click here to download (0.5MB) The units containing the original English strings are: TeeConst.pas TeeProCo.pas If you wish to improve an existing translation or create a new one...
by David Berneda
Tue Dec 14, 2004 5:12 pm
Forum: VCL
Topic: Delphi 2005
Replies: 14
Views: 23426

Excellent. I believe I'm one of those non-source customers, so I'm looking forward to the end of the week. Andrew Hi Andrew Lets see if this is possible or not. If / when Borland releases new Delphi 2005 updates, there are lots of chances that they'll break binary compatibility so the only way to i...
by David Berneda
Mon Dec 13, 2004 6:19 pm
Forum: VCL
Topic: Delphi 2005
Replies: 14
Views: 23426

OK, have you got any sort of estimate as to when the latest sources will be generally available? Are we talking days? Weeks? Months? Andrew Hi Andrew The free v7.02 upgrade for Delphi 2005 is now posted, for customers with source code option. For non-source code customers, we're preparing the binar...
by David Berneda
Thu Dec 02, 2004 6:08 pm
Forum: Java
Topic: TeeChart Pro for Java, asking for beta-testers
Replies: 0
Views: 7642

TeeChart Pro for Java, asking for beta-testers

Are you a Java expert, interested in beta-testing TeeChart for Java ? If so, please contact us at teejava@steema.com Screenshots attached show TeeChart for Java running under Borland Java Builder 2005, Sun NetBeans v4.0 and IBM Eclipse 3.0.1 regards david berneda www.teechart.com http://www.steema.c...
by David Berneda
Thu Dec 02, 2004 5:47 pm
Forum: Beta versions
Topic: TeeChart Pro VCL v7.02 Source Code (beta) posted
Replies: 2
Views: 12584

TeeChart Pro VCL v7.02 Source Code (beta) posted

Existing Pro-Support TeeChart customers can now download TeeChart Pro v7.02 field-test free upgrade.

This upgrade supports Delphi 2005.Net and Win32.

Check download instructions at our private newsgroups for Pro-Support customers ( steema.private.fieldtest.teechart7 group )

regards
david