AutoCAD .NET :: Expand / Collapse Custom Palette's Group?
Nov 28, 2012
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?
View 3 Replies
ADVERTISEMENT
Mar 4, 2013
Whenever I open a file, Layers are randomly expanded in the Layers palette.
Is there a way to run a script that collapses and/or expands all layers?
View 3 Replies
View Related
Oct 7, 2008
I am searching a shortkey for collapsing all group layers at once?
View 1 Replies
View Related
Feb 2, 2012
Is it possible to add the Properties Palette to a custom made palette set in .NET? And how to do this?
View 3 Replies
View Related
Nov 12, 2012
I want to create a new Tool Palette Group. How can I do?
View 6 Replies
View Related
Oct 10, 2011
I have set the properties in Content Browser for New Project 2012 (our template for new projects) under Tool Palettes for shared workspace catalog; tool palette group is pointing to Workspace Catalog on a shared drive; tool content root path is pointing to a Projects folder called New Project 2012.
When I open the project New Project 2012 the tool palettes come up but with a Tool Palette Group called New Project 2012 with all the tool palettes listed under it. I right clicked and made the Design group the current group and selected Customize Palettes. I can see under Palette Groups - New Project 2012. I right clicked and selected delete and it's gone but when I go out of the project and go back in, the group New Project 2012 is there. Where do I go to delete this group? Where do I tell the Project to have the Design Group be current when opening this Project?
View 3 Replies
View Related
May 12, 2012
I have created multiple tool palettes that i load depending on whether im working on a rcp plan or a toilet room plan, etc. On the right hand side it says Tool Palettes - All Palettes. How to rename that to say rcp,civil, etc? If I right click on the right side of the tool palette & select rename it renames all tool palettes to whatever I type in. I thought it might be tool palette groups but I am not sure. I can't seem to set one to be current. The selection is grayed out
View 3 Replies
View Related
Mar 22, 2011
I'm currently going over the Metric tutorial for ACA 2009. At some point, I'm instructed to right-click the tool palette title bar to select the "project-specific" palette (which should be located among the Design, Visalization, etc palettes). Well, this palette is not there.
I´ve checked the project properties and verified that Project Tool Palette Group is set to Shared workspace catalog. The paths are correct (I'm using Windows 7 x64), etc. When I open antoher tutorial project (Steel Framed Residence_m) the project tool palette is there, but when I create any new project or use the one in the tut, this group/palette is not created.
The profile used to create the project is the default:
C:ProgramDataAutodeskACD-A 2009enuTemplateTemplate Project (Metric)Template Project (Metric).apj
View 1 Replies
View Related
Aug 10, 2010
What is the difference between Expand and Expand Appearance tool
View 7 Replies
View Related
Aug 21, 2013
I have a group called "grey button" with a text layer ("ok, got it") and a shape layer ("large grey") within in it. Sometimes the two elements within the group show up in the layers palette, sometimes they don't. Sometimes when I click the drop down for the group folder, it looks to be open but nothing shows beneath it. Sometimes when I can get the items within the group folder to show beneath the folder, then close the dropdown, the folder looks closed but the elements are still showing beneath it.
View 5 Replies
View Related
Mar 12, 2013
The Photoshop CS6 Info Palette is not showing before and after in Grouped Adjustment Layers. It only shows the after values on both sides of the Palette.
The two macs with this problem are:
Mac Pro
2 x 2.93 Ghz 6-Core intel Xeon
96 GB 1333 HZ DDR3 ECC
ATI Radeon HD 5770 1024 MB
OSX Lion 10.7.5
The two macs that work correctly are:
Mac Pro
2 x 3.06 Ghz 6-Core Intel Xeon
96 GB 1333 HZ DDR3 ECC
ATI Radeon HD 5870 1024 MB
OSX Lion 10.7.5
View 4 Replies
View Related
Oct 28, 2011
I have code that adds my own custom menu group to a contextmenu when right-clicking with a particular object selected (in this case a dimension). Works great!
My questions are:
1) How can I get my custom menu item located where I want it rather than appearing where it wants in the contextmenu?
2) Can I add my own custom menu item to an existing context menu group? For example: It you right-click on a dimension string in AutoCAD 2012, you get a group of dimension commands: Dimension Style, Precision, Etc... Is it possible to add my menu item to that group? If so, how can I do this. I cannot seem to find it documented anywhere! Below is my code for adding my own menu group.
Private Sub AddObject_RightClickMenu() Dim ed As Editor = Application.DocumentManager.MdiActiveDocument.Editor Try m_ObjectMenu = New ContextMenuExtension m_ObjectMenu.Title = "Dimension Objects Menu" Dim mnuItem As MenuItem = New MenuItem("Extension Line Toggle") AddHandler mnuItem.Click, AddressOf run_dimExtEdit_WhenClicked m_ObjectMenu.MenuItems.Add(mnuItem) ' create an rxclass Dim dimensionClass As RXClass = RXObject.GetClass(GetType(Dimension)) ' adding the object menu Application.AddObjectContextMenuExtension(dimensionClass, m_ObjectMenu) Catch ex As System.Exception ed.WriteMessage("Error Adding Object Menu: " + ex.Message) End TryEnd Sub
View 1 Replies
View Related
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.
Using AutoCAD LT 2011
View 2 Replies
View Related
Feb 6, 2012
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.
View 0 Replies
View Related
May 31, 2013
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.
View 9 Replies
View Related
Oct 21, 2011
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."
View 5 Replies
View Related
Apr 13, 2012
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?
View 1 Replies
View Related
Oct 31, 2012
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.
View 1 Replies
View Related
Aug 19, 2008
i have created a table style and saved it within a drawing, how would i go about adding this style to a tool palette?
View 4 Replies
View Related
Feb 12, 2013
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.
View 2 Replies
View Related
Feb 26, 2013
Under the preferences tab for camera or card reader I see a checkbox which i have selected for Make "Group Custom Name" keyword tag. How is this feature accessed to modify this and use this tag? I cannot find the specific field. Will it show up in the Organizer on the right side with the keyword tags?
View 3 Replies
View Related
Apr 24, 2013
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.
View 10 Replies
View Related
Oct 25, 2011
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?
View 8 Replies
View Related
Feb 26, 2012
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?
View 8 Replies
View Related
Mar 19, 2013
One of my designers running 2012 AutoCAD and 2012 CADWorx, can no longer select individual parts of a GROUP by shift selecting the unwanted elements.
I have tried to modify..
Pickadd
Group
PickStyle
PickAuto
PickDrag
but to no success.
Also fiddled with her Options file, still nothing+
View 6 Replies
View Related
Jul 30, 2013
what Collapse To Definitions does inside the iLogic Rules Editor. I've read online how it works in applications such as Visual Studio but I don't see any difference in iLogic between it and the other outlining tools such as Toggle All Outlining.
View 3 Replies
View Related
Apr 15, 2013
how to explode group when group name not found
View 1 Replies
View Related
Jul 23, 2013
I opened a part today and noticed that it had collapsed into itself.
This should be a rectangle 85x15.75:
On closer inspection it appears that the vertical lines somehow became zero length lines. Why does this happen?
Edit: I should mention that I was able to repair the skecth by making the 85" dimension driven, then dragging the line over...
View 3 Replies
View Related
Dec 20, 2012
1. Is the best way to create a design surface having a feature lines and then creating grading objects? Then how do i create a FILL grading group for an eroded embankment of a reservoir. The examples on a typical book e.g."master civil 3d 2012" shows a pond design.
I started a polyline boundary area just a bit smaller than cogo points consist of - survey points shot on the edge on the cliff, shot midway to wall of the cliff and shots taken to where the toe of rip rap fill-boundary should be.More points were created with elevations which represent whats on the site. (See image) . is this correct? On the base feature boundary, do i just tell what length of the boundary line it must be graded from the top of the cliff, 1:2 slope and when I get to the portion of the base feature boundary line at the toe , I just tell how far the length of the boundary line is the and give a slope value of 1:1.5. Should this work.
2. I'm about to try to model the the design surface a different way. (from the cliff 1:2, it goes this way for 5 ft, changes to 1:1.5)
do I create feature lines at toe , then vertical feature line between the toe and the cliff , then use the grading editor or elevation editor
3. Once I obtain the infill surface of the fill, how rotate or orient the model , ( rock material - rendered) so Photo 3 is draped over it.?
View 2 Replies
View Related
Sep 26, 2012
Is there a way to hide or collapse several rows in a Table with a single click? This would be similar to grouping rows together in Excel.
View 1 Replies
View Related
May 18, 2011
I am migrating into Inventor from Solid Works, which had a keyboard short cut for collapsing the parts tree in the browser. Is there a similar command for IV?
View 9 Replies
View Related