Search found 20 matches

by relayman
Tue Sep 03, 2019 1:43 am
Forum: FMX
Topic: Access violations C++ Builder Rio and Android
Replies: 8
Views: 25934

Re: Access violations C++ Builder Rio and Android

Hi Yeray, I've spent the day on a memory leak error (the minor Android issues i'll get back to). I can create one or more TeeChart's on a TScrollBox in my FMX app (i have a nice template chart that i just clone and add series to). It works fine - except, if i start scrolling up/down or left/right to...
by relayman
Sun Sep 01, 2019 7:02 pm
Forum: FMX
Topic: Access violations C++ Builder Rio and Android
Replies: 8
Views: 25934

Re: Access violations C++ Builder Rio and Android

Hi Marc, Sorry, just now saw your reply. No, the simple code above caused the access violation. In fact, I've had quite a few problems - including one now that i can't figure how to stop. After i've created several charts - the app will spontaneously crash. I'm putting the charts in a TScrollBox so ...
by relayman
Fri Aug 09, 2019 2:00 am
Forum: FMX
Topic: FMXTee.Engine.pas
Replies: 1
Views: 12631

FMXTee.Engine.pas

Hi, This bug report ( http://bugs.teechart.net/show_bug.cgi?id=2038#c1 ) says, "Adding the unit FMXTee.Engine.pas to the project makes the IDE to recompile it and the problem disappears". How do i do this in C++ Builder? That is, how do i add the FMXTee.Engine.pas to my C++ project to make it recomp...
by relayman
Wed Aug 07, 2019 12:21 am
Forum: FMX
Topic: Access violations C++ Builder Rio and Android
Replies: 8
Views: 25934

Access violations C++ Builder Rio and Android

Hi, I have a resize function that adjusts chart height/width and position on form, it works fine. Today i tried to add ability to toggle bottom axis labels on/off. ChartName->BottomAxis->Labels = true; (or = false) causes an access violation on Android. Works fine on iOS. Is this a known bug? The on...
by relayman
Wed Jun 26, 2019 3:09 pm
Forum: FMX
Topic: CloneChart in C++
Replies: 1
Views: 11823

CloneChart in C++

Hi, Using C++ how can i clone a chart (not the series data, just the chart)? I don't know object pascal so i can't translate to C++. Also, i'd like to clone charts so i can access them something like this Chart[1], Chart[2] for convenience (like an array). thank you, russ p.s. I'm using Rad Studio 1...