![]() |
#1
|
|||
|
|||
![]()
hi
How to turn on & off Snap to Object programatically |
#2
|
||||
|
||||
![]() |
#3
|
|||
|
|||
![]()
is there any way of determining the state of snap as the command toggles on-off, is there any other way to turning on-off
|
#4
|
||||
|
||||
![]()
HI.
If you need it for a certain function then some of the functions have it as a built in parameter, like getUserClick. -John |
#5
|
|||
|
|||
![]()
when i am in node edit mode I want to turn off snap to object and when out of shape tool I want snap to object to stay, I know ALT+Z is the short cut.
but I am using "1" key to go to shape edit mode so i simultaneously want snap to object be turned off |
#6
|
||||
|
||||
![]()
Hi.
What about some event code for selection change? Code:
Sub changeSnap() If ActiveTool = cdrToolNodeEdit Then 'turn snap off Else 'turn snap on End If End Sub |
![]() |
Currently Active Users Viewing This Thread: 1 (0 members and 1 guests) | |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Thread Starter | Forum | Replies | Last Post |
Macro for Object Nesting? | excessiveforce | New product ideas | 9 | 31-05-2010 00:12 |
Toggle Snap t object by VBA | aakkaarr | CorelDRAW/Corel DESIGNER VBA | 3 | 12-10-2009 21:40 |
Oh Snap! | Booker | General | 3 | 20-09-2006 17:45 |
Snap to Objects in Oberon ThreePointArc Macro | dgearl | CorelDRAW/Corel DESIGNER VBA | 3 | 05-09-2006 12:58 |
4DR Alex:) turn on/off "Snap to objects" & "snap location marks" from VBA | wOxxOm | CorelDRAW/Corel DESIGNER VBA | 1 | 14-06-2005 12:12 |