<?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 Access Properties Panel Variables half working in App Development</title>
    <link>https://community.qlik.com/t5/App-Development/Access-Properties-Panel-Variables-half-working/m-p/1769502#M59510</link>
    <description>&lt;P&gt;Hi&lt;/P&gt;&lt;P&gt;I have got the below variable that I used to build the dimensions part of my properties panel. I have included a reference to props.t2 that I &lt;EM&gt;'should'&lt;/EM&gt; be able to access with in the layout variable within the main paint method. however this does not appear. When I add a custom section (adding in a new item to the main menu) I do get access to props.t1 on another element, however this does not work when adding an additional item to the dimensions field? why might this be?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;LI-CODE lang="javascript"&gt;var dimensions = {
		uses: "dimensions",
		items: {
			myTextBox2: {
				ref:"props.t2",
				label:"Type",
				type:"string"
			}
		},
	};&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;LI-CODE lang="javascript"&gt;paint: function ($element,layout) {
   console.log(layout.props.t2) --undefined 
}&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Sat, 16 Nov 2024 17:41:17 GMT</pubDate>
    <dc:creator>peachman</dc:creator>
    <dc:date>2024-11-16T17:41:17Z</dc:date>
    <item>
      <title>Access Properties Panel Variables half working</title>
      <link>https://community.qlik.com/t5/App-Development/Access-Properties-Panel-Variables-half-working/m-p/1769502#M59510</link>
      <description>&lt;P&gt;Hi&lt;/P&gt;&lt;P&gt;I have got the below variable that I used to build the dimensions part of my properties panel. I have included a reference to props.t2 that I &lt;EM&gt;'should'&lt;/EM&gt; be able to access with in the layout variable within the main paint method. however this does not appear. When I add a custom section (adding in a new item to the main menu) I do get access to props.t1 on another element, however this does not work when adding an additional item to the dimensions field? why might this be?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;LI-CODE lang="javascript"&gt;var dimensions = {
		uses: "dimensions",
		items: {
			myTextBox2: {
				ref:"props.t2",
				label:"Type",
				type:"string"
			}
		},
	};&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;LI-CODE lang="javascript"&gt;paint: function ($element,layout) {
   console.log(layout.props.t2) --undefined 
}&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sat, 16 Nov 2024 17:41:17 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Access-Properties-Panel-Variables-half-working/m-p/1769502#M59510</guid>
      <dc:creator>peachman</dc:creator>
      <dc:date>2024-11-16T17:41:17Z</dc:date>
    </item>
  </channel>
</rss>

