<?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 Bug in AppDesigner in Software Archive</title>
    <link>https://community.intel.com/t5/Software-Archive/Bug-in-AppDesigner/m-p/1032010#M42395</link>
    <description>&lt;P&gt;Hello,&lt;/P&gt;

&lt;P&gt;&amp;nbsp;&lt;/P&gt;

&lt;P&gt;I just began working with the Intel XDK and either I've found a bug or I'm simply handling it wrong: If I add a Page (not a Sub Page) and then add a header to this new page, the header, which I added to the new page, is the header of the first page, but the new page has no header.&lt;/P&gt;

&lt;P&gt;For example:&lt;/P&gt;

&lt;P&gt;I tried &lt;A href="https://software.intel.com/en-us/videos/part-11-of-12-interactivity"&gt;this&lt;/A&gt; tutorial and everything works fine - apart from the fact, that the mainpage has the caption "products" and the products-page has no header.&lt;/P&gt;

&lt;P&gt;&amp;nbsp;&lt;/P&gt;

&lt;P&gt;I'm using the Intel XDK 1816 on Windows 7 Enterprise x64 with installed SP1. Can anyone approve this problem or does know how to avoid it?&lt;/P&gt;

&lt;P&gt;&amp;nbsp;&lt;/P&gt;

&lt;P&gt;Best regards,&lt;/P&gt;

&lt;P&gt;Christian&lt;/P&gt;</description>
    <pubDate>Tue, 03 Mar 2015 13:11:16 GMT</pubDate>
    <dc:creator>Christian_S_5</dc:creator>
    <dc:date>2015-03-03T13:11:16Z</dc:date>
    <item>
      <title>Bug in AppDesigner</title>
      <link>https://community.intel.com/t5/Software-Archive/Bug-in-AppDesigner/m-p/1032010#M42395</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;

&lt;P&gt;&amp;nbsp;&lt;/P&gt;

&lt;P&gt;I just began working with the Intel XDK and either I've found a bug or I'm simply handling it wrong: If I add a Page (not a Sub Page) and then add a header to this new page, the header, which I added to the new page, is the header of the first page, but the new page has no header.&lt;/P&gt;

&lt;P&gt;For example:&lt;/P&gt;

&lt;P&gt;I tried &lt;A href="https://software.intel.com/en-us/videos/part-11-of-12-interactivity"&gt;this&lt;/A&gt; tutorial and everything works fine - apart from the fact, that the mainpage has the caption "products" and the products-page has no header.&lt;/P&gt;

&lt;P&gt;&amp;nbsp;&lt;/P&gt;

&lt;P&gt;I'm using the Intel XDK 1816 on Windows 7 Enterprise x64 with installed SP1. Can anyone approve this problem or does know how to avoid it?&lt;/P&gt;

&lt;P&gt;&amp;nbsp;&lt;/P&gt;

&lt;P&gt;Best regards,&lt;/P&gt;

&lt;P&gt;Christian&lt;/P&gt;</description>
      <pubDate>Tue, 03 Mar 2015 13:11:16 GMT</pubDate>
      <guid>https://community.intel.com/t5/Software-Archive/Bug-in-AppDesigner/m-p/1032010#M42395</guid>
      <dc:creator>Christian_S_5</dc:creator>
      <dc:date>2015-03-03T13:11:16Z</dc:date>
    </item>
    <item>
      <title>Hi Christian,</title>
      <link>https://community.intel.com/t5/Software-Archive/Bug-in-AppDesigner/m-p/1032011#M42396</link>
      <description>&lt;P&gt;Hi Christian,&lt;/P&gt;

&lt;P&gt;Thank You for pointing out this issue. Yes, this is a bug in app designer and we are working on getting it fixed as soon as possible.&amp;nbsp;&lt;SPAN style="font-size: 1em; line-height: 1.5;"&gt;You can directly edit the html code as a temporary workaround.&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;

&lt;P&gt;This is the code that gets auto-generated in index.html:&lt;/P&gt;

&lt;PRE class="brush:xml;"&gt;        &amp;lt;div id="content" class="uwrap"&amp;gt;
            &amp;lt;div class="upage vertical-col left panel" id="mainpage" data-header="af-header-1" data-footer="none"&amp;gt;&amp;lt;/div&amp;gt;
            &amp;lt;div class="upage vertical-col panel" id="uib_page_1" data-header="none" data-footer="none"&amp;gt;&amp;lt;/div&amp;gt;
        &amp;lt;/div&amp;gt;&lt;/PRE&gt;

&lt;P&gt;You can see that af-header-1 (my header for the second page) is actually assigned to mainpage. And my second page has no header (&lt;SPAN style="font-size: 13.0080003738403px; line-height: 19.5120010375977px;"&gt;data-header="none"&lt;/SPAN&gt;).&lt;/P&gt;

&lt;P&gt;You can change the html code to this:&lt;/P&gt;

&lt;P&gt;&lt;SPAN style="font-size: 13.0080003738403px; line-height: 19.5120010375977px;"&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;

&lt;PRE class="brush:xml;"&gt; &amp;lt;div id="content" class="uwrap"&amp;gt;
            &amp;lt;div class="upage vertical-col left panel" id="mainpage" data-header="af-header-0" data-footer="none"&amp;gt;&amp;lt;/div&amp;gt;
            &amp;lt;div class="upage vertical-col panel" id="uib_page_1" data-header="af-header-1" data-footer="none"&amp;gt;&amp;lt;/div&amp;gt;
        &amp;lt;/div&amp;gt;&lt;/PRE&gt;

&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 04 Mar 2015 00:38:00 GMT</pubDate>
      <guid>https://community.intel.com/t5/Software-Archive/Bug-in-AppDesigner/m-p/1032011#M42396</guid>
      <dc:creator>Anusha_M_Intel1</dc:creator>
      <dc:date>2015-03-04T00:38:00Z</dc:date>
    </item>
    <item>
      <title>Hey,</title>
      <link>https://community.intel.com/t5/Software-Archive/Bug-in-AppDesigner/m-p/1032012#M42397</link>
      <description>Hey,

thanks for approving the bug and suggesting a fix for this by hand. I'm looking forward to the upcoming version of the program.</description>
      <pubDate>Wed, 04 Mar 2015 10:28:15 GMT</pubDate>
      <guid>https://community.intel.com/t5/Software-Archive/Bug-in-AppDesigner/m-p/1032012#M42397</guid>
      <dc:creator>Christian_S_5</dc:creator>
      <dc:date>2015-03-04T10:28:15Z</dc:date>
    </item>
    <item>
      <title>Hi Christian,</title>
      <link>https://community.intel.com/t5/Software-Archive/Bug-in-AppDesigner/m-p/1032013#M42398</link>
      <description>&lt;P&gt;Hi Christian,&lt;/P&gt;

&lt;P&gt;I just wanted to update you that the latest 1826 release has fixed this problem.&lt;/P&gt;</description>
      <pubDate>Fri, 13 Mar 2015 21:51:56 GMT</pubDate>
      <guid>https://community.intel.com/t5/Software-Archive/Bug-in-AppDesigner/m-p/1032013#M42398</guid>
      <dc:creator>Anusha_M_Intel1</dc:creator>
      <dc:date>2015-03-13T21:51:56Z</dc:date>
    </item>
  </channel>
</rss>

