OberonPlace.com Forums  

Go Back   OberonPlace.com Forums > Blogs

Old

Variable Outline Code Examples

Posted 12-03-2023 at 14:47 by shelbym

Introduction

CorelDRAW 2023 has a new Variable Outline Tool. You can also apply a variable outline via code. :-) I have put together a number of VBA examples of how this works. Hopefully you will find these useful.

Code:
Sub TestAddVariableWidthNodes()
    Dim sLine As Shape
    
    Set sLine = ActiveLayer.CreateLineSegment(2, 8, 2, 5)
    sLine.Outline.VariableWidthNodes.Add 0.25, 0.125
    sLine.Outline.VariableWidthNodes.Add 0.5, 0.25
...
shelbym's Avatar
Senior Member
Posted in Uncategorized
Views 196 Comments 0 shelbym is offline
Old

Differences between VGCore (2022) and VGCore (2023)

Posted 12-03-2023 at 14:28 by shelbym

Introduction

Corel has released a new version of CorelDRAW. The internal version number remains at 24. If you install the subscription version it will install to the CorelDRAW Graphics Suite 2022 folder, if you install the “One-Time Purchase” 2023 Version it will install to the CorelDRAW Graphics Suite 2023 folder.

There are other changes for the “One-Time Purchase” 2023 Version you should be aware for. This version is also referred to the PE (Perpetual Edition)....
shelbym's Avatar
Senior Member
Posted in Uncategorized
Views 182 Comments 0 shelbym is offline
Old

Differences between VGCore (2021) and VGCore (2022)

Posted 03-07-2022 at 16:32 by shelbym

Introduction

Corel has released a new version of CorelDRAW. With the move to the subscription model they have dropped the year version from the name of the appliction but it still installs to a year folder, so for now I will continue to call is 2022. Let's see what is new in the Object Model for 2022. The list is not that long so I will post the entire list here, no need to download a file this year.

Differences between VGCore (23.1) and VGCore (24.1)

Legend:...
shelbym's Avatar
Senior Member
Posted in Uncategorized
Views 2238 Comments 0 shelbym is offline
Old

Making Your Favorite Macro / Script Better

Posted 05-10-2021 at 22:44 by shelbym

Introduction

In this post we will be looking at how to modify a Macro / Script in CorelDRAW. Beginning in CorelDRAW 2019 Macros were renamed to Scripts. I have been using CorelDRAW a long time, so I still refer to them as Macros. Just know that depending on your version of CorelDRAW it may use the term Macro or in the newer versions it will use the term Script. The goal of this post is to give you a nudge to try and make an improvement to your favorite macro yourself.

...
Attached Images
         
shelbym's Avatar
Senior Member
Posted in VBA
Views 4806 Comments 0 shelbym is offline
Old

Differences between VGCore (2020) and VGCore (2021)

Posted 10-03-2021 at 11:00 by shelbym

Introduction

Corel has released a new version of CorelDRAW. Let's see what is new in the Object Model for 2021. The list is not that long so I will post the entire list here, no need to download a file this year.


Differences between VGCore (22.1) and VGCore (23.0)

Legend:
  • Not changed
  • Added
  • Removed

Class ActiveView

Properties:
  • Property UseMultipageView As Boolean
Methods:
  • Function FindPageAtPoint(ByVal x As Double, ByVal
...
shelbym's Avatar
Senior Member
Posted in Uncategorized
Views 6535 Comments 0 shelbym is offline

All times are GMT -5. The time now is 07:18.


Powered by vBulletin® Version 3.8.1
Copyright ©2000 - 2023, Jelsoft Enterprises Ltd.
Copyright © 2011, Oberonplace.com