CorelDRAW Graphics Suite X4 :: Can't Select Multiple Text Objects
Dec 10, 2010
I can't seem to select more than one text object at a time.....
I will select a paragraph or artistic text object, press and hold shift, and then continue selecting text objects. Nothing happens.... well, it seems to be 'thinking' but nothing ever happens until I release the shift key and then only the last object selected gets highlited.
With a number of of paragraph text objects selected, the interactive rotate becomes increasingly sluggish in keeping up with my mouse position when dragging round. I've got a calendar artwork with 12 paragraph objects, and after I've let go of the mouse button, the screen will continue trying to update for anything up to 10 seconds afterwards, during which time I can't do anything.
issue with selecting and then moving an object in Photo Paint? I can hover and get the object name, and then select but when I go to move the object PPT selects and moves an entirely different object. I have held down Ctrl, Alt etc. to no avail. Bigger objects are easier since there is more to grab on to but smaller objects are a pain.
I have a series of images that have been designed - very basic shapes (a straight vertical line with a ball on top in which ascending numbers are placed in each one. So effectively each image is made up of 3 seperate parts and look like numbered lollipops. Each of these images are currently evenly spaced apart and formatted so the text is all properly aligned and sized etc - I would like to be able to copy certain groups of these images and paste them into a new working document which is fine, but I then need to somehow re-space them out to scale once they've been pasted in. So for example i have copied them in and they are 20mm apart to each other (as per my original drawing that i copied from) - is there a way of then altering this spacing so that for example so that they are all 33mm apart but still retail the original formatting properties so they are not stretched etc?
I find it extremely annoying to have to Ungroup named groups and then regroup and rename them in order to do a multiple selection of group members. I find I'm constantly ungrouping and regrouping in order to select/edit.
Note that the multiple items are often not the same type of object (e.g., text, line, shape, etc.).
Today i started to experience this crash while moving multiple grouped objects. These objects were from a powertrace and had transparency. this is on vista 64bit. doesn't happen all the time.
Problem signatureProblem Event Name: APPCRASHApplication Name: CorelDRW.exeApplication Version: 16.2.0.998Application Timestamp: 50b2a2e4Fault Module Name: CdrTra.dllFault Module Version: 16.2.0.998Fault Module Timestamp: 50b2a50fException c0000005Exception Offset: 000000000003b757OS Version: 6.0.6002.2.2.0.256.6Locale ID: 1033Extra information about the problemBucket ID: 94246814
In the circle is some text, rounded - not circle text, it is placed on top rather than typed in the circle directly.
I need to edit the text and it won't let me select it! No matter how far I zoom in to make sure I'm clicking the text, the circle gets selected and the blend tool opens.
They are not grouped or anything. This has happened before many times and with much persistance I get there eventually - but is there a much faster way?
I was just fooling around with it one day and I made 2 guidlines intersect (one at 0 degrees and one at 90). I added a third one at 45 and tried to center it at the intersection of the first 2. It made a tiny tiny microscopic right triangle for some reason.
Also, sometimes the center is off on either the object or on the page. Like when I rotate copies of an object around another object (like making a clock face) the copies don't go perfectly all the way around. I redo it and it works fine.
When i use margue select i get the blue dotted line but it disapears when i let go of the mouse and nothing is selected, this happens no mater what i'm trying to select. Do i not understanding how it works?
Second dumb question.
I have hit or miss luck with the weld feature some times it works and other times it simply will not work. I'm trying to make a small metal sign and need solid numbers (not Stencil) I draw a rectangle and add text above it and move it down to the top of the rectangle and select both and hit weld, some times it works and some times it doesn't. I have also tried to weld text to a 2 point line and cant do that at all, I suspect the 2 poing line is considered a demensional line so that may be my problem there. I have spent the greater part of a day trying to figue out thes two problems I have watched Graphics unleshed and read all i can find and still haven't figured out if it is me or the program. I have the problem with any of the fonts that come with X5.
When I create a shape, be it a rectangle or a polygon and choose (right click) "Frame Type">Create Empty Text Frame" and select 2 columns from the "Column settings" dialogue box, the columns are never the same size! Is it me, my computer, or a bug?
When I select the text tool and click in the layout area, I type "i" and upon clicking off it auto changes to a capital "I". It's never done this before. If I do i space i space i space, it keeps changing, it won't allow me to have lower case letters.
We need a macro that will allow you to select a certain color fill inside document and change all to no fill hairlines. It needs to be capable of doing it several times within the same document. Does anything like this exist out there?
We have color replacer. We want it to do this automactically with a static group of colors everytime without any manual maniplulation required.
For some reason I am having issues converting a CDR file to PDF which contains objects/text with fountain fills.
I have looked at some previous posts detailing the same problem, have followed their remedies, i.e. "render complex fills as bitmaps" in the advanced tab in the PDF conversion pane. Despite these best efforts I am still having the problem of my black background; fixed in the "page layout" tab being corrupted, resulting in the background being the fountain fill once converted.
I often produce graphics in CorelDRAW, export it as en eps file and insert it inside a MS Word document as an image and finally convert it to pdf. This way my vector graphics (often linedrawings with or without fill) usually is preserved in the final pdf document. I can zoom in and the lines keep on displaying perfectly sharp. This is important, since it easily looks bad when thin lines are turned into bitmaps, even when watched from a distance.
Now, in some graphics I created today, I had a circle with fountain fill and outline (symbolizing a sphere) put behind a filled rectangle, which had a uniform transparency applied to it. In the resulting pdf file, the 'sphere' was turned into bitmap. Inside CorelDRAW everything was vector graphics, but something was loast in the process. what happens with the graphics in the different steps in the process and eventually could explain a workaround to make everything look as vector in the final pdf file.
I have this script that basically makes a shape expand by adding an outline, conveting the outline to an object, and then welding the whole thing together.
I have the script set to execute with hotkey ctrl+numpad+
The odd thing is, when I run it once, it seems to work fine and only one object is left, but when I hold down ctrl and press numoad+ over and over again, it seems to produce a new copy of the object everytime.
I'm not sure why this is happening, but I need to get it to stop.
Sub Expand() EventsEnabled = False 'Dim vars Dim c1 As New Color Dim OrigSelection As ShapeRange Dim OrigColor As Shape Dim width1 As Double Dim height1 As Double Dim minSize As Double Dim Thickness As Double 'copy color of current selection Set OrigColor = ActiveShape If OrigColor Is Nothing Then Exit Sub If OrigColor.Fill.Type <> cdrUniformFill Then Exit Sub c1.CopyAssign OrigColor.Fill.UniformColor 'get thickness to increase by Set OrigSelection = ActiveSelectionRange OrigSelection.GetSize width1, height1 If width1 <= height1 Then minSize = width1 If width1 > height1 Then minSize = height1 Thickness = minSize * 0.035 OrigSelection.SetOutlineProperties Color:=CreateRGBColor(0, 0, 0) OrigSelection.SetOutlineProperties Thickness, ScaleWithShape:=True 'weld Dim s1 As Shape Set s1 = OrigSelection(1).Outline.ConvertToObject Dim s2 As Shape Set s2 = s1.Weld(OrigSelection(1), True, True) 'auto reduce 's2.Curve.Nodes.All.AutoReduce 0.001 's2.Fill.ApplyUniformFill c1 'delete remnants OrigSelection.Delete s1.Delete 'OrigColor.Delete EventsEnabled = TrueEnd Sub
I have an object that I would like to create an inside contour. Just 4 inside contours. However, how can I pick what colors I want for the individual contours?
I select an object, then I select the Relative to object button:in the Property Bar, the X and Y aren't in 0.0 ".I have to deselect and reselect again the object and after that X and Y are ok.Same thing if I deactivate the Relative to object button:the X and Y show me 0.0 ".I have to deselect and reselect again the object and after that X and Y show me the real page's coordinate.
is it possible to display dimensions when you select the object (Appeared inside the object ).
As because i have to look for the property bar again and again for the dimensions since my eyes are soring as it appears in very less size. If it appears the inside the object with appealing big size, then it could be easier for the user to note the size instantly despite of observing the property bar.
When I select a PowerClip, I understand that a mini button bar should appear somewhere, which would allow me to do a number of things with the said clip. I don't see any floating 4-button mini bar?
I was able to re-size the content by going to the top menu ... but this mini- 4-button bar that apparently should appear whenever I hover over a PowerClip object is doesn't show up anywhere.
I am fairly new to CorelDRAW and I am having an issue with layering objects that I can't figure out. The problem I am having is this:
I have two line drawings, and one sits on top of the other. Normally, the object in the back is partially hidden by the one in the front. However, I have just done a drawing where the object in the back is NOT partially hidden by the one in the front, and it looks like they are both on the same layer. What happened? I am not sure if I inadvertantly changed a setting, but I can't seem to figure out how to hide that back layer. I have tried using the 'order' function, and that usually works, but for some reason it is not working this time.
Is it possible to convert/open a CDR file to a CPT or PSD file such that the objects are editable. Specifically I need the text to be editable in the resulting CPT or PSD file. I'm using X3.
I'm using corel draw X5, I can't move object if I select "Traditional CorelDRAW" option for ctrl/shift keys, under Pick Tool menu in options window.
If I choose "Windows Standard", I'll be able to move the objects. But I don't like this behavior, because the way it draws new objects, anchoring them in center, instead of upper left corner.
This bug started just after I change this option, "just for curiosity". I wish I never discovered it. How can I solve it? I want to set ctrl / shift behavior to "Traditional CorelDraw" AND be able to move objects.
Is there a way to select objects like selecting all rectangles filled with red colour on the current page only. The find objects is not good for current page only. it works for whole document..so, any option?
I use everything keep them into the powerlclip and i have selected some of the powerclips and wanted to delete all the inside elements only. How to delete all the contents in the powerclip at once despite of going inside and deleting one after the other.
Having issues with exporting files to an .eps format - using "selected only" some of the objects that I have selected do not get exported - ie. they are missing from the .eps file altogether.
On top of that, most of my colours get washed out to a grey scale - I do work in spot colours.
So picture that you have designed something in Corel. Let's say an invitation. I go to put text or a graphic on top, and nothing is going on top. My text is behind. Nothing i do works. (ex. ctrl-pgup, object in front of.... etc.)