<?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 Tabstrip problems in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/tabstrip-problems/m-p/6385917#M1403884</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi ALL,&lt;/P&gt;&lt;P&gt;I am using tabstrip to do the work.&lt;/P&gt;&lt;P&gt;the flow of call is like this.&lt;/P&gt;&lt;P&gt;1,define the tabstrip, and subscreen for the tabstrip. and some other needed. we assume that the screen of tabstrip is 0100. &lt;/P&gt;&lt;P&gt;   any direct click on tabstrip can be performed correctly. &lt;/P&gt;&lt;P&gt;2,after user click one button on the menu, call something like this: perform run_check.&lt;/P&gt;&lt;P&gt;3,in run_check, updated the tabstrip-activetab, and update the content of subscreen, and also called the refresh of subscreen.&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;4,the update of subscreen content is successful. but the tabstrip didn't.&lt;/STRONG&gt;  &lt;/P&gt;&lt;P&gt;5, only after all the operation finished, back to screen 0100, the tabstrip update can be visible.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;didn't there any operation like the refresh to tabstrip???&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best Regards,&lt;/P&gt;&lt;P&gt;Sean&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Edited by: Sean Zhang on Dec 3, 2009 3:10 AM&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 03 Dec 2009 02:09:42 GMT</pubDate>
    <dc:creator>Sean_Zhang</dc:creator>
    <dc:date>2009-12-03T02:09:42Z</dc:date>
    <item>
      <title>Tabstrip problems</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/tabstrip-problems/m-p/6385917#M1403884</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi ALL,&lt;/P&gt;&lt;P&gt;I am using tabstrip to do the work.&lt;/P&gt;&lt;P&gt;the flow of call is like this.&lt;/P&gt;&lt;P&gt;1,define the tabstrip, and subscreen for the tabstrip. and some other needed. we assume that the screen of tabstrip is 0100. &lt;/P&gt;&lt;P&gt;   any direct click on tabstrip can be performed correctly. &lt;/P&gt;&lt;P&gt;2,after user click one button on the menu, call something like this: perform run_check.&lt;/P&gt;&lt;P&gt;3,in run_check, updated the tabstrip-activetab, and update the content of subscreen, and also called the refresh of subscreen.&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;4,the update of subscreen content is successful. but the tabstrip didn't.&lt;/STRONG&gt;  &lt;/P&gt;&lt;P&gt;5, only after all the operation finished, back to screen 0100, the tabstrip update can be visible.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;didn't there any operation like the refresh to tabstrip???&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best Regards,&lt;/P&gt;&lt;P&gt;Sean&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Edited by: Sean Zhang on Dec 3, 2009 3:10 AM&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 03 Dec 2009 02:09:42 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/tabstrip-problems/m-p/6385917#M1403884</guid>
      <dc:creator>Sean_Zhang</dc:creator>
      <dc:date>2009-12-03T02:09:42Z</dc:date>
    </item>
    <item>
      <title>Re: Tabstrip problems</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/tabstrip-problems/m-p/6385918#M1403885</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Sean,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;use debugger to find out where tabstrip-activetab gets changed again afger your update.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Clemens&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 03 Dec 2009 02:35:03 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/tabstrip-problems/m-p/6385918#M1403885</guid>
      <dc:creator>Clemenss</dc:creator>
      <dc:date>2009-12-03T02:35:03Z</dc:date>
    </item>
    <item>
      <title>Re: Tabstrip problems</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/tabstrip-problems/m-p/6385919#M1403886</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Clemens,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have checked it, the tabstrip-ACTIVETAB do changed. &lt;/P&gt;&lt;P&gt;but if do the leave to screen 0100, the tabstrip is valid. (I mean the leave to 0100  can make the screen 0100 is visible, but I can not do this, because there are some other code to do after the tabstrip is activated)&lt;/P&gt;&lt;P&gt;so for this kind of way I do like this:&lt;/P&gt;&lt;P&gt;call screen 0100. then in the pbo of 0100 leave to screen 0.( this can back to the code and go on the following code)&lt;/P&gt;&lt;P&gt; but this way doesnot work.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best Regards,&lt;/P&gt;&lt;P&gt;Sean&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Edited by: Sean Zhang on Dec 3, 2009 3:50 AM&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 03 Dec 2009 02:49:26 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/tabstrip-problems/m-p/6385919#M1403886</guid>
      <dc:creator>Sean_Zhang</dc:creator>
      <dc:date>2009-12-03T02:49:26Z</dc:date>
    </item>
  </channel>
</rss>

