shelbym
Senior Member |
Last Activity: 28-11-2017 14:07
Blog
View shelbym's BlogRecent Entries
Latest Blog Entry
Posted in Uncategorized
Introduction
In this post we will be looking at the changes in the XSLT files for X7. Please refer to the previous post Using XSLT files instead of VBA that discusses how to use these files to add a docker to the CorelDRAW UI automatically. Once you understand the changes you will be able to add your docker to the CorelDRAW X7 UI automatically.
Goodbye GMS File
Previously we needed a GMS file that we would call to open and close the docker. In CorelDRAW...
In this post we will be looking at the changes in the XSLT files for X7. Please refer to the previous post Using XSLT files instead of VBA that discusses how to use these files to add a docker to the CorelDRAW UI automatically. Once you understand the changes you will be able to add your docker to the CorelDRAW X7 UI automatically.
Goodbye GMS File
Previously we needed a GMS file that we would call to open and close the docker. In CorelDRAW...
Posted in VBA
Introduction
Continuing with the Object Model changes I have created an HTML document that shows all the changes between VGCore (17.0) and CorelDRAW (16.4). The text was to long to post here so I have linked to a .zip file with the full text.
Object Model Changes
When you open the document in your browser you will see a legend like this:
Legend:
As you can see anything in blue is new for X7 and anything...
Continuing with the Object Model changes I have created an HTML document that shows all the changes between VGCore (17.0) and CorelDRAW (16.4). The text was to long to post here so I have linked to a .zip file with the full text.
Object Model Changes
When you open the document in your browser you will see a legend like this:
Legend:
- Not changed
- Added
- Removed
As you can see anything in blue is new for X7 and anything...
Posted in Uncategorized
Introduction
CorelDRAW X7 released today, and with this new version comes several changes. I hopefully will be posting several articles in the next several days that discuss many of these changes. If you have questions or problems immediately feel free to contact me and hopefully we can work through them.
VBA Object Model Change
In this post I want to quickly discuss the big VBA Object Model change. The biggest change to the VBA Object model is that the...
CorelDRAW X7 released today, and with this new version comes several changes. I hopefully will be posting several articles in the next several days that discuss many of these changes. If you have questions or problems immediately feel free to contact me and hopefully we can work through them.
VBA Object Model Change
In this post I want to quickly discuss the big VBA Object Model change. The biggest change to the VBA Object model is that the...
Posted in Uncategorized
Introduction
Now that we have a docker or macro we may wish to install the macro or docker on one or several machines. While you could use the manual approach a simple installer would be nice so that a user could just run it and have the files installed for them. In this post we will build a simple installer that will install the docker or macro.
Needed Software
To create the installer we are going to need a couple of pieces of software, the good news...
Now that we have a docker or macro we may wish to install the macro or docker on one or several machines. While you could use the manual approach a simple installer would be nice so that a user could just run it and have the files installed for them. In this post we will build a simple installer that will install the docker or macro.
Needed Software
To create the installer we are going to need a couple of pieces of software, the good news...
Posted in Uncategorized
Introduction
We will be using the same XSLT files that we created last week, so if you have not read last week’s post you may wish to do that first.
We added a menu item to the Dockers menu for our new custom .NET docker, each new item added gets a default icon assigned to it as shown in the following screenshot:
We will be using the same XSLT files that we created last week, so if you have not read last week’s post you may wish to do that first.
We added a menu item to the Dockers menu for our new custom .NET docker, each new item added gets a default icon assigned to it as shown in the following screenshot:
Attachment 18This icon is boring and if you have a long list of custom dockers they all start to blur together. An easy way to fix this is to define...
Recent Comments
Quote:
Originally Posted by Keefster
great post!
|