Search found 9 matches

by CUS
Fri Jun 08, 2012 5:40 pm
Forum: FMX
Topic: firemonkey form can't show controls.
Replies: 43
Views: 86848

Re: firemonkey form can't show controls.

I did the following 1) Uninstalled TeeChart 2012 and 2011 2) Uninstalled XE2 3) Installed XE2 4) Installed TMS 5) Installed TeeChart 6) Recompiled TeeChart only for XE2, and checking off TeeTree and Report Seems to work (I can open the Style Editor w/o an AV). Now to see if the Charts compile in xCo...
by CUS
Wed Nov 02, 2011 6:45 pm
Forum: FMX
Topic: Problems with TBubbleSeries
Replies: 16
Views: 35427

Re: Problems with TBubbleSeries

FMXTee_Canvas.pas(8976,5) Note: Local variable "Center" is assigned but never used FMXTee_Canvas.pas(8977,5) Note: Local variable "Radius" is assigned but never used FMXTee_Canvas.pas(10798,7) Note: Local variable "P0" is assigned but never used FMXTee_Canvas.pas(2638,16) Hint: Local type "PPoints" ...
by CUS
Mon Oct 31, 2011 2:36 pm
Forum: FMX
Topic: Problems with TBubbleSeries
Replies: 16
Views: 35427

Re: Problems with TBubbleSeries

It compiled in XE2, but not in xCode.
by CUS
Thu Oct 27, 2011 9:54 pm
Forum: FMX
Topic: Problems with TBubbleSeries
Replies: 16
Views: 35427

Re: Problems with TBubbleSeries

Try this.

** Project removed by Yeray. There were some TeeChart units included in it.
by CUS
Wed Oct 19, 2011 4:44 pm
Forum: FMX
Topic: Problems with TBubbleSeries
Replies: 16
Views: 35427

Re: Problems with TBubbleSeries

OK, I got it starting to compile in xCode.I had to change some ReadStr calls to ReadString in Canvas.

I am now getting this error:

FMXTee_Canvas.pas(16029,1) Fatal: Internal error 200602041
Fatal: Compilation aborted
by CUS
Tue Oct 18, 2011 9:19 pm
Forum: FMX
Topic: Problems with TBubbleSeries
Replies: 16
Views: 35427

Re: Problems with TBubbleSeries

Oh yeah. How to compile under xCode. I got a 'Could not find unit FMX_Tee_Engine" error
by CUS
Tue Oct 18, 2011 4:29 pm
Forum: FMX
Topic: Problems with TBubbleSeries
Replies: 16
Views: 35427

Re: Problems with TBubbleSeries

On the Upload Page as ToSteema.zip
by CUS
Mon Oct 17, 2011 8:23 pm
Forum: FMX
Topic: Problems with TBubbleSeries
Replies: 16
Views: 35427

Re: Problems with TBubbleSeries

It would be helpful if you could arrange a simple example project we can run as-is to reproduce the problem here too.
To where shall I send this?
by CUS
Wed Oct 12, 2011 2:41 pm
Forum: FMX
Topic: Problems with TBubbleSeries
Replies: 16
Views: 35427

Problems with TBubbleSeries

I have (finally) gotten the pre-release of TeeChart installed, and I am having some problems with the Bubble Series. 1) I cannot get the Data in the series cleared. Is there a way to do that? 2) I will need a label along the Left Axis rotated so that it read down-to-up. Is there a way to do that? 3)...