Richard M7256

Member since: Tuesday, 14 July 2015
Last login: 8 years ago
Profile viewed: 586 views

Your Rank: 88
Points: 6

Richard M7256 created a new topic ' AppAnalytics & tracking a subset of forms in"Flow"' in the forum. 8 years ago

How can you track a subset of forms, rather than all of them, in a Windows VCL application, please? I need to be able to analyse the flow from one form to another - so using the TrackEvent() method can't be used (at least, from my testing, the events don't appear in the Flow section of the dashboard - which makes sense).

If I set Options.aoTrackFormActivate to True, then every form will be tracked.

The help file shows the method, TAppAnalytics.TrackWindowActivated, which looks like it would be exactly what I could use - but I can't seem to call it (it doesn't appear to be a valid method of this class). I usually open up the VCL source code and look at the method - but for some reason I can't find it (I'm using XE8).

Any help would be much appreciated, please.


Thanks,
Richard.

Read More...

I'd just like to add that I need to be able to analyse the flow from one form to another - so using the TrackEvent() method can't be used (at least, from my testing, the events don't appear in the Flow section of the dashboard - which makes sense).

How can you track a subset of forms, rather than all of them, in a Windows VCL application, please?If I set Options.aoTrackFormActivate to True, then every form will be tracked.The help file shows the method, TAppAnalytics.TrackWindowActivated, which