CAD Managers
Reply
Topic Options
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic to the Top
- Bookmark
- Subscribe
- Printer Friendly Page
*James Maeding
where are properties palette location coords stored?
Options
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Email to a Friend
- Report Inappropriate Content
407 Views, 2 Replies
10-21-2008 01:19 PM
a user cannot get the properties pal to show, and I can't find the settings where location is stored, so I can reset.
Any suggestions besides a repair install?
James Maeding
Civil Engineer and Programmer
jmaeding - at - hunsaker - dotcom
Any suggestions besides a repair install?
James Maeding
Civil Engineer and Programmer
jmaeding - at - hunsaker - dotcom
*James Maeding
Re: where are properties palette location coords stored?
Options
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Email to a Friend
- Report Inappropriate Content
10-21-2008 02:06 PM in reply to:
*James Maeding
found them in the:
C:\Documents and Settings\james\Application Data\Autodesk\AutoCAD Civil 3D Land Desktop Companion
2008\R17.1\enu\Support\Profiles\FixedProfile.aws
had to do a file compare before and after to narrow down the name of the palette for the properties palette.
Simple answer is to delete the file, acad will recreate it on open.
James Maeding
|>a user cannot get the properties pal to show, and I can't find the settings where location is stored, so I can reset.
|>Any suggestions besides a repair install?
|>James Maeding
|>Civil Engineer and Programmer
|>jmaeding - at - hunsaker - dotcom
James Maeding
Civil Engineer and Programmer
jmaeding - at - hunsaker - dotcom
C:\Documents and Settings\james\Application Data\Autodesk\AutoCAD Civil 3D Land Desktop Companion
2008\R17.1\enu\Support\Profiles\FixedProfile.aws
had to do a file compare before and after to narrow down the name of the palette for the properties palette.
Simple answer is to delete the file, acad will recreate it on open.
James Maeding
|>a user cannot get the properties pal to show, and I can't find the settings where location is stored, so I can reset.
|>Any suggestions besides a repair install?
|>James Maeding
|>Civil Engineer and Programmer
|>jmaeding - at - hunsaker - dotcom
James Maeding
Civil Engineer and Programmer
jmaeding - at - hunsaker - dotcom
Re: where are properties palette location coords stored?
Options
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Email to a Friend
- Report Inappropriate Content
01-25-2013 05:16 PM in reply to:
*James Maeding
This info was useful for the problem I had. I wanted the Properties palette and Tool Palettes turned on and docked left and right respectively when creating a new user profile.
This is the procedure I used:
- Export your default user profile to ARG format
- Paste the two sections of XML content into two xml text files. Use XML Notepad 2007 to open these files and hit the save command. This will format the XML code so it is more readable.
- Paste the XML code back into the ARG file. Don't include anything that was not there before (e.g. the first line <?xml version ...>)
- Configure the palettes location and docking, exit AutoCAD and locate the Profile.aws file: %APPDATA%\Autodesk\AutoCAD 2013 - English\R19.0\enu\support\Profiles\<ProfileName>
- Copy the file, rename copy to XML, open in Notepad and delete everything before and after the <AcApData>...</AcApData> section. Open the XML file in XML Notepad 2007. There should be 4 Tool sections and a StartupInfo section. Two of these sections contain a large amount of data that can be deleted. These sections are called PROP_STATE and CAcTcUiToolPaletteSet.
- What is left of <AcApData>...</AcApData> should be about 40 lines. Paste this into the ARG file replacing the line containing only <AcApData />
As part of the configuration, import the ARG file for each user and issue three commands to turn on the palettes
TOOLPALETTES
PROPERTIESCLOSE
PROPERTIES
