We value your input! Please participate in Archicad 28 Home Screen and Tooltips/Quick Tutorials survey
2007-05-08 09:56 PM
2007-05-09 11:01 PM
2007-05-10 03:20 AM
B wrote:My advise is to not use "A" & "B" as variables.
I have a stretchable "print area" object. In the parameter script I use GLOB_MODPAR and PARAMETERS command to allow me to have a change in the intended print size change the A and B variables (the object's size at that drawing scale) and vice-versa. It works pretty well.
My problem now is that if I change the drawing scale, I want the object to respond immediately to the global environment change. My object keeps the A and B values not the intended print size when the scale changes. To get the part to retain the intended print size values, should I move some of the code I to the master script to be processed? Using a variable that holds the drawing scale and GLOB_MODPAR I have got it to work but it requires stimulating the object by opening the settings dialog. Is there better way to get the object to respond to the drawing scale change?
2007-05-16 07:08 PM