<?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 - HandleCommandL() on ui.cpp and view.cpp , a lil bit confuse.. HELP!! - Comments</title>
 <link>http://www.newlc.com/en/forum/handlecommandl-ui-cpp-and-view-cpp-lil-bit-confuse-help</link>
 <description>Comments for &quot;HandleCommandL() on ui.cpp and view.cpp , a lil bit confuse.. HELP!!&quot;</description>
 <language>en</language>
<item>
 <title>Re: HandleCommandL() on ui.cpp and view.cpp</title>
 <link>http://www.newlc.com/en/forum/handlecommandl-ui-cpp-and-view-cpp-lil-bit-confuse-help#comment-40533</link>
 <description>&lt;p&gt;&lt;code&gt;EEikCmdExit&lt;/code&gt; and other commands,which are not handled in&lt;code&gt; view::HandleCommandL()&lt;/code&gt;, will be directly delivered to &lt;code&gt;AppUi::HandleCommandL()&lt;/code&gt;&lt;br /&gt;
You can change the path of handling command via the function,&lt;code&gt;MapCommandHandler&lt;/code&gt;&lt;/p&gt;</description>
 <pubDate>Tue, 07 Aug 2007 09:30:42 +0200</pubDate>
 <dc:creator>mickeyfirst</dc:creator>
 <guid isPermaLink="false">comment 40533 at http://www.newlc.com</guid>
</item>
<item>
 <title>Re: HandleCommandL() on ui.cpp and view.cpp , a lil bit confuse.</title>
 <link>http://www.newlc.com/en/forum/handlecommandl-ui-cpp-and-view-cpp-lil-bit-confuse-help#comment-40471</link>
 <description>&lt;p&gt;&lt;div class=&quot;bb-quote&quot;&gt;&lt;blockquote class=&quot;bb-quote-body&quot;&gt;does AppUi always handles the global menu, or it can also handle menus for each view..?&lt;/blockquote&gt;&lt;/div&gt;&lt;/p&gt;

&lt;p&gt;From what Eric said, it sure feels like it can &lt;img src=&quot;/sites/all/modules/smileys/packs/example/wink.png&quot; title=&quot;Eye-wink&quot; alt=&quot;Eye-wink&quot; /&gt;&lt;/p&gt;

&lt;p&gt;&lt;div class=&quot;bb-quote&quot;&gt;&lt;blockquote class=&quot;bb-quote-body&quot;&gt;you&#039;ll need an Appui::HandleCommandL() &lt;span style=&quot;font-weight:bold&quot;&gt;and/or&lt;/span&gt; a View::HandleCommandL()&lt;/blockquote&gt;&lt;/div&gt;&lt;/p&gt;</description>
 <pubDate>Mon, 06 Aug 2007 09:36:18 +0200</pubDate>
 <dc:creator>Symbian_Neil</dc:creator>
 <guid isPermaLink="false">comment 40471 at http://www.newlc.com</guid>
</item>
<item>
 <title>Re:HandleCommandL() on ui.cpp and view.cpp , a lil bit confuse</title>
 <link>http://www.newlc.com/en/forum/handlecommandl-ui-cpp-and-view-cpp-lil-bit-confuse-help#comment-40447</link>
 <description>&lt;p&gt;                Thank you very much for the replies!.. it really helps me.. i have read the getting started tutorials on the newlc and nokia... but still &lt;br /&gt;
dont know where to start coding.. my plan is to do first the UI part then the engine later,.. THANKS Again!!... &lt;/p&gt;

&lt;p&gt;hey, just want to clarify..about&lt;/p&gt;

&lt;p&gt;                 &lt;div class=&quot;bb-quote&quot;&gt;&lt;blockquote class=&quot;bb-quote-body&quot;&gt;In a multiview application, you can have two kinds of menus:&lt;br /&gt;
                    - application global menu (handled in the AppUi)&lt;br /&gt;
                    - view specific menus (handled in each View).&lt;/blockquote&gt;&lt;/div&gt;&lt;/p&gt;

&lt;p&gt;does AppUi always handles the global menu, or it can also handle menus for each view..?&lt;br /&gt;
sorry im new to these..just want to learn it fast by asking questions..&lt;/p&gt;

&lt;p&gt;&lt;div class=&quot;bb-quote&quot;&gt;&lt;blockquote class=&quot;bb-quote-body&quot;&gt;&lt;br /&gt;
==learning how symbian works==&lt;br /&gt;
==im running out of time,wish to learn it quickly..&lt;/blockquote&gt;&lt;/div&gt;&lt;/p&gt;

&lt;p&gt;&lt;/p&gt;</description>
 <pubDate>Sat, 04 Aug 2007 04:21:16 +0200</pubDate>
 <dc:creator>markangelor_tuyo</dc:creator>
 <guid isPermaLink="false">comment 40447 at http://www.newlc.com</guid>
</item>
<item>
 <title>Re: HandleCommandL() on ui.cpp and view.cpp , a lil bit confuse.</title>
 <link>http://www.newlc.com/en/forum/handlecommandl-ui-cpp-and-view-cpp-lil-bit-confuse-help#comment-40420</link>
 <description>&lt;p&gt;In a multiview application, you can have two kinds of menus:&lt;br /&gt;
- application global menu (handled in the AppUi)&lt;br /&gt;
- view specific menus (handled in each View).&lt;/p&gt;

&lt;p&gt;So depending on how you define your menu in your resource file, you&#039;ll need an Appui::HandleCommandL() and/or a View::HandleCommandL()&lt;/p&gt;</description>
 <pubDate>Fri, 03 Aug 2007 09:35:46 +0200</pubDate>
 <dc:creator>eric</dc:creator>
 <guid isPermaLink="false">comment 40420 at http://www.newlc.com</guid>
</item>
<item>
 <title>Re: HandleCommandL() on ui.cpp and view.cpp , a lil bit confuse.</title>
 <link>http://www.newlc.com/en/forum/handlecommandl-ui-cpp-and-view-cpp-lil-bit-confuse-help#comment-40419</link>
 <description>&lt;p&gt;AppUi owns the AppView...One is responsible for the User interface, while the other takes care of the view. If you notice, unless you edit the current item in app view, you are calling the handle command from the appui.. Well, lots of things go in explaining the details. I would recommend you to read the getting started documents on NewLc and forum nokia. Search for getting started in these two websites you will get lots of help. and trust me, clarifying these doubts early will only help you long term &lt;img src=&quot;/sites/all/modules/smileys/packs/example/smile.png&quot; title=&quot;Smiling&quot; alt=&quot;Smiling&quot; /&gt;&lt;/p&gt;

&lt;p&gt;Good Luck and cheers&lt;br /&gt;
Neil&lt;/p&gt;</description>
 <pubDate>Fri, 03 Aug 2007 08:59:15 +0200</pubDate>
 <dc:creator>Symbian_Neil</dc:creator>
 <guid isPermaLink="false">comment 40419 at http://www.newlc.com</guid>
</item>
<item>
 <title>HandleCommandL() on ui.cpp and view.cpp , a lil bit confuse.. HELP!!</title>
 <link>http://www.newlc.com/en/forum/handlecommandl-ui-cpp-and-view-cpp-lil-bit-confuse-help</link>
 <description>&lt;p&gt;this is in settingexampleui.cpp file&lt;/p&gt;

&lt;p&gt;&lt;pre class=&quot;bb-code-block&quot;&gt;
void CSettingExampleAppUi::HandleCommandL(TInt aCommand)
    {
    switch(aCommand)
        {
		case EAknSoftkeyExit:	// only softkey handled at this level
            Exit();
            break;
        default:
            break;
        }
    }

&lt;/pre&gt;&lt;/p&gt;

&lt;p&gt;this is from the settingListView.cpp file&lt;/p&gt;

&lt;p&gt;&lt;/p&gt;&lt;p&gt;&lt;a href=&quot;http://www.newlc.com/en/forum/handlecommandl-ui-cpp-and-view-cpp-lil-bit-confuse-help&quot;&gt;read more&lt;/a&gt;&lt;/p&gt;</description>
 <comments>http://www.newlc.com/en/forum/handlecommandl-ui-cpp-and-view-cpp-lil-bit-confuse-help#comments</comments>
 <category domain="http://www.newlc.com/en/forums/symbian-c">Symbian C++</category>
 <pubDate>Fri, 03 Aug 2007 02:38:03 +0200</pubDate>
 <dc:creator>markangelor_tuyo</dc:creator>
 <guid isPermaLink="false">18536 at http://www.newlc.com</guid>
</item>
</channel>
</rss>
