CorelDRAW Graphics Suite X5 :: Default Save As Option?
Apr 5, 2012
Is there a way that coreldraw x5 by default saves as to an older version e.g. 12, 13,. [ so we don't have to specially go to the save as dialog box] automatically just like there's an option in AutoCAD?
Windows 7 [64-bit], Core i3 - 3.02 GHz, 4GB DDR 3 RAM
View 4 Replies
ADVERTISEMENT
Mar 22, 2011
A .cmx file produced by CorelDRAW x5 can be opened / imported / edited in any previous version of CorelDRAW? Why size changes? When I export to .cmx size doubles. If I use the option "Save as ... cmx" the file size decreases. What´s the difference? URL.....
View 6 Replies
View Related
Aug 7, 2013
X3 - I use X4 at work with no problems but at home I have X3. I set my workspace the way I want it and all my presets the way I want. I hit tools/save stings as default. I then save my workspace as todays date. Close corel and reopen. It starts with the defaults every time! I have to manually choose my workspace and even after doing so my settings have reverted back to default i.e. text to be point not inches like I chose etc.
View 3 Replies
View Related
May 3, 2012
I just got X6. I can't get my default color mode to save. I go to options, document,general and change it from CMYK to RGB click document to save styles for all but it doesn't save it. When I export I have to manually change CMYK to RGB and the resolution every time. In other versions once I set it it was always there. Am I missing a setting somewhere?
View 2 Replies
View Related
Mar 17, 2011
im using coreldraw x5 since last year but recently when ive tried to open uniform fill tool (***+f11) the separate window isnt showing up. is as if it is invisible because i would have to press esc to continue back to my work. the only pop up window that does work is fountain fill (f11) the rest such as option (ctrl+j) doesnt pop up
View 1 Replies
View Related
Oct 27, 2011
I go in Tool, options, labels, and the label button is grayed.
CorelDraw X5 v. 15.2.0.686 Hot Fix 4 - Windows 7-64
View 3 Replies
View Related
Apr 22, 2011
While using print merge option Corel Draw X5 give me an error when I try to import an existing csv or txt file on the print merge dialog box. It says "Impossible to open the file or not correct file format". The files are made with open office or microsoft works, and in the past I've already used and worked good. Now I find this error...
View 4 Replies
View Related
Jun 8, 2013
how to make a simple tshirt design and want to work along with video but I have everything except the advanced tools option at the top tool bar I have just loaded X6 am I missing this or is this something that doesn't come with?
View 4 Replies
View Related
Aug 20, 2012
The eye-dropper tool, has now a little bug with the Attributes option since the update.When I use the tool to apply all the attributes I've given to text it only reproduces the font type...nothing more...The line, character and word spacing remain unchanged.
Now, the Attributes Eye-Dropper tool becomes useless. Seems as though something went quite wrong in the programming office.
View 3 Replies
View Related
Sep 17, 2011
I cannot access the options button on the tools menu. It pops up error message that says Required resource unavailable. Then the program locks up and I have to restart the computer.
View 4 Replies
View Related
Mar 30, 2013
I have had this problem since I loaded CorelDRAW X6 (64-bit) in June, 2012 but was busy learning all that was new since the ancient version running on my equally ancient Windows98 machine. Up until this point, I have tried all of the directions in the manual, this forum and on the website which includes, "Save Settings As Default". (These instructions do not differ from those I use in the old CD package only where I make them.)
These are the steps taken:
Open CorelDRAW X6 starting a new file.
Go to "Text Properties" Docker & choose the font, size, etc.
Under Tools, select "Save Settings As Default", close CDX6.
Technically, these steps should have saved the new font with associated choices for all future files until I change them again, but it does not. When I open a new or existing file, my new font changes do appear on the Text docker so I choose the outlined A on the toolbox bar, my choices are still showing on the Text docker and now, also on the Property bar. As soon as I click on the workspace where the flashing cursor awaits input, the text properties change to Arial, 24 pt, which has appeared since I first loaded the package. Should I redownload and reinstall the software? If so, where are the preference files so I can save them?
View 5 Replies
View Related
Apr 9, 2012
But when I double click out of the file manager it opens X5 ??
View 2 Replies
View Related
Mar 12, 2012
For some reason my text option list will only show one font option at a time (in CorelDRAW 11), but when I use X4 it shows the 5 last ones. Where in the 'Options' section can I correct that to show the longer listing?
View 3 Replies
View Related
Apr 29, 2010
What to try on my computer to counter the frequent and destructive X5 shut downs that are happening. I've read about this problem in other threads, so I know it's not just me or my system.X5 shuts down many, many times every day. I don't think I've been able to work for 15 minutes straight yet without it crashing.
I am running a fast dual-core Intel, XP Pro SP3, 2 GB RAM, ATI Sapphire/Radeon 1GB card, oodles of hard drive space. I can run the hottest, most demanding games no problem. I run hundreds of other apps with no problem. I had no similar problem with X4 on this machine. I have no similar problem with other Corel apps, either.
X5 crashes still happen after I close down as many memory-resident apps as I can. I can't strip it down much further.I usually have a few (3-4) dockers open, one or two palettes, and my files include several bitmaps which may include transparencies or colour masks. I have about 650 fonts installed.
X5 shuts down on me many times during every work session. Sometimes when I am changing fonts, sometimes when editing bitmaps, sometimes when importing bitmaps, sometimes when applying a transparency. Bang - just shuts down. I can have Corelpaint open editing a bitmap and CD closes underneath it. I can open window to import a file and CD closes as I search the thumbnails. It closes when I click the change page tab.
Doesn't seem to be any specific act or function that closes it - it just shuts down. Gone. No warning. I lose everything since the previous save. Half the time the working file is corrupted, too, so I can't even restore it. I have to keep numerous versions on disk and use save-as with every save to keep just one alive.
I notice that the option to set memory usage has gone from the global options menu. Maybe it's bad memory management and we need that option back? I'd be happy to assign a higher percentage of RAM to X5.
View 14 Replies
View Related
Aug 9, 2011
So I wrote this script last night, well recorded it in Corel really
Sub NewDoc() ' ' Recorded 8/8/2011 ' ' Description: ' ' Dim doc1 As Document Set doc1 = CreateDocument() doc1.MasterPage.SetSize 11#, 8.5 With doc1.MasterPage .Orientation = cdrLandscape .PrintExportBackground = False .Bleed = 0# .Background = cdrPageBackgroundSolid .Color.CMYKAssign 0, 0, 0, 5 End WithEnd Sub
Mainly used to open a new document and make the layout background solid and non printable. I really like this feature since I work with the color white a lot, however I could not find any setting to start new documents with anyway. The macro creates a new doc and changes the layout setting to what I like, but when i run it with no documents open, the only menus i get are File View Tools.
View 5 Replies
View Related
Jul 18, 2011
When I open file "A" the layer defaults to "Layer 1". When I open ad "B" the layer defaults to "desktop".
What is causing this? ..... I would like every ad to open with a Layer 1 default. How is this done?
View 6 Replies
View Related
Apr 3, 2012
I'm surprised that a lot of "application data" seems to be stored under the Program Files Folder. I thought this was a no-no? I'm particularly thinking of :
C:Program FilesCorelCorelDRAW Graphics Suite X6Custom Data
C:Program FilesCorelCorelDRAW Graphics Suite X6DrawCustomMediaStrokes
C:Program FilesCorelCorelDRAW Graphics Suite X6DrawGMS
C:Program FilesCorelCorelDRAW Graphics Suite X6DrawPresets
C:Program FilesCorelCorelDRAW Graphics Suite X6DrawWorkspace
C:Program FilesCorelCorelDRAW Graphics Suite X6Programs64Addons
Is there anyway to move the default locations, perhaps by a registry hack? I'd like to move it, at least to the AppData folder or even to another drive where it is easier to backup/make changes.
View 8 Replies
View Related
Jun 15, 2012
When I hit CTRL+D, CorelDRAW duplicates the currently selected objects.
The first time I do this after installation, CD asks me for a default duplicate distance.
I now want to change this default offset values. How can I do this? I can't find any option to change the default values.
CorelDRAW Graphic Suite X6.4 @ Windows 7/Windows 8 - 64 Bit, Windows Server 2008 R2, Windows Server 2012
View 5 Replies
View Related
Sep 26, 2013
I would like to know the default font height setting in coreldraw 12. I want font size in millimeter rather than pt.
View 1 Replies
View Related
Oct 11, 2013
I use CorelDRAW X4 exclusively (90%) for Laser work. I have a Page saved as Laser Page. It use to open with a 24 x 12 page area and Horizontal and vertical guidelines in place. It is set to "show guidelines."
However, every time I open a new document, the page layout and guidelines are not there. I always have to rebuild the page and add the guidelines. What has changed so that all I get is a blank page anymore? Or how to reestablish my defaults? I have re-saved it as my new default countless times but nothing sticks. It's a pain to have to always reestablish the layout I want to work with..
View 14 Replies
View Related
Nov 26, 2011
My default paper size in coreldraw is letter. I have to manually set it to a4 everytime i need to work. can i preset it to a4. how?
Windows 7 [64-bit], Core i3 - 3.02 GHz, 4GB DDR 3 RAM
View 1 Replies
View Related
May 16, 2012
My dropdowns of menu bar not looking same as default. There should be a line after Revert, Send to, Collect for output in File menu and same with other menus but I am not able to see that default line. That is not effecting me any way but eyes are set on default view which I like it.
View 4 Replies
View Related
May 14, 2012
I can't get the box to pop up where I can set the default size because I think I checked the box to not show it again. How to get it back?
View 4 Replies
View Related
Aug 16, 2012
My dockers have become messed-up. Some are no longer visible etc.
How do I reset the Dockers to default without resetting the whole workspace (X5 version 15.2.0.686)?
View 3 Replies
View Related
Nov 12, 2013
Is there any way of modifying the Curve Flyout menu such that the Bézier tool becomes the default? (rather than the Freehand tool which I seldom use? I can't see where to do this in the Customize dialog.
View 10 Replies
View Related
Jul 25, 2011
Ok so I have x3 and recently installed the trial for x5, since the trial ran out i removed it and carried on as before, this however has left a few things buggy, the first was file assocation which was easier to fix, the other biggie is that I seem unable to edit any bitmaps using the usual method. How do I re-enable the bitmap editing? and if i have the choice I'd rather it opened photoshop to edit the file opposed to corel paint if this is at all possible?
View 9 Replies
View Related
Aug 9, 2012
I'm trying to set my default font size, Helvetica (Type 1) to 12 point. It keeps reverting back to 24 point.
I have to use Type 1 Helvetica and not that new "Helvetica Neuel T 55 Roman" because of standards for a magazine I work on. I though Open Type Helvetica (the real Helvetica) was included with CorelDRAW X6.
View 8 Replies
View Related
Apr 21, 2012
How do I get X5 to open with a new blank page as default?
If I enable the welcome screen it asks me what I want to open but if I disable it all I get is a grey area and I have to go to the drop down file menu ans select 'new page'.
View 3 Replies
View Related
Aug 4, 2011
I have been using the macro that allows you to use photoshop as the default bitmap editor, however I've just installed photoshop cs4 (i had been using cs3) when I run though the set up instructions and get to the reference file bit the cs3 object library has vanished and the cs4 wont work, I have tried to browse for the file that would link the cs3 object library but I'm unsure as to what it is called?
the reference box will only partially show me some of the directory path name which I presume is similar for cs3.
View 2 Replies
View Related
Aug 9, 2011
I have just purchased Corel draw x5 and need to change the colour management default settings but when i go to tools, colour management, i only have document settings! I have done this with new pages, old pages, images on pages etc and no luck.
View 6 Replies
View Related
Jun 27, 2012
I have a few thousand images that I created using Corel version 12 and X-5
I have been using X-5 for about the past six months or so and when I have to open a hundred images and they open to 60% each time.
Is there a way to select all the image in a folder and have them open to 100% everytime?
Just wondering if I could change the openning settings in a batch.
View 9 Replies
View Related