help presetting state of Visual Styles Manager

help presetting state of Visual Styles Manager

Anonymous
Not applicable
303 Views
3 Replies
Message 1 of 4

help presetting state of Visual Styles Manager

Anonymous
Not applicable
Autocad Architecture 2008

i would like to pre-set the state of the visual styles manager. i can't seem
to find the docked stated, autohide, etc in the registry. i did find it in
the exported profile...


Orientation="-1" AllowDocking="1">
Width="315" Height="614"/>
Height="300" MRUDockID="0"/>

ActivePaletteIndex="0" TitleBarLocation="0" AutoRollup="1" Name="VISUAL
STYLES MANAGER" Style="46" Opacity="100" Visible="0"/>
PaletteStyle="0"/>


using lisp, is it possible to send this info to acad to change the current
state of the manager. i don't care if it needs to be in a different syntax
than the xml above.

FWIW, the state i'm trying to set will be constant.

thank you.

--
Daron
Later, back at the Hall of Justice.....
0 Likes
304 Views
3 Replies
Replies (3)
Message 2 of 4

Anonymous
Not applicable
The XML file where the data is stored is here:

(strcat
(getvar "roamablerootprefix")
"Support\\Profiles\\FixedProfile.aws"
)


--
http://www.caddzone.com

AcadXTabs: MDI Document Tabs for AutoCAD 2008
Supporting AutoCAD 2000 through 2008
http://www.acadxtabs.com

"Daron Denton" wrote in message news:[email protected]...
Autocad Architecture 2008

i would like to pre-set the state of the visual styles manager. i can't seem
to find the docked stated, autohide, etc in the registry. i did find it in
the exported profile...


Orientation="-1" AllowDocking="1">
Width="315" Height="614"/>
Height="300" MRUDockID="0"/>

ActivePaletteIndex="0" TitleBarLocation="0" AutoRollup="1" Name="VISUAL
STYLES MANAGER" Style="46" Opacity="100" Visible="0"/>
PaletteStyle="0"/>


using lisp, is it possible to send this info to acad to change the current
state of the manager. i don't care if it needs to be in a different syntax
than the xml above.

FWIW, the state i'm trying to set will be constant.

thank you.

--
Daron
Later, back at the Hall of Justice.....
0 Likes
Message 3 of 4

Anonymous
Not applicable
thank you.
0 Likes
Message 4 of 4

Anonymous
Not applicable
but my question remains...


> using lisp, is it possible to send this info to acad
> to change the current state of the manager.


--
Daron
Later, back at the Hall of Justice.....



"Daron Denton" wrote in message
news:[email protected]...
thank you.
0 Likes