Search found 9 matches

by alex
Fri Jun 30, 2006 1:50 pm
Forum: .NET
Topic: Problems with redefine keys for Panning
Replies: 1
Views: 3243

Problems with redefine keys for Panning

Hello! I can easily redefine keys for TChart zooming with the help of TChart.Zoom.MouseButton and TChart.Zoom.KeyShift properties. But it is impossible for panning because TChart has only TChart.Panning.MouseButton but hasn't TChart.Panning.KeyShift property. For example I can't define Alt+Left mous...
by alex
Mon May 15, 2006 7:22 am
Forum: .NET
Topic: Invisible TChart export bug
Replies: 2
Views: 3990

Narcís!

Now all is OK. Thank you!

Alex
by alex
Thu May 11, 2006 11:12 am
Forum: .NET
Topic: Invisible TChart export bug
Replies: 2
Views: 3990

Invisible TChart export bug

Hello! If I open a form with invisible TChart (for example TChart is on the second page of TabControl but first page is active) and try to export TChart (Chart.Export.Image.Metafile.Save("TeeChartMetaFile.emf") or Chart.Export.Image.Bitmap.Save("TeeChartBitmap.bmp")) pictures have wrong size, moreov...
by alex
Wed May 03, 2006 7:52 am
Forum: .NET
Topic: Next release?
Replies: 7
Views: 8864

Hi Narcís!

What about new release/update for version 2.0? When is it expected now?

Thanks, Alex
by alex
Wed Apr 26, 2006 7:23 am
Forum: .NET
Topic: Localizable bug
Replies: 11
Views: 12775

Dear Chris!

Thank you very much!

I need only text properties that can be visible by user. I think you know better all these properties.

Best regards,
Alex
by alex
Tue Apr 25, 2006 9:17 am
Forum: .NET
Topic: Localizable bug
Replies: 11
Views: 12775

Dear Narcís!

You want to make new TeeChart version this week. But what about this bug? It is very serious but very simple to fix: only add "[Localizable(true)]" strings to few TChart properties.

Thanks, Alex
by alex
Mon Apr 24, 2006 2:02 pm
Forum: .NET
Topic: Localizable bug
Replies: 11
Views: 12775

Dear Narcís! The assembly TeeChart.Languages.dll contains translations of TeeChart forms and string constants to several languages. But I want to translate my own program into another language. In other words I want to have two languages in my program and switch between them during runtime. Please t...
by alex
Mon Apr 24, 2006 12:36 pm
Forum: .NET
Topic: Localizable bug
Replies: 11
Views: 12775

Encoding is not a problem. Problem is: some TChart properties that can be translated haven't Localizable attribute (typed as "[Localizable(true)]"). I think solution is very simple: you must add Localizable attribute for all properties with text and recompile TeeChart project. That's all. After it i...
by alex
Mon Apr 24, 2006 6:04 am
Forum: .NET
Topic: Localizable bug
Replies: 11
Views: 12775

Localizable bug

It is impossible to add new language to application with TChart. I set Localizable property of the form with TChart to true, but nothing from TChart strings is in the resource file. It is because of such properties as Series.Title, Axes.Left.Title.Caption, Header.Lines and so on haven't LocalizableA...