Search found 11 matches
- Wed Jul 02, 2014 11:35 am
- Forum: FMX
- Topic: Scrolling/Panning in iOS
- Replies: 6
- Views: 20923
Re: Scrolling/Panning in iOS
Thanks a lot!
- Tue Jul 01, 2014 8:57 pm
- Forum: FMX
- Topic: Trying to implement panning/scroling
- Replies: 4
- Views: 14000
Re: Trying to implement panning/scroling
This is a solution I implemented which works:
http://www.teechart.net/support/viewtop ... 661#p66661
http://www.teechart.net/support/viewtop ... 661#p66661
- Tue Jul 01, 2014 8:56 pm
- Forum: FMX
- Topic: Scrolling/Panning in iOS
- Replies: 6
- Views: 20923
Re: Scrolling/Panning in iOS
A way I succeeded in doing so, was implementing the onScroll event with this: if (fChart.BottomAxis.Minimum < 0) then begin fChart.BottomAxis.Minimum := 0; fChart.BottomAxis.Maximum := fChart.BottomAxis.Minimum + 50; end; if (fChart.BottomAxis.Maximum > 70) then begin fChart.BottomAxis.Minimum := 20...
- Tue Jul 01, 2014 5:58 pm
- Forum: FMX
- Topic: Trying to implement panning/scroling
- Replies: 4
- Views: 14000
Re: Trying to implement panning/scroling
Yes, thanks this works - one more question though also asked in the other thread:
How do I block panning/scrolling to work inside some arbitrary bounds only?
Cheers,
CJ
How do I block panning/scrolling to work inside some arbitrary bounds only?
Cheers,
CJ
- Tue Jul 01, 2014 5:56 pm
- Forum: FMX
- Topic: Scrolling/Panning in iOS
- Replies: 6
- Views: 20923
Re: Scrolling/Panning in iOS
Thanks!
This is the solution!
One more question though - what's the recommended way to pan/scroll only inside some arbitrary bounds?
Regards,
Christian
This is the solution!
One more question though - what's the recommended way to pan/scroll only inside some arbitrary bounds?
Regards,
Christian
- Mon Jun 30, 2014 3:33 pm
- Forum: FMX
- Topic: Series marks visible beyond axis
- Replies: 2
- Views: 10606
Re: Series marks visible beyond axis
Yes!
This did the trick!
Thanks a lot!
CJ
This did the trick!
Thanks a lot!
CJ
- Sun Jun 29, 2014 5:26 pm
- Forum: FMX
- Topic: Series marks visible beyond axis
- Replies: 2
- Views: 10606
Series marks visible beyond axis
Hi all,
I just noticed that in the latest TeeCharts, the TGanttSeries marks remain visible beyond an axis - can this be changed somehow?
(see attachment).
Thanks,
Cheers
I just noticed that in the latest TeeCharts, the TGanttSeries marks remain visible beyond an axis - can this be changed somehow?
(see attachment).
Thanks,
Cheers
- Sun Jun 29, 2014 5:15 pm
- Forum: FMX
- Topic: Trying to implement panning/scroling
- Replies: 4
- Views: 14000
Trying to implement panning/scroling
Hi all. As I want more control about panning, and as the default panning provided doesn't work well, I tried to implement panning myself using gestures in FireMonkey. Here is what I got so far for the X axis only: procedure TMultiEPGFrame.FrameGesture(Sender: TObject; const EventInfo: TGestureEventI...
- Fri Jun 27, 2014 8:20 pm
- Forum: FMX
- Topic: Scrolling/Panning in iOS
- Replies: 6
- Views: 20923
Re: Scrolling/Panning in iOS
For completeness - here is the entire test file with my first steps (only mockup code):
https://github.com/darktab/simpleEPG/bl ... GFrame.pas
Thanks,
CJ
https://github.com/darktab/simpleEPG/bl ... GFrame.pas
Thanks,
CJ
- Fri Jun 27, 2014 8:14 pm
- Forum: FMX
- Topic: Scrolling/Panning in iOS
- Replies: 6
- Views: 20923
Scrolling/Panning in iOS
Hi all, I am just doing my first tests with TeeChart in Appmethod 1.14 on the iOS platform. I have the TeeChart source code in my project group and everything compiles just fine. My idea is to use TGanttSeries to represent an electronic program guide (tv guide) visually - my first tests are quite co...
- Thu Mar 27, 2014 12:56 pm
- Forum: FMX
- Topic: Embarcadero Appmethod
- Replies: 1
- Views: 8568
Embarcadero Appmethod
Hi all, Any comments on how and when Appmethod will be supported? Currently the 2014 TeeChart versions do not work and I was not able to compile them manually for FireMonkey myself directly from the IDE ... The provided source code project files cannot be correctly opened. I mainly use Appmethod for...