Forum Post: RE: Problems with Arial Bold
Yes everything is updated. It works fine on my other laptop with same versions of Windows and CorelDraw. I even copied the Arial font and installed it on my pc that has the problems and no luck. I am...
View ArticleForum Post: RE: Problems with Arial Bold
I would not go to the bother of reinstalling CorelDraw, it may be the font on your system is protected and will not over write.
View ArticleForum Post: Fountain fill or fountain fill transparency?
Here's another diddy for you about the use of fountain fills or fountain fill transparency http://graphictechnology.com/videos.html Click the fountain fill (gradient) vector and transparency link
View ArticleForum Post: Cannot Save. Get Error.
A few months ago, when I would try to save a Corel x4 file in progress (manual safety backup as same filename), I started getting an error message saying I couldn't save the file because it was open in...
View ArticleForum Post: RE: X8 upgrade popup
Go to my profile page by clicking on my name on this message (top right). On the profile page hover mouse over my photo thumbnail and a popup should come up with an option to private message.
View ArticleForum Post: RemoveUnderlyingDups Macro
I wonder if anyone can help with how to use the RemoveUnderlyingDups macro please? I think it's the macro I'm looking for. having done some Googling. Basically, when I trace a logo, it often comes out...
View ArticleForum Post: RE: RemoveUnderlyingDups Macro
[quote user="Hat-Trick Designs"]In the attached picture. I've traced the logo and this is what it comes out like. I've highlighted the traced image, break curves apart, combine, break curves apart...
View ArticleForum Post: RE: cdr to dxf file colour issues
its the procedure that is required for resin doming that i do. I have a feeling that the colour issue i am having is to do with how my page/document is initially created. I think when i created my page...
View ArticleForum Post: RE: CorelDraw X8 performance problems!!
Me too! I cannot even use shortcuts like "CTRL + O or CTRL + S" they will also crash the system.
View ArticleForum Post: RE: MatchColors | Fountain Fill
Thanks... I've gotten this far on my own... Using an example Shelby Helped with. I've added to it since... trying to incorporate Outlines and Fountains along side the Uniform Fill example he's helped...
View ArticleForum Post: RE: MatchColors | Fountain Fill
This works... But not sure if its proper though.. ActiveDocument.BeginCommandGroup "Match Fills" Optimization = True Dim s As Shape Dim sr As ShapeRange Dim ff As FountainFill Dim i As Long Dim j As...
View ArticleForum Post: RE: Cannot Save. Get Error.
Ah ha .. thanks everyone. Makes sense -- Google Drive is not well designed and does all kinds of bad things.
View ArticleForum Post: SCRIPTING MACROS IN COREL DRAW // TEXT OBJECT != STRING !?
Hello everyone, first of all thank you for taking the time to read my post. I would like to ask why corel draw treats text items (Story) found in text shapes as a "Text" class and not as a string? I am...
View ArticleForum Post: RE: SCRIPTING MACROS IN COREL DRAW // TEXT OBJECT != STRING !?
Maybe this will help. Sub CharacterToSuperscript2() Dim p As Page, s As Shape, t As TextRange, sr As ShapeRange Dim i&, myReplaceFont$, myCharacterToFind$, j& myCharacterToFind = "©" 'changes...
View ArticleForum Post: RE: SCRIPTING MACROS IN COREL DRAW // TEXT OBJECT != STRING !?
more or less... Strings no have color, style, font, height, etc, strings are char collection in memory, to render one string in display using gdi+ for exemple, you also need font, brush, position, etc....
View ArticleForum Post: RE: MatchColors | Fountain Fill
Hi, First: It's up to you / your needs where you get the colours from, I used this 'CreateRGBColors()' to simplify the script. Second: The Outline is a property of a shape. It has it own properties,...
View ArticleForum Post: RE: MatchColors | Fountain Fill
Actually! I see exactly what you are doing :) We are utilizing Index color from the palette. I wonder... What is the difference between dim pal as palette set pal = activepalette and dim pal as palette...
View Article