<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xml:base="http://www.newlc.com" xmlns:dc="http://purl.org/dc/elements/1.1/">
<channel>
 <title>NewLC - How to hide and display menu bar (cba button)??? - Comments</title>
 <link>http://www.newlc.com/en/topic-9602</link>
 <description>Comments for &quot;How to hide and display menu bar (cba button)???&quot;</description>
 <language>en</language>
<item>
 <title>Re: How to hide and display menu bar (cba button)???</title>
 <link>http://www.newlc.com/en/topic-9602#comment-39603</link>
 <description>&lt;p&gt;thanks 2 all&lt;/p&gt;

&lt;p&gt;my problem is solved&lt;/p&gt;</description>
 <pubDate>Thu, 28 Jun 2007 13:08:29 +0200</pubDate>
 <dc:creator>scorpio9</dc:creator>
 <guid isPermaLink="false">comment 39603 at http://www.newlc.com</guid>
</item>
<item>
 <title>Re: How to hide and display menu bar (cba button)???</title>
 <link>http://www.newlc.com/en/topic-9602#comment-39555</link>
 <description>&lt;p&gt;thanks for replying&lt;/p&gt;

&lt;p&gt;it is crashing giving  kern-exec 3 program closed&lt;/p&gt;

&lt;p&gt;thanks &lt;/p&gt;</description>
 <pubDate>Wed, 27 Jun 2007 06:23:49 +0200</pubDate>
 <dc:creator>scorpio9</dc:creator>
 <guid isPermaLink="false">comment 39555 at http://www.newlc.com</guid>
</item>
<item>
 <title>Re: How to hide and display menu bar (cba button)???</title>
 <link>http://www.newlc.com/en/topic-9602#comment-39545</link>
 <description>&lt;p&gt;hi scorpio,&lt;br /&gt;
ofcourse u use it in ur AppUi class.&lt;br /&gt;
&lt;/p&gt;</description>
 <pubDate>Tue, 26 Jun 2007 21:31:34 +0200</pubDate>
 <dc:creator>chandantheracer</dc:creator>
 <guid isPermaLink="false">comment 39545 at http://www.newlc.com</guid>
</item>
<item>
 <title>Re: How to hide and display menu bar (cba button)???</title>
 <link>http://www.newlc.com/en/topic-9602#comment-39505</link>
 <description>&lt;p&gt;hi &lt;/p&gt;

&lt;p&gt;i want to make my view to be full screen i used applicationrect() it is working but the cba buttons are not visible so i used &lt;/p&gt;

&lt;p&gt;cba()-&gt;MakeVisisble(1);&lt;/p&gt;

&lt;p&gt;but i don&#039;t no how to use and  where to keep this command can u help me out .&lt;/p&gt;

&lt;p&gt;thanks &lt;/p&gt;</description>
 <pubDate>Mon, 25 Jun 2007 16:13:38 +0200</pubDate>
 <dc:creator>scorpio9</dc:creator>
 <guid isPermaLink="false">comment 39505 at http://www.newlc.com</guid>
</item>
<item>
 <title>Re: How to hide and display menu bar (cba button)???</title>
 <link>http://www.newlc.com/en/topic-9602#comment-23534</link>
 <description>&lt;div class=&quot;smf-content&quot;&gt;Thaks a lot savaaZ&amp;nbsp; &lt;img src=&quot;/en/sites/all/modules/smf_filter/smf_smileys/shocked.gif&quot; alt=&quot;Shocked&quot; border=&quot;0&quot; /&gt;.&lt;/div&gt;</description>
 <pubDate>Fri, 05 Aug 2005 13:13:06 +0200</pubDate>
 <dc:creator>madsum</dc:creator>
 <guid isPermaLink="false">comment 23534 at http://www.newlc.com</guid>
</item>
<item>
 <title>Re: How to hide and display menu bar (cba button)???</title>
 <link>http://www.newlc.com/en/topic-9602#comment-23533</link>
 <description>&lt;div class=&quot;smf-content&quot;&gt;Sure it works, but.. I&amp;#039;ve a option &amp;amp; back Button&lt;br /&gt;&lt;div class=&quot;codeheader&quot;&gt;Code:&lt;/div&gt;&lt;div class=&quot;code&quot;&gt;RESOURCE DIALOG r_folder_query&lt;br /&gt;&lt;span style=&quot;white-space: pre;&quot;&gt;	&lt;/span&gt;{&lt;br /&gt;&lt;span style=&quot;white-space: pre;&quot;&gt;	&lt;/span&gt;flags=EGeneralQueryFlags;&lt;br /&gt;&lt;span style=&quot;white-space: pre;&quot;&gt;	&lt;/span&gt;buttons = R_AVKON_OPTIONS_OK_BACK;&lt;br /&gt;&lt;span style=&quot;white-space: pre;&quot;&gt;	&lt;/span&gt;items =&lt;br /&gt;...&lt;br /&gt;&lt;/div&gt;but i only want to hide the options button, not the complete cba. &lt;br /&gt;How to manipulate the basic R_AVKON_XXX-keys? Is there maybe a bitmask to set/unset or something like this?&lt;br /&gt;&lt;br /&gt;Thanks in advance;&lt;br /&gt;CG&lt;/div&gt;</description>
 <pubDate>Fri, 05 Aug 2005 11:39:26 +0200</pubDate>
 <dc:creator>CG</dc:creator>
 <guid isPermaLink="false">comment 23533 at http://www.newlc.com</guid>
</item>
<item>
 <title>Re: How to hide and display menu bar (cba button)???</title>
 <link>http://www.newlc.com/en/topic-9602#comment-23532</link>
 <description>&lt;div class=&quot;smf-content&quot;&gt;Hi guys! &lt;br /&gt;There&amp;#039;s Cba() function in CAknAppUi, with that you get the instance of CEikButtonGroupContainer which is derived from CCoeControl (iirc). So you can use SetVisible( EFalse ) and redraw!1 &lt;img src=&quot;/en/sites/all/modules/smf_filter/smf_smileys/cheesy.gif&quot; alt=&quot;Cheezy&quot; border=&quot;0&quot; /&gt; Should work. Didn&amp;#039;t test this. &lt;br /&gt;&lt;br /&gt;edit: There&amp;#039;s also MakeVisible( TBool ) -function.. try these&lt;br /&gt;&lt;br /&gt;savaaZ&lt;/div&gt;</description>
 <pubDate>Fri, 05 Aug 2005 10:51:12 +0200</pubDate>
 <dc:creator>savaaZ</dc:creator>
 <guid isPermaLink="false">comment 23532 at http://www.newlc.com</guid>
</item>
<item>
 <title>Re: How to hide and display menu bar (cba button)???</title>
 <link>http://www.newlc.com/en/topic-9602#comment-23531</link>
 <description>&lt;div class=&quot;smf-content&quot;&gt;I&amp;#039;m looking for it also&amp;nbsp; &lt;img src=&quot;/en/sites/all/modules/smf_filter/smf_smileys/grin.gif&quot; alt=&quot;Grin&quot; border=&quot;0&quot; /&gt;! But a easy way (not a propper way), is to duplicate your view and change only inside the ConstructL the resource for the BaseConstructL...&lt;br /&gt;You use the same container in both views... I know it&amp;#039;s ugly but easy at the first step...&lt;br /&gt;But i hope to hear about better solutions...&amp;nbsp; &lt;img src=&quot;/en/sites/all/modules/smf_filter/smf_smileys/wink.gif&quot; alt=&quot;Wink&quot; border=&quot;0&quot; /&gt;&lt;br /&gt;&lt;br /&gt;Bye;&lt;br /&gt;CG&lt;/div&gt;</description>
 <pubDate>Fri, 05 Aug 2005 10:12:30 +0200</pubDate>
 <dc:creator>CG</dc:creator>
 <guid isPermaLink="false">comment 23531 at http://www.newlc.com</guid>
</item>
<item>
 <title>How to hide and display menu bar (cba button)???</title>
 <link>http://www.newlc.com/en/topic-9602</link>
 <description>&lt;div class=&quot;smf-content&quot;&gt;&lt;/div&gt;&lt;p&gt;&lt;a href=&quot;http://www.newlc.com/en/topic-9602&quot;&gt;read more&lt;/a&gt;&lt;/p&gt;</description>
 <comments>http://www.newlc.com/en/topic-9602#comments</comments>
 <category domain="http://www.newlc.com/en/forums/nokia-series-60">Nokia S60</category>
 <pubDate>Fri, 05 Aug 2005 08:59:28 +0200</pubDate>
 <dc:creator>madsum</dc:creator>
 <guid isPermaLink="false">10074 at http://www.newlc.com</guid>
</item>
</channel>
</rss>
