03-31-2016 12:04 AM - edited 03-31-2016 12:06 AM
i created the application which should be run on windows tab.. i want to pinch to zoom option in the application.. because it contains lot of images and datas.. just help me out..
Thanks in advance
Ragunath
03-31-2016 03:29 AM
If you want to use the multitouch capabilities of a tablet, you'll need to call into the Windows API for Multitouch.
Someone has created a toolkit, available here: http://sine.ni.com/nips/cds/view/p/lang/en/nid/212474
03-31-2016 01:09 PM
When making a touch application it is important to limit the amount of information you put on the screen, especially compared to a desktop application. You want big buttons that are easy to press, and probably not a lot of little datas that need zooming into. If you need one main graph to resize with the application, you can use a splitter bar to separate the graph. Then set it to "scale with pane" and the graph will adjust when the window size changes.