<?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: Is the attribute value slider broken in version 2016? in ArcGIS CityEngine Questions</title>
    <link>https://community.esri.com/t5/arcgis-cityengine-questions/is-the-attribute-value-slider-broken-in-version/m-p/486966#M6576</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;It's unfortunately not bad cga - this is what I wrote for the test:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE class="lia-code-sample line-numbers language-none"&gt;version "2016.0"

@Range(0,50)
attr Extrude = 0

@StartRule
Lot --&amp;gt;
&amp;nbsp; color(1,1,0)
&amp;nbsp; extrude(Extrude)&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I noticed that when I hover over the slider that pops up, the CE window loses focus. When the value changes by moving the slider, it gains focus again, but apparently at the cost of the slider.. could this be a video card driver issue?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Sat, 11 Dec 2021 21:26:51 GMT</pubDate>
    <dc:creator>LR</dc:creator>
    <dc:date>2021-12-11T21:26:51Z</dc:date>
    <item>
      <title>Is the attribute value slider broken in version 2016?</title>
      <link>https://community.esri.com/t5/arcgis-cityengine-questions/is-the-attribute-value-slider-broken-in-version/m-p/486964#M6574</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Whenever I try to use it, it loses focus the moment I move it / the value changes. Then it disappears until I click on the value field again.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;(left 2015.2, right 2016).&lt;/P&gt;&lt;P&gt;&lt;IMG __jive_id="213071" alt="slider_CE.png" class="image-1 jive-image" src="https://community.esri.com/legacyfs/online/213071_slider_CE.png" style="width: 620px; height: 422px;" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 25 Jul 2016 09:07:44 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-cityengine-questions/is-the-attribute-value-slider-broken-in-version/m-p/486964#M6574</guid>
      <dc:creator>LR</dc:creator>
      <dc:date>2016-07-25T09:07:44Z</dc:date>
    </item>
    <item>
      <title>Re: Is the attribute value slider broken in version 2016?</title>
      <link>https://community.esri.com/t5/arcgis-cityengine-questions/is-the-attribute-value-slider-broken-in-version/m-p/486965#M6575</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The CGA parsing engine is stricter than previous versions. Previous versions of&amp;nbsp; CityEngine would parse through some sloppy CGA and still work.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For example, something like this works, even though we've declared it a color (@Color) and its obviously not.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;H3 id="toc-hId-1512901701"&gt;&lt;SPAN style="font-size: 14pt;"&gt;Bad CGA&lt;/SPAN&gt;&lt;/H3&gt;&lt;PRE class="lia-code-sample line-numbers language-none"&gt;@Color @Order(3)
@Range (0.00,1)
attr window_opacity = 0.30&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The behavior I noticed was that every attribute before the sloppy CGA would work fine in 2016, even sometimes poorly formed ones. But every attribute after it would not be available.&lt;/P&gt;&lt;P&gt;Check your attribute grammar and I'm sure you'll find your issue.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;H3 id="toc-hId--1039255260"&gt;&lt;SPAN style="font-size: 14pt;"&gt;Good CGA&lt;/SPAN&gt;&lt;/H3&gt;&lt;PRE class="lia-code-sample line-numbers language-none"&gt;@Order(3)
@Range (0.00,1)
attr window_opacity = 0.30
&lt;/PRE&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 11 Dec 2021 21:26:48 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-cityengine-questions/is-the-attribute-value-slider-broken-in-version/m-p/486965#M6575</guid>
      <dc:creator>DevinLavigne</dc:creator>
      <dc:date>2021-12-11T21:26:48Z</dc:date>
    </item>
    <item>
      <title>Re: Is the attribute value slider broken in version 2016?</title>
      <link>https://community.esri.com/t5/arcgis-cityengine-questions/is-the-attribute-value-slider-broken-in-version/m-p/486966#M6576</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;It's unfortunately not bad cga - this is what I wrote for the test:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE class="lia-code-sample line-numbers language-none"&gt;version "2016.0"

@Range(0,50)
attr Extrude = 0

@StartRule
Lot --&amp;gt;
&amp;nbsp; color(1,1,0)
&amp;nbsp; extrude(Extrude)&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I noticed that when I hover over the slider that pops up, the CE window loses focus. When the value changes by moving the slider, it gains focus again, but apparently at the cost of the slider.. could this be a video card driver issue?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 11 Dec 2021 21:26:51 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-cityengine-questions/is-the-attribute-value-slider-broken-in-version/m-p/486966#M6576</guid>
      <dc:creator>LR</dc:creator>
      <dc:date>2021-12-11T21:26:51Z</dc:date>
    </item>
    <item>
      <title>Re: Is the attribute value slider broken in version 2016?</title>
      <link>https://community.esri.com/t5/arcgis-cityengine-questions/is-the-attribute-value-slider-broken-in-version/m-p/486967#M6577</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello L R,&lt;/P&gt;&lt;P&gt;Thank you for the report.&lt;/P&gt;&lt;P&gt;In CityEngine 2016.0 the sliders have been redesigned.&lt;/P&gt;&lt;P&gt;Unfortunately there is a known issue with the slider loosing its focus.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It will be addressed in the next release.&lt;/P&gt;&lt;P&gt;As a workaround you can always type any number (even outside the defined range) in the value field.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 26 Jul 2016 16:40:03 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-cityengine-questions/is-the-attribute-value-slider-broken-in-version/m-p/486967#M6577</guid>
      <dc:creator>ThomasFuchs</dc:creator>
      <dc:date>2016-07-26T16:40:03Z</dc:date>
    </item>
    <item>
      <title>Re: Is the attribute value slider broken in version 2016?</title>
      <link>https://community.esri.com/t5/arcgis-cityengine-questions/is-the-attribute-value-slider-broken-in-version/m-p/486968#M6578</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks for the info.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 27 Jul 2016 08:08:38 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-cityengine-questions/is-the-attribute-value-slider-broken-in-version/m-p/486968#M6578</guid>
      <dc:creator>LR</dc:creator>
      <dc:date>2016-07-27T08:08:38Z</dc:date>
    </item>
    <item>
      <title>Re: Is the attribute value slider broken in version 2016?</title>
      <link>https://community.esri.com/t5/arcgis-cityengine-questions/is-the-attribute-value-slider-broken-in-version/m-p/486969#M6579</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;As another workaround, if you really want a slider type tool, you could also make a handle for the attribute.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 29 Jul 2016 11:43:29 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-cityengine-questions/is-the-attribute-value-slider-broken-in-version/m-p/486969#M6579</guid>
      <dc:creator>CherylLau</dc:creator>
      <dc:date>2016-07-29T11:43:29Z</dc:date>
    </item>
  </channel>
</rss>

