Search the web
Sign In
New User? Sign Up
cdrvba · Corel Application Automation
? Already a member? Sign in to Yahoo!

Yahoo! Groups Tips

Did you know...
Real people. Real stories. See how Yahoo! Groups impacts members worldwide.

Best of Y! Groups

   Check them out and nominate your group.
Having problems with message search? Fill out this form to ensure your group is one of the first to be migrated to the new message search system.

Messages

  Messages Help
Advanced
Messages 664 - 693 of 1101   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
664
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...
Randall Richard
sylvylou
Offline Send Email
Feb 5, 2002
12:26 pm
665
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...
ustadelmann
Offline Send Email
Feb 5, 2002
2:26 pm
666
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...
crusaderdrake
Offline Send Email
Feb 7, 2002
9:08 pm
667
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...
jesse dugan
jdcorel
Offline Send Email
Feb 7, 2002
9:31 pm
668
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...
Nick Wilkinson
isocalc
Offline Send Email
Feb 7, 2002
9:56 pm
669
Convert outline to object, then use a drop shadow to create the halo. RichZ http://www.richz.com...
RichZ
the_richz
Offline Send Email
Feb 7, 2002
11:30 pm
670
What would happen if you converted the arrow to an object then applied the contour tool to its outline?-----Rick ... From: jesse dugan...
Randall Richard
sylvylou
Offline Send Email
Feb 8, 2002
12:42 pm
671
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...
se_sdickson
Offline Send Email
Feb 8, 2002
5:52 pm
672
[Original Post, Solution Follows] ... VBA ... a ... syntax. ... [Solution] Never mind, I figured it out myself. For posterity, the solution is to use ...
se_sdickson
Offline Send Email
Feb 11, 2002
8:14 pm
673
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...
tmuetherich
Offline Send Email
Feb 12, 2002
11:57 am
674
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...
Shelby L Moore
mooreshelby
Offline Send Email
Feb 12, 2002
12:45 pm
675
thanks. I have used the n = GMSManager.RunMacro("yourGMSname", "yourmodulename.yoursubname") option, but I have just realized that it only works if the Visual...
joannelyver
Offline Send Email
Feb 12, 2002
3:54 pm
676
Under Options Workspace VBA you need to uncheck the Delay Load VBA then everything should work. Shelby L Moore ... From: joannelyver...
Shelby L Moore
mooreshelby
Offline Send Email
Feb 12, 2002
5:05 pm
677
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...
se_sdickson
Offline Send Email
Feb 12, 2002
6:42 pm
678
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 L Moore
mooreshelby
Offline Send Email
Feb 12, 2002
6:50 pm
679
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. ...
se_sdickson
Offline Send Email
Feb 12, 2002
7:00 pm
680
... Yes, you can disable it through VBA. You need to look at PanoseMatching property of the Application object. Assigning cdrPanosePermanent or...
alexv1n
Offline Send Email
Feb 12, 2002
7:16 pm
681
... 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 Dickson
se_sdickson
Offline Send Email
Feb 12, 2002
8:20 pm
682
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...
alexv1n
Offline Send Email
Feb 12, 2002
9:56 pm
683
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....
gee_whiz_bang
Offline Send Email
Feb 13, 2002
7:47 am
684
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...
gee_whiz_bang
Offline Send Email
Feb 13, 2002
5:42 pm
685
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@...
Send Email
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...
Steven Dickson
se_sdickson
Offline Send Email
Feb 14, 2002
4:22 pm
687
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...
Steven Dickson
se_sdickson
Offline Send Email
Feb 14, 2002
4:50 pm
688
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@...
Send Email
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 ...
Geoffrey J. Swenson
gee_whiz_bang
Offline Send Email
Feb 15, 2002
11:21 pm
690
Jörg, ... Unfortunately you cannot do it. You'll have to wait for CorelDRAW 11 to be released. This functionality will be available then. ...
Alex Vakulenko
alexv1n
Offline Send Email
Feb 16, 2002
12:32 am
691
Steven, ... Application.CorelScript.SetPageOrientation() ... Export command with cdrCurrentPage doesn't export the page per se. It just exports all the objects...
alexv1n
Offline Send Email
Feb 16, 2002
12:41 am
692
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@...
Send Email
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:...
Geoffrey J. Swenson
gee_whiz_bang
Offline Send Email
Feb 16, 2002
8:25 am
Messages 664 - 693 of 1101   Oldest  |  < Older  |  Newer >  |  Newest
Advanced
Add to My Yahoo!      XML What's This?

Copyright © 2009 Yahoo! Inc. All rights reserved.
Privacy Policy - Terms of Service - Guidelines - Help