We value your input! Please participate in Archicad 28 Home Screen and Tooltips/Quick Tutorials survey
2008-12-11 11:26 PM
2008-12-12 08:07 PM
2008-12-12 08:12 PM
Is there a a way (a script maybe?.. i'm grasping at straws here) to globally change the default background pen to be 91 (white) again?You could go into the pen sets and create one of your own. You would have to click on the pen you want to change, 91 for example. The selected pen set will change to "Custom". Click "Edit Color". Then choose the color you want for that pen and click OK. You will have to know the pen numbers of the pens that you use and do these steps for each of them. Then click "Store As" To save the pen set. Then you just need to make sure that you set this pen set current for all relevant views. Even if you have several commonly used pens this proccess shouldn't take to long.
2009-07-16 06:52 PM
2009-07-16 09:11 PM
2009-07-16 09:13 PM
2009-10-08 05:20 PM
Juha wrote:Juha -- Any suggestions on where to look to begin learning about this process? I looked through the developer toolkit and it made my head spin -- If I just knew where to start it might help. Thanks -- LJY.
Hello,
Setting the default parameters for the objects can be made
by converting the library to XML with the library developer
toolkit. After the conversion the parameters can be tweaked with
regular expressions.
2009-10-13 01:29 PM
Laura wrote:Yeah, we don't have any good documentation published about this. Refer to the following examples which were written for MS Visual Studio. The expressions can vary depending on the dialect used by your tool/editor.
Juha -- Any suggestions on where to look to begin learning about this process? I looked through the developer toolkit and it made my head spin -- If I just knew where to start it might help. Thanks -- LJY.
{ Name="gs_wallhole_hotspots"\>(.|\n~( Name=))@\<Value.@\>}0{\</Value\>}Replace with:
\11\2Setting
{ Name="gs_wallhole_hotspots"\>(.|\n~( Name=))@\<Value.@\>}.@{\</Value\>}Replace with:
\11\2Setting string type parameters
{ Name="gs_sill_type"\>(.|\n~( Name=))@\<Value.@\>\<!\[CDATA\["}Brick{"\]\]\>\</Value\>}Replace with:
\1Stone\2Setting
{ Name="gs_sill_type"\>(.|\n~( Name=))@\<Value.@\>\<!\[CDATA\["}.@{"\]\]\>\</Value\>}Replace with:
\1Stone\2
2017-04-07 03:25 AM