CorelDRAW Graphics Suite X5 :: How Modules Appear In Macro Manager Docker
Mar 29, 2011
The latest version has built upon the QuickSwap module (select 2 images and then swap them with one click) by adding a QuickSwapSize module which not only swaps 2 images, but also swaps their sizes.The macro also has the original module SwapImage module which pops up a userform and allows the user to choose how the 2 images are swapped (e.g. swap the position of their top left corners, bottom right corners, etc). Here is a screen capture of how the modules appear in the Macro Manager docker, assign shortcut buttons/keystrokes to make them one click away:
Refer to the video below to see the intented use of this macro: cs_setInnerHtml('video_c5045c1a-10b0-489c-93f4-a1189f25d9d2','');
Is there a quick and easy way to delete all symbols in the Symbol Manager docker? I know there is a macro that converts symbols to objects but the macro does not affect this part the document that has ANOTHER set of Symbols....know what I mean? Maybe a macro that digs and wipes out all symbols in the docker?
It takes a REALLY long time just to delete them one by one...even multi-selecting did not work.
Any macro that will close the Object Manager Docker then re open it again? Due to the bug with it, the objects in it disappear, or the icons for visible and print stop toggling, so I have to close it and reopen it. Tried recording one, but the recorder ignored my closing and opening. Just thought it would be handy, for when it locks up like that to press one button, rather multiple buttons and menus.
I noticed that in CDX4 under the tranformations docker we had the "apply to duplicate" feature under the rotate option. However, I do not see it in CDX5.
Is this a change that was made to CDX5? Or am I missing something when I loaded CDX5 to my computer?
I have just switched from X5 to X6. I am almost convinced that before, when I made a change on for instance an objects size in the Transformations docker, I then pressed Enter, and that was the same as using the mouse and clicking Apply. This doesn't work in X6, I have to lift my hand and use the mouse. Is there a way to fix this?
After installing the latest patch, I read that ... "You can press Enter to apply transformations from the Transformations docker".
Here's my issue...when I draw a box as shown, I try to do a "PROPORTIONAL" size change by using the 'enter' key. No luck. I then try to do a 'non-proportional scale', it works fine.
I have created a custom docker and I need to find a way to have the docker refresh when the document.save event is fired. The docker retrieves custom document properties saved within the file and displays the vales in the docker. I have it currently set to update when i switch between documents or when the document is closed, the docker is cleared of all the values. I still , to this day, can not figure out how to refresh automatically after I save a document.
<script type="text/javascript"> function OnLoad() {
The Join Curves docker seems like a handy tool, unfortunately following the directions yields no change--I can't get it to do anything at all. Is this a known issue? I have X5 with the latest SP, just installed a few days ago.
I am having trouble with some of the dockers. Some of them when i go to window dockers and click on them come up just fine, but there are a few and don't come up at all. Like Contour or Text Properties.
I have Corel DRAW Home & Student Suite X5. It appears not to include the Docker "Object Coordinates" although both the video and Help files include prescriptions for using it.Corel Support insist that this docker is present in this edition of X5 and instruct me to reset the application defaults (F8).F8 does not reveal the missing docker, nor does a complete uninstall/reinstall. It seems to me that "Object Coordinates actually is NOT there.
OS: MS Windows7 Ultimate x64, v6.1.7601 SP1 build 7601 PC Config.: Intel Core2Quad CPU Q6600 @ 2.4GHz, DG33FB, 8GB RAM CDGS x6 (64 bit) v16.0.0.707
1. Facing problem of frequent CorelDraw X6 crash while working and seemingly most of the times it even don't sent any error messages to Corel support.
2. Transformations docker doesn't accept enter for applying changes, it only responds when we hit apply. It is good to move through options by using TAB, but it should accept ENTER as “APPLY” as we make desired change in any parameter. Mostly I prefer dockers to property bar.
3. Open and Import dialogue boxes don’t get cancelled as we hit ESC key.
4. Using pick tool double click a group of objects including paragraph text and get desired rotation is still a havoc despite we are using x6 (64-bit). It kills much of our time. See screen shot below:
5. I am also facing problem in EPS editable import as shown in the screen shot below "An error occurred while processing PIEE.eps. The file cannot be opened."
The file is created in x6 and has 2 pages for two print jobs. Both pages has flatten background text and fountain lenses to RGB bitmap. All texts converted to curves. Page 1 exported to EPS and then imported as EPS editable successfully. Page 2 exported to EPS and then imported as EPS editable - shown above error. I have also tried importing this page to a fresh file and then created fresh EPS but got the same erroneous result.
As far as my experience with PDF is not good, because sometimes PDF also produces undesired result on RIP specially as RGB images, bar codes, drop shadows etc. I believe that EPS files are far more reliable in prepress jobs.
I must have pressed something, the details of the object in the object manager docker is not showing up, i always used it when selecting objects instead of selecting it from the document itself, how do i bring it back?
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 ?
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
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
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..
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.
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?
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?
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.
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.