S
Stumple
I am trying to control visio and keep it from doing things I don't want it to
do.
I started off by trying to stop visio from performing a cut when the user
presses ctrl-x. I handled this by deleting the accel item that allows this to
happen.
The problem is now when I hit ctrl-x a text edit box comes up. I have
tracked this down in my visio event handler and this is what is coming
through.
There are 4 commands that come through and they are as follows:
1035 as Actual size
1035 as Actual size (again)
1400 as Set Text <----- I think this is the culprit
Then after I click off the shape I get
1400 Last Zoom
1400 Last Zoom (again)
I think that if I could prevent visio from doing the 1400 "Set Text" command
I would be ok. How can I do this? Where is this command coming from?
Set text is causing my shape to not be selected anymore after a user has
selected it and hit ctrl-x. I rely on the selection to do a cut/paste.
Thanks.
do.
I started off by trying to stop visio from performing a cut when the user
presses ctrl-x. I handled this by deleting the accel item that allows this to
happen.
The problem is now when I hit ctrl-x a text edit box comes up. I have
tracked this down in my visio event handler and this is what is coming
through.
There are 4 commands that come through and they are as follows:
1035 as Actual size
1035 as Actual size (again)
1400 as Set Text <----- I think this is the culprit
Then after I click off the shape I get
1400 Last Zoom
1400 Last Zoom (again)
I think that if I could prevent visio from doing the 1400 "Set Text" command
I would be ok. How can I do this? Where is this command coming from?
Set text is causing my shape to not be selected anymore after a user has
selected it and hit ctrl-x. I rely on the selection to do a cut/paste.
Thanks.