Search found 11 matches

by cjacoby78
Wed Jul 02, 2014 11:35 am
Forum: FMX
Topic: Scrolling/Panning in iOS
Replies: 6
Views: 18376

Re: Scrolling/Panning in iOS

Thanks a lot!
by cjacoby78
Tue Jul 01, 2014 8:57 pm
Forum: FMX
Topic: Trying to implement panning/scroling
Replies: 4
Views: 12341

Re: Trying to implement panning/scroling

This is a solution I implemented which works:
http://www.teechart.net/support/viewtop ... 661#p66661
by cjacoby78
Tue Jul 01, 2014 8:56 pm
Forum: FMX
Topic: Scrolling/Panning in iOS
Replies: 6
Views: 18376

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...
by cjacoby78
Tue Jul 01, 2014 5:58 pm
Forum: FMX
Topic: Trying to implement panning/scroling
Replies: 4
Views: 12341

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
by cjacoby78
Tue Jul 01, 2014 5:56 pm
Forum: FMX
Topic: Scrolling/Panning in iOS
Replies: 6
Views: 18376

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
by cjacoby78
Mon Jun 30, 2014 3:33 pm
Forum: FMX
Topic: Series marks visible beyond axis
Replies: 2
Views: 9318

Re: Series marks visible beyond axis

Yes!

This did the trick!

Thanks a lot!
CJ
by cjacoby78
Sun Jun 29, 2014 5:26 pm
Forum: FMX
Topic: Series marks visible beyond axis
Replies: 2
Views: 9318

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
by cjacoby78
Sun Jun 29, 2014 5:15 pm
Forum: FMX
Topic: Trying to implement panning/scroling
Replies: 4
Views: 12341

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...
by cjacoby78
Fri Jun 27, 2014 8:20 pm
Forum: FMX
Topic: Scrolling/Panning in iOS
Replies: 6
Views: 18376

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
by cjacoby78
Fri Jun 27, 2014 8:14 pm
Forum: FMX
Topic: Scrolling/Panning in iOS
Replies: 6
Views: 18376

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...
by cjacoby78
Thu Mar 27, 2014 12:56 pm
Forum: FMX
Topic: Embarcadero Appmethod
Replies: 1
Views: 7571

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...