Search found 3270 matches

by Pep
Fri Feb 03, 2023 9:29 am
Forum: ActiveX
Topic: TeeChart2021-LoadFromURL with https is not returning proper response
Replies: 7
Views: 16613

Re: TeeChart2021-LoadFromURL with https is not returning proper response

Hello Srikanth, just let you know that we've just published a new TeeChart ActiveX version v2023.0.2.4 This version includes a fix for the cab file, and about the LoadFromURL problem, we checked but we're not doing anything special for 64bits file, it uses same code. Please, recheck that this is wor...
by Pep
Thu Feb 02, 2023 8:45 pm
Forum: ActiveX
Topic: TeeChart2023(TeeChart2023_0_1_16_ActiveX3264) 64bit contents doesn't have proper dependencies
Replies: 2
Views: 12860

Re: TeeChart2023(TeeChart2023_0_1_16_ActiveX3264) 64bit contents doesn't have proper dependencies

Hi Srikanth,
yes, you're correct.
I've been fixed this problem. Now, just looking at the other problem in order to reproduce it on 64bits and then we'll publish a new maintenance asap.

Thanks
by Pep
Thu Feb 02, 2023 6:22 am
Forum: ActiveX
Topic: TeeChart2021-LoadFromURL with https is not returning proper response
Replies: 7
Views: 16613

Re: TeeChart2021-LoadFromURL with https is not returning proper response

Hello Srikanth.
it's very strange, we're not doing something special for 64bit version. But, let me check carefully and back to you.
Thanks.
by Pep
Fri Dec 30, 2022 7:06 am
Forum: FMX
Topic: OnClickSeries is not triggered for 3D charts
Replies: 21
Views: 30329

Re: OnClickSeries is not triggered for 3D charts

Hello Patricio,

for C++ should be :

Code: Select all

DBChart_FlujoCajaFlujoCaja->setCancelMouse(true);
Does it work for you?
by Pep
Wed Dec 28, 2022 11:43 am
Forum: FMX
Topic: OnClickSeries is not triggered for 3D charts
Replies: 21
Views: 30329

Re: OnClickSeries is not triggered for 3D charts

Hello Patricio, I've checked and all seems to work fine here. Please, review that the "hover" is not activated because it can affiect it. You can also add this code to check. procedure TForm2.FormCreate(Sender: TObject); begin Series1.FillSampleValues(); Series2.FillSampleValues(); chart1.Hover.Visi...
by Pep
Tue Dec 27, 2022 3:17 pm
Forum: FMX
Topic: OnClickSeries is not triggered for 3D charts
Replies: 21
Views: 30329

Re: OnClickSeries is not triggered for 3D charts

Hello Patricio,
could you upload to any host or place where I can download throught it ?
by Pep
Tue Dec 27, 2022 7:36 am
Forum: FMX
Topic: OnClickSeries is not triggered for 3D charts
Replies: 21
Views: 30329

Re: OnClickSeries is not triggered for 3D charts

Hello Patricio,

have you removed all the compiled files before to zip the project to send? This might help to reduce the size.

Best regards
by Pep
Tue Dec 27, 2022 7:29 am
Forum: VCL
Topic: Show/Hide Series checkboxes too big
Replies: 16
Views: 12517

Re: Show/Hide Series checkboxes too big

Hello Kai,
the person who took care about this item is on vacation time until 9th Jan, and I'm not sure if you a specific code is needed in order to fix it.
Please, let me advise him so he can send it to you as soon as he back.

Best regards
by Pep
Mon Oct 10, 2022 10:19 am
Forum: .NET
Topic: Unable to display ColorBand
Replies: 5
Views: 3726

Re: Unable to display ColorBand

Helo, you were correct. We've been able to reproduce the problem here. We've already added a fix for this problem and just have published a new nuget package version 4.2022.10.10. Could you please update your TeeChart NET for Xamarin.Forms version and check if the problem has been fixed for you? Tha...
by Pep
Thu Oct 06, 2022 4:14 pm
Forum: .NET
Topic: Unable to display ColorBand
Replies: 5
Views: 3726

Re: Unable to display ColorBand

Hello,
I'm just checking what could be the cause of this problem. Will back to you with a solution asap.
Thanks
by Pep
Tue Jul 19, 2022 9:44 am
Forum: .NET
Topic: Need support to move license
Replies: 1
Views: 3035

Re: Need support to move license

Hi Devendra, ok, in order to reactivate, you just have to download (in the case you don't have) the license file and do the activation again by using the tool we sent. In any case, I've just sent information to Steema sales department so they can contact with you and resend again the required licens...
by Pep
Tue Jul 19, 2022 9:34 am
Forum: .NET
Topic: Read Zoomed Values
Replies: 2
Views: 3498

Re: Read Zoomed Values

Hello, using the following code works fine. Could you please check? Steema.TeeChart.TChart _chart = new Steema.TeeChart.TChart(); private void Form1_Load(object sender, EventArgs e) { Controls.Add(_chart); var line = new Steema.TeeChart.Styles.Line(_chart.Chart); line.XValues.DateTime = true; line.F...
by Pep
Mon May 02, 2022 9:48 am
Forum: .NET
Topic: Xamarin.Forms Droid => licensing problem
Replies: 4
Views: 4257

Re: Xamarin.Forms Droid => licensing problem

Hello,

ok. I've just tried with a license file and a new project that uses the 4.2022.2.28 version and it works fine here.
Could you please send me the license file that you're using directly to my email pep@steema.com so I can check the problem here?

Thanks.
by Pep
Thu Mar 17, 2022 1:18 pm
Forum: ActiveX
Topic: IDE & TeeChart Gallery
Replies: 1
Views: 16070

Re: IDE & TeeChart Gallery

Hello, it's possible in the case you continue using NET Framework. If you're using or porting your applications to NET50 or NET60, then you wont be able to use designer for ActiveX controls, at least for now. Microsoft decided to not introduce the designer for AcrtiveX controls for NET50 and NET60. ...
by Pep
Fri May 28, 2021 5:05 am
Forum: .NET
Topic: Left margin AreaLineChart
Replies: 10
Views: 14915

Re: Left margin AreaLineChart

Hello,
yes, you're correct, I'm able to reproduce the problem here.
For the moment still not found what's the cause of this. We will review more carefully in order to find a solution.
In meantime, would be an option to you to set invisible via code instead of doing it via binding ?

Thanks