CorelDRAW Graphics Suite X4 :: Macro To Place Registration Marks?
Sep 14, 2011
We have certain registration marks that we use on our designs before we print to vellum. How to be able to write a macro that could do the following? I've attached an example image of where we place the registration marks and am also attaching the actual registration mark CDR file. I'm assuming this would probably be rather simple...
We'd like this registration mark to be centered to the image and placed on the top and bottom of the image at .25 inches away from the image itself. So, I would think the macro would have to select the entire image on the page, then decide where .25 inches is away from the top and bottom of the image and place the registration mark, centered in that area.
View 12 Replies
ADVERTISEMENT
Aug 3, 2011
Using CD x4.I cut directly from Corel. I was trying to do a simple 2 color vinyl job. I put reg marks but they are only on one layer. I tried copying but they weren't in the same place as the other layer.
Is there a way to get the Reg Marks to appear on all layers properly ?
View 5 Replies
View Related
Feb 19, 2009
I installed Corel Draw 12 on a new machine with Vista HP, and I cannot git rid of the registration nag screen. I lost my registration info a long time ago, and have tried the "never register" option, but the nag screen keeps coming up.
View 3 Replies
View Related
Jun 6, 2011
Since today, I get the error mentioned in the subject when trying to open Corel Draw X5 (part of Suite X5). Running on WinXP. No previous problems. But I do think that it recently installed an automatic update.
I tried Repair (via Control Panel), but it did not work.
View 5 Replies
View Related
Jun 21, 2012
How or were to find the crop mark / registration mark tools in x6.
View 5 Replies
View Related
Dec 2, 2013
I'm starting some designs to be cut out of vinyl and wanted to put registration marks on the drawing so I can line different cuts up. How these work. How do I put registration marks in?
View 3 Replies
View Related
Mar 23, 2011
Is it possible to turn off the selection marks which appear after each drawing stroke when drawing in a freehand style with a wacom pen?
I find it very off-putting to my drawing. In Illustrator and Inkscape it is possible to draw freely without constant selection marks appearing after every stroke of the pen.
View 5 Replies
View Related
Apr 11, 2013
I am so confused with bleed marks for printers. Here is my example.
I am designing a postcard that is 8.5 x 3.66. I set my page size in the layout section to 8.5 x 3.66. In that layout section it also has a bleed button. I check it and type in .125 in. (what the printer requires.
So it adds a dotted line outside . which i understand. Here is my question. When I save as PDF, only the 8.5x3.66 saves and not the bleed area. I need the printer to see the bleed area. They also want crop marks.
View 2 Replies
View Related
Jun 4, 2012
I am having a problem when printing out an item. when i first started there was no background graph looking stuff, its very light but i am afraid that it will do something that i don't want when i go to burn a screen, did something get changed in my program, there was another person using it recently, and now i am getting the background,
View 6 Replies
View Related
Jul 15, 2010
When I step & repeat the crop marks are not there. How I get the crop marks for cutting multi up items.
View 5 Replies
View Related
Sep 16, 2013
I am new to Corel 12, I am a little behind the times. I need setting up my margins and putting in my printer marks.
View 1 Replies
View Related
Apr 10, 2011
I have tried to use the Macro recorder to record the keystrokes as I get the dimensions from the top of the rectangle to each line of text & from the edge of the triangle to each line of text. Unfortunately the recorder could not record.
Is it possible to design a macro which can be used to get the dimensions as required ?
View 1 Replies
View Related
Jul 19, 2011
Is there maybe a macro for styles (either text or graphics) that
1. connects objects assigned with a style, to that style LIVE? eg, altering the style properties, automatically all objects assigned with that style will adopt those changes too,
2. offers LOT more configuration options than the current default CorelDraw styles options
View 1 Replies
View Related
May 30, 2012
i downloaded the macro at [URL] but can't run it in x6. how can i do that?
Windows 7 [64-bit], Core i3 - 3.02 GHz, 4GB DDR 3 RAM
View 2 Replies
View Related
Dec 12, 2013
Is it possible to create a macro that would take an image made up of multiple objects and separate each object on a new page?
View 3 Replies
View Related
Jul 26, 2013
Using the code from "MakeMeACircle" macro. How can I modify it to "InserCircle"? I have it working now but only if the shape is square and aligned to the bottom left of the page. If I move the square anywhere else and run the macro the "Ellipse" is created outside the square and is "squished" instead of a perfect circle.
Who knows maybe there's a macro that already exists to insert a circle inside any shape?
Sub InsertCircle()
Dim sr As New ShapeRange Dim x As Double, y As Double, w As Double, h As Double Dim dLeeway As Double ActiveDocument.Unit = cdrInch If ActiveSelection.Shapes.Count = 0 Then Exit Sub sr.Add ActiveSelection.Group sr(1).GetBoundingBox x, y, w, h 'adjust this property ####################################### dLeeway = 0# 'distance to sides 'adjust this property ####################################### sr.Add ActiveLayer.CreateEllipse(x - dLeeway, y - dLeeway, w + dLeeway * 2, h + dLeeway * 2) With sr(2): .OrderBackOne: .Fill.ApplyNoFill: End With sr.Shapes.All.Ungroup
End Sub
View 7 Replies
View Related
Apr 6, 2012
I have been upgrading to X6 from X5. I wanted to install a CorelDRAW macro called "Function Plotter", written by Alex Vakulenko, into X6. When upgrading from X4 to X5 I just manually placed a certain file (Plotter14.gms) into the Draw GMS folder in the program directory. Then back in CorelDRAW X5 I choose Tools > Options > Customization > Commands in order to place an icon in the toolbar, making access to the macro. It worked back then. However when I try the same procedure in X6 it doesn't work. I can see the file under "Commands" and place an icon, but nothing happens when I press the button. Maybe it has something to do with 64 bit, which from what I can see in this Forum causes a lot of trouble (scanner drivers, plugins, etc)?
This macro is extremely important for me. I have tried contacting Alex, but with no success so far. In the meanwhile I need to install X5 again..
View 5 Replies
View Related
Sep 3, 2012
Is there a macro that turns all text on a page in curves?
View 8 Replies
View Related
Jul 12, 2011
I'm writing a macro that will take a .cdr file, import it, and then do something with it. When I first run the macro, I would like an "open file" browser to pop-up so that the user may navigate and specify which .cdr file to import.
View 3 Replies
View Related
May 15, 2013
Most imported designs are 100%. I'd like a code that at a push of a button reduced to 10% or any other setting i can change it to. Reason being, we all use different scale modes and sometimes artwork is huge. I need to shrink it down.
Is this possible w/o manually typing in the values?
View 5 Replies
View Related
Sep 13, 2012
I use the supplied macro in X5 to convert CDR to EPS which works fine for me, but my only problem is sometimes fonts default since some of those CDR files are not created on the same PC I use the macro.
Is there anyway to get the Font Matching dialog box displayed, so that I subsituute to a font of my choice rather then it use other fonts?
View 4 Replies
View Related
Nov 26, 2012
I am just newly figuring out that I can complete repetitive tasks by recording a macro, simple right? I am trying to power clip an imported image into a shape via macro but it is not working.. I am getting Run-Time error's... Parameter Index is out of range.
I have one "shape" and 25 different car logo's I am needing to power clip the logo inside the shape with the click of the "macro" and it is just NOT WORKING! I understand that I can complete the task at hand by simply creating 25 bitmaps, one with each logo then simply importing that into my document, but I need to figure this Macro for this out because it will become more complex and time consuming as time goes on and I add more logos and different shapes in which I need to power clip them into. I simply understand that I can hit the "RECORD" button, do what needs done and then hit stop.. then of course do this again later by playing the macro.
View 3 Replies
View Related
Apr 7, 2012
How to reposition where this macro launches? With X5 it launches itself on the left about two thirds of the way down the screen which is fine but with X6 it launches itself almost top left and won't remember its position if it is dragged. It's not possible to edit the code.
View 7 Replies
View Related
Mar 31, 2011
Does the following macro works with symbols of Coreldraw X5? I mean the symbols/clone feature, where you can duplicate same objects and when you change one automatically the others changes as well. But this is not the traditional clone option of corel draw. URL.....
View 2 Replies
View Related
Aug 29, 2007
Any good macro for adding the date and the file name to a page? i've had a hunt on the net but haven't found anything that works with X3, even tried Oberonpalce.
View 12 Replies
View Related
May 18, 2012
a tip for solving the problem of exporting an image as a tif led to another question. One solution to export as tif was to create a macro. See that solution post here: [URL] .......
It says : Step 1Run the built in macro. (Tools > Macros > Run Macro). In CorelDRAW versions prior to X4 (Tools > Visual Basic > Play). Select ‘File Converter’ macro from the ‘Macros in’ list and click ‘Run’
However in my macros drop down there are no macros. how can I get a file converter macro?
View 2 Replies
View Related
Sep 19, 2013
I have a need for a macro that I am thinking would be pretty easy to create... I need a macro to cycle through all objects on a page and IF it finds an object that is LARGER than 13" wide, it will unproportionaly size each object to exactly 13" wide (leaving the height of the object alone.) and then after all of the scaling/sizing is complete then to select all objects and right align them (Like when you select all objects and hit the letter R key.
View 14 Replies
View Related
Feb 14, 2013
Have text that has markers - need to write a macro to pick up the markers and make that text bold or that text italic etc...
ie #Arana Hills# 'Heidke Dance Studio' Joanne Wilson.: 5923.1111, Ramon 0444.220.567
Need the text between the # to be bold and remove the # markers
Need the text between the ' to be italic and keep the data marker '
View 7 Replies
View Related
Aug 5, 2012
And in the 157 page Macro PDF (really, did it need to be this long? How about an easy-command sheet), it says you can use the key command Ctrl+Shift+R to start recording... Well, that brings up the ruler.
I use Macros a lot in Excel (I record the commands that I want, then tweak in the editor), so I get how they are supposed to work - but I'm no programmer, and without the ability to record, I'm completely handcuffed. This really shouldn't be 1% as difficult as it has been
View 6 Replies
View Related
Apr 8, 2011
How to undo a step in a recorded macro.
Let's say that the macro has 17 steps, instead of hitting undo 17 times... I just have to do it once.
What's this line?
And also where can I find downloadable resources on macro creation and editing?
View 1 Replies
View Related
Aug 24, 2012
Here's a macro I've used for quite some time. Feel free to use or modify as needed. Install, select text and run. Hold shift and the selected text will round/curve more.
Why I created? I do a lot of graphics that need the top line of text to be curved. I can easily select the top line and press a button and the macro curves it upwards. If I need more curve I hold shift and run. If I need more or less curve still, I make the item in question, the text, larger or smaller. All done by eye and it's fast.
#If VBA7 Then Private Declare PtrSafe Function GetAsyncKeyState Lib "user32" (ByVal vKey As LongPtr) As Integer#Else Private Declare Function GetAsyncKeyState Lib "user32" (ByVal vKey As Long) As Integer#End IfPrivate Const VK_SHIFT = &H10Public Function ResetKeyStatus(Optional nada As Boolean) As Boolean
[Code] .........
View 14 Replies
View Related