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