<?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 - An application for Series 60 - a step-by-step example - Comments</title>
 <link>http://www.newlc.com/en/An-application-for-Series-60-a.html</link>
 <description>Comments for &quot;An application for Series 60 - a step-by-step example&quot;</description>
 <language>en</language>
<item>
 <title>Re: An application for Series 60 - a step-by-step example</title>
 <link>http://www.newlc.com/en/An-application-for-Series-60-a.html#comment-49415</link>
 <description>&lt;p&gt;The examples were written for S60 1st edition, where the drawing area was always 176x144. The programs uses fixed coordinates and can work badly with the new editions that supports different screen sizes. Maybe now the SDK defaults to a bigger size - if the output of the first example is bigger then 176x144 then this would explain why it doesn&#039;t use the full screen.&lt;/p&gt;</description>
 <pubDate>Sat, 15 Nov 2008 21:33:40 +0100</pubDate>
 <dc:creator>mikolaj</dc:creator>
 <guid isPermaLink="false">comment 49415 at http://www.newlc.com</guid>
</item>
<item>
 <title>Re: &gt; An application for Series 60 - a step-by-step example</title>
 <link>http://www.newlc.com/en/An-application-for-Series-60-a.html#comment-49414</link>
 <description>&lt;p&gt;These links may stop working in near future. Links that should work are:&lt;/p&gt;

&lt;p&gt;&lt;a href=&quot;http://www.mikolaj.zalewski.pl/img/step1.png&quot; class=&quot;bb-url&quot;&gt;Step 1&lt;/a&gt;&lt;br /&gt;
&lt;a href=&quot;http://www.mikolaj.zalewski.pl/img/step3.png&quot; class=&quot;bb-url&quot;&gt;Step 3&lt;/a&gt;&lt;br /&gt;
&lt;a href=&quot;http://www.mikolaj.zalewski.pl/img/step5.png&quot; class=&quot;bb-url&quot;&gt;Step 5&lt;/a&gt;&lt;/p&gt;</description>
 <pubDate>Sat, 15 Nov 2008 21:25:11 +0100</pubDate>
 <dc:creator>mikolaj</dc:creator>
 <guid isPermaLink="false">comment 49414 at http://www.newlc.com</guid>
</item>
<item>
 <title>Re: An application for Series 60 - a step-by-step example</title>
 <link>http://www.newlc.com/en/An-application-for-Series-60-a.html#comment-48526</link>
 <description>&lt;p&gt;Hi&lt;br /&gt;
The project does not wprk with s60 3rd edition&lt;br /&gt;
can u jst provide same for s60 3rd edition.&lt;br /&gt;
&lt;/p&gt;</description>
 <pubDate>Thu, 11 Sep 2008 15:55:26 +0200</pubDate>
 <dc:creator>rizvanmotala99</dc:creator>
 <guid isPermaLink="false">comment 48526 at http://www.newlc.com</guid>
</item>
<item>
 <title>Re: An application for Series 60 - a step-by-step example</title>
 <link>http://www.newlc.com/en/An-application-for-Series-60-a.html#comment-42614</link>
 <description>&lt;p&gt;Sorry for the long post above...  After reading a bit more on how the framework classes interact, and a bit of debugging and code searching, I discovered that my problem was that I did not change the CreateAppUiL in the document class to call the new constructor which passed the document object pointer.&lt;/p&gt;

&lt;p&gt;I am back on track, and now understand better how the framework interacts.  Now I just need to find out why the game is taking up only about a quarter (1/4) of the available screen.  I am sure it has something to do with the Rect size chosen compared to the actual available screen demensions...  &lt;/p&gt;

&lt;p&gt;Anyway, this was indeed a very educational example.&lt;/p&gt;</description>
 <pubDate>Mon, 29 Oct 2007 02:32:43 +0100</pubDate>
 <dc:creator>profwiggy</dc:creator>
 <guid isPermaLink="false">comment 42614 at http://www.newlc.com</guid>
</item>
<item>
 <title>Re: An application for Series 60 - a step-by-step example</title>
 <link>http://www.newlc.com/en/An-application-for-Series-60-a.html#comment-42612</link>
 <description>&lt;p&gt;Great tutorial... However, I am having problems when I try to convert it to s60 3rd edition and using Carbide.c++ to generate the HelloWorld skeleton and then following the steps in the tutorial....&lt;/p&gt;

&lt;p&gt;Mainly it is in accessing the TFIXEDARRAYs, I think.  I started getting &quot;Suspended: Signal &#039;Halt&#039; received&quot; every time it goes into one of the functions that alters the arrays, both iMask and iContent.  It may go further than that, since commenting out code gives strange results that don&#039;t seem to make sense.&lt;/p&gt;

&lt;p&gt;The skeleton is somewhat different from the one in Step 1 here, but I think I understand enough of it all to get it correct.  However, I can&#039;t get past the Halts.  What seems strange, is that I get through the iGrid.Clear() function OK the first few times, but if I enter it from the &quot;Reset Game&quot; menu item, I get the Halt.  Also, the cursor keys give me the Halt too.&lt;/p&gt;

&lt;p&gt;Of course, this all started as I was testing Step 3, and continues through the rest of the tutorial.  I am rather new to programming for s60 platform and this tutorial is helping me understand the UI, but obviously I am missing something very important here.&lt;/p&gt;

&lt;p&gt;Anybody have any ideas?  (BTW, I am using the s60 3rd MR SDK)&lt;/p&gt;

&lt;p&gt;Thanks in advance.&lt;/p&gt;</description>
 <pubDate>Sat, 27 Oct 2007 16:05:59 +0200</pubDate>
 <dc:creator>profwiggy</dc:creator>
 <guid isPermaLink="false">comment 42612 at http://www.newlc.com</guid>
</item>
<item>
 <title>Re: An application for Series 60 - a step-by-step example</title>
 <link>http://www.newlc.com/en/An-application-for-Series-60-a.html#comment-41919</link>
 <description>&lt;p&gt;Excellent...really I&#039;m speechless.....Keep it up.&lt;/p&gt;</description>
 <pubDate>Sun, 30 Sep 2007 12:30:12 +0200</pubDate>
 <dc:creator>prasid</dc:creator>
 <guid isPermaLink="false">comment 41919 at http://www.newlc.com</guid>
</item>
<item>
 <title>Re: An application for Series 60 - a step-by-step example</title>
 <link>http://www.newlc.com/en/An-application-for-Series-60-a.html#comment-40451</link>
 <description>&lt;p&gt;&lt;br /&gt;
                  THANKS for the tutorial..it really helped me a LOT!!!.. THANKS.. wish to see lot of more of your tutorial like that.. thanks!!&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 symbian quick==&lt;/blockquote&gt;&lt;/div&gt;&lt;/p&gt;</description>
 <pubDate>Sat, 04 Aug 2007 16:38:39 +0200</pubDate>
 <dc:creator>markangelor_tuyo</dc:creator>
 <guid isPermaLink="false">comment 40451 at http://www.newlc.com</guid>
</item>
<item>
 <title>Re: An application for Series 60 - a step-by-step example</title>
 <link>http://www.newlc.com/en/An-application-for-Series-60-a.html#comment-39723</link>
 <description>&lt;p&gt; &lt;img src=&quot;/sites/all/modules/smileys/packs/example/smile.png&quot; title=&quot;Smiling&quot; alt=&quot;Smiling&quot; /&gt;  thank you!&lt;/p&gt;</description>
 <pubDate>Thu, 05 Jul 2007 10:30:07 +0200</pubDate>
 <dc:creator>r8army</dc:creator>
 <guid isPermaLink="false">comment 39723 at http://www.newlc.com</guid>
</item>
<item>
 <title>An application for Series 60 - a step-by-step example</title>
 <link>http://www.newlc.com/en/An-application-for-Series-60-a.html#comment-1548</link>
 <description>&lt;div class=&quot;spip-content&quot;&gt;THAAAANK YOU!!!&lt;/div&gt;</description>
 <pubDate>Tue, 10 Apr 2007 11:51:19 +0200</pubDate>
 <dc:creator>js</dc:creator>
 <guid isPermaLink="false">comment 1548 at http://www.newlc.com</guid>
</item>
<item>
 <title>An application for Series 60 - a step-by-step example</title>
 <link>http://www.newlc.com/en/An-application-for-Series-60-a.html#comment-1547</link>
 <description>&lt;div class=&quot;spip-content&quot;&gt;&lt;p class=&quot;spip&quot;&gt;Very nice tutorial, very informative and simple. It help me a lot in solving probles which I&#039;m facing long back.&lt;/p&gt;

&lt;p class=&quot;spip&quot;&gt;&lt;strong class=&quot;spip&quot;&gt;Thank You very much.&lt;/strong&gt;&lt;/p&gt;&lt;/div&gt;</description>
 <pubDate>Thu, 11 May 2006 12:11:33 +0200</pubDate>
 <dc:creator>Pankaj</dc:creator>
 <guid isPermaLink="false">comment 1547 at http://www.newlc.com</guid>
</item>
<item>
 <title>&gt; An application for Series 60 - a step-by-step example</title>
 <link>http://www.newlc.com/en/An-application-for-Series-60-a.html#comment-1551</link>
 <description>&lt;div class=&quot;spip-content&quot;&gt;What you have written is not C but Symbian OS C++ conventions. I&#039;ve also written a tutorial about that. You can find it &lt;a href=&quot;http://pf128.krakow.sdi.tpnet.pl/symbdev/tut/tut1.php&quot; class=&quot;spip_out&quot;&gt;here&lt;/a&gt;.&lt;/div&gt;</description>
 <pubDate>Wed, 25 Jan 2006 18:55:38 +0100</pubDate>
 <dc:creator>mikolajz</dc:creator>
 <guid isPermaLink="false">comment 1551 at http://www.newlc.com</guid>
</item>
<item>
 <title>&gt; An application for Series 60 - a step-by-step example</title>
 <link>http://www.newlc.com/en/An-application-for-Series-60-a.html#comment-1550</link>
 <description>&lt;div class=&quot;spip-content&quot;&gt;&lt;p class=&quot;spip&quot;&gt;Its seems really really helpfull to understand the symbian OS internals , but i find difficulties at some place as i am nota pro C progmr. Can any one give me some links from where i can sort out my doubts. (Like NewL(), NewLC(), many more)&lt;/p&gt;

&lt;p class=&quot;spip&quot;&gt;Thanks&lt;/p&gt;&lt;/div&gt;</description>
 <pubDate>Wed, 25 Jan 2006 18:34:04 +0100</pubDate>
 <dc:creator>Anonymous</dc:creator>
 <guid isPermaLink="false">comment 1550 at http://www.newlc.com</guid>
</item>
<item>
 <title>&gt; An application for Series 60 - a step-by-step example</title>
 <link>http://www.newlc.com/en/An-application-for-Series-60-a.html#comment-1546</link>
 <description>&lt;div class=&quot;spip-content&quot;&gt;Would you happen to have an app that can automatically reply
with a LOGO?&lt;/div&gt;</description>
 <pubDate>Fri, 30 Sep 2005 11:15:37 +0200</pubDate>
 <dc:creator>Anonymous</dc:creator>
 <guid isPermaLink="false">comment 1546 at http://www.newlc.com</guid>
</item>
<item>
 <title>&gt; An application for Series 60 - a step-by-step example</title>
 <link>http://www.newlc.com/en/An-application-for-Series-60-a.html#comment-1545</link>
 <description>&lt;div class=&quot;spip-content&quot;&gt;very nice tutorial, understood a lot of things that made me confuse&lt;/div&gt;</description>
 <pubDate>Fri, 09 Sep 2005 12:45:42 +0200</pubDate>
 <dc:creator>avinash</dc:creator>
 <guid isPermaLink="false">comment 1545 at http://www.newlc.com</guid>
</item>
<item>
 <title>&gt; An application for Series 60 - a step-by-step example</title>
 <link>http://www.newlc.com/en/An-application-for-Series-60-a.html#comment-1544</link>
 <description>&lt;div class=&quot;spip-content&quot;&gt;&lt;strong class=&quot;spip&quot;&gt;NICE!&lt;/strong&gt; thanks very much!&lt;/div&gt;</description>
 <pubDate>Fri, 19 Aug 2005 05:43:35 +0200</pubDate>
 <dc:creator>eibbe</dc:creator>
 <guid isPermaLink="false">comment 1544 at http://www.newlc.com</guid>
</item>
<item>
 <title>An application for Series 60 - a step-by-step example</title>
 <link>http://www.newlc.com/en/An-application-for-Series-60-a.html</link>
 <description>&lt;div class=&quot;spip-content&quot;&gt;This tutorial will demonstrate the basic programming concepts of the Series 60 SDK by showing step after step how to write a Tetris game for the Series 60.&lt;/div&gt;&lt;p&gt;&lt;a href=&quot;http://www.newlc.com/en/An-application-for-Series-60-a.html&quot;&gt;read more&lt;/a&gt;&lt;/p&gt;</description>
 <comments>http://www.newlc.com/en/An-application-for-Series-60-a.html#comments</comments>
 <category domain="http://www.newlc.com/en/taxonomy/term/4">Series 60</category>
 <category domain="http://www.newlc.com/en/taxonomy/term/37">S60</category>
 <pubDate>Thu, 01 Jul 2004 09:11:34 +0200</pubDate>
 <dc:creator>mikolaj</dc:creator>
 <guid isPermaLink="false">348 at http://www.newlc.com</guid>
</item>
</channel>
</rss>
