LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Pinch to zoom

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

0 Kudos
Message 1 of 3
(3,182 Views)

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


LabVIEW Champion, CLA, CLED, CTD
(blog)
0 Kudos
Message 2 of 3
(3,145 Views)

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.

0 Kudos
Message 3 of 3
(3,105 Views)