<?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 create customize listbox - Comments</title>
 <link>http://www.newlc.com/forum/how-create-customize-listbox</link>
 <description>Comments for &quot;how to create customize listbox&quot;</description>
 <language>en</language>
<item>
 <title>Re: how to create customize listbox</title>
 <link>http://www.newlc.com/forum/how-create-customize-listbox#comment-42950</link>
 <description>&lt;p&gt;I saw that this code snippet really is in the original sample source.&lt;/p&gt;

&lt;p&gt;It looks strange to me. I never added a listbox to the input stack so far, without any problems that I know of. Maybe in UIQ (it&#039;s an UIQ example, after all), this is not necessary, but does no harm either, but somehow in S60 it crashes.&lt;/p&gt;

&lt;p&gt;Try not adding the listbox to the input stack.&lt;br /&gt;
&lt;/p&gt;</description>
 <pubDate>Wed, 14 Nov 2007 13:21:16 +0100</pubDate>
 <dc:creator>rbrunner</dc:creator>
 <guid isPermaLink="false">comment 42950 at http://www.newlc.com</guid>
</item>
<item>
 <title>Re: how to create customize listbox</title>
 <link>http://www.newlc.com/forum/how-create-customize-listbox#comment-42947</link>
 <description>&lt;p&gt;HI rene,&lt;br /&gt;
                Thanks for ur resonse.In fact, i am not a newbie in symbian.But some abstract things make more complicated.so that&lt;br /&gt;
confusing happens more.i have debugged seriously but i couldn&#039;t able trace exact line.&lt;br /&gt;
After following line in my appui class  it gets closed and shown KERN EXEC 3 ERROR.For this i  thought it happens only due to &lt;br /&gt;
stack or heap memory overflow.so that i also reset stack memory. still then it couldn&#039;t get any other result .&lt;/p&gt;

&lt;p&gt;void CMyListBoxAppUi::ConstructL()&lt;br /&gt;
	{&lt;br /&gt;
	BaseConstructL();&lt;/p&gt;

&lt;p&gt;	iAppView = new (ELeave) CMyListBoxAppView();&lt;br /&gt;
	iAppView-&gt;ConstructL(ClientRect());&lt;br /&gt;
	AddToStackL(iAppView);&lt;br /&gt;
	AddToStackL(iAppView-&gt;ListBox());&lt;br /&gt;
	} //after this it gets closed.&lt;br /&gt;
Regards&lt;br /&gt;
mitu&lt;/p&gt;</description>
 <pubDate>Wed, 14 Nov 2007 12:26:07 +0100</pubDate>
 <dc:creator>m.panda</dc:creator>
 <guid isPermaLink="false">comment 42947 at http://www.newlc.com</guid>
</item>
<item>
 <title>Re: how to create customize listbox</title>
 <link>http://www.newlc.com/forum/how-create-customize-listbox#comment-42940</link>
 <description>&lt;p&gt;How will anybody know without further information?&lt;/p&gt;

&lt;p&gt;Come on, seriously, fire up a debugger and check where the error happens!&lt;/p&gt;

&lt;p&gt;If you don&#039;t have a debugger, or don&#039;t know how to debug, let me tell you that serious Symbian programming is more or less impossible without a debugger, and it would be high time for you to get one and/or learn how to debug.&lt;/p&gt;</description>
 <pubDate>Wed, 14 Nov 2007 08:46:50 +0100</pubDate>
 <dc:creator>rbrunner</dc:creator>
 <guid isPermaLink="false">comment 42940 at http://www.newlc.com</guid>
</item>
<item>
 <title>Re: how to create customize listbox</title>
 <link>http://www.newlc.com/forum/how-create-customize-listbox#comment-42939</link>
 <description>&lt;p&gt;Hi friend,&lt;br /&gt;
                I have tried by using given code for customized listbox from the link which u have given.But here it gets KERN EXEC 3 ERROR .so where i am wrong? .&lt;br /&gt;
Regards&lt;br /&gt;
mitu&lt;/p&gt;</description>
 <pubDate>Wed, 14 Nov 2007 08:30:22 +0100</pubDate>
 <dc:creator>m.panda</dc:creator>
 <guid isPermaLink="false">comment 42939 at http://www.newlc.com</guid>
</item>
<item>
 <title>Re: how to create customize listbox</title>
 <link>http://www.newlc.com/forum/how-create-customize-listbox#comment-42924</link>
 <description>&lt;p&gt;HI rbrunner,&lt;br /&gt;
                      Thanks for quick reply.now i will check it out.&lt;br /&gt;
Regards&lt;br /&gt;
mitu&lt;/p&gt;</description>
 <pubDate>Tue, 13 Nov 2007 13:52:32 +0100</pubDate>
 <dc:creator>m.panda</dc:creator>
 <guid isPermaLink="false">comment 42924 at http://www.newlc.com</guid>
</item>
<item>
 <title>Re: how to create customize listbox</title>
 <link>http://www.newlc.com/forum/how-create-customize-listbox#comment-42920</link>
 <description>&lt;p&gt;Did you already check this?&lt;br /&gt;
&lt;a href=&quot;http://www.newlc.com/Subclassing-List-Box-in-Symbian.html&quot; class=&quot;bb-url&quot;&gt;http://www.newlc.com/Subclassing-List-Box-in-Symbian.html&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;Easy to find by just typing &quot;listbox&quot; into the search box in the upper right corner...&lt;/p&gt;</description>
 <pubDate>Tue, 13 Nov 2007 12:43:19 +0100</pubDate>
 <dc:creator>rbrunner</dc:creator>
 <guid isPermaLink="false">comment 42920 at http://www.newlc.com</guid>
</item>
<item>
 <title>how to create customize listbox</title>
 <link>http://www.newlc.com/forum/how-create-customize-listbox</link>
 <description>&lt;p&gt;Hi friends,&lt;br /&gt;
              Here i want to create a customized listbox.so anyone please give me idea how can i &lt;br /&gt;
create this customized listbox.&lt;br /&gt;
Regards&lt;br /&gt;
mitu &lt;/p&gt;&lt;p&gt;&lt;a href=&quot;http://www.newlc.com/forum/how-create-customize-listbox&quot;&gt;read more&lt;/a&gt;&lt;/p&gt;</description>
 <comments>http://www.newlc.com/forum/how-create-customize-listbox#comments</comments>
 <category domain="http://www.newlc.com/forums/nokia-series-60">Nokia S60</category>
 <pubDate>Tue, 13 Nov 2007 11:41:51 +0100</pubDate>
 <dc:creator>m.panda</dc:creator>
 <guid isPermaLink="false">19542 at http://www.newlc.com</guid>
</item>
</channel>
</rss>
