<?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 - Why doesn&amp;#039;t InitializeL get called in my screensaver when I press preview? - Comments</title>
 <link>http://www.newlc.com/forum/why-doesnt-initializel-get-called-my-screensaver-when-i-press-preview</link>
 <description>Comments for &quot;Why doesn&#039;t InitializeL get called in my screensaver when I press preview?&quot;</description>
 <language>en</language>
<item>
 <title>Re: Why doesn&#039;t InitializeL get called in my screensaver when I </title>
 <link>http://www.newlc.com/forum/why-doesnt-initializel-get-called-my-screensaver-when-i-press-preview#comment-45144</link>
 <description>&lt;p&gt;I&#039;m still struggling with this issue and I tried to build a screensaver from an empty project, but now it seems the UID&#039;s get wrong:&lt;/p&gt;

&lt;p&gt;&lt;a href=&quot;http://www.newlc.com/forum/how-get-uids-right-screensaver-project&quot;&gt;http://www.newlc.com/forum/how-get-uids-right-screensaver-project&lt;/a&gt;&lt;/p&gt;</description>
 <pubDate>Sun, 16 Mar 2008 20:51:39 +0100</pubDate>
 <dc:creator>MobileVisuals</dc:creator>
 <guid isPermaLink="false">comment 45144 at http://www.newlc.com</guid>
</item>
<item>
 <title>Re: Why doesn&#039;t InitializeL get called in my screensaver when I </title>
 <link>http://www.newlc.com/forum/why-doesnt-initializel-get-called-my-screensaver-when-i-press-preview#comment-45122</link>
 <description>&lt;p&gt;I have read the information on those links.The project you suggested in&lt;/p&gt;

&lt;p&gt;&lt;a href=&quot;http://wiki.forum.nokia.com/images/2/20/ExampleScreenSaver.zip&quot;&gt;http://wiki.forum.nokia.com/images/2/20/ExampleScreenSaver.zip&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;do not work since it always displays &quot;system error -1&quot; when it is choosen from preview on the emulator.&lt;/p&gt;

&lt;p&gt;So I built my saver from another example. I just took this project and extended it with new features:&lt;/p&gt;

&lt;p&gt;&lt;a href=&quot;http://wiki.forum.nokia.com/index.php/ScreenSaver_plug-in_example_for_S60_3rd_Edition?ticket=ST-72212-xECGaDpfQpp5xfqHb3dzfxGT9f0w7y1wX57-20&quot;&gt;http://wiki.forum.nokia.com/index.php/ScreenSaver_plug-in_example_for_S60_3rd_Edition?ticket=ST-72212-xECGaDpfQpp5xfqHb3dzfxGT9f0w7y1wX57-20&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;This example is better because it actually works like it should in the emulator, except that InitializeL never gets called when preview is choosen. Should this method only get called by the pluginhost or should I call it from the PluginFunction method? What can I do to get InitializeL to be called?&lt;/p&gt;

&lt;p&gt;I have also tried to make screensaver projects from empy projects in Carbide C++. But everytime I get &quot;no rule to make target&quot; error from the beginning&lt;br /&gt;
that I don&#039;t know how to get rid of.&lt;/p&gt;

&lt;p&gt;I have also tried to make screensaver projects from DLL projects in Carbide C++. But each time I get &quot;frozen export missing from object file&quot; everytime I change the target from DLL to plugin.&lt;/p&gt;

&lt;p&gt;Could someone please tell me how the best way is to proceed from here? Make a DLL project, an empty project or try to get the example project working so that InitializeL gets called? I will make a small donation on Paypal to anyone that helps me fix this, so InitializeL gets called. All the animations for the screensaver works like it should, I just have to get the screensaver features working.&lt;/p&gt;

&lt;p&gt;&lt;/p&gt;</description>
 <pubDate>Fri, 14 Mar 2008 18:08:53 +0100</pubDate>
 <dc:creator>MobileVisuals</dc:creator>
 <guid isPermaLink="false">comment 45122 at http://www.newlc.com</guid>
</item>
<item>
 <title>Re: Why doesn&#039;t InitializeL get call</title>
 <link>http://www.newlc.com/forum/why-doesnt-initializel-get-called-my-screensaver-when-i-press-preview#comment-45102</link>
 <description>&lt;p&gt;some expamples .. &lt;br /&gt;
&lt;a href=&quot;http://wiki.forum.nokia.com/index.php/TSS000430_-_Writing_a_screen_saver_for_S60_3rd_Edition_devices&quot;&gt;http://wiki.forum.nokia.com/index.php/TSS000430_-_Writing_a_screen_saver_for_S60_3rd_Edition_devices&lt;/a&gt;&lt;br /&gt;
&lt;a href=&quot;http://wiki.forum.nokia.com/images/2/20/ExampleScreenSaver.zip&quot;&gt;http://wiki.forum.nokia.com/images/2/20/ExampleScreenSaver.zip&lt;/a&gt;&lt;/p&gt;</description>
 <pubDate>Thu, 13 Mar 2008 16:27:09 +0100</pubDate>
 <dc:creator>83.manish</dc:creator>
 <guid isPermaLink="false">comment 45102 at http://www.newlc.com</guid>
</item>
<item>
 <title>Why doesn&#039;t InitializeL get called in my screensaver when I press preview?</title>
 <link>http://www.newlc.com/forum/why-doesnt-initializel-get-called-my-screensaver-when-i-press-preview</link>
 <description>&lt;p&gt;My company will soon release a screensaver,but I have to get it working first. I have set the capability EScpCapsPreviewNotification, so when I click &quot;preview&quot; the PluginFunction method gets called.&lt;/p&gt;

&lt;p&gt;Should the InitializeL(MScreensaverPluginHost* aHost) method also get called by the MScreensaverPluginHost? If so, why doesn&#039;t it get called?&lt;/p&gt;

&lt;p&gt;&lt;/p&gt;&lt;p&gt;&lt;a href=&quot;http://www.newlc.com/forum/why-doesnt-initializel-get-called-my-screensaver-when-i-press-preview&quot;&gt;read more&lt;/a&gt;&lt;/p&gt;</description>
 <comments>http://www.newlc.com/forum/why-doesnt-initializel-get-called-my-screensaver-when-i-press-preview#comments</comments>
 <category domain="http://www.newlc.com/forums/symbian-c">Symbian C++</category>
 <pubDate>Thu, 13 Mar 2008 08:48:21 +0100</pubDate>
 <dc:creator>MobileVisuals</dc:creator>
 <guid isPermaLink="false">20486 at http://www.newlc.com</guid>
</item>
</channel>
</rss>
