Alex---I tried to set up a new blank .gms file in Corel 10 VBA by following the example on the Oberon website and it didn't work. Is there any other way to...
Hi Richard you also can use the coreldraw10.gms outside the DRAW directory. Copy into the GMS directory, rename it as preferred, start COREL and delete any...
Hi everyone, What's the best way to put a halo around a line with an arrowhead? I tried using a contour effect, but that appears to completely ignore the...
You could create a copy of your arrow. Change it to the color of your halo. Then convert the copy to a bitmap. Now that it is a bitmap you could do a gaussian...
If you are using CorelDRAW 9 or 10, create a copy of the arrowed line and then convert outline to object. Apply an outline to this new 'filled' object, and...
I'm having a problem opening a PDF document using the CorelDraw10 VBA Application.OpenDocument() method. When I use that method to open a PDF file, all of...
[Original Post, Solution Follows] ... VBA ... a ... syntax. ... [Solution] Never mind, I figured it out myself. For posterity, the solution is to use ...
How is the correct syntax for this function ? I wan´t to get get back the X and Y Position of the mouse cursor. I´m trying to write a program that set´s a 1...
Here is some sample code that will do this. (Code is for CorelDraw 10) It will keep creating 1mm circles until you hit ESC to exit out. Thanks once again...
thanks. I have used the n = GMSManager.RunMacro("yourGMSname", "yourmodulename.yoursubname") option, but I have just realized that it only works if the Visual...
Is there a way to disable the font-matching popup so that it doesn't appear on screen whenever a file which contains unknown fonts is loaded? While I...
For Draw 10 I do believe you do this by clicking Options | Workspace| Text| Fonts and click on the Panose Font Matching. From there uncheck the Show Mapping...
Shelby, Thanks for the quick answer. Your solution does indeed work. And thank you for supplying the information I neglected: we are using CorelDraw 10. ...
... Alex, Thanks for the feedback. I tried setting the PanoseMatching property on the Application object as you suggested. However, it doesn't appear to have...
Steven, ... Did you try cdrPanosePermanent setting? I remember there is a problem with one of them but I'm not particularly clear now which one or what the...
I'm just barely starting the learning curve with VBA and Corel, and I'm already finding that the model seems a bit screwed up, or my system is, in any case....
I found out how to add Corel's references (they, surprise, were actually on the VB list, so I think I'm a happy camper right now). I'll keep in touch here and...
After installing CorelDRAW 9 I miss the vba object help file. After pressing F1 on a keyword (to see an explanation/example) I get the message: file...
Gerard Hermans
gh@...
Feb 13, 2002 9:31 pm
686
Alex, ... Yes, I have tried both cdrPanosePermanent and cdrPanoseTemporary. I'm running 10.427 and have tried running the script with and without the SP2. Same...
In CorelDraw 10, using VBA or CorelScript, how do you export a page with Landscape page orientation? I am currently setting the Page.Orientation property but...
Hi everyone, is there a way, to get the cursor-position in a selected text in CD10? For example: If the user has selected a graphic textbox with text "this is...
schmali
schmali@...
Feb 15, 2002 10:18 pm
689
My searching of the VBA model makes me believe that there is no way to do this. But I could be wrong. Geoffrey J. Swenson 1712 27th Avenue Seattle, WA 98122 ...
Steven, ... Application.CorelScript.SetPageOrientation() ... Export command with cdrCurrentPage doesn't export the page per se. It just exports all the objects...
Hi Alex and Geoffrey, thank you for your answers. BTW: Does anybody know something about a releasedate? Jörg ... From: "Alex Vakulenko" <alexv@...> To:...
schmali
schmali@...
Feb 16, 2002 8:04 am
693
Alex could probably tell you but he would have to kill you afterwards. Geoffrey J. Swenson 1712 27th Avenue Seattle, WA 98122 geoffrey@... ... From:...