CorelDRAW Graphics Suite X6 :: Object Manager - Deselecting By Holding STRG Makes List Scroll

Aug 14, 2013

when I select several objects and try to deselect some of them in the object manager the list scrolls down after each click. This happens only in long lists when I deselect objects that are rather in top of the list. It then scrolls until the end of the list and I have to scroll up again for deselecting any further object. Can this be fixed?

Furthermore I would like to know if there is any way to select/deselect by a filter? For example: Deselect all objects that are of the type text or all curves that have a border.

View 3 Replies


ADVERTISEMENT

CorelDRAW Graphics Suite X5 :: Object Manager List Of Objects

Sep 6, 2012

CDR X5.

My list of objects in the Object Manager docker have disappeared and I can't see how to get them back. With the layer manager view I can see the layers but no way can I display the objects (which I normally use a lot).

View 1 Replies View Related

CorelDRAW Graphics Suite X6 :: Scroll List Box WinApi In Macro Crashes 64 Bit

Nov 29, 2012

Regarding the conversion of some WinAPI fucntions to 64 bit.Been banging my head on this one for a while. I just can't seem to get it right no matter what I try.I think I have converted everything but it still crashes X6 after a few scrolls of the list box. I think it is corrupting the stack but I'm not sure how to fix it. "The best thing about learning is that it never stops, and the rabbit hole will go as deep as you let it.

View 3 Replies View Related

CorelDRAW Graphics Suite X4 :: Expanded Layers In Object Manager

Sep 13, 2012

I have the object manager pane visible at the right of my screen. It shows the layers and status of those layers in my drawing. It has the + icon that allows each layer to be expanded to show every line in that layer. The trouble I am having is that each an every time I do something in the drawing to a line it prompts the Object Manager list to expand to the full list of lines.  Clicking the - icon closes this down to just the layer name.

Thing is, how do I stop it expanding the the list to the line level of detail in the first place. I rarely need that level of detail and waste lots of time closing the view down.

View 4 Replies View Related

CorelDRAW Graphics Suite X5 :: Object Manager Not Displaying All Objects?

Dec 5, 2012

We are using CorelDRAW 15.2.686.0 on our fleet and are noticing that Object Manager has some weird behaviour when you add objects to a page after you copy/paste an object onto a page.

Below shows me adding some rectangles to a page and object manager showing them:

Then when I copy paste an image into the document this object and any subsequent objects are not shown in the Object Manager:

As you see I have more objects than are shown in the Object Manager!

If I go to the Window Menu, then Dockers, then untick the Object Manager box, then once again go back and tick it, then all the objects on my page now show in Object Manager!

View 2 Replies View Related

CorelDRAW Graphics Suite X4 :: Master Page Not Visible In Object Manager

Apr 6, 2012

I am trying to edit the Master Page in Corel Draw X4.  However I can't find how to list it in the obect manager.  The first image shows the Object Manager as I see it.

The second image shows an example of the Object Manager as people have posted in other discussion topics.

How do I list all pages within the Object Manager as shown in this second example, and have the + and - buttons to expand the selection ?

View 6 Replies View Related

CorelDRAW Graphics Suite X5 :: Macro To Close Object Manager Then Reopen It?

Mar 23, 2012

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.

View 7 Replies View Related

CorelDRAW Graphics Suite X5 :: Turn Off Hovering Info In Object Manager?

May 3, 2013

In the object manager docker, is there some way to turn off the information that appears when you hover the cursor over an item? I found that turning off tooltips does not affect it.

View 2 Replies View Related

CorelDRAW Graphics Suite X4 :: Object Manager Not Show Objects On Layers

Jan 20, 2012

My object manager all of a sudden decided to not show the objects on the layers.  If I click the "eye" on the layer it will show or hide, but the names of the objects on the layers are not listed under the layer name. 

If I right click on the layer, it has the check beside visible, printable, and editable. I have Corel Draw Graphics Suite X4.

View 3 Replies View Related

CorelDRAW Graphics Suite X6 :: Holding A Key Modifies Function Of Macro?

Aug 31, 2012

Holding a key modifies the fucntion of a macro.

Ie hold shift and run the macro and it does this, hold Crtl and it does this... etc.

A great way to make your macros multi functional.

I also lightly touch base on Option Explicit which makes variable declaration necessary.

I also quickly talk about If, Else, ElseIf conditionals and colors.

cs_setInnerHtml('video_1fe653b0-6c53-496f-958e-232be40194bb','');

Option Explicit#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 If'Private Const VK_ESCAPE = &H1B'Private Const VK_RETURN = &HDPrivate Const VK_SHIFT = &H10Private Const VK_CONTROL = &H11Sub makeRect()    Dim s As Shape, sRect As Shape    Dim x As Double, y#, h#, w#    Dim dMarg#    Dim col As New Color                    If GetAsyncKeyState(VK_SHIFT) Then        dMarg = 0.25        col.RGBAssign 255, 0, 0    ElseIf GetAsyncKeyState(VK_CONTROL) Then        dMarg = 0.25        col.RGBAssign 255, 0, 0    Else        dMarg = 0.1        col.RGBAssign 0, 0, 255    End If        ActiveDocument.Unit = cdrInch    Set s = ActiveShape    If s Is Nothing Then Exit Sub        's.GetBoundingBox x, y, w, h    myGetBoundingBox s, x, y, w, h        Set sRect = ActiveLayer.CreateRectangle2(x - dMarg, y - dMarg, w + (dMarg * 2), h + (dMarg * 2))    sRect.Fill.UniformColor.CopyAssign col    sRect.OrderToBack    End SubPrivate Function myGetBoundingBox(ByVal s As Shape, ByRef x As Double, y#, w#, h#)     h = s.SizeHeight     w = s.SizeWidth     ActiveDocument.ReferencePoint = cdrBottomLeft     x = s.PositionX     y = s.PositionYEnd Function

View 8 Replies View Related

CorelDRAW Graphics Suite X5 :: Printing Shadows Makes Blocks

Jul 11, 2012

It seems that all the other posts are blank or is it just me. if i design something with a shadow and place it on top of a black background it looks OK but if i export and print to roland it makes a lighter block around the shadow area.

View 4 Replies View Related

CorelDRAW Graphics Suite X5 :: Export To EPS Makes Pantone Colors Black Or Gray Scale

Dec 1, 2011

Hopefully my title gets the point across.  I've read numerous threads on here where people seem to have the same issue, but I've yet to discover a solution.

I recently bought a new pc and installed Corel Draw X5.  When I export to eps and open the eps in Corel, the Pantone colors appear nearly black.  This is also true for my clients, although I'm not sure what program they are using to open the eps. 

It is worth mentioning that on my old PC I did not have this problem. EPS files I exported from Corel Draw X5 were fine. I could export eps files containing Pantone colors, and the Pantone colors would be there when I opened the eps file.

The settings I'm using under export to eps dialogue are the exact same settings I was using before:

Output colors as Native and PostScript 3.

I am running Windows 7 Home Premium SP1, and CorelDraw X5 15.2.0.695

View 12 Replies View Related

CorelDRAW Graphics Suite X3 :: Scroll Wheel On Mouse Changes Zoom

Mar 27, 2011

If I use the scroll wheel on my mouse in X3 it changes the zoom and does not scroll.

Using the same in X5 works OK and scrolls.

How I can change a setting somewhere so that it scrolls in X3

View 5 Replies View Related

CorelDRAW Graphics Suite X3 :: Change Mouse Scroll To Stop Zooming?

Mar 27, 2009

I remember back in 8 or 9 when you could use the scroll mouse to "scroll".  But in 11 or 12 it changed to "zoom".there is a way to change it back to scroll?

[URL]

View 12 Replies View Related

CorelDRAW Graphics Suite X6 :: Exporting From ADD Transparency Added CMYK Objects To JPG Makes Drastic Color Shift

Mar 26, 2013

It makes very serios color shift. how can I prevent this.

View 5 Replies View Related

CorelDRAW Graphics Suite X5 :: Symbol Manager And Clip Art

Jan 27, 2013

corel problem.jpg

My symbol manager doesn't work in CorelDRAW X5.

I open the symbol manager and click on local or network symbols, add library and go to c: users/public/ public documents/ Corel/ CorelDRAW Graphics Suite X5/ extras/ content/ clipart and click on any of the folders or files and then click on "ok" and I get absolutely nothing.

Nothing appears in the symbol preview at anytime. I think I am doing this according to the instructions. I know the clip art is there because I can navigate to it through windows and open them.

I uninstalled, re-installed, and updated it.

View 1 Replies View Related

CorelDRAW Graphics Suite X6 :: Macro Manager - Order Of Items

Apr 15, 2012

What determines the order of items shown in the Macro Manager? Is there anyway to have the modules show up in alphabetical order?

View 5 Replies View Related

CorelDRAW Graphics Suite X4 :: Wipe Out All Symbols In Manager Docker?

May 13, 2013

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.

View 1 Replies View Related

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','');

View 14 Replies View Related

CorelDRAW Graphics Suite X6 :: Bitstream Font Manager Not Opening

Jul 24, 2013

O/s: XP.    CDR X6 Suite.

Bitstream font manager will not open. I have un-installed it, reinstalled it, uninstalled the complete suite and then reinstalled it. Was there not an issue last year with a Microsoft Security update that disabled Type1 fonts, but I'm sure Bitsream did still work. Today I had an update for "Microsoft PowerPoint Viewer" but I restored XP before today's update to try and eliminate that as being the problem. Last week I had problems with "User Profiles" being corrupted (no cdr files were listed that I could see) due to overheating hard drives but that was sorted out and everything has been fine untill today.

View 3 Replies View Related

CorelDRAW Graphics Suite X3 :: View Manager Opens Over 400 Views

Sep 16, 2011

When I open any of my cdr files, the view manager opens over 400 views.  It takes quite a while to open any file.  If I take the time to delete all of the views after opening the file, (it seems that they have to be deleted 1 by 1) and I resave the file, the views stay deleted.  The ironic thing is that I have never even used the view manager, or saved any views.

View 1 Replies View Related

CorelDRAW Graphics Suite X4 :: Cannot See List Of Fonts

Aug 10, 2011

When I try to enter text and select the drop down menu for font selection, my list of font styles does not show up until you put your cursor over a spefic font.  Otherwise the list is blank.  I tried to install the repair feature from the disk but that didnt change it.

View 1 Replies View Related

CorelDRAW Graphics Suite X5 :: How To Get List Of Names From Excel

Apr 26, 2011

I have done it in a lot of steps. There must be a simple way to do it.

View 3 Replies View Related

CorelDRAW Graphics Suite X5 :: Fonts Disappearing In The List?

Jan 23, 2012

This just happened, I shut down and rebooted my computer as it has been a while since i turned it off. When I restarted and launched Corel I found that some of my fonts were missing. In particular Arial, which is my default font, was no longer in the list and was replaced by some other random font. I opened Font Navigator and saw that arial was not in the list of installed fonts, so I had to reinstall it. I checked my windows font list and Arial was installed. This has happened before but I didn't too much attention to it. why corel would just randomly drop fonts?

View 9 Replies View Related

CorelDRAW Graphics Suite X4 :: Select Object Under Artistic Media Brush Object

Sep 17, 2011

have to select an object under an artistic media brush object. i try hold down alt key when select the object under the artistic media object but it select the second object

View 2 Replies View Related

CorelDRAW Graphics Suite X6 :: Object Styles - None For A Single Object Attribute?

Dec 9, 2012

Is there a way to exclude single attributes from being defined in a object style? As example: i want to define an outline that does not change width of the objects, but everything else.

There is a small tick box right of every attribute with help text "None   this object attribute is not defined by a custom style" but i can not mark it. My feeling is, that i need to switch on this tick box to get the result i need, but i can not. When i click on it, it just gives me a greyed out "Revert". When i try to make child styles, there is a way to break the connection to parent style with these tick boxes, but no luck.

Is it a bug? I tried it with X6, X6.1 and X6.2

View 1 Replies View Related

Photoshop :: Selecting In CS6 Makes Screen Go Black / Deselecting Turns It Back Normal Again?

Jun 3, 2012

When I try to select areas in PS CS6 my whole document turns black. As soon as I deselect it comes back in view.Is there something wrong with my setting?

View 1 Replies View Related

CorelDRAW Graphics Suite X5 :: Why Style Of Art Of Pen Strokes List Does Not Show

May 24, 2012

QQ截图20120523105022.png

Strokes list inside style pattern is not displayed inthe art of pen tool, but can be used normally.

View 3 Replies View Related

CorelDRAW Graphics Suite X6 :: Font List Extra Wide

Aug 23, 2012

I just opened up X6 to find my font list is significantly wider than it should be.See image at below.

BTW, I have tried to reset (F8) the workspace.

I'm using v 16.1.0.843.

View 14 Replies View Related

CorelDRAW Graphics Suite X4 :: Unable To Show Macro In List

Aug 12, 2013

why all-the-sudden this macro does not show up in the list of macros?  I'm not sure if it is conflicting with something else and it's been happening off and on.

CorelDraw X4 (14.0.0.704)

Win 7 64bit
12GB RAM

View 6 Replies View Related

CorelDRAW Graphics Suite X6 :: How To Make Bulleted List Nested

Aug 27, 2013

Here I would like to know how to make a bulleted list nest in CorelDraw x6?

Example:

A___ The text;
B___ The text;____1_ The text;____2_ The text;
C___ Text

View 5 Replies View Related







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