Search found 24 matches

by Softwell
Fri Aug 10, 2012 11:55 am
Forum: Java
Topic: Change Default Theme
Replies: 1
Views: 7410

Change Default Theme

Hello, I cam from v1 and just bought the v3 version. Evertyhing is working like a charm :) I noticed that in the v3 version, the default theme e a new one. (Beautiful one i think). I would to know how can i change between the themes? I would like to give this option to my customers... Thanks in adva...
by Softwell
Fri Jun 15, 2012 1:17 pm
Forum: Java
Topic: Graphic Line with 6 decimals
Replies: 3
Views: 10227

Re: Graphic Line with 6 decimals

That's it! Thanks Narcís.

PS: Is there a way to allow any digits, so i don't need to always specify it? Like "*.*" or something like that...
by Softwell
Thu Jun 14, 2012 1:15 pm
Forum: Java
Topic: Graphic Line with 6 decimals
Replies: 3
Views: 10227

Graphic Line with 6 decimals

Hello there,

I'm trying to pass values with 6 decimals double number to the graphic.
The problem is: The graphic is showing only with 3 decimals instead of 6.

Am i missing something ?

Follows the images:
by Softwell
Thu Jun 14, 2012 1:00 pm
Forum: Java
Topic: Upgrade from v1 to v3-Eval
Replies: 16
Views: 32457

Re: Upgrade from v1 to v3-Eval

Hello Yeray and Marc, Thanks for your help ! It's working like a charm now... i can just change the .Jar between my old version (v1) for the v3 and it still works with no incompatibility (except the Dimension parameter from ImageExport.image()). I'll evaluate if the v3 fixes all our problem againt %...
by Softwell
Mon Jun 11, 2012 4:47 pm
Forum: Java
Topic: Upgrade from v1 to v3-Eval
Replies: 16
Views: 32457

Re: Upgrade from v1 to v3-Eval

Yeray wrote:Hi Lourival,

We've just found where was the problem and fixed it for the next maintenance release.
Oh, great Yeray!

Is there a way to generate a beta version (of the evaluate version) with this patch so i can try into my application ? Or tell me when this version will be out...
by Softwell
Mon Jun 11, 2012 12:34 pm
Forum: Java
Topic: Upgrade from v1 to v3-Eval
Replies: 16
Views: 32457

Re: Upgrade from v1 to v3-Eval

OK! Thanks Yeray,

I'll be waiting for a solution or workaround.
by Softwell
Fri Jun 08, 2012 2:46 pm
Forum: Java
Topic: Upgrade from v1 to v3-Eval
Replies: 16
Views: 32457

Re: Upgrade from v1 to v3-Eval

Yeray,

Are you checking this for me ?
by Softwell
Wed Jun 06, 2012 12:27 pm
Forum: Java
Topic: Upgrade from v1 to v3-Eval
Replies: 16
Views: 32457

Re: Upgrade from v1 to v3-Eval

Hi Lourival, In that case we'll have to try to find a way to make it work without forms. For it, it would be helpful if we could reproduce the very same environment you use (OS, IDE [if any], Java SDK version, TeeChart SWT/Swing,...). So could please arrange a simple example project we can run as-i...
by Softwell
Tue Jun 05, 2012 5:00 pm
Forum: Java
Topic: Upgrade from v1 to v3-Eval
Replies: 16
Views: 32457

Re: Upgrade from v1 to v3-Eval

The key is: is the exportImageChart method called before or after the form is shown? Ashley, there's no form: I always generate the graph in jpg files and present the .jpg file in my web application. - If it is called before showing the form, the only way I've found to make it work is by using the ...
by Softwell
Tue Jun 05, 2012 12:27 pm
Forum: Java
Topic: Upgrade from v1 to v3-Eval
Replies: 16
Views: 32457

Re: Upgrade from v1 to v3-Eval

Hello again Yeray, So, I understand that i need to get the image when chartPainted is called. But, in my application, i need to to the getImage() and save the .jpg when my method of exportImageChart is called... I can't do it when the event is called... something like this: public String exportImage...
by Softwell
Mon Jun 04, 2012 1:38 pm
Forum: Java
Topic: Upgrade from v1 to v3-Eval
Replies: 16
Views: 32457

Re: Upgrade from v1 to v3-Eval

Hello again Yeray, I got a sample code from the forum and made a little change to export the graph to .jpg Here is the code: public static void main(String[] args) throws IOException { JFrame frame = new JFrame(); JPanel panel = new JPanel(); panel.setSize(600, 600); TChart chart = new TChart(); pan...
by Softwell
Fri May 25, 2012 5:49 pm
Forum: Java
Topic: Upgrade from v1 to v3-Eval
Replies: 16
Views: 32457

Upgrade from v1 to v3-Eval

Hello there, I'm already a customer with v1. I'm trying to apply the V3 version to see the impacts in my systems and see if the correction's are ok. But, i'm get a black screen in my graph's and i don't know why. Basically, the only change i need to made in my graph call was the img.image() because ...
by Softwell
Fri May 04, 2012 7:43 pm
Forum: Java
Topic: About Teechart 2012 requirements
Replies: 5
Views: 12946

Re: About Teechart 2012 requirements

Well, I got the latest version of the v1 in the website and it is compiled using JDK 1.6. But, i have the source code, so, i generated the jar with the SDK 1.5 and everything worked fine. Then, i asked: The v3 is the same? Because the trial is compiled with JDK 1.6 too, but i don't have the source c...
by Softwell
Thu May 03, 2012 5:49 pm
Forum: Java
Topic: Pie graph percent issues
Replies: 6
Views: 13565

Re: Pie graph percent issues

Yeray wrote:Hi Lourival,

I'm afraid the bug/request tickets can't be followed through the net, but they are remarked in the release notes when a new maintenance release is published
Could this patch be applied to the v1 ? I can accept beta version...
by Softwell
Thu May 03, 2012 3:16 pm
Forum: Java
Topic: About Teechart 2012 requirements
Replies: 5
Views: 12946

Re: About Teechart 2012 requirements

Ok: About the question of JDK 1.6, i could generate the jar with 1.5 just getting the source and compiling it with JDK 1.5.

What about the others ?