No such thing as a simple question.
However, try this:
1. Write a macro to do some simple task, like set the shape's line
colour
2. set the shape's double-click behaviour to perform this macro.
My idea is to combine mouse events, mouseup, mousedown and mouse move.
If user double clicks, Visio may notice down-up-down-up in an instance never
moves.
My idea is to combine mouse events, mouseup, mousedown and mouse move.
If user double clicks, Visio may notice down-up-down-up in an instance never
moves.
Yes but... if a user make: "click wait 10 seconde without move and
reclick..."
for fix this i must install a timer etc... to much complicated juste
for a dbclick intercept...
I install a EVENTMARKER with AddAdvise methode, and in the
EventDblClick of the shape i set
=RUNADDONWARGS("QueueMarkerEvent","/test/cmd=1")
and next in interecept this event and i scan the argument...
Ask a Question
Want to reply to this thread or ask your own question?
You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.