Visio Guy

Visio Discussions => Shapes & Templates => Topic started by: visio_sim on January 13, 2016, 10:57:23 PM

Title: Shape Double-Tap not working as double click in touch screen pcs
Post by: visio_sim on January 13, 2016, 10:57:23 PM
Hello,

I wonder if anyone could help me with this issue. I can't get the double tap to work as the double click in a touch screen PC.
I have an application that opens a window when you double click on a Visio shape.  In my application ,a Visio drawing control is embedded in a VB control.

The shape is configured using the following line.
shp.Cells("EventDblClick").FormulaU = "=RUNADDONWARGS(" & """QueueMarkerEvent""" & "," & """ /Action= MyIsDoubleClicked""" & ")"

This configuration triggers the event Private Sub myVisApp_MarkerEvent(ByVal app As Visio.IVApplication, ByVal SequenceNum As Long, ByVal contextString As String) with the contextString = "Action= MyIsDoubleClicked" and gives me enough information to open the right form.

Let me know if you need more information,

Thanks!

visio_sim
Title: Re: Shape Double-Tap not working as double click in touch screen pcs
Post by: JuneTheSecond on January 14, 2016, 05:23:53 PM
Which issue, w-tap or macro?
When w-tap simple rectangle, Visio enter into text edit mode?