We have less exceptions, if AutoRepaint is set to false. However, zooming and panning seems to be disabled now.
Anything else, we can contribute to find the reason for the exceptions?
Search found 39 matches
- Mon Nov 19, 2007 2:23 pm
- Forum: Java
- Topic: ArrayIndexOutOfBoundsException when clearing/adding data
- Replies: 10
- Views: 22374
- Thu Nov 15, 2007 1:09 pm
- Forum: Java
- Topic: ArrayIndexOutOfBoundsException when clearing/adding data
- Replies: 10
- Views: 22374
Hello, Do you have any more information on the error messages thrown? An option to get a clearer location on the error might be to unwrap the TeeChart Jar to source and debug it as part of the project source. Regards, Marc Hello Marc, here is the error message: >>>>>>>>>>>>>>>> Begin Message<<<<<<<...
- Thu Nov 15, 2007 9:44 am
- Forum: Java
- Topic: ArrayIndexOutOfBoundsException when clearing/adding data
- Replies: 10
- Views: 22374
Have you tried your application on different machines? Now I've tried it. The problem occurs on a dual core machine. It doesn't occur on a second single core machine. Have you tested it on a dual core PC? I run the test program from a shell. If no messages are thrown all is fine. If there are probl...
- Tue Nov 13, 2007 3:07 pm
- Forum: Java
- Topic: ArrayIndexOutOfBoundsException when clearing/adding data
- Replies: 10
- Views: 22374
Sent it to info@steema.comnarcis wrote:I haven't found the project you mention. Where did you send it?
- Tue Nov 13, 2007 11:12 am
- Forum: Java
- Topic: ArrayIndexOutOfBoundsException when clearing/adding data
- Replies: 10
- Views: 22374
Could you confirm please that you're using the latest build version, Build 1.0.1.825. Yes, I downloaded it some days ago and I'd used it before I opened the thread. I send you the example as a small jar File. It was built with Eclipse 3.2 and crashes reliable on our machine: Win XP Pro. We tried JR...
- Fri Nov 09, 2007 10:22 am
- Forum: Java
- Topic: ArrayIndexOutOfBoundsException when clearing/adding data
- Replies: 10
- Views: 22374
ArrayIndexOutOfBoundsException when clearing/adding data
Hello, here is a simple program which - unfortunately - crashes TChart. The problem occurred, when we wanted to show data, which is continually changing. As new data became available, we updated the TChart by: series.clear(); // erase old data series.add(...); // draw new data Sometimes, this led to...
- Wed Aug 29, 2007 8:33 am
- Forum: Java
- Topic: Your Java plans
- Replies: 12
- Views: 24177
Your Java plans
Hello,
Oct 18, 2006 you announced Version 1.0 and now, nearly one year later no further version has been released. Do you consider Java-TeeChart being bugfree and perfect? What are your plans with this product? I consider it to buy, but don't like to invest in a discontinued product.
Oct 18, 2006 you announced Version 1.0 and now, nearly one year later no further version has been released. Do you consider Java-TeeChart being bugfree and perfect? What are your plans with this product? I consider it to buy, but don't like to invest in a discontinued product.
- Fri May 11, 2007 7:30 am
- Forum: Java
- Topic: Using TChart in Eclipse
- Replies: 2
- Views: 11553
Using TChart in Eclipse
Hello Narcís, we ran into some trouble with TeeChart in Eclipse. The TChart is added to the project using the Visual Editor. If it is afterwards configured by explicitly writing the appropriate programming statements, everything works fine. Except, that the programming is time consuming. The problem...
- Wed May 09, 2007 10:23 am
- Forum: Java
- Topic: TeeChart and SWT
- Replies: 3
- Views: 12884
I'd recommend you to download the fully functional evaluation version to check if TeeChart for Java fits your needs. We downloaded the eval version and inserted it as project in Eclipse. Do you have a install guide for installing in Eclipse? Can TeeChart be included to the component palette of Visu...
- Tue May 08, 2007 3:42 pm
- Forum: Java
- Topic: TeeChart and SWT
- Replies: 3
- Views: 12884
TeeChart and SWT
For our Java project we decided to use SWT for the GUI. I wonder if TeeChart can be used as a SWT component?
- Thu Apr 06, 2006 3:31 pm
- Forum: VCL
- Topic: PNG Export
- Replies: 1
- Views: 5078
PNG Export
The PNG export of a chart to clipboard or file is quite easy. But is it possible to write some more information to the canvas before exporting it? Example. I have a FastLine series with cursor. I'd like to export the chart and the numeric information for cursor x and y position. To prepare this for ...
- Thu Apr 06, 2006 3:17 pm
- Forum: VCL
- Topic: [Solved] PNG Export in BCB5
- Replies: 2
- Views: 6273
- Fri Mar 31, 2006 6:43 am
- Forum: VCL
- Topic: Mini HowTo: TC7 debugging with BCB5
- Replies: 0
- Views: 5280
Mini HowTo: TC7 debugging with BCB5
Mini HowTo to step through TC 7.06 source code with BCB5 1. Buy the source code from Steema. 2. Install source code 3. Use TeeRecompile.exe and check "Debug packages compilation" Problem: No TDS files are created. 4. Open Tee7BCB5.bpg in BCB5 5. Set all packages to "Full Debug" Problem: TeeUI7C5 li...
- Fri Mar 31, 2006 6:12 am
- Forum: VCL
- Topic: Problem compiling debug build with BCB6
- Replies: 4
- Views: 9151
Compiling the packages set to full debug by recompile tool gives Turbo Incremental Link 5.00 Copyright (c) 1997, 2000 Borland Fatal: Type index 2147479547 is bad in module .\TeeToolsGallery.PAS ** error 2 ** deleting .\TeeUI7C5.bpl EXCEPTION: Compilation aborted. The same error was raised, when I co...
- Thu Mar 30, 2006 5:59 pm
- Forum: VCL
- Topic: Problem compiling debug build with BCB6
- Replies: 4
- Views: 9151
as an aside, David once said that he could add an option to this to build for debugging - that would be most welcome) I would appreciate it too. I then copied all of the files from the debug directory to the TC7 source directory, overwriting the existing files. And now is all done? Or have I to com...