CorelDRAW Graphics Suite X6 :: Text Mode Crashes While Typing Text Window Box?

Jul 14, 2013

I had several CorelDraw documents that crashes on me, and the auto-backup did not work.

In all these documents, if I open the text paragraph window and typed on it, the entire program will crash if I exit that window after finishing.

I discovered that if I typed directly on the text paragraph, it will not crash. That means do not open the text paragraph window to do editing. But this makes editing very slow since it seems to be more memory intensive.

Strange the auto-backup directory/folder always do not have my backup files too.

View 6 Replies


ADVERTISEMENT

CorelDRAW Graphics Suite X5 :: Invisible Text In Wrap Mode

May 8, 2011

Every time I type text into a box (wrap) it's invisible - maybe white (but background is white, so it look invisible). How to set the color by default. Back to black.

View 6 Replies View Related

CorelDRAW Graphics Suite X4 :: How To Move Text Boxes In Transparent Mode

May 20, 2011

A colleague of mine has problems when moving a textbox.She grab the textbox with the mouse, the complete work area change to a white background, so she doesn't see, where she has to drop the mouse cursor. After she drop the mouse cursor, the background change to the graphic again.

The hardware she uses is new and included the following components:HP Z200 i7-870 Workstation2,93 GHz, 6 GB 1333MHz DDR3, ATI FirePro V3800 with 512MB RAM, Windows7 Prof 64bit

View 1 Replies View Related

CorelDRAW Graphics Suite X6 :: Unable To Do Copy And Paste Command In Paragraph Text Mode?

Apr 5, 2013

In my one file I am unable to do copy and past command in paragraph text mode in one particular paragraph text handle. Can't find the reason. But in same file with new artistic or paragraph text handle I can do copy and past.

View 3 Replies View Related

CorelDRAW Graphics Suite X6 :: Fitting Text To Path / Where Text Had Already Been Converted To Curves

Nov 20, 2013

A client sent me their logo where the name is straight across. They would now like to wrap it around the circle in their logo... They do not know the name of the font, what the font couldn't id it,  not much response on their forum...

Is there a way to fit text to path, where the text has already been converted to curves?

View 6 Replies View Related

CorelDRAW Graphics Suite X5 :: Message - Click Here With Text Tool To Add Paragraph Text Here?

Jul 29, 2011

I removed text from a rectangle and that message keep displaying in that rectangle.

CorelDraw X5 v. 15.2.0.686 Hot Fix 4 - Windows 7-64

View 4 Replies View Related

CorelDRAW Graphics Suite X5 :: Unlinking Text Frames To Move Text Independently From Others?

Apr 5, 2011

Is there a way of unlinking the text frames so that you can move the text independently from the others?

View 5 Replies View Related

CorelDRAW Graphics Suite X5 :: Pasting Blocks Of Text Into Text Frame?

Nov 16, 2012

Is there a setting to change the text frame size when pasting a block of text?

For example if text is pasted into a blank page with the either the pick or text tool active the text frame on each page is 8.3"x10.8" on a 8.5"x11" page. the same on each succeeding page until the text is less than a full page.

I would like to set the text frame at 7.5"x10" for pasting in text  when the text will need unknown number of pages.

View 4 Replies View Related

CorelDRAW Graphics Suite X5 :: Text Frame When Pasting In Blocks Of Text?

Nov 16, 2012

Is there a setting to change the text frame size when pasting a block of text?

For example if text is pasted into a blank page with the either the pick or text tool active the text frame on each page is 8.3"x10.8" on a 8.5"x11" page. the same on each succeeding page until the text is less than a full page.

I would like to set the text frame at 7.5"x10" for pasting in text  when the text will need unknown number of pages.

View 4 Replies View Related

CorelDRAW Graphics Suite X6 :: Lock Text Box To Prevent It From Moving But Still Be Able To Input / Edit Text?

Dec 3, 2013

Is it possible to lock a text box to prevent it from moving but still be able to input & edit text?I want to make a drawing template in CorelDraw x6 using text boxes for "non Corel friendly" people to use but need the actual text boxes to stay in the same place all the time!?

View 3 Replies View Related

CorelDRAW Graphics Suite X4 :: How To Curve Text Within Paragraph Text Block That Is Predefined Shape

Apr 28, 2011

how to curve text within a shape, as paragraph text, not artistic text? (See my attached image.) 

I have drawn the shape, inserted the text as paragraph text, but the text always wants to sit straight.  I am so frustrated as I can find a workaround in either Corel or Adobe CS products.  I have tried using artistic text in Corel, but have to do it line by line - and this brings other problems, such as I cant justify each line with each other, and sometimes a character jumps up relative to the other characters and the entire paragraph does not taper in...so this is not a solution, apart from the fact it will take me FOREVER to insert line by line....I would like to treat the text as a multiple line paragraph, and follow the shape. 

View 14 Replies View Related

CorelDRAW Graphics Suite X5 :: Regular Loss Of Text Or Letters In Printable Drawing Or Text?

Mar 15, 2012

I am using Corel for driving a fiber laser through a dedicated Net connection not available to the rest of the network and it and my computer are right next to the switch.

My problem is that when I send a job from the PC to the laser it works fine.  If I make a small change on the graphics, I save it and send a new job to the laser.   Quite often, some part of my grapics is left off the plot even though I didn't touch that graphic or mod it.  So I send the job over again and now somewhere else is missing some of the graphic word...usually a word or a letter or number.   I usually turn off the computer or get out of Corel and come back in and it is fixed.   That doesn't sound like a network dropped or corrupted graphic.  I have tried turning off the laser with Corel still up and it doesn't fix the problem when I bring the laser on line again.

View 1 Replies View Related

CorelDRAW Graphics Suite X5 :: Artistic Text Changing To Paragraph Text When Copy And Pasted To Another Document?

Jun 4, 2012

In the last 2 days Corel has decided to start changing Artistic Text to Paragraph Text when I copy & paste it across documents, completely changing the font, size & colour of what I am copying.

I've just done a factory reset & it's still doing it.
 
I don't recall doing anything that would change a setting.

The text I am copy & pasting are disclaimers that are all set on 1 document & I copy & paste them to a proof as needed.

View 4 Replies View Related

CorelDRAW Graphics Suite X5 :: How To Replace Text To Dynamic Text

Sep 9, 2011

I'm making tickets and i need to add tickets numbers, from 1 to 1000. Print & Merge doesn't fit for me.So I want to change text tag for example: "<text>" to text which will be different (1, 2 ,3 ,4 ,5 ,6 ,7 ...) Wagenaar where the code finds word "Andorra" and change it to "Andorre".

Public Function FindReplace(ByVal str As String, ByVal toFind As String, ByVal toReplace As String) As String    Dim i As Integer    For i = 1 To Len(str) If Mid(str, i, Len(toFind)) = toFind Then ' does the string match? FindReplace = FindReplace & toReplace ' add the new replacement to the final result   i = i + (Len(toFind) - 1) ' move to the character after the toFind Else  FindReplace = FindReplace & Mid(str, i, 1) ' add a character End If    Next iEnd Function.
[code]...

View 2 Replies View Related

CorelDRAW Graphics Suite X6 :: How Can Text In Text Boxes Be Scaled

Feb 20, 2013

I am having trouble resizing text boxes with text in them, so that the text scales with the box.If I convert the text box the curves, it messes up the formatting when I add an outline to the curve because the text box itself is given a outline.

View 4 Replies View Related

CorelDRAW Graphics Suite X6 :: Condense Text Automatically In A Text Box

Jul 3, 2013

Is there a way to automatically condense text in a one line text box, I have linked text boxes vertically and want to paste a list of names into them, and if a name is too long I want it to condense to the text box.

I know how to do this in print merge with the envelope tool but not in a text box.

View 5 Replies View Related

CorelDRAW Graphics Suite X4 :: Aligning Text To Bottom Of Text Box?

Oct 20, 2011

I'm creating a calendar page - each day is a box.  I need the text I put in to be written at the bottom of the box.

View 4 Replies View Related

CorelDRAW Graphics Suite 11 :: Justify Text In A Text Box?

Feb 4, 2010

how to Full justify text within a text block so that the shorter sentences (ie the last line of a paragraph) don't Force Justify? 

I'm using the correct justify (full), but it is stretching out the last line as if it's a force justify.

View 9 Replies View Related

CorelDRAW Graphics Suite X5 :: Extract All Text Into Text (XML)?

Aug 12, 2011

I work for a translation company and I've installed a Trial Copy of Corel Draw X5.

I have a 6-page document with several text areas (the Obect Manager sees them as Artistic Areas [I think]).

I'm trying to extract all the text into a text (prefferably an XML), file translate the text using Trados, then import the translated text file back into the Corel Draw Document, with the appropriate text in place of the original text.

I've tried using Extract / Merge text, but this doesn't seem to work.

View 1 Replies View Related

CorelDRAW Graphics Suite X4 :: Arabic Typing

May 26, 2009

When in middle we write عبدالله so the it convertes to code type. some time in arial it is ok but in other arabic fonts it is making like codes and spaces

View 5 Replies View Related

CorelDRAW Graphics Suite X6 :: Crash When Typing (i)

Mar 28, 2012

Whenever I type bracket lowercase i bracket (i)the app crashes.I can stop it by turning off the quickcorrect.I guess it might be something to do with the entry that turns i into a capital??

View 4 Replies View Related

CorelDRAW Graphics Suite X4 :: Typing URL Automatically Create Link - How To Turn Off

Mar 12, 2010

Whenever I type a url or web address Corel insists upon underlining and making it a link; how do I turn this off. I highlight the url and remove the address from the url field and click apply and it takes numerous times repeating this process to remove the link. I want to turn it off so it does not automatically create a link.

View 3 Replies View Related

CorelDRAW Graphics Suite X3 :: Export Text Or Graphics As EPS Files - Vinyl Cutting?

Mar 18, 2012

why (sometimes) when I export text or graphics as .eps files to my cutter it cuts the same outline up to four to five times and ends up cutting right through the backing paper. I have been using postcut with various corel editions since 1997 with no problems until recently. It also cuts random lines through lines of text which is such an expensive pain in the ass.

I started to use the production manager in flexi sign to cut my designs and same thing happens, except for the random lines but it will make up to five cuts on some objects. All text and graphics are exported the same. Has something in corel newer versions changed in relation to this?

View 7 Replies View Related

CorelDRAW Graphics Suite X5 :: Dropping Lines Of Text Or Parts Of Graphics?

Dec 1, 2010

We are having a big problem with dropping lines of text or parts of graphics.  It is happening on 3 different laser systems and 2 different printers. 

View 14 Replies View Related

CorelDRAW Graphics Suite X4 :: Graphics And Text Disappear After Zoom In Or Out Quickly

Sep 5, 2009

Often whatever I'm working on in X4 disappears off the document page when I zoom in or out. It's still there (I can see it in the print preview)and I can print it, but I can't see it no matter what view (e.g., normal, draft, etc.) I select. If I select the entire page I can see the graphic and text handles, but nothing else. The only way I can see my work again is to save it, close the program, and then re-open the file. My computer is a Dell Precision Work Station T3400 running Vista Ultimate with an Intel Core2 Quad CPU, 4GB RAM, and my graphics card is an NVIDIA Quadro FX 570 256MB. All my software and drivers are up to date. The problem occurs no matter what screen resolution or refresh rate I'm using.

View 6 Replies View Related

CorelDRAW Graphics Suite X5 :: Missing Text Or Graphics When Printing?

May 9, 2011

X5 Recently have begun missing parts of print out. Tried to duplicate but appears completely random.

Output to both Full colour laser and Wide Format printers will miss either text or part of objects. Today printed the text but not the text effects.   Initially closed and reopened, rebooted, However this has become a now daily feature so regardless tried reprint from the same screen so next print has everything included.

Very costly and time consuming - print preview shows all correct but output is not the same.

Running Win 7 64bit  8GB Ram

View 14 Replies View Related

CorelDRAW Graphics Suite X3 :: Blank Blocks Behind Text And Graphics?

Jan 2, 2013

02012013010.jpg

Blank Blocks behind text and graphics

View 4 Replies View Related

CorelDRAW Graphics Suite X6 :: Text Over Artwork?

Feb 25, 2013

I really don't know the best way to do this or maybe there is a standard, but here is what I am wanting.

When you put text over a simple vector graphic, the graphics makes it hard to read the Text.

I normally delete the graphic lines touching the text and this works but was wondering if there was another way.

Example: if this is a one color design "White" and it is just an outline of lets say  a human, and I want to display text which is "White" also across the human image sometimes the image will interfere with being able to read the text clearly.

View 12 Replies View Related

CorelDRAW Graphics Suite X5 :: Text Editing Box

Feb 28, 2013

Recently when completing a project, instead of being able to just click and write text or click on and edit existing text, a 'edit text' pop up box appears. i have looked at the setting and i cant seem to work out what i have done and how to correct this?

View 3 Replies View Related

CorelDRAW Graphics Suite X6 :: New Text Defaults To RGB?

Sep 5, 2013

Whenever I create new text in a document, it defaults to RGB.  When I start a new page, all of my settings are set to CMYK.  I rarely use RGB.  Where is the setting so that I can default new text to CMYK?  I cannot locate this setting an any of my options.

View 2 Replies View Related

CorelDRAW Graphics Suite X6 :: How To Add Anchor To Any Text

Jun 27, 2012

I created a presentation in corel, the final output will be display in .pdf format,

Problem is I unable to create anchor to a specific text ?

View 8 Replies View Related







Copyrights 2005-15 www.BigResource.com, All rights reserved