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...
Show off your group to the world. Share a photo of your group with us.

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 879 - 908 of 1101   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
879
Hello, I am using Corel Draw 9. With a Corel Script I am reading the data of an object using GetObjectData('myfield'). This is okey for Corel Draw 9, but it...
peter_heike_schuberth
peter_heike_...
Offline Send Email
Jun 10, 2002
8:29 am
880
Hello, I have a big problem. I would like to write a text to center of an arc: Set oText = ActiveLayer.CreateArtisticText(nCenterX, nCenterY, cText) Set oPie...
Weisz Tamas
giraffe@...
Send Email
Jun 10, 2002
8:36 am
881
Tamas, After you fitted the text to path, try plain with TextOnPath effect and its Offset property. It is an offset from the beginning of the path: ...
Alex Vakulenko
alexv1n
Offline Send Email
Jun 10, 2002
12:38 pm
882
Hi Alex, Yes, it helps, but why changes alignment or why missing "...TextOnPath.Alignment = cdrCenter" :) Thanks, Tamas ... From: "Alex Vakulenko"...
Weisz Tamas
giraffe@...
Send Email
Jun 10, 2002
1:46 pm
883
Weisz, ... Oh, that's what you want. There is one: ...TextOnPath.Placement = cdrCenterPlacement This should help. Alex...
Alex Vakulenko
alexv1n
Offline Send Email
Jun 10, 2002
3:30 pm
884
Hi, I need a macro that can clean up CAD files imported into Corel. I would like it to concatenate the short line segments into a single flowing line. It...
Randall Richard
sylvylou
Offline Send Email
Jun 10, 2002
4:44 pm
885
Hi Peter, ... IIRC, GetUserDataField("myfield") is the function you are searching. Regards, Jean-Marie...
Jean-Marie Pierrard
jmpierrard
Offline Send Email
Jun 11, 2002
6:15 am
886
Hello, ... I found it yesterday, too, but it doesn't work :( Tamas...
Weisz Tamas
giraffe@...
Send Email
Jun 11, 2002
9:34 am
887
Hi all, I like to print cdr-files to a prn file using a post-script capable printerdriver like HP LaserJet Wen I do this from the File - Print Dialog...
Mario Schubert
mario_schube...
Offline Send Email
Jun 13, 2002
6:24 pm
888
Hi all, OK, sounds easy right? I have created an "Artistic Media - Sprayer" that is in the shape of an arrow. I can now draw/spray a path with the arrows...
rf007usa
Offline Send Email
Jun 25, 2002
1:08 am
889
Hi I know it is not what is best, but you could make your default printer a HP LaserJet. In Window's Printer's goto the printer's properties, ports, and set it...
rf007usa
Offline Send Email
Jun 25, 2002
1:15 am
890
Rick, Maybe I'm missing something here, but do you need a script? Can't you do that from the docker? Just open the docker after you draw the curve & double...
johndankey
Offline Send Email
Jun 25, 2002
9:47 pm
891
JOHN! YOU ARE AWESOME! I tried everything (except looking at the Dockers). I'm such an idiot! Thank you, Thank you, Thank you. One thing though, After I...
rf007usa
Offline Send Email
Jun 25, 2002
11:23 pm
892
Hi All Export of EPS is performed now using VBA of CorelDRAW10. Although FileExportCommand is used, there are two kinds of Filters (cdrEPS, cdrEPSPhotoPaint). ...
Takashi Omi
omi5125
Offline Send Email
Jun 26, 2002
8:52 am
893
Is there a VBA equivalent to the CorelScript ResetTransfo Function? Thanks, Shelby...
mooreshelby
Online Now Send Email
Jun 26, 2002
2:59 pm
894
... There is no direct equivalent, but you can try Shape.SetMatrix 1, 0, 0, 1, 0, 0 Note that SetMatrix doesn't preserve the current position of the shape, so...
Alex Vakulenko
alexv1n
Offline Send Email
Jun 26, 2002
3:14 pm
895
Shelby, do you mean something that would reset any rotation/skewing/resizing values assigned to an object to "zero"? ... From: mooreshelby...
Clements, John
jclements@...
Send Email
Jun 26, 2002
3:18 pm
896
Here is my old script: WITHOBJECT "CorelDraw.Automation.10" .SelectAllObjects .StretchObject 1, 1, 1, 1, TRUE, FALSE, 9 .SelectObjectOfType 4 .ResetTransfo ...
mooreshelby
Online Now Send Email
Jun 26, 2002
4:35 pm
897
Hello, I'm working in vb and am trying to open a new instance of coreldraw even if coreldraw is already running. My version of coreldraw is 9 Sometimes it...
cornmen
Offline Send Email
Jun 28, 2002
4:21 pm
898
Mike, That sounds about right -- by design creating a new CorelDRAW object does _not_ create a new instance of CorelDRAW. And, if two instances are running,...
Nick Wilkinson
isocalc
Offline Send Email
Jun 28, 2002
6:10 pm
899
The problem with not opening a new instance is as follows: Whenever I have an open file in CorelDraw and I run the vb script, I get an unexpected error when...
cornmen
Offline Send Email
Jun 28, 2002
7:53 pm
900
Hello, I would like to change the background page color to an rgb color. I see there is a corelscript called setpapercolor, but I'm not sure how to tell it...
cornmen
Offline Send Email
Jul 2, 2002
8:19 pm
901
This is one the CorelDraw 10 VBA Recorder did right. Well it use CMYK so I changed it to RGB for you. But here you go: Sub ChangePageColor() With ActivePage ...
Shelby L Moore
mooreshelby
Online Now Send Email
Jul 2, 2002
8:28 pm
902
Thanks for the reply. Unfortunately I am still using Version 9. Sorry I forgot to mention that. Is there any way to do this in CorelDraw 9? Thanks, Mike ... ...
cornmen
Offline Send Email
Jul 2, 2002
8:52 pm
903
If Memory Serves Me, There was a bug in CorelDraw 9 the prevented this from working via Script. I don't think it is possible. Shelby ... use...
mooreshelby
Online Now Send Email
Jul 2, 2002
9:44 pm
904
Hello, I'm new to the group and I'm looking for some help :) Position open for willing beginner/ talented experienced game graphics artist. Preferable skills...
designers_wanted
designers_wa...
Offline Send Email
Jul 3, 2002
3:38 pm
905
Hi Steven, I was wondering if you were ever able to figure this out. We are trying to accomplish the same thing and are running into problems. Any help would...
s_craig_tucker
Offline Send Email
Jul 18, 2002
3:27 pm
906
Hello all, How do I write a script that opens all of the .CDR files in a specific folder? Thanks, Rick Randall _______________________ Rick Randall Technical...
Randall Richard
sylvylou
Offline Send Email
Jul 22, 2002
1:21 pm
907
Maybe i can help... Dear friend.. I have not yet the skill on writing scripts, but here is the tip if you can't find a script that do the work. On corel...
Allan Echavia
jedlan_m
Offline Send Email
Jul 23, 2002
1:40 pm
908
OK I worked up an example of VBA code for CorelDraw 10 or 11 that will do what you ask. This is a pretty rough example will no error handlers of any kind. It...
mooreshelby
Online Now Send Email
Jul 23, 2002
2:12 pm
Messages 879 - 908 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