Search found 5 matches

by BugTrapper
Sun Mar 20, 2016 6:46 pm
Forum: FMX
Topic: Pan with GestureManager on a second form doesn't work
Replies: 4
Views: 12137

Re: Pan with GestureManager on a second form doesn't work

Now, when I wrote the sample code, panning with gesture (set a breakpoint in handlePan and debug the app) in a second form suddenly works without any problems ?? What the hell is the difference to my main project ?? I must look inside my Chart settings of my project, that I am working on, in the nex...
by BugTrapper
Wed Mar 16, 2016 5:03 pm
Forum: FMX
Topic: Pan with GestureManager on a second form doesn't work
Replies: 4
Views: 12137

Re: Pan with GestureManager on a second form doesn't work

Ok, I will write a small test app for Android with Firemonkey earliest at the next weekend. I hope, that the the same problem occurs once again :lol:

Bye
by BugTrapper
Sat Mar 12, 2016 10:59 am
Forum: FMX
Topic: How to set custom label items texts ??
Replies: 3
Views: 9230

Re: How to set custom label items texts ??

Yes, in event OnGetAxisLabel() I can change my axis labels without any problems :o)

You are right :o)

Can you help me also with the panning issue, it is a RAD Studio problem, or a TeeChart problem ?
I want to write my own Pan handler with Gestures.

Thank you very much.
by BugTrapper
Thu Mar 10, 2016 5:43 pm
Forum: FMX
Topic: How to set custom label items texts ??
Replies: 3
Views: 9230

How to set custom label items texts ??

For testing purposes I wanted to change the label texts of TChart bottom axis to custom ones, so I wrote this code, but that didn't change the bottom labels in any way ?? What could be wrong here ?? procedure TFormVertikale.Chart1BeforeDrawAxes(Sender: TObject); var chart: TChart; AxisItem: TAxisIte...
by BugTrapper
Thu Mar 10, 2016 5:40 pm
Forum: FMX
Topic: Pan with GestureManager on a second form doesn't work
Replies: 4
Views: 12137

Pan with GestureManager on a second form doesn't work

I use a MainForm, and a second form with a TChart and a Gesturemanager on it. If I call from MainForm the second form with SecondForm.Show; then the GestureManager never sends a Pan-Gesture. If you have only 1 MainForm and put a TChart and a GestureManager on it, Panning works. In my FormCreate-Meth...