<?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 - problem to add in .rss file - Comments</title>
 <link>http://www.newlc.com/en/forum/problem-add-rss-file</link>
 <description>Comments for &quot;problem to add in .rss file&quot;</description>
 <language>en</language>
<item>
 <title>Re: problem to add in .rss file</title>
 <link>http://www.newlc.com/en/forum/problem-add-rss-file#comment-40736</link>
 <description>&lt;p&gt;Glad to hear that you sorted your problem &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;</description>
 <pubDate>Wed, 15 Aug 2007 18:50:14 +0200</pubDate>
 <dc:creator>Symbian_Neil</dc:creator>
 <guid isPermaLink="false">comment 40736 at http://www.newlc.com</guid>
</item>
<item>
 <title>Re: problem to add in .rss file</title>
 <link>http://www.newlc.com/en/forum/problem-add-rss-file#comment-40724</link>
 <description>&lt;p&gt;hello Symbian_Neil&lt;/p&gt;

&lt;p&gt;at last it works by include  AppName_0xEB192E7A.rsg&lt;/p&gt;</description>
 <pubDate>Wed, 15 Aug 2007 12:58:50 +0200</pubDate>
 <dc:creator>sumanbangladesh</dc:creator>
 <guid isPermaLink="false">comment 40724 at http://www.newlc.com</guid>
</item>
<item>
 <title>Re: problem to add in .rss file</title>
 <link>http://www.newlc.com/en/forum/problem-add-rss-file#comment-40714</link>
 <description>&lt;p&gt;Also remember that it should be #include &lt;AppName_UID3.rsg&gt;. I am not sure if #include &quot;AppName_UID3.rsg&quot; might work&lt;/p&gt;</description>
 <pubDate>Wed, 15 Aug 2007 06:50:47 +0200</pubDate>
 <dc:creator>Symbian_Neil</dc:creator>
 <guid isPermaLink="false">comment 40714 at http://www.newlc.com</guid>
</item>
<item>
 <title>Re: problem to add in .rss file</title>
 <link>http://www.newlc.com/en/forum/problem-add-rss-file#comment-40713</link>
 <description>&lt;p&gt;Check if might be AppName_UID3.rsg&lt;/p&gt;</description>
 <pubDate>Wed, 15 Aug 2007 06:49:03 +0200</pubDate>
 <dc:creator>Symbian_Neil</dc:creator>
 <guid isPermaLink="false">comment 40713 at http://www.newlc.com</guid>
</item>
<item>
 <title>Re: problem to add in .rss file</title>
 <link>http://www.newlc.com/en/forum/problem-add-rss-file#comment-40711</link>
 <description>&lt;p&gt;include AppName.rsg in view class&lt;/p&gt;</description>
 <pubDate>Wed, 15 Aug 2007 05:22:48 +0200</pubDate>
 <dc:creator>sumanbangladesh</dc:creator>
 <guid isPermaLink="false">comment 40711 at http://www.newlc.com</guid>
</item>
<item>
 <title>Re: problem to add in .rss file</title>
 <link>http://www.newlc.com/en/forum/problem-add-rss-file#comment-40710</link>
 <description>&lt;p&gt;#include &lt;AppName.rsg&gt; in view class&lt;/p&gt;</description>
 <pubDate>Wed, 15 Aug 2007 05:21:20 +0200</pubDate>
 <dc:creator>sumanbangladesh</dc:creator>
 <guid isPermaLink="false">comment 40710 at http://www.newlc.com</guid>
</item>
<item>
 <title>Re: problem to add in .rss file</title>
 <link>http://www.newlc.com/en/forum/problem-add-rss-file#comment-40699</link>
 <description>&lt;p&gt;What did you #include??&lt;/p&gt;</description>
 <pubDate>Tue, 14 Aug 2007 13:41:22 +0200</pubDate>
 <dc:creator>Symbian_Neil</dc:creator>
 <guid isPermaLink="false">comment 40699 at http://www.newlc.com</guid>
</item>
<item>
 <title>Re: problem to add in .rss file</title>
 <link>http://www.newlc.com/en/forum/problem-add-rss-file#comment-40697</link>
 <description>&lt;p&gt;in AppView class  I define a method like that:&lt;br /&gt;
void CFileExplorerAppView::CreateListBoxL(  )&lt;br /&gt;
	{&lt;br /&gt;
	     iListBox = new (ELeave) CAknSingleStyleListBox ();&lt;br /&gt;
	     iListBox-&gt;SetContainerWindowL(*this);&lt;br /&gt;
		&lt;br /&gt;
	     TResourceReader reader;&lt;br /&gt;
	     iEikonEnv-&gt;CreateResourceReaderLC( reader, R_MAIN_LISTBOX ); &lt;/p&gt;

&lt;p&gt;	     // Create the list box&lt;br /&gt;
	     iListBox-&gt;ConstructFromResourceL(reader);&lt;br /&gt;
	     CleanupStack::PopAndDestroy(); // reader&lt;br /&gt;
										&lt;br /&gt;
	     // Add vertical scroll bars (which are visible when necessary)&lt;br /&gt;
	     iListBox-&gt;CreateScrollBarFrameL( ETrue );&lt;br /&gt;
	     iListBox-&gt;ScrollBarFrame()-&gt;SetScrollBarVisibilityL(  CEikScrollBarFrame::EOff, CEikScrollBarFrame::EAuto );	&lt;br /&gt;
	}&lt;/p&gt;

&lt;p&gt;I have  #include &lt;YourAppName.rsg&gt; but doesnt work. &lt;/p&gt;</description>
 <pubDate>Tue, 14 Aug 2007 12:57:56 +0200</pubDate>
 <dc:creator>sumanbangladesh</dc:creator>
 <guid isPermaLink="false">comment 40697 at http://www.newlc.com</guid>
</item>
<item>
 <title>Re: problem to add in .rss file</title>
 <link>http://www.newlc.com/en/forum/problem-add-rss-file#comment-40696</link>
 <description>&lt;p&gt;Maybe try deleting all the generated files manually., coz i dont really see any problem in the little information and the code that you have provided in your first post!!&lt;/p&gt;</description>
 <pubDate>Tue, 14 Aug 2007 12:37:30 +0200</pubDate>
 <dc:creator>Symbian_Neil</dc:creator>
 <guid isPermaLink="false">comment 40696 at http://www.newlc.com</guid>
</item>
<item>
 <title>Re: problem to add in .rss file</title>
 <link>http://www.newlc.com/en/forum/problem-add-rss-file#comment-40695</link>
 <description>&lt;p&gt;can u paste the code here which not work in ur AppView class?&lt;/p&gt;</description>
 <pubDate>Tue, 14 Aug 2007 12:35:00 +0200</pubDate>
 <dc:creator>chandantheracer</dc:creator>
 <guid isPermaLink="false">comment 40695 at http://www.newlc.com</guid>
</item>
<item>
 <title>Re: problem to add in .rss file</title>
 <link>http://www.newlc.com/en/forum/problem-add-rss-file#comment-40694</link>
 <description>&lt;p&gt;thanks . I have cleaned but it doesnt work yet&lt;/p&gt;</description>
 <pubDate>Tue, 14 Aug 2007 12:26:03 +0200</pubDate>
 <dc:creator>sumanbangladesh</dc:creator>
 <guid isPermaLink="false">comment 40694 at http://www.newlc.com</guid>
</item>
<item>
 <title>Re: problem to add in .rss file</title>
 <link>http://www.newlc.com/en/forum/problem-add-rss-file#comment-40693</link>
 <description>&lt;p&gt;Clean build.....reallyclean build too is better really &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;</description>
 <pubDate>Tue, 14 Aug 2007 12:14:16 +0200</pubDate>
 <dc:creator>Symbian_Neil</dc:creator>
 <guid isPermaLink="false">comment 40693 at http://www.newlc.com</guid>
</item>
<item>
 <title>problem to add in .rss file</title>
 <link>http://www.newlc.com/en/forum/problem-add-rss-file</link>
 <description>&lt;p&gt;I have add a resource in .rss such that &lt;br /&gt;
 RESOURCE LISTBOX r_main_listbox&lt;br /&gt;
 {&lt;br /&gt;
 flags = EAknListBoxSelectionList;&lt;br /&gt;
 }&lt;/p&gt;

&lt;p&gt;In AppView class I have to use this R_MAIN_LISTBOX but this doesnt work. Would you please &lt;br /&gt;
help me.&lt;/p&gt;&lt;p&gt;&lt;a href=&quot;http://www.newlc.com/en/forum/problem-add-rss-file&quot;&gt;read more&lt;/a&gt;&lt;/p&gt;</description>
 <comments>http://www.newlc.com/en/forum/problem-add-rss-file#comments</comments>
 <category domain="http://www.newlc.com/en/forums/symbian-c">Symbian C++</category>
 <pubDate>Tue, 14 Aug 2007 12:12:18 +0200</pubDate>
 <dc:creator>sumanbangladesh</dc:creator>
 <guid isPermaLink="false">18632 at http://www.newlc.com</guid>
</item>
</channel>
</rss>
