"We offer new support options and therefor the forums are now in read-only mode! Please check out our Support Center for more information." - Vuforia Engine Team

Creating Virtual Button on Runtime

Hello Everyone,

I would like to create some Virtual Buttons on my ImageTarget at Runtime.

From what I've gathered through extensive Google Searches, Forum Crawling and Documentation Lookups, one has to disable the DataSet, then call the public Method CreateVirtualButton() of the ImageTargetEventHandler, and finally reenable the DataSet.

But unfortunately I cannot find the correct way of disabling the DataSet. How do I find it, and how do I disable it?

Thanks in Advance