<?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 - Nokia Series 80 - Comments</title>
 <link>http://www.newlc.com/forums/nokia-series-80</link>
 <description>Comments for &quot;Nokia Series 80&quot;</description>
 <language>en</language>
<item>
 <title>Re: multiple field lisbox</title>
 <link>http://www.newlc.com/topic-14593#comment-31899</link>
 <description>&lt;div class=&quot;smf-content&quot;&gt;hi dragos_t,&lt;br /&gt;&lt;br /&gt;have u find the answer yet? coz i&amp;#039;m having the same problem also.&lt;br /&gt;need a clue.&lt;br /&gt;&lt;br /&gt;Thanks,&lt;br /&gt;Rx-lee&lt;/div&gt;</description>
 <pubDate>Tue, 09 Jan 2007 09:30:31 +0100</pubDate>
 <dc:creator>Rx-lee</dc:creator>
 <guid isPermaLink="false">comment 31899 at http://www.newlc.com</guid>
</item>
<item>
 <title>Re: how to create change password dialog in Series 80?</title>
 <link>http://www.newlc.com/topic-17219#comment-36620</link>
 <description>&lt;div class=&quot;smf-content&quot;&gt;Hi,&lt;br /&gt;&lt;b&gt;Problem solved.&lt;/b&gt;&lt;/div&gt;</description>
 <pubDate>Tue, 02 Jan 2007 15:15:54 +0100</pubDate>
 <dc:creator>pradeepmisra-forum</dc:creator>
 <guid isPermaLink="false">comment 36620 at http://www.newlc.com</guid>
</item>
<item>
 <title>Re: How can I change the name of the application?</title>
 <link>http://www.newlc.com/topic-11721#comment-26821</link>
 <description>&lt;div class=&quot;smf-content&quot;&gt;Search in the sdk documentation for CCknAppTitle or APPTITLE&lt;/div&gt;</description>
 <pubDate>Wed, 22 Nov 2006 16:23:28 +0100</pubDate>
 <dc:creator>tom</dc:creator>
 <guid isPermaLink="false">comment 26821 at http://www.newlc.com</guid>
</item>
<item>
 <title>Re: S80 Multipage Dialog</title>
 <link>http://www.newlc.com/topic-16541#comment-35542</link>
 <description>&lt;div class=&quot;smf-content&quot;&gt;Sorry,&lt;br /&gt;&lt;br /&gt;i accedently posted incomplete stuff &lt;img src=&quot;/sites/all/modules/smf_filter/smf_smileys/sad.gif&quot; alt=&quot;Sad&quot; border=&quot;0&quot; /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;RESOURCE DLG_BUTTONS R_APPLICATION_BUTTONS&lt;br /&gt;{&lt;br /&gt;&amp;nbsp; &amp;nbsp; flags = EEikButtonGroupDelayActivation;&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;buttons = &lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;{&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;DLG_BUTTON { id = ECmd1; button = CMBUT{txt=&amp;quot;bla&amp;quot;}; },&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;DLG_BUTTON { id = ECmd2; button = CMBUT{txt=&amp;quot;bla&amp;quot;}; },&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;DLG_BUTTON { id = ECmd3; button = CMBUT{txt=&amp;quot;bla&amp;quot;}; },&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;DLG_BUTTON { id = ECmd4; button = CMBUT{txt=&amp;quot;bla&amp;quot;}; }&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;};&lt;br /&gt;}&lt;br /&gt;&lt;br /&gt;RESOURCE DIALOG multipage_dialog&lt;br /&gt;{&lt;br /&gt;&amp;nbsp; &amp;nbsp; flags= EEikDialogFlagWait | EEikDialogFlagNotifyEsc | EEikDialogFlagFillScreen ;&lt;br /&gt;&amp;nbsp; &amp;nbsp; title= &amp;quot;my title&amp;quot;;&lt;br /&gt;&amp;nbsp; &amp;nbsp; pages=dlgpages;&lt;br /&gt;&amp;nbsp; &amp;nbsp; buttons=R_APPLICATION_BUTTONS;&lt;br /&gt;}&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;RESOURCE ARRAY dlgpages&lt;br /&gt;{&lt;br /&gt;&amp;nbsp; &amp;nbsp; items = &lt;br /&gt;&amp;nbsp; &amp;nbsp; {&lt;br /&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; PAGE{&lt;br /&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; id = EFirstPageID;&lt;br /&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; text = &amp;quot;first page&amp;quot;;&lt;br /&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; lines = r_first_page;&lt;br /&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; },&lt;br /&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; PAGE{&lt;br /&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; id = ESecondPageID;&lt;br /&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; text = &amp;quot;second page&amp;quot;;&lt;br /&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; lines = r_second_page;&lt;br /&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; }&lt;br /&gt;&amp;nbsp; &amp;nbsp; };&lt;br /&gt;}&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;RESOURCE ARRAY r_first_page&lt;br /&gt;{&lt;br /&gt;&amp;nbsp; &amp;nbsp; items =&lt;br /&gt;&amp;nbsp; &amp;nbsp; {&lt;br /&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; DLG_LINE&lt;br /&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; {&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp; type = EEikCtLabel;&lt;br /&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; id = page_1_controlID1;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &lt;br /&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; control = LABEL { txt =&amp;quot;hello&amp;quot;; };&lt;br /&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; }&amp;nbsp; &amp;nbsp; &amp;nbsp; &lt;br /&gt;&amp;nbsp; &amp;nbsp; };&lt;br /&gt;}&lt;br /&gt;&lt;br /&gt;RESOURCE ARRAY r_second_page&lt;br /&gt;{&lt;br /&gt;&amp;nbsp; &amp;nbsp; items =&lt;br /&gt;&amp;nbsp; &amp;nbsp; {&lt;br /&gt;&amp;nbsp; &amp;nbsp; DLG_LINE&lt;br /&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; {&lt;br /&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; type = EEikCtLabel;&lt;br /&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; id = page_2_controlID1;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &lt;br /&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; control = LABEL { txt =&amp;quot;world&amp;quot;; };&lt;br /&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; }&lt;br /&gt;&amp;nbsp; &amp;nbsp; };&lt;br /&gt;}&lt;br /&gt;&lt;br /&gt;in .hrh define &lt;br /&gt;&lt;br /&gt;enum TCommands&lt;br /&gt;{&lt;br /&gt;&amp;nbsp; &amp;nbsp;ECmd1=1,&lt;br /&gt;&amp;nbsp; &amp;nbsp;ECmd2,&lt;br /&gt;&amp;nbsp; &amp;nbsp;ECmd3,&lt;br /&gt;&amp;nbsp; &amp;nbsp;ECmd4&lt;br /&gt;};&lt;br /&gt;&lt;br /&gt;enum&lt;br /&gt;{&lt;br /&gt;&amp;nbsp; &amp;nbsp; EFirstPageID = 1,&lt;br /&gt;&amp;nbsp; &amp;nbsp; ESecondPageID,&lt;br /&gt;&amp;nbsp; &amp;nbsp; page_1_controlID1,&lt;br /&gt;&amp;nbsp; &amp;nbsp; page_2_controlID1,&lt;br /&gt;}&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;in .cpp use&lt;br /&gt;&lt;br /&gt;CEikDialog *dlg = new(ELeave) CEikDialog;&lt;br /&gt;dialog-&amp;gt;ExecuteLD(MULTIPAGE_DIALOG);&lt;/div&gt;</description>
 <pubDate>Wed, 22 Nov 2006 16:17:07 +0100</pubDate>
 <dc:creator>tom</dc:creator>
 <guid isPermaLink="false">comment 35542 at http://www.newlc.com</guid>
</item>
<item>
 <title>Re: S80 Multipage Dialog</title>
 <link>http://www.newlc.com/topic-16541#comment-35541</link>
 <description>&lt;div class=&quot;smf-content&quot;&gt;Hi,&lt;br /&gt;&lt;br /&gt;try the following&lt;br /&gt;&lt;br /&gt;RESOURCE DLG_BUTTONS R_APPLICATION_BUTTONS&lt;br /&gt;{&lt;br /&gt;&amp;nbsp; &amp;nbsp; flags = EEikButtonGroupDelayActivation;&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;buttons = &lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;{&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;DLG_BUTTON { button = CMBUT{}; },&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;DLG_BUTTON { button = CMBUT{}; },&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;DLG_BUTTON { button = CMBUT{}; },&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;DLG_BUTTON&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;{&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;id=ECmdHide;&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;button = CMBUT{ txt=r_dfn_hide_app; };&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;}&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;};&lt;br /&gt;}&lt;br /&gt;&lt;br /&gt;RESOURCE DIALOG multipage_dialog&lt;br /&gt;{&lt;br /&gt;&amp;nbsp; &amp;nbsp; flags= EEikDialogFlagWait | EEikDialogFlagNotifyEsc | EEikDialogFlagFillScreen ;&lt;br /&gt;&amp;nbsp; &amp;nbsp; title= &amp;quot;my title&amp;quot;;&lt;br /&gt;&amp;nbsp; &amp;nbsp; pages=dlgpages;&lt;br /&gt;&amp;nbsp; &amp;nbsp; buttons=R_APPLICATION_BUTTONS;&lt;br /&gt;}&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;RESOURCE ARRAY dlgpages&lt;br /&gt;{&lt;br /&gt;&amp;nbsp; &amp;nbsp; items = &lt;br /&gt;&amp;nbsp; &amp;nbsp; {&lt;br /&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; PAGE{&lt;br /&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; id = EFirstPageID;&lt;br /&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; text = &amp;quot;first page&amp;quot;;&lt;br /&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; lines = r_first_page;&lt;br /&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; },&lt;br /&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; PAGE{&lt;br /&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; id = ESecondPageID;&lt;br /&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; text = &amp;quot;second page&amp;quot;;&lt;br /&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; lines = r_second_page;&lt;br /&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; }&lt;br /&gt;&amp;nbsp; &amp;nbsp; };&lt;br /&gt;}&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;RESOURCE ARRAY r_first_page&lt;br /&gt;{&lt;br /&gt;&amp;nbsp; &amp;nbsp; items =&lt;br /&gt;&amp;nbsp; &amp;nbsp; {&lt;br /&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; DLG_LINE&lt;br /&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; {&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp; type = EEikCtLabel;&lt;br /&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; id = page_1_controlID1;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &lt;br /&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; control = LABEL { txt =&amp;quot;hello&amp;quot;; };&lt;br /&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; }&amp;nbsp; &amp;nbsp; &amp;nbsp; &lt;br /&gt;&amp;nbsp; &amp;nbsp; };&lt;br /&gt;}&lt;br /&gt;&lt;br /&gt;RESOURCE ARRAY r_second_page&lt;br /&gt;{&lt;br /&gt;&amp;nbsp; &amp;nbsp; items =&lt;br /&gt;&amp;nbsp; &amp;nbsp; {&lt;br /&gt;&amp;nbsp; &amp;nbsp; DLG_LINE&lt;br /&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; {&lt;br /&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; type = EEikCtLabel;&lt;br /&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; id = page_2_controlID1;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &lt;br /&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; control = LABEL { txt =&amp;quot;world&amp;quot;; };&lt;br /&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; }&lt;br /&gt;&amp;nbsp; &amp;nbsp; };&lt;br /&gt;}&lt;br /&gt;&lt;br /&gt;in .hrh define &lt;br /&gt;&lt;br /&gt;enum TCommands&lt;br /&gt;{&lt;br /&gt;&amp;nbsp; &amp;nbsp;ECmd1=1,&lt;br /&gt;&amp;nbsp; &amp;nbsp;ECmd2,&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;enum&lt;br /&gt;{&lt;br /&gt;&amp;nbsp; &amp;nbsp; EFirstPageID = 1,&lt;br /&gt;&amp;nbsp; &amp;nbsp; ESecondPageID,&lt;br /&gt;&amp;nbsp; &amp;nbsp; page_1_controlID1,&lt;br /&gt;&amp;nbsp; &amp;nbsp; page_2_controlID1,&lt;br /&gt;}&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;in .cpp use&lt;br /&gt;&lt;br /&gt;CEikDialog *dlg = new(ELeave) CEikDialog;&lt;br /&gt;dialog-&amp;gt;ExecuteLD(MULTIPAGE_DIALOG);&lt;/div&gt;</description>
 <pubDate>Wed, 22 Nov 2006 16:14:39 +0100</pubDate>
 <dc:creator>tom</dc:creator>
 <guid isPermaLink="false">comment 35541 at http://www.newlc.com</guid>
</item>
<item>
 <title>Re: List Box Flickers badly on populating</title>
 <link>http://www.newlc.com/topic-16437#comment-35339</link>
 <description>&lt;div class=&quot;smf-content&quot;&gt;I used this more out of desperation.........it takes off furhter re-draw events in the buffer to Ws Session........coming to the point............even if I take it off.........the flicker&amp;#039;s still there&lt;br /&gt;&lt;/div&gt;</description>
 <pubDate>Fri, 20 Oct 2006 14:47:09 +0200</pubDate>
 <dc:creator>rithesh.pai</dc:creator>
 <guid isPermaLink="false">comment 35339 at http://www.newlc.com</guid>
</item>
<item>
 <title>Re: List Box Flickers badly on populating</title>
 <link>http://www.newlc.com/topic-16437#comment-35338</link>
 <description>&lt;div class=&quot;smf-content&quot;&gt;why do you need to call iEikonEnv-&amp;gt;WsSession().Flush(); ?&lt;/div&gt;</description>
 <pubDate>Fri, 20 Oct 2006 13:54:25 +0200</pubDate>
 <dc:creator>eric</dc:creator>
 <guid isPermaLink="false">comment 35338 at http://www.newlc.com</guid>
</item>
<item>
 <title>Re: CEikDialog problem....</title>
 <link>http://www.newlc.com/topic-14998#comment-32747</link>
 <description>&lt;div class=&quot;smf-content&quot;&gt;What about a timer? Start in PreLayoutDynInitL and open your connection in RunL()?&lt;/div&gt;</description>
 <pubDate>Thu, 22 Jun 2006 08:43:34 +0200</pubDate>
 <dc:creator>filio</dc:creator>
 <guid isPermaLink="false">comment 32747 at http://www.newlc.com</guid>
</item>
<item>
 <title>Re: How to start? What IDE?</title>
 <link>http://www.newlc.com/topic-14949#comment-32660</link>
 <description>&lt;div class=&quot;smf-content&quot;&gt;&lt;div class=&quot;quoteheader&quot;&gt;Quote&lt;/div&gt;&lt;div class=&quot;quote&quot;&gt;Code Warrior or Cardibe?&lt;/div&gt;&lt;br /&gt;I think the only person who can answer this is - you. There are free evaluation versions for both. In your situation I would probably have a look at both of them and then decide.&lt;br /&gt;&lt;br /&gt;It really depends on personal preferences. There are even people crazy enough (example: me) to work without IDE..&lt;br /&gt;&lt;/div&gt;</description>
 <pubDate>Wed, 21 Jun 2006 22:02:21 +0200</pubDate>
 <dc:creator>rbrunner</dc:creator>
 <guid isPermaLink="false">comment 32660 at http://www.newlc.com</guid>
</item>
<item>
 <title>Re: How to start? What IDE?</title>
 <link>http://www.newlc.com/topic-14949#comment-32659</link>
 <description>&lt;div class=&quot;smf-content&quot;&gt;thanks for exhausting answer....but what is the best solution?&lt;br /&gt;&lt;br /&gt;Code Warrior or Cardibe?&lt;/div&gt;</description>
 <pubDate>Wed, 21 Jun 2006 21:19:05 +0200</pubDate>
 <dc:creator>Rbull</dc:creator>
 <guid isPermaLink="false">comment 32659 at http://www.newlc.com</guid>
</item>
<item>
 <title>Re: How to start? What IDE?</title>
 <link>http://www.newlc.com/topic-14949#comment-32658</link>
 <description>&lt;div class=&quot;smf-content&quot;&gt;&lt;a href=&quot;http&amp;#58;//forum.nokia.com/series80#tools&quot; target=&quot;_blank&quot;&gt;http://forum.nokia.com/series80#tools&lt;/a&gt;&lt;/div&gt;</description>
 <pubDate>Sun, 18 Jun 2006 21:40:21 +0200</pubDate>
 <dc:creator>N_A</dc:creator>
 <guid isPermaLink="false">comment 32658 at http://www.newlc.com</guid>
</item>
<item>
 <title>Re: what is the command for factory settings for 9300?</title>
 <link>http://www.newlc.com/topic-14600#comment-31912</link>
 <description>&lt;div class=&quot;smf-content&quot;&gt;When you boot up press Str + Shift + F just in the moment when the hands are shown. Bst if you repeat pressing this during whole boot. Then you should get a screen asking to format.&lt;/div&gt;</description>
 <pubDate>Fri, 26 May 2006 20:42:21 +0200</pubDate>
 <dc:creator>rayko_enz</dc:creator>
 <guid isPermaLink="false">comment 31912 at http://www.newlc.com</guid>
</item>
<item>
 <title>Re: More CBA Button</title>
 <link>http://www.newlc.com/topic-8835#comment-21901</link>
 <description>&lt;div class=&quot;smf-content&quot;&gt;Hi ,One option you use the cascading these options........so when you will select one u will go for the another four process!&lt;/div&gt;</description>
 <pubDate>Fri, 26 May 2006 08:24:48 +0200</pubDate>
 <dc:creator>parag purkar</dc:creator>
 <guid isPermaLink="false">comment 21901 at http://www.newlc.com</guid>
</item>
<item>
 <title>Re: Nokia 9300: Problem with video player</title>
 <link>http://www.newlc.com/topic-7478#comment-19162</link>
 <description>&lt;div class=&quot;smf-content&quot;&gt;hi..&lt;br /&gt;Y r u closing the player two times&lt;/div&gt;</description>
 <pubDate>Mon, 22 May 2006 05:48:31 +0200</pubDate>
 <dc:creator>sathish.sh</dc:creator>
 <guid isPermaLink="false">comment 19162 at http://www.newlc.com</guid>
</item>
<item>
 <title>Re: S80: How to take screen shot?</title>
 <link>http://www.newlc.com/topic-14419#comment-31546</link>
 <description>&lt;div class=&quot;smf-content&quot;&gt;Well, I got it. Press&amp;nbsp; Chr+Ctrl+Shift+S in Nokia 9500. It takes a screen shot.&lt;/div&gt;</description>
 <pubDate>Sat, 20 May 2006 17:50:27 +0200</pubDate>
 <dc:creator>madsum</dc:creator>
 <guid isPermaLink="false">comment 31546 at http://www.newlc.com</guid>
</item>
</channel>
</rss>
