![]() |
#1
|
|||
|
|||
![]()
Hi,
Document.ActivePage.Shapes.All.ConvertToCurves does not seem to work. But when I use the following snippet (slow performance), it works.. objLayers = objCorelDocument.ActivePage.Layers objCorelDocument.ActivePage.Shapes.All.ConvertToCurves() For Each objLayer As CorelDRAW.Layer In objLayers If (objLayer.Visible) Then For Each objShape As CorelDRAW.Shape In objLayer.Shapes If (objShape.Type = CorelDRAW.cdrShapeType.cdrTextShape) Then objShape.ConvertToCurves() Application.DoEvents() End If Next End If Next Am using coreldraw 12 vba ... Any ideas where I may be going wrong? TIA Sriram |
#2
|
|||
|
|||
![]()
try the attachment
|
#3
|
|||
|
|||
![]()
Lev,
Thanks for the help.. But it didnt greatly improve the performance either.. I am on a XP with 1GIG RAM and using VB.Net on .Net 1.2.. Thanks Sriram |
![]() |
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 |
Working with complex documents easier | Alex | FAQ | 1 | 30-04-2006 07:28 |
Round Corners - not always working | vallentin | Macros/Add-ons | 1 | 15-03-2004 19:50 |
SaveAs function not working in PP11 | Aneurysm | Corel Photo-Paint VBA | 2 | 03-03-2003 18:31 |
Image effects not working. | kaliatech | Corel Photo-Paint VBA | 1 | 17-01-2003 14:51 |