![]() |
|
|
|
#1
|
|||
|
|||
|
Draw has built-in code for this function... called "toggle pick state". I am trying to do equivalent in PP.
trying to force object pick tool, in order to leave text edit mode. below does not work... Code:
Sub togglepick() With CorelScript .TextRender End With End Sub |
|
#2
|
|||
|
|||
|
Code:
If ActiveTool <> cdrToolPick Then
ActiveTool = cdrToolPick
End If
|
|
#3
|
|||
|
|||
|
Hi, thanks - i had also found another way
|
![]() |
| Currently Active Users Viewing This Thread: 1 (0 members and 1 guests) | |
| Thread Tools | Search this Thread |
| Display Modes | |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Event needed for color toggle | CWCN | CorelDRAW/Corel DESIGNER VBA | 2 | 20-10-2008 11:17 |
| Pick a Point | met | CorelDRAW/Corel DESIGNER VBA | 1 | 02-11-2005 07:31 |