Search found 18 matches

by rlebbar
Mon Jul 23, 2012 5:05 pm
Forum: FMX
Topic: iOS compilation error
Replies: 7
Views: 18296

Re: iOS compilation error

Hi Sandra I just updated delphi xe2 (4) to (4H1) and Installed for the first time the latest version of TeeChart Pro. Project that used to work do not work any more with the same error as above. Please how can i get this installer where the problem is fixed ? it is urgent ! Thanks. Best regards rleb...
by rlebbar
Fri Mar 23, 2012 9:42 am
Forum: FMX
Topic: TeeChart Speed on IOS
Replies: 15
Views: 39539

Re: TeeChart Speed on IOS

Hi Yeray Thanks for your help, I have finally a decent loading time ! By using a Private variable fIsAlreadyDrawn in the Form, one can do : procedure TFChart.TestChartAfterDraw(Sender: TObject); begin fIsAlreadyDrawn := True; end; procedure TFChart.TestChartBeforeDrawChart(Sender: TObject); begin if...
by rlebbar
Mon Mar 19, 2012 5:49 pm
Forum: FMX
Topic: TeeChart Speed on IOS
Replies: 15
Views: 39539

Re: TeeChart Speed on IOS

Hi Yeray The OnChartClick seems to be more stable than the SpeedButtonClick. But as you may notice when you click on the chart the very first time it gets redrawn once more (only the first click). With the SpeedButtonClick it is worst since the Chart is redrawn more than 5 Times at each click. Could...
by rlebbar
Sun Mar 18, 2012 11:51 pm
Forum: FMX
Topic: TeeChart Speed on IOS
Replies: 15
Views: 39539

Re: TeeChart Speed on IOS

Hi yeray

Sorry for the delay, i was out of town.
Please find a sample that will show you exactly what is happening
In my case then variable "NbreOfTimesTheChartIsDrawn" increments by 5 or 6 at each hit !

Thanks
r.lebbar
by rlebbar
Wed Mar 14, 2012 3:59 pm
Forum: FMX
Topic: TeeChart Speed on IOS
Replies: 15
Views: 39539

Re: TeeChart Speed on IOS

Hi Narcis,

I have uploaded the exe file as indicated.
Please in the mean time what about the ios device, since i am more interested in the ios than the windows projects

Thanks
by rlebbar
Wed Mar 14, 2012 3:48 pm
Forum: FMX
Topic: TeeChart Speed on IOS
Replies: 15
Views: 39539

Re: TeeChart Speed on IOS

Hi Yearay

The Exe Project was not allowed to be uploaded.

Thanks
by rlebbar
Wed Mar 14, 2012 3:41 pm
Forum: FMX
Topic: TeeChart Speed on IOS
Replies: 15
Views: 39539

Re: TeeChart Speed on IOS

Hi Yeray

I have not noticed a rectangle in the back that stays active
Please find the exe i have generated with your code

Thanks
by rlebbar
Wed Mar 14, 2012 3:17 pm
Forum: FMX
Topic: TeeChart Speed on IOS
Replies: 15
Views: 39539

Re: TeeChart Speed on IOS

Hi Yeray

Sorry Yeray, This is JUST MOVING THE MOUSE over the chart : No Click, No left Button, No Right Button !

Thanks
by rlebbar
Wed Mar 14, 2012 2:18 pm
Forum: FMX
Topic: TeeChart Speed on IOS
Replies: 15
Views: 39539

Re: TeeChart Speed on IOS

Hi Yeray

Please look at this image !

Thanks
by rlebbar
Wed Mar 14, 2012 11:04 am
Forum: FMX
Topic: TeeChart Speed on IOS
Replies: 15
Views: 39539

TeeChart Speed on IOS

Hi Narcis, I need your help again. I have read and applied the "Real-time Charting article" and it did not solve the speed problem. In fact i compared the loading time : "No optimization VS Optimization" the difference in my case is around 10 ms. Then i noticed that the problem is not at all in load...
by rlebbar
Tue Mar 13, 2012 2:43 pm
Forum: FMX
Topic: Mac Ios compilation
Replies: 15
Views: 38801

Re: Mac Ios compilation

Hi Narcis, Finally i have a simple workaround, and it works ! I started with your XCode and FMI 2012. It did not compile for me and generated a different error from what i had. Then i compiled it in Delphi XE2 U3 generated the XCode and got the same error as before (Internal error 200602041) Then i ...
by rlebbar
Mon Mar 12, 2012 7:44 pm
Forum: FMX
Topic: Mac Ios compilation
Replies: 15
Views: 38801

Re: Mac Ios compilation

Hi Narcis,

I downloaded ios_demo.zip
I will test it and i will get back to you in a moment.

Thanks
by rlebbar
Mon Mar 12, 2012 7:16 pm
Forum: FMX
Topic: Mac Ios compilation
Replies: 15
Views: 38801

Re: Mac Ios compilation

Hi Narcis,

Sorry but i did not receive it.
Yes you may send it to rlebbar@gmail.com

Thank you
by rlebbar
Mon Mar 12, 2012 5:32 pm
Forum: FMX
Topic: Mac Ios compilation
Replies: 15
Views: 38801

Re: Mac Ios compilation

Hi Narcis,

Sorry to insist, but i did not receive the project example yet.

Thanks
r.lebbar
by rlebbar
Mon Mar 12, 2012 3:04 pm
Forum: FMX
Topic: Mac Ios compilation
Replies: 15
Views: 38801

Re: Mac Ios compilation

Hi Nircis, I just downloaded your FMI folder and updated mine "/Developer/Embarcadero/fmi" Then i started a new ios project with zero line of code, just a Tchart component and generated the xcode project successfully. Once in the Mac I tried to build the project using your fmi files. This is what i ...