Search found 8 matches

by jens.mertelmeyer
Mon Oct 24, 2016 9:20 am
Forum: FMX
Topic: Cannot compile for iOS
Replies: 13
Views: 28222

Re: Cannot compile for iOS

Cool, that's good to hear. Many thanks.
by jens.mertelmeyer
Thu Oct 13, 2016 10:46 am
Forum: FMX
Topic: Cannot compile for iOS
Replies: 13
Views: 28222

Re: Cannot compile for iOS

First of all, thank you very much for your quick reply. I have copied some "PrivateFrameworks" folder from the "SDKs\iOS Simulator" folder to the "SDKs\iOS 10.0" folder and it seems to be working fine on iOS 32 Bit now. I even got past a sample project and now have my "real" application with TeeChar...
by jens.mertelmeyer
Thu Oct 13, 2016 9:10 am
Forum: FMX
Topic: Cannot compile for iOS
Replies: 13
Views: 28222

Cannot compile for iOS

Hi there. I have "RAD Studio 10.1 Berlin with Update 1" installed. And, of course, "TeeChart 2016.18.160504 Pro" for VCL/FMX. I cannot deploy to iOS. I guess this is because "Update 1" for RAD Studio came out after TeeChart has been updated for the last time: Windows 32 WORKS Windows 64 WORKS Mac OS...
by jens.mertelmeyer
Thu Sep 15, 2016 9:22 am
Forum: FMX
Topic: Weird bug with TRegionTool.DrawBehindSeries
Replies: 2
Views: 9606

Re: Weird bug with TRegionTool.DrawBehindSeries

Many thanks.
by jens.mertelmeyer
Wed Sep 14, 2016 9:59 am
Forum: FMX
Topic: Weird bug with TRegionTool.DrawBehindSeries
Replies: 1
Views: 7561

Weird bug with TRegionTool.DrawBehindSeries

IDE: RAD Studio 10.1 Berlin (24.0.22858.6822) TeeChart: 2016.18.160504 32Bit FMX This took me quite a while to figure out: When the TRegionTool of a TeeChart becomes active and has "DrawBehindSeries = True", then other parts of my form randomly become missing. They're not drawn at all. When they ch...
by jens.mertelmeyer
Wed Sep 14, 2016 9:58 am
Forum: FMX
Topic: Weird bug with TRegionTool.DrawBehindSeries
Replies: 2
Views: 9606

Weird bug with TRegionTool.DrawBehindSeries

IDE: RAD Studio 10.1 Berlin (24.0.22858.6822) TeeChart: 2016.18.160504 32Bit FMX This took me quite a while to figure out: When the TRegionTool of a TeeChart becomes active and has "DrawBehindSeries = True", then other parts of my form randomly become missing. They're not drawn at all. When they ch...
by jens.mertelmeyer
Wed Feb 17, 2016 6:16 pm
Forum: VCL
Topic: Generally disable the new "hover" effect of 2014.12
Replies: 18
Views: 38094

Re: Generally disable the new "hover" effect of 2014.12

It works fine for me with 2014.12 in CPP Builder. The TChart has a member called "Hover".
by jens.mertelmeyer
Fri Feb 12, 2016 7:51 pm
Forum: VCL
Topic: IsoSurface Performance
Replies: 1
Views: 5138

IsoSurface Performance

Hi there. It's been a long time since I made something 3D with TeeChart, so this might be a pretty stupid question. I create a TSurfaceSeries, drop a TTeeOpenGL on the form, disable lights, set everything to wireframe and give it a go. After running "Series1.FillSampleValues(100);", the TRepaintMoni...