<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: Why does parameter update works differently for doors in 25+ in GDL</title>
    <link>https://community.graphisoft.com/t5/GDL/Why-does-parameter-update-works-differently-for-doors-in-25/m-p/616816#M6845</link>
    <description>&lt;P&gt;Does the bug still happens if you run the Parameter script once ?&lt;/P&gt;</description>
    <pubDate>Mon, 22 Jul 2024 07:53:25 GMT</pubDate>
    <dc:creator>MF BIM</dc:creator>
    <dc:date>2024-07-22T07:53:25Z</dc:date>
    <item>
      <title>Why does parameter update works differently for doors in 25+</title>
      <link>https://community.graphisoft.com/t5/GDL/Why-does-parameter-update-works-differently-for-doors-in-25/m-p/616794#M6842</link>
      <description>&lt;P&gt;I hope I can explain this clearly.&lt;/P&gt;
&lt;P&gt;Sample version 22 objects are attached.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I have a door object that works perfectly fine in version 22.&lt;/P&gt;
&lt;P&gt;It has a parameter list of widths (parameter A) and a matching parameter list of door leaf sizes sizes and a parameter for the number of door.&lt;/P&gt;
&lt;P&gt;I have used GLOB_MODPAR_NAME to say when the number of door leaf is changed, the overall width (A) should change as well - simply the number of door x the door leaf width.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I have simplified the code to what is in the attached objects (parameter script).&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;LI-CODE lang="markup"&gt;values "size" 0.72,0.82!,custom

values "a" 0.72*numdoor,
	0.82*numdoor!,				!!!!! if I un-comment these two lines
	!custom						!!!!! then it will work correctly



if GLOB_MODPAR_NAME = "numdoor" then
	a=size*numdoor
	PARAMETERS a=a
endif
&lt;/LI-CODE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;So it is very straight forward.&lt;/P&gt;
&lt;P&gt;If I change the parameter for the number of doors, the value of A should change.&lt;/P&gt;
&lt;P&gt;Which it does perfectly in version 22.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Now exactly the same objects used in version 25 - the door does not work properly.&lt;/P&gt;
&lt;P&gt;Change the number of doors in the parameter to 2, the object settings show the correct value in the object settings, press OK, the info box briefly shows the correct value and then it changes to the firs value in the value list for A.&lt;/P&gt;
&lt;P&gt;It should not do this.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;i.e A =820, number of doors&amp;nbsp; =&amp;nbsp; 1 and door leaf width (size) = 820.&lt;/P&gt;
&lt;P&gt;Change the number of doors to 2, then A should become 1640.&lt;/P&gt;
&lt;P&gt;Instead it becomes 1440, which is 2 times first value in size list.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Oddly if I create an object with exactly the same code, it works in both 22 and 25.&lt;/P&gt;
&lt;P&gt;Object and door object are attached - pleas try for yourself.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;If I add a 'custom' size to the parameter list for A, then is also works, but the problem is I would rather not allow a custom size for A.&lt;/P&gt;
&lt;P&gt;I want a fixed list of sizes.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="BarryKelly_0-1721627202536.png" style="width: 999px;"&gt;&lt;img src="https://community.graphisoft.com/t5/image/serverpage/image-id/66574i002A91EBC1150D87/image-size/large?v=v2&amp;amp;px=999" role="button" title="BarryKelly_0-1721627202536.png" alt="BarryKelly_0-1721627202536.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;This is what I see in 22.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="BarryKelly_1-1721627331869.png" style="width: 999px;"&gt;&lt;img src="https://community.graphisoft.com/t5/image/serverpage/image-id/66575i8EC8EEF1A9D768E7/image-size/large?v=v2&amp;amp;px=999" role="button" title="BarryKelly_1-1721627331869.png" alt="BarryKelly_1-1721627331869.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;But in version 25+ it does not work.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="BarryKelly_2-1721627462419.png" style="width: 999px;"&gt;&lt;img src="https://community.graphisoft.com/t5/image/serverpage/image-id/66576iE269F38997E2B2C0/image-size/large?v=v2&amp;amp;px=999" role="button" title="BarryKelly_2-1721627462419.png" alt="BarryKelly_2-1721627462419.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Does anyone know of a reason why it does not work?&lt;/P&gt;
&lt;P&gt;&lt;a href="https://community.graphisoft.com/t5/user/viewprofilepage/user-id/14532"&gt;@Peter Baksa&lt;/a&gt; if you have time to look at this it would be appreciated.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Attached is a short video as well.&lt;/P&gt;
&lt;P&gt;22 is on the left, 25 is on the right.&lt;/P&gt;
&lt;P&gt;Pause at 19 seconds and you will see info box shows 1640 for width (A) then changes to 1440.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Barry.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 22 Jul 2024 06:06:47 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/GDL/Why-does-parameter-update-works-differently-for-doors-in-25/m-p/616794#M6842</guid>
      <dc:creator>Barry Kelly</dc:creator>
      <dc:date>2024-07-22T06:06:47Z</dc:date>
    </item>
    <item>
      <title>Re: Why does parameter update works differently for doors in 25+</title>
      <link>https://community.graphisoft.com/t5/GDL/Why-does-parameter-update-works-differently-for-doors-in-25/m-p/616798#M6843</link>
      <description>&lt;P&gt;Hi Barry Kelly,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;maybe because the value custom is a comment on the first line ?&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Capture d’écran 2024-07-22 à 08.32.42.png" style="width: 400px;"&gt;&lt;img src="https://community.graphisoft.com/t5/image/serverpage/image-id/66577i35003D2E07EC39EA/image-size/medium?v=v2&amp;amp;px=400" role="button" title="Capture d’écran 2024-07-22 à 08.32.42.png" alt="Capture d’écran 2024-07-22 à 08.32.42.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt; &lt;/P&gt;</description>
      <pubDate>Mon, 22 Jul 2024 06:37:02 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/GDL/Why-does-parameter-update-works-differently-for-doors-in-25/m-p/616798#M6843</guid>
      <dc:creator>BrunoH</dc:creator>
      <dc:date>2024-07-22T06:37:02Z</dc:date>
    </item>
    <item>
      <title>Re: Why does parameter update works differently for doors in 25+</title>
      <link>https://community.graphisoft.com/t5/GDL/Why-does-parameter-update-works-differently-for-doors-in-25/m-p/616804#M6844</link>
      <description>&lt;P&gt;No that is not it.&lt;/P&gt;
&lt;P&gt;I just scripted that out to see if it did make a difference and it doesn't.&lt;/P&gt;
&lt;P&gt;Thanks,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Barry,&lt;/P&gt;</description>
      <pubDate>Mon, 22 Jul 2024 07:08:49 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/GDL/Why-does-parameter-update-works-differently-for-doors-in-25/m-p/616804#M6844</guid>
      <dc:creator>Barry Kelly</dc:creator>
      <dc:date>2024-07-22T07:08:49Z</dc:date>
    </item>
    <item>
      <title>Re: Why does parameter update works differently for doors in 25+</title>
      <link>https://community.graphisoft.com/t5/GDL/Why-does-parameter-update-works-differently-for-doors-in-25/m-p/616816#M6845</link>
      <description>&lt;P&gt;Does the bug still happens if you run the Parameter script once ?&lt;/P&gt;</description>
      <pubDate>Mon, 22 Jul 2024 07:53:25 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/GDL/Why-does-parameter-update-works-differently-for-doors-in-25/m-p/616816#M6845</guid>
      <dc:creator>MF BIM</dc:creator>
      <dc:date>2024-07-22T07:53:25Z</dc:date>
    </item>
    <item>
      <title>Re: Why does parameter update works differently for doors in 25+</title>
      <link>https://community.graphisoft.com/t5/GDL/Why-does-parameter-update-works-differently-for-doors-in-25/m-p/616819#M6846</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I think your script can't work properly even if you un-comment the two lines because you calculate the "a" value only if the "numdoor" value change but you can change the "size" value and then need to re-calculate the "a" one.&lt;/P&gt;
&lt;P&gt;I think you just have to calculate the "a" value each time so just delete the "&lt;SPAN&gt;if&lt;/SPAN&gt; &lt;SPAN&gt;GLOB_MODPAR_NAME&lt;/SPAN&gt; &lt;SPAN&gt;=&lt;/SPAN&gt; &lt;SPAN&gt;"numdoor"&lt;/SPAN&gt; &lt;SPAN&gt;then" and the "endif" lines.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;Or if you want different actions regarding the modified parameter you'll have to set a "&lt;SPAN&gt;if&lt;/SPAN&gt; &lt;SPAN&gt;GLOB_MODPAR_NAME" sequence for each one.&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 22 Jul 2024 07:59:10 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/GDL/Why-does-parameter-update-works-differently-for-doors-in-25/m-p/616819#M6846</guid>
      <dc:creator>BrunoH</dc:creator>
      <dc:date>2024-07-22T07:59:10Z</dc:date>
    </item>
    <item>
      <title>Re: Why does parameter update works differently for doors in 25+</title>
      <link>https://community.graphisoft.com/t5/GDL/Why-does-parameter-update-works-differently-for-doors-in-25/m-p/616823#M6847</link>
      <description>&lt;P&gt;I have tried but I will check again.&lt;/P&gt;
&lt;P&gt;I have tried checking if it the 'isfirstrun' for the entire script as well as just parts (just the GLOB_MODPAR_NAME) but no luck.&lt;/P&gt;
&lt;P&gt;I even tried the option in the compatibility option to run parameter script once.&lt;/P&gt;
&lt;P&gt;No luck.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;The question is why does it work correctly as an object but not as a door (exactly the same sctipt)&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Barry.&lt;/P&gt;</description>
      <pubDate>Mon, 22 Jul 2024 08:11:42 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/GDL/Why-does-parameter-update-works-differently-for-doors-in-25/m-p/616823#M6847</guid>
      <dc:creator>Barry Kelly</dc:creator>
      <dc:date>2024-07-22T08:11:42Z</dc:date>
    </item>
    <item>
      <title>Re: Why does parameter update works differently for doors in 25+</title>
      <link>https://community.graphisoft.com/t5/GDL/Why-does-parameter-update-works-differently-for-doors-in-25/m-p/616826#M6848</link>
      <description>&lt;P&gt;The thing is the script works fine in version 22 but not in 25.&lt;/P&gt;
&lt;P&gt;I am not sure at what version it changed as I skipped from 22 to 25.&lt;/P&gt;
&lt;P&gt;I will have to do some investigating on that.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;And odd that the exactly the same script works if saved as an object, but not when saved as a door.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Barry.&lt;/P&gt;</description>
      <pubDate>Mon, 22 Jul 2024 08:15:17 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/GDL/Why-does-parameter-update-works-differently-for-doors-in-25/m-p/616826#M6848</guid>
      <dc:creator>Barry Kelly</dc:creator>
      <dc:date>2024-07-22T08:15:17Z</dc:date>
    </item>
    <item>
      <title>Re: Why does parameter update works differently for doors in 25+</title>
      <link>https://community.graphisoft.com/t5/GDL/Why-does-parameter-update-works-differently-for-doors-in-25/m-p/616832#M6849</link>
      <description>&lt;P&gt;It has something to do with the parameter list for A being size x numbdoor.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;If I set the parameter list to fixed values ... VALUES "A" 0.72, 0.82, 1.44, 1.64&lt;/P&gt;
&lt;P&gt;Then it works OK.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;But again why is being saved as a door object different to being saved as a regular object?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;The problem now is my object may have 1 door leaf, 2, 3 or 4 door leaves - even more possibly.&lt;/P&gt;
&lt;P&gt;And to complicate it even more the A parameter list also needs to allow for an adjustable frame to door leaf clear and, a double door leaf clearance and even extra intermediate frames for when there are more than to doors.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;So my real door object A parameter list is more like...&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;values "a" (0.41*numdoor)+(2*frame+2*clearance)+(2*wall_type)+(intframe*(int_frame_wid+2*clearance))+INT(numdoor/2)*dble_leaf_cent_clear,&lt;BR /&gt;(0.52*numdoor)+(2*frame+2*2*clearance)+(2*wall_type)+(intframe*(int_frame_wid+2*clearance))+INT(numdoor/2)*dble_leaf_cent_clear,&lt;BR /&gt;(0.62*numdoor)+(2*frame+2*clearance)+(2*wall_type)+(intframe*(int_frame_wid+2*clearance))+INT(numdoor/2)*dble_leaf_cent_clear,&lt;BR /&gt;(0.72*numdoor)+(2*frame+2*clearance)+(2*wall_type)+(intframe*(int_frame_wid+2*clearance))+INT(numdoor/2)*dble_leaf_cent_clear,&lt;BR /&gt;(0.82*numdoor)+(2*frame+2*clearance)+(2*wall_type)+(intframe*(int_frame_wid+2*clearance))+INT(numdoor/2)*dble_leaf_cent_clear,&lt;BR /&gt;(0.87*numdoor)+(2*frame+2*clearance)+(2*wall_type)+(intframe*(int_frame_wid+2*clearance))+INT(numdoor/2)*dble_leaf_cent_clear,&lt;BR /&gt;(0.92*numdoor)+(2*frame+2*clearance)+(2*wall_type)+(intframe*(int_frame_wid+2*clearance))+INT(numdoor/2)*dble_leaf_cent_clear,&lt;BR /&gt;custom&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;It is weird how adding 'custom' to the end of the list works.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="BarryKelly_0-1721638261387.png" style="width: 400px;"&gt;&lt;img src="https://community.graphisoft.com/t5/image/serverpage/image-id/66582iD1145E26EED89674/image-size/medium?v=v2&amp;amp;px=400" role="button" title="BarryKelly_0-1721638261387.png" alt="BarryKelly_0-1721638261387.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;It seems to use the custom size at first because it is not in the original list of A sizes.&lt;/P&gt;
&lt;P&gt;Then it sees that the size is in the new list of values for A and then uses the correct size from the list.&lt;/P&gt;
&lt;P&gt;But again it is odd why the door object works differently to an actual object.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Maybe I need to look at how the parameter list for A is generated.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Barry.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 22 Jul 2024 08:58:05 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/GDL/Why-does-parameter-update-works-differently-for-doors-in-25/m-p/616832#M6849</guid>
      <dc:creator>Barry Kelly</dc:creator>
      <dc:date>2024-07-22T08:58:05Z</dc:date>
    </item>
    <item>
      <title>Re: Why does parameter update works differently for doors in 25+</title>
      <link>https://community.graphisoft.com/t5/GDL/Why-does-parameter-update-works-differently-for-doors-in-25/m-p/616877#M6850</link>
      <description>&lt;P&gt;Try moving the parameters a =a out of the if statement.&lt;/P&gt;
&lt;P&gt;And maybe set it to itself first.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;If----&lt;/P&gt;
&lt;P&gt;Endif&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;a=a&lt;/P&gt;
&lt;P&gt;Parameters a=a&lt;/P&gt;</description>
      <pubDate>Mon, 22 Jul 2024 13:06:29 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/GDL/Why-does-parameter-update-works-differently-for-doors-in-25/m-p/616877#M6850</guid>
      <dc:creator>SenecaDesignLLC</dc:creator>
      <dc:date>2024-07-22T13:06:29Z</dc:date>
    </item>
    <item>
      <title>Re: Why does parameter update works differently for doors in 25+</title>
      <link>https://community.graphisoft.com/t5/GDL/Why-does-parameter-update-works-differently-for-doors-in-25/m-p/616978#M6851</link>
      <description>&lt;BLOCKQUOTE&gt;&lt;HR /&gt;&lt;a href="https://community.graphisoft.com/t5/user/viewprofilepage/user-id/5414"&gt;@SenecaDesignLLC&lt;/a&gt;&amp;nbsp;wrote:&lt;BR /&gt;
&lt;P&gt;Try moving the parameters a =a out of the if statement.&lt;/P&gt;
&lt;HR /&gt;&lt;/BLOCKQUOTE&gt;
&lt;P&gt;If I take it out of the if GLOB_MODPAR_NAME statement, it does work.&lt;/P&gt;
&lt;P&gt;But it does need to be ...&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;a=size*numdoor&lt;BR /&gt;PARAMETERS a=a&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I am not sure why taking it out of the if statement works, but I will give it a try in my real door object.&lt;/P&gt;
&lt;P&gt;Still, why is the way the script work in the door object different to the way it works in a normal object?&lt;/P&gt;
&lt;P&gt;That is still a puzzle for me.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thanks,&lt;/P&gt;
&lt;P&gt;Barry.&lt;/P&gt;</description>
      <pubDate>Tue, 23 Jul 2024 02:46:13 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/GDL/Why-does-parameter-update-works-differently-for-doors-in-25/m-p/616978#M6851</guid>
      <dc:creator>Barry Kelly</dc:creator>
      <dc:date>2024-07-23T02:46:13Z</dc:date>
    </item>
    <item>
      <title>Re: Why does parameter update works differently for doors in 25+</title>
      <link>https://community.graphisoft.com/t5/GDL/Why-does-parameter-update-works-differently-for-doors-in-25/m-p/620440#M6856</link>
      <description>&lt;P&gt;Hi Barry,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;This is a bug, I will report it. A workaround may be that you round the custom value to the closest allowed one. And it is possible to show only certain values of a parameter with ui_infield{3}.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 31 Jul 2024 10:01:57 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/GDL/Why-does-parameter-update-works-differently-for-doors-in-25/m-p/620440#M6856</guid>
      <dc:creator>Peter Baksa</dc:creator>
      <dc:date>2024-07-31T10:01:57Z</dc:date>
    </item>
    <item>
      <title>Re: Why does parameter update works differently for doors in 25+</title>
      <link>https://community.graphisoft.com/t5/GDL/Why-does-parameter-update-works-differently-for-doors-in-25/m-p/620536#M6857</link>
      <description>&lt;BLOCKQUOTE&gt;&lt;HR /&gt;&lt;a href="https://community.graphisoft.com/t5/user/viewprofilepage/user-id/14532"&gt;@Peter Baksa&lt;/a&gt;&amp;nbsp;wrote:&lt;BR /&gt;
&lt;P&gt;This is a bug, I will report it. &lt;/P&gt;
&lt;HR /&gt;&lt;/BLOCKQUOTE&gt;
&lt;P&gt;Thanks Peter.&lt;/P&gt;
&lt;P&gt;I thought it was odd that it works for an object but not a door (and it used to work before).&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I seem to have solved it by taking the updating of 'A' parameter out of the IF_GLOBMODPAR_NAME routine, and then adding the VALUES list for 'A' after this.&lt;/P&gt;
&lt;P&gt;There is probably something wrong with that method, but it seems to be working (fingers crossed).&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Barry.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 01 Aug 2024 02:32:08 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/GDL/Why-does-parameter-update-works-differently-for-doors-in-25/m-p/620536#M6857</guid>
      <dc:creator>Barry Kelly</dc:creator>
      <dc:date>2024-08-01T02:32:08Z</dc:date>
    </item>
    <item>
      <title>Re: Why does parameter update works differently for doors in 25+</title>
      <link>https://community.graphisoft.com/t5/GDL/Why-does-parameter-update-works-differently-for-doors-in-25/m-p/620537#M6858</link>
      <description>&lt;P&gt;Does it really need to be so complicated in a workflow using standard door sizes to go to simple double doors ? How much time did it take to edit the script and make this post ? I would have a builder chasing my tail if I take too long in doing a simple task like this. I can’t afford to fudge around with scripts that waste valuable time just like&amp;nbsp;&lt;a href="https://community.graphisoft.com/t5/user/viewprofilepage/user-id/7331"&gt;@Barry Kelly&lt;/a&gt;&amp;nbsp;has done here.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Why not just a have a change to double door tab in the dialogue box ? Then you don’t have to check every new version to see if it still works.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I guess coming from an estimating background with builders on your back makes me think like this. I should have become an Architect so I have plenty of time to fiddle with the app.&lt;/P&gt;</description>
      <pubDate>Thu, 01 Aug 2024 03:42:44 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/GDL/Why-does-parameter-update-works-differently-for-doors-in-25/m-p/620537#M6858</guid>
      <dc:creator>mthd</dc:creator>
      <dc:date>2024-08-01T03:42:44Z</dc:date>
    </item>
    <item>
      <title>Re: Why does parameter update works differently for doors in 25+</title>
      <link>https://community.graphisoft.com/t5/GDL/Why-does-parameter-update-works-differently-for-doors-in-25/m-p/620540#M6859</link>
      <description>&lt;BLOCKQUOTE&gt;&lt;HR /&gt;&lt;a href="https://community.graphisoft.com/t5/user/viewprofilepage/user-id/33724"&gt;@mthd&lt;/a&gt;&amp;nbsp;wrote:&lt;BR /&gt;
&lt;P&gt;Does it really need to be so complicated in a workflow using standard door sizes to go to simple double doors ? How much time did it take to edit the script and make this post ? I would have a builder chasing my tail if I take too long in doing a simple task like this. I can’t afford to fudge around with scripts that waste valuable time just like&amp;nbsp;&lt;a href="https://community.graphisoft.com/t5/user/viewprofilepage/user-id/7331"&gt;@Barry Kelly&lt;/a&gt;&amp;nbsp;has done here.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Why not just a have a change to double door tab in the dialogue box ? Then you don’t have to check every new version to see if it still works.&lt;/P&gt;
&lt;HR /&gt;&lt;/BLOCKQUOTE&gt;
&lt;P&gt;Everything still needs to be scripted in the objects.&lt;/P&gt;
&lt;P&gt;This problem is also peculiar to the way I have scripted my own door object.&lt;/P&gt;
&lt;P&gt;I am sure in the default Graphisoft objects it is handled differently and won;t be a problem (I don't use the Graphisoft doors and windows).&lt;/P&gt;
&lt;P&gt;I think the Graphisoft objects may even have separate objects for single and double doors.&lt;/P&gt;
&lt;P&gt;Mine is all in one, even does 3 or 4 door frames for built in robes.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I spend the time trying to get my objects working as efficiently as I can because I have 40 other people in the office that use them.&lt;/P&gt;
&lt;P&gt;I am in the fortunate position that it is my job to makes other peoples' jobs as easy as possible.&lt;/P&gt;
&lt;P&gt;A smaller office or single operator may not have the luxury to be able to mess around scripting objects.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Barry.&lt;/P&gt;</description>
      <pubDate>Thu, 01 Aug 2024 04:06:18 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/GDL/Why-does-parameter-update-works-differently-for-doors-in-25/m-p/620540#M6859</guid>
      <dc:creator>Barry Kelly</dc:creator>
      <dc:date>2024-08-01T04:06:18Z</dc:date>
    </item>
    <item>
      <title>Re: Why does parameter update works differently for doors in 25+</title>
      <link>https://community.graphisoft.com/t5/GDL/Why-does-parameter-update-works-differently-for-doors-in-25/m-p/620541#M6860</link>
      <description>&lt;P&gt;Yes and using multiple doors for robes is also common in my area too.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I see that having a good office template makes sense in your particular workflow scenario. Having a knowledge of scripting is quite helpful for programming common default elements like doors, windows etc.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Cheers !&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 01 Aug 2024 05:02:32 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/GDL/Why-does-parameter-update-works-differently-for-doors-in-25/m-p/620541#M6860</guid>
      <dc:creator>mthd</dc:creator>
      <dc:date>2024-08-01T05:02:32Z</dc:date>
    </item>
    <item>
      <title>Re: Why does parameter update works differently for doors in 25+</title>
      <link>https://community.graphisoft.com/t5/GDL/Why-does-parameter-update-works-differently-for-doors-in-25/m-p/633785#M7044</link>
      <description>&lt;P&gt;Hi &lt;a href="https://community.graphisoft.com/t5/user/viewprofilepage/user-id/14532"&gt;@Peter Baksa&lt;/a&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Attached Window update problem has similar behavior with valuelists and might be relative to this bug, isn't it. Please find explanation picture below to help you find a solution to the problem. Or let us know if workaround exist...&lt;BR /&gt;&lt;BR /&gt;Best regs!&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Window update bug.png" style="width: 999px;"&gt;&lt;img src="https://community.graphisoft.com/t5/image/serverpage/image-id/77523iDCD5DEE5ADBBA07A/image-size/large?v=v2&amp;amp;px=999" role="button" title="Window update bug.png" alt="Window update bug.png" /&gt;&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 02 Oct 2024 10:12:31 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/GDL/Why-does-parameter-update-works-differently-for-doors-in-25/m-p/633785#M7044</guid>
      <dc:creator>Late</dc:creator>
      <dc:date>2024-10-02T10:12:31Z</dc:date>
    </item>
    <item>
      <title>Re: Why does parameter update works differently for doors in 25+</title>
      <link>https://community.graphisoft.com/t5/GDL/Why-does-parameter-update-works-differently-for-doors-in-25/m-p/633805#M7045</link>
      <description>&lt;P&gt;Hi Late,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Custom values an be mixed with pre-defined ones:&lt;/P&gt;
&lt;DIV style="color: #3d3d3d; background-color: #fafafa; font-family: Consolas, 'Courier New', monospace; font-weight: normal; font-size: 12px; line-height: 16px; white-space: pre;"&gt;
&lt;DIV&gt;&lt;SPAN&gt;values&lt;/SPAN&gt; &lt;SPAN&gt;"a"&lt;/SPAN&gt; &lt;SPAN&gt;1.1&lt;/SPAN&gt;&lt;SPAN&gt;,&lt;/SPAN&gt; &lt;SPAN&gt;1.5&lt;/SPAN&gt;&lt;SPAN&gt;,&lt;/SPAN&gt; &lt;SPAN&gt;range&lt;/SPAN&gt; &lt;SPAN&gt;[&lt;/SPAN&gt;&lt;SPAN&gt;1&lt;/SPAN&gt;&lt;SPAN&gt;,&lt;/SPAN&gt; &lt;SPAN&gt;3&lt;/SPAN&gt;&lt;SPAN&gt;]&lt;/SPAN&gt;&lt;SPAN&gt;,&lt;/SPAN&gt; &lt;SPAN&gt;custom&lt;/SPAN&gt;&lt;/DIV&gt;
&lt;/DIV&gt;</description>
      <pubDate>Wed, 02 Oct 2024 12:15:25 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/GDL/Why-does-parameter-update-works-differently-for-doors-in-25/m-p/633805#M7045</guid>
      <dc:creator>Peter Baksa</dc:creator>
      <dc:date>2024-10-02T12:15:25Z</dc:date>
    </item>
    <item>
      <title>Re: Why does parameter update works differently for doors in 25+</title>
      <link>https://community.graphisoft.com/t5/GDL/Why-does-parameter-update-works-differently-for-doors-in-25/m-p/635031#M7055</link>
      <description>&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Yes I know but it's not the issue here and doesn't solve it either.&lt;/P&gt;&lt;P&gt;Purpose is separate clear pre-set values (eg catalogue) and free input each other for user. Both cases need to control parameter A to stretching window right on 2D/3D (otherwise you can use two different parameters).&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;It's strange and very harmful that everything works fine in preview (see bug description #3)&amp;nbsp;but not after clicking OK (#4) and you need to re-do it (#5-6).&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;regs&lt;/P&gt;</description>
      <pubDate>Wed, 09 Oct 2024 16:11:49 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/GDL/Why-does-parameter-update-works-differently-for-doors-in-25/m-p/635031#M7055</guid>
      <dc:creator>Late</dc:creator>
      <dc:date>2024-10-09T16:11:49Z</dc:date>
    </item>
  </channel>
</rss>

