AutoCad :: Use Alphanumeric Character In Custom Palette?
Apr 12, 2013
I am trying to create a custom palette with symbols that I use in day-to-day work. Ideally, I'd like to add a tilde, rotated 90 degrees and with a specified line thickness, in a few different colors, into a custom palette. Is there a way to do this that doesn't involve me making a tilde-shaped pline and filling it in? When I click and drag the tilde to my custom tool palette it appears as a link for DText. Although it isn't much of a hassle to emulate a tilde shape, I'd like to know if it's possible in general.
Is it there anywhere in photoshop a glyph palette, since i am using many icon fonts and it is slowing me down everytime to go to "Character Map". Or if not as part of photoshop is it there any plugin/extension that could give me this feature?
Have Adobe changed the way tracking values are interpreted in Photoshop CC?
Just that if I select a line of text like normal and then set the tracking to eg. -50 when the change of tracking is made to the text this -50 value then turns into -11! which I don't understand!
It doesnt matter what i change it to the value then automatically changes to a weird number value, if I try tracking of -25, it changes to -5! What is going on here, is there a setting I need to check or change?
Since the latest update earlier this week, I've experienced major issues with the character palette - particularly the point size and tracking. The tracking issue is by far the greater of these two evils and the following explains the issues I've observed:
tracking - the number you type isn't the number used to set the tracking. The slider and up/down arrows do not remedy this problem, though they make it slightly more predictable. The number that appears seems random, though I've noticed a pattern in some instances (typing 20 sets tracking 18, typing 40 sets it 36, typing 60 sets it 54, and so on). This issue also appears to be connected to free transforming a text layer, so the pattern is possibly based on the percentage of scaling.
font size - the number you type works if size is increased in small increments to a certain point. Then it max's out, and this error appears repeatedly (after ok is clicked the error pops back up)
I've searched the web for resolutions to the issue and haven't found anything. This is what I've tried and none of it worked to any lasting degree:
- set units to pixels in preferences and restart photoshop - set units back to points in preferences and restart photoshop - restart photoshop and pc (several times) - shut down photoshop and pc (several times) - unplug pc and discharge static
I thought after having the newest version of Illustrator I would be able to have a text box selected & scroll through the font list to see the different fonts change on the text using the arrow up/down keys.
I seem to only be able to scroll through 2-3 fonts & then it stops, which is very frustrating because I am so used to doing it in ID & PS.
What I can do? Picking each font one by one is time consuming.
Select one type layer, as you can see below, the character panel reflects the setting correctly:
Select TWO type layers, with the exact same character attributes.. what happens?
It should say in the image above 36px/52px, not 12.16px (.16 px? Really?) and 17.56.I haven't the foggiest idea where that even comes from.
But the result for all photoshop users is that they have to individually change all the layers individually..I was hoping character styles would work, i have yet to figure out how it even works, i've tried multiple times, it just doesn't do anything to the selected type.
how to create a custom bullet using the bullet character style and configure it as needed. The issue I have is that I can't edit or delete a custom bullet character style once it is created. When I create a custom character style, it doesn't preview so I'm sort of guessing on things like baseline or vertical shift and things like that, so it is trial and error and then I end up with a bunch of extraneous character styles. What I really want to do is edit an existing one - is there a way to do this and I'm just missing it? And if not, can I at least delete the extra character styles?
I have created a custom office standards tool palette for the users, and it is properly loaded on all the machines. The issue is that when the 'Tools' button on the ribbon is pressed, it loads to the 'design tools' palette by default. Most user here have the habit of closing the tool menu after use, and reopening it from the menu - which defaults back to the design tools palette instead of the office standards... which is frustrating when jumping back and forth constantly. I assumed there was an easy way to tell them to set the 'standards' as the default, but I can't seem to find this property anywhere.
I recently got a new drafting job for a chemical plant. The issue that I am having is that they are using AutoCAD 2004. That version came out when I was a freshman in high school and I am lost. I am trying to insert the custom blocks that pertain to our design standards, but I am getting nowhere.
I have the blocks in a separate folder. I am getting to the customize tool palette option, but every time I try and import these files the folders show up empty. Admittedly, I am not the greatest with the complexities of AutoCAD because I picked it up on the job and never had any "official" training; however, it has also been two years since I've had to do this and I am a little rusty... I'd like to think it's just that because they are using decade old software.
I'm trying to install on a 2nd computer; I'm getting the error 1324 message: "the path custom shapes contains an invalid character." It won't let me continue installation.
I'm writing code that able user to show my custom palette.
Everything is working fine, but ... I want to make some of my groupbox to be expandable/collapsible, like here (3D visualization):
[URL]
I think that using groupbox control is bad idea, so how can I make some container with my controls (label and textbox) and make this container expandable/collapsible?
I am trying to make a custom palette for structural members. "Then, temporarily deactivate the link and change the dimension properties of the tool to 4 x 4 x 4 meters. Next, copy the tool back to the Content Browser. The Content Browser catalog is updated with the new tool properties. Finally, reactivate the link from the Content Browser tool to the AutoCAD Architecture palette."
I recently made a custom Tool Palette that contains all of our most commonly used Assemblies in our office on my PC. I then exported the Paleette to a location on our network and tried to import it onto another workstation. The Palette imported correctly and all of the assemblies are visible. However, when an assembly is attempted to be inserted into a drawing nothing is inserted.
Upon insertion the properties menu box shows up indicating that it is closed or locked..."do you wish to continue".
Is there a step that I am missing on importing or exporting of assemblies or Palettes?
This was my first go-around attempting to create a custom tool palette for our office. Everything was fine, the palette worked well. All of the block libraries and associated files were initially saved on my local drive. I then moved the files and folders out on the network, repathed all the items on the palette to the new area but for whatever reason when I insert blocks that have attribute data attached It is not recognizing it anymore. I am just trying to get this piece straightened out before I export the palette itself out to the network to share.
I am trying to create a custom palette that will load whenever Autocad loads. The code below works with one exception.
<CommandMethod("gtPalette")> _ Public Sub DoIt() If m_ps = Nothing Then Dim MYGuid As Guid = New Guid("{4AECF36F-C7E9-4C59-B72B-36A98DDA1D24}") m_ps = New Autodesk.AutoCAD.Windows.PaletteSet("gtPalette", MYGuid) myCoordPalette = New UserControl1() m_ps.Add("Coordinate List", myCoordPalette) End If m_ps.Visible = True End Sub
The problem is that my Palette title is now "gtPalette" which I do not want. However if I change
PaletteSet("gtPalette", MYGuid) to PaletteSet("GunTech Cogo", MYGuid)
Then what occurs is that when Acad (actually I'm using Civil 3D 2012) start it trys to execute a command called 'GunTech' and then one called "cogo'. Cogo being a valid Civil 3d Command brings up the Cogo dialog. If I then type the command gtPalette it appears in the correct location.
Currently on my development PC the first code works perfect and brings up a palette that even has the correct title of "GunTech Cogo". this info has presumable been saved with the GUID in my previous attempts to get the code to work.
I am having trouble creating a custom palette in Draw X6. I am trying to import (or create) a palette of a range of threads I use. There are around 300 swatches to create. I had this palette in Illustrator that I created from a CSV file using a script. It is in RGB colors. I need to have the swatch and thread number in the palette.
First, is there a way to convert a csv/xls/txt file into an palette xml file to make the palette automatically as I did in Illustrator?
Second, doing it manually is giving me trouble. I am following the below directions from the manual:
To create a custom color palette from scratch
1. Click Window Dockers Color palette manager. 2. Click the Creates a new empty color palette button. 3. Type a file name in the File name box. 4. Click Save. 5. In the Color palette manager, choose the custom palette that you created. 6. Click the Opens the Palette editor button. 7. In the Palette editor dialog box, click Add color. 8. In the Select color dialog box, choose a color, and click Add to palette.
I've gotten to Step 7, but there's where everything goes badly, When I add a color, the Select Color box comes up, and I choose the Models tab and choose an RGB. All my thread colors are in RGB. I can then input the RGB values in the cvs table, however, when I try to name the color with the thread color number (say "2005 - Petal Yellow"), it changes the RGB values to something else and changes the color in the preview box. It's like there is no way to give the color my own custom name. If I just bypass the naming and try to Add To Palette, it either tells me the color is already in the palette or I can't add any more because I've reached the maximum allowable entries....in a blank new palette file? Any color I choose from any of the pickers, or anything I enter in the value boxes just ends up with an error message.
I've checked the xml file of the new, supposedly blank, palette, and there are no colors or code, so what am I missing? Why can't I just input the color RGB values, name it, and add it? I can use the color picker to add colors to the palette, and after saving, that does show up in the xml file, but I don't have a document of color swatches, only a CSV. There's got to be a better way then making all the swatches in Draw, and also using the color picker on each one to make the palette.
I want to detect percentages of my artist's oil colors in any area of a vectorized photo that I point to.
So, I want to first vectorize a photo to reduce it to manageable separate color areas. Then, I want to be able to get a list of the various percentages of 108 different colors that make up any of the vector color shapes I point to or select. These 108 different colors are somewhat accurate small bitmap swatches that correspond to 108 artist's oil paint colors.
Alternatively, can I just somehow plug in this 108 swatch palette and have a software (Xara?) break down a bitmap into areas of vector color using only this custom palette?
Is this possible in Xara, or by any other means you know of?
Is there a way to make a custom palette using the eyedropper tool? I've made a palette from an object, but it has too many colors. I've also made individual color swatches with the dropper, but I can't select them when using the Mesh Tool. Is there a way to make a color palette with the eyedropper tool that will work with the Mesh Tool?
For some reason, the tool palette I usually use is not accessible. I opened a drawing that a co-worker was using and my tool palette now looks like an old version - it doesn't have any of my custom tools in it. How do I get back my tool palette??
When inserting a content center part for which we have to choose a material, we would like to have a custom material as a default (material with name: "No material selected"). So when selecting no material for this part (for example when the user forgets to select a specific material), the default material (in this case material "No material selected") will be active. In this way, we can see in one view across the BOM which parts have no material assigned yet.
How can this be achieved in the content center (editor)?
Product Design Suite 2014 Inventor 2014, Vault 2014 HP Workstation Z220 Intel Xeon 3.4GHz 16GB RAM Nvidia Quadro 4000 Windows 7 Professional (64bit)
When using Inventor with Vault, we have a problem when categorizing custom content center parts in Vault. In short, custom content center parts are incorrectly categorized as "Content Center" and automatically released - as there is no property that we can use to identify these files.
I need iLogic code to trigger when custom content center files are created/saved, wich adds the following custom iproperty "IsCustomContentCenter=True".
I have been using AutoCAD 2006. Our company is switching to AutoCAD 2012 LT. I want to be able to add my custom toolbar buttons from the 2006 to the 2012 LT custom Ribbon Tabs & Panels. I have figured out how to make the custom ribbon, tab and panel. I just haven’t figured out what I need to do to get the old stuff to where I can add them to the panels.
I have custom 2006 buttons with and without flyouts.
When I drag a previous custom command into an existing custom tool bar and edit the custom command (then rename the command in the Name and Command Name) it also changes the previous custom command that I originally drug into the toolbar. What am I doing wrong?
I am trying to create custom Materials in Inventor 2013. I have been able to create the custom appearances I want use on the materials and store them in the Inventor Materials Library.
After creating the custom appearance, Ive created new materials. When I try to change to new material appearance from default to my custom appearance, upon hitting the 'apply' button I get an error message which reads, 'failed to updated style'.
We are a firm using ACAD 2011 w/ a custom toolbar that has an Auto Purge "tool" it currently deletes duplicated layers, reg ops, duped scales etc. we are wondering what else it can do (or any other tools that may be of use) or how can we get it to do more for us, like restrict referencing files from "unwanted" locations and any other tools that are essential to reducing the size of a drawing so its now so slow