03-25-2015 12:57 AM
Hello Sir,
im using cvi 5.5 ver.
i attached one image in that i using UP command button.....im confused which EVENT i should use for continues preSs from finger in touch screen...
if my finger is in UP command button in touch screen...i will supply continues voltage....if i removed my finger from UP command button im not supplying voltage....
i think in CVI dont have EVENT for contiunes press...
			
    
	
		
		
		03-25-2015
	
		
		03:02 AM
	
	
	
	
	
	
	
	
	
	
	
	
	
	
 - last edited on 
    
	
		
		
		06-10-2025
	
		
		10:28 AM
	
	
	
	
	
	
	
	
	
	
	
	
	
	
 by 
				
		
		
			Content Cleaner
		
		
		
		
		
		
		
		
	
			
		
Yould try using EVENT_LEFT_CLICK and EVENT_LEFT_CLICK_UP, but I'm not usre the second is already available in cvi5.5. If it's not, then you should look in the help for EnableExtendedMouseEvents function and its usage; try looking also at this example that makes use of that command.
04-03-2015 04:16 AM
is it supporing for cvi 5.5 version?
am unbale compile while using EnableExtendedMouseEvents calling function.
04-03-2015 04:37 AM
Documentation says it's been introduced in CVI4.
Did you receive compilation/linking errors?
04-03-2015 05:21 AM
yes
04-03-2015 07:21 AM
sudhirvasudevacahrya ha scritto:
yes
Argh! ![]()
...would you mind telling us which ones?
04-05-2015 10:08 PM
what to do?![]()
04-05-2015 11:15 PM
Plese check i attached one snap shot....
04-06-2015 12:49 AM
This command is part of the Programmer'S Toolbox, you need to add that instrument to your project, in the Instrument menu.
04-06-2015 11:10 PM
i dint get any idea how to add instrument driver,i tried many things