I'm attempting to use layers and the Object manager pops up (like a tooltip) when I setting up my layers. I've turned off "show tooltips" option but this doesn't stop the object manager from showing them.
In my copy of Lightroom 5.3, image info tooltips do not show in the grid view expanded cells even though that option is activated in view options. Is this an issue with Lightroom 5.3? (Note: Image info tooltips in grid view compact cells and the filmstrip do display, however.)
I'm a longtime CorelDraw user (since the 90s), so I generally know what all the tools are... but there are times my mind lapses. Unfortunately, in CDX6 none of my tooltips appear. This is on version 16.3.0.1114 .
CTR+J > Workspace > Display > Show Tooltips has no effect.
Running on Windows 7 Professional x64 with 12GB RAM and NVidia Geforce 480 with latest drivers.
I have all my dimensions on a single layer but when that layer is turned off, the nodes for those dimensions still appear and are selectable. I looked through the system variables and couldn't find a setting that controls this. How can I prevent the display of the nodes?
I gave up on using artistic media brushes because I haven't been able to fix whatever is wrong. I want to be able to use them to create hair on a portrait I'm working on.
I decided to try am brushes again. So, I made three custom brushes and they turned out great. I used one to draw a hair and this caused Corel to freak out. The Object Manager froze and wasn't obeying my commands.
it happened suddenly. if i zoom right in and go into wireframe...it shows the text . it's able to be read when i convert to curves, but then i cant edit it.
I converted a DXF file to a Corel Designer file. This DXF file also has some dimensions which turned into paragraph text. This paragraph text is turned by 90 degrees. The font size is rather small, so I increased it by some points. As the paragraph text frames were now too small, I tried to increase their size. However, the text frames always jump back to their original size.
I experimented a little bit and noticed that this is only, if the text is turned by 90 or 270 degrees. If the text frame is not turned or turned by 180 degrees, you can change the size of the text frame. Additionally this problem arises only, if the option "Expand and shrink paragraph text frames to fit text" is activated (in Tools | Options | Workspace | Text). Sometimes some text frames were adapted automatically, when I changed this option. However, I do not know when which text frame was changed.
My fully activated CorelDRAW X4 turned to trial (0 days left) after performing a windows updating (XP x86) .
Upon launching, a window pops up "No asset found for trial download (license ID: 540228824) with 0 day(s) left, source type 1, lang en and source ID 810007 " and basic features as save, export, scripts, etc are disabled
The about window presents the information correctly of my fully activated CoreDRAW, Owner, serial, version (14.0.0.701)
Since initially installing PS CS6, the tooltips do not completely display. I get part of the white band to pop up that displays slightly less than the first letter of the tool tip. I have uninstalled and reinstalled and the problem persists. I'm using Photoshop CS6 v. 13.0.1 x 32 on Windows 7 Enterprise. I have the Adobe Design and Web Premium CS6 and tool tips work just fine on all the other programs that I use in the suite.
I needed to check some vehicle turning movements against my design, so I started Civil 3d from the AutoTurn icon. As I was working I noticed that I don't have any Tooltips anymore. I've checked the global tooltip settings in the Civil3d settings, and the Autocad options, and also the tooltip settings for individual objects.
I also found that the glyphs which should appear when snaps are turned on aren't visible, although the snaps do work properly. Once I had finished with the vehicle checks I shut down, and then restarted from the Civil3d icon but the behavior hasn't changed back to normal. I've also tried repairing the installation - next step will be a full reinstall.
When I change to single window mode, the Shortcuts disappear from the tooltips of the tools window (ie. 'E' for Elipse, 'Shift+B' for Bucket etc). The tooltips still work, and I can still check them on the tools menu (alt+t). But it would be nice to be able to see them on the mouseover tooltip. If I close Gimp and reopen, the shortcuts show up again on the tooltips. But if I change to single window mode again, they will disappear one more time.
We want to deliver a language independend CUIX-File and translate the UI at runtime after loading the CUIX like this:
foreach (RibbonTab tab in ComponentManager.Ribbon.Tabs) { foreach (RibbonPanel panel in tab.Panels) { foreach (RibbonItem item in panel.Source.Items) { TransRibbonItem(item); } } }
TransRibbonItem(item)should translate the Item text displayed in the UI as well as the tooltip text. I found a good way to translate RibbonItem texts. But the only solution I found to translate tooltips is the approach that Kean Walmsley posted in his blog here and here.
This solution has some drawbacks: It uses Autodesk.Internal.Windows.ToolTip, which Kean rates as "risky". It can not be used in my TransRibbonItem(item) function because it uses an ToolTipOpened event-handler that modifies a tooltip just when it is created.I found that this mechanism does not work very well in AutoCAD 2014: When a tooltip is created the first time, the handler is called before it is completely initialized. The posted solution reloads the tooltip in this case - which leads to a delay and display flash.
I have Polish version of Autodesk Inventor 2013 Profesional. Tooltips display ribbons to me in English. How do I set to display them in the Polish language?
For the last few weeks my copy of C3d 2012 has had what appear to be chinese characters pm all tooltips.This started after a network change here which resulted in everyone gaining a new user account on their PC.
I copied over all my old settings.I have tried adding font packs from the installation disk.I tried repairing from the installation disk.
Makes no difference; it's still Chinese (or what appears to be Chinese anyway). how to get this program back into English or is a reinstallation the only answer?
After reading a thread that seems related I also tried changing the windows advanced appearance options for tooltip fonts.Didn't have any effect.
I am using Illustrator on a Wacom 24HD on a PC, which works quite well, except that as a right handed person, the tooltips, which appear to the right of the mouse cursor, are covered by my hand. Windows (and the Wacom settings) both have a left hand / right hand setting which control where a popup menu appears, however, I do not see anywhere where I can control where the tooltips appear, presumably because this is an Illustrator feature, not a Windows feature. Its particular important for this application because tooltips are used for information (such as size when dragging out new shapes), not just for beginners needing a reminder what a button means. To put the tooltips to the left of the cursor instead of the right?
Ever since I got back to my desk after theEaster break I have had an odd problem witj C3d 2012.
The pop up names of the buttons along the bottom (snap, grid, osnap etc) are apparently now in Chinese. Tool tips for other tools are also containing a mixture f what appears to be Chines plus corrupted characters.
4 little helper functions to turn off & on the ToolTips associated with alignments. Handy for when you have a number of nearby alignments and you don't need the constant showing of all the data.
Intended for buttons, actual function names may be shortened for keyboard use.
|; (defun c:all-align-ttips-off () (if (ssget "x" '((0 . "AECC_ALIGNMENT"))) (progn (vlax-for ent (vla-get-activeselectionset (vla-get-activedocument (vlax-get-acad-object))) (vlax-put-property ent 'showtooltip :vlax-false) [code]....
I want to show my listings in frames but I don't want to take photos, I was wondering if there is a quick way to do this using Corel. Below the first link is an example of my listing I have on E bay.
Here's the issue I get with my laser printer dialog box:
One or more fountain fills may show banding
Suggestions: The following actions can eliminate banding:
Reduce the length of the fountain fill Increase the number of fountain steps Increase the range of color in the fill Output to a higher resolution Output using a lower screen frequency Break apart the fill into two or more objects
I am attempting to export several CorelDRAW 15 projects to JPEG so I can send them to my publisher, but I've run into a couple of problems...
The first being that the images never actually export. I go to File->Export, select the file type, and then click OK on the options page. The options page just closes and nothing shows up in the destination folder.
The really weird part is that if I try to export the same file again, Corel spits me a message saying it all ready exists and should I replace it. I double check the file path on both ends to make sure I didn't just export to the wrong place and that isn't the issue.
I even went swop far as to check the directory in question in Windows Command Prompt to check for some strange ghost file that I've never heard of and it says that the folder is completely empty.
And then it got even WEIRDER. I right clicked the folder in question to check the properties and, to my amazed shock, it showed the folder containing 4 files and a little over 7 mb (the expected number). Upon a quick search in the start menu, the imported picture ACTUALLY showed up looking perfect with a file address leading to the ghost folder.
Now here's the fun part: I figured maybe it was just a display glitch that I could fix by just moving the folder to an other one, it then proceeded to give me this error:
" The action can't be completed because the file is open in another program. Close the folder or file and try again."
It didn't say what program, but I assumed cleverly it was Corel. I closed it and nothing changed. So I then went to the Task Manager to see if a Corel process is still running... Nope... Nothing. Corel -- as far as the computer is concerned -- is no longer running and I still can't get my files that may or may not be there.
Additional Notes: Running Windows 7 Home Premium 64-bit SP1 Pentium Dual-Core Processor 2.7 GHz 4 GB RAM CorelDRAW Graphics Suite X5
When I insert a new object (bmp) from file I see a placeholder with the filename instead of the content of the bitmap.Is there anywhere a setting I can change the import of bitmaps.
When I click on the Font Navigator icon, the window opens, but there are no fonts anywhere.......it's empty !! When I click on View All Fonts, nothing happens . How do I get my installed fonts to show up in my Font Navigator?
We reinstalled Windows 7 64bit to Windows 7 32bit and now all previously created Corel Draw X5 files in Win 7 64bit did not show correct fonts in Win 7 32 bit. All fonts are installed.
I often toggle between Portrait and Landscape when I begin working out a layout. Is there an easy way to make the Printable Area dotted lines automatically follow suit? My printer's default is already set to "Match Orientation".
Up till now I have been going to File>Print Setup>Preferences>Layout>Portrait or Landscape for each and every toggle!