<?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 draw an Icon on the IndicatorPane of Series 60 - Comments</title>
 <link>http://www.newlc.com/How-to-draw-an-Icon-on-the.html</link>
 <description>Comments for &quot;How to draw an Icon on the IndicatorPane of Series 60&quot;</description>
 <language>en</language>
<item>
 <title>Re: How to draw an Icon on the IndicatorPane of Series 60</title>
 <link>http://www.newlc.com/How-to-draw-an-Icon-on-the.html#comment-47214</link>
 <description>&lt;p&gt;Hi,&lt;br /&gt;
Is there a s60 3rd edition version of this application?&lt;br /&gt;
Regards,&lt;br /&gt;
Tanvir&lt;/p&gt;</description>
 <pubDate>Sat, 28 Jun 2008 14:18:46 +0200</pubDate>
 <dc:creator>tanvir</dc:creator>
 <guid isPermaLink="false">comment 47214 at http://www.newlc.com</guid>
</item>
<item>
 <title>Re: How to draw an Icon on the IndicatorPane of Series 60</title>
 <link>http://www.newlc.com/How-to-draw-an-Icon-on-the.html#comment-44242</link>
 <description>&lt;p&gt;Hi vin,&lt;/p&gt;

&lt;p&gt;Nice article,thanks for that ...My question is if i lock  keypad then the indicator disapear i want to show it on keypad lock also,how can i show that pls help buddy...&lt;/p&gt;</description>
 <pubDate>Wed, 30 Jan 2008 11:55:03 +0100</pubDate>
 <dc:creator>AbrarAhmed</dc:creator>
 <guid isPermaLink="false">comment 44242 at http://www.newlc.com</guid>
</item>
<item>
 <title>Re: How to draw an Icon on the IndicatorPane of Series 60</title>
 <link>http://www.newlc.com/How-to-draw-an-Icon-on-the.html#comment-43079</link>
 <description>&lt;p&gt;I like your sample ,think you very much , you are greate help to me,? and your application very good .&lt;/p&gt;</description>
 <pubDate>Thu, 22 Nov 2007 16:41:47 +0100</pubDate>
 <dc:creator>wjcrr</dc:creator>
 <guid isPermaLink="false">comment 43079 at http://www.newlc.com</guid>
</item>
<item>
 <title>Re: How to draw an Icon on the IndicatorPane of Series 60</title>
 <link>http://www.newlc.com/How-to-draw-an-Icon-on-the.html#comment-39687</link>
 <description>&lt;p&gt;Hi Vishal,&lt;/p&gt;

&lt;p&gt;Your code works fine..but I see that it creates dummy application icons in the task list..for instance if u do a long press of the app launcher key on the s60 devices..it shows the list of running applications..there i can see more then one instance of my application running.&lt;/p&gt;

&lt;p&gt;Have u observed something like this as well..?&lt;/p&gt;

&lt;p&gt;Cheers&lt;br /&gt;
mayank&lt;/p&gt;</description>
 <pubDate>Tue, 03 Jul 2007 11:11:15 +0200</pubDate>
 <dc:creator>mayankkedia</dc:creator>
 <guid isPermaLink="false">comment 39687 at http://www.newlc.com</guid>
</item>
<item>
 <title>RE: Icon invisible</title>
 <link>http://www.newlc.com/How-to-draw-an-Icon-on-the.html#comment-2926</link>
 <description>&lt;p&gt;Hopefully you have to always monitor which process is on foreground, when ever you find that the foreground process is not &lt;span style=&quot;font-weight:bold&quot;&gt;Main screen&lt;/span&gt; you can disable the icon. I hope this tip from Forum Nokia Technical Library will be useful for you: &lt;span style=&quot;font-style:italic&quot;&gt;How can I determine if a certain application is in the foreground? (&lt;span style=&quot;font-weight:bold&quot;&gt;TSS000058&lt;/span&gt;)&lt;/span&gt;.&lt;/p&gt;

&lt;p&gt;The UID for some processes (in 3rd Ed. phones).:&lt;/p&gt;

&lt;p&gt;- Phone.exe : 0x100058B3 &lt;br /&gt;
- Idle.exe : 0x101FD64C &lt;br /&gt;
- Menu.exe : 0x101F4CD2&lt;/p&gt;

&lt;p&gt;--vin2ktalks&lt;/p&gt;</description>
 <pubDate>Thu, 24 May 2007 15:22:44 +0200</pubDate>
 <dc:creator>vin2ktalks</dc:creator>
 <guid isPermaLink="false">comment 2926 at http://www.newlc.com</guid>
</item>
<item>
 <title>Icon invisible</title>
 <link>http://www.newlc.com/How-to-draw-an-Icon-on-the.html#comment-2913</link>
 <description>&lt;p&gt;Hi vin2ktalks,&lt;/p&gt;

&lt;p&gt;Have u been able to make the icon invisible when some other application(other than the one for which the icon is being setup in the context pane) is started?&lt;br /&gt;
And also the icon is visible again when we close that application and return to the menu.&lt;/p&gt;

&lt;p&gt;&lt;span style=&quot;font-weight:bold&quot;&gt;In short, the indicator icon should be visible only when I am in Main Menu or Main screen and not inside any other application.&lt;/span&gt;&lt;/p&gt;

&lt;p&gt;I tried various combinations of values in the function:&lt;br /&gt;
iMyWindowGroup.SetOrdinalPosition(0,  ECoeWinPriorityAlwaysAtFront);&lt;/p&gt;

&lt;p&gt;But i have not yet got the desired result.&lt;/p&gt;

&lt;p&gt;If anyone else has found a solution to this problem, please post it here.&lt;/p&gt;

&lt;p&gt;Thanks......&lt;/p&gt;</description>
 <pubDate>Sat, 19 May 2007 13:47:36 +0200</pubDate>
 <dc:creator>jp4symbian</dc:creator>
 <guid isPermaLink="false">comment 2913 at http://www.newlc.com</guid>
</item>
<item>
 <title>How to draw an Icon on the IndicatorPane of Series 60</title>
 <link>http://www.newlc.com/How-to-draw-an-Icon-on-the.html#comment-2491</link>
 <description>&lt;div class=&quot;spip-content&quot;&gt;&lt;p class=&quot;spip&quot;&gt;The ontop window you create will clear the area, thats why your mask doesn&#039;t work.&lt;/p&gt;

&lt;p class=&quot;spip&quot;&gt;There is an API for makeing windows transparent, and then not clear the area, but it is not supported in any current S60 phones I know of.&lt;/p&gt;

&lt;p class=&quot;spip&quot;&gt;Don&#039;t know about UIQ based devices.&lt;/p&gt;&lt;/div&gt;</description>
 <pubDate>Fri, 19 Jan 2007 17:33:26 +0100</pubDate>
 <dc:creator>Anonymous</dc:creator>
 <guid isPermaLink="false">comment 2491 at http://www.newlc.com</guid>
</item>
<item>
 <title>How to draw an Icon on the IndicatorPane of Series 60</title>
 <link>http://www.newlc.com/How-to-draw-an-Icon-on-the.html#comment-2487</link>
 <description>&lt;div class=&quot;spip-content&quot;&gt;&lt;p class=&quot;spip&quot;&gt;Hello there,&lt;/p&gt;

&lt;p class=&quot;spip&quot;&gt;There seems to be a peculiar problem with drawing of floating windows in S60 v3. Would you mind checking the following link and letting me know what you think may be the cause?&lt;/p&gt;

&lt;p class=&quot;spip&quot;&gt;http://discussion.forum.nokia.com/forum/showthread.php?t=98273&lt;/p&gt;&lt;/div&gt;</description>
 <pubDate>Tue, 02 Jan 2007 18:01:13 +0100</pubDate>
 <dc:creator>Pawel</dc:creator>
 <guid isPermaLink="false">comment 2487 at http://www.newlc.com</guid>
</item>
<item>
 <title>How to draw an Icon on the IndicatorPane of Series 60</title>
 <link>http://www.newlc.com/How-to-draw-an-Icon-on-the.html#comment-2490</link>
 <description>&lt;div class=&quot;spip-content&quot;&gt;I was wondering exactly the same thing. No matter how hard I try to give the mask to the BitBltMasked, it just won&#039;t be transparent. Is there some issue with creating the window with the RWindowGroup?&lt;/div&gt;</description>
 <pubDate>Wed, 16 Aug 2006 13:51:24 +0200</pubDate>
 <dc:creator>Villu</dc:creator>
 <guid isPermaLink="false">comment 2490 at http://www.newlc.com</guid>
</item>
<item>
 <title>How to draw an Icon on the IndicatorPane of Series 60</title>
 <link>http://www.newlc.com/How-to-draw-an-Icon-on-the.html#comment-2486</link>
 <description>&lt;div class=&quot;spip-content&quot;&gt;&lt;p class=&quot;spip&quot;&gt;Can you tell me which games did you test with. In 6600 I&#039;ve tested with 3D Snooker, Sky Force in those cases the icon was visible. But when I tested with Rally Pro Contest the icon was invisible.&lt;/p&gt;

&lt;p class=&quot;spip&quot;&gt;Now come to the code, if you car cheching the CIndicatorIcon::ConstructL() function you can find the following line: 
&lt;/p&gt;&lt;form action=&quot;get&quot;&gt;&lt;textarea readonly=&#039;readonly&#039; cols=&#039;40&#039; wrap=&#039;off&#039; rows=&#039;1&#039; class=&#039;spip_cadre&#039; dir=&#039;ltr&#039;&gt;iMyWindowGroup.SetOrdinalPosition(0, ECoeWinPriorityAlwaysAtFront);&lt;/textarea&gt;&lt;/form&gt;&lt;p class=&quot;spip&quot;&gt;&lt;/p&gt;

&lt;p class=&quot;spip&quot;&gt;That is the line which will cause the icon visible always on top. But if you are opening some other application with more priority that ours then our icon will go to the background.&lt;/p&gt;

&lt;p class=&quot;spip&quot;&gt;The first parameter of SetOrdinalPosition() is the priority. You can try with some higher priority if possible.&lt;/p&gt;

&lt;p class=&quot;spip&quot;&gt;The document says:
&lt;/p&gt;&lt;form action=&quot;get&quot;&gt;&lt;textarea readonly=&#039;readonly&#039; cols=&#039;40&#039; wrap=&#039;off&#039; rows=&#039;3&#039; class=&#039;spip_cadre&#039; dir=&#039;ltr&#039;&gt;TInt aPos  New ordinal position among windows of the same priority. Set this to -1 to send the window to the back (the last ordinal position).
 
TInt aOrdinalPriority  New window group priority.&lt;/textarea&gt;&lt;/form&gt;&lt;p class=&quot;spip&quot;&gt;&lt;/p&gt;&lt;/div&gt;</description>
 <pubDate>Thu, 13 Jul 2006 11:47:28 +0200</pubDate>
 <dc:creator>vin2ktalks</dc:creator>
 <guid isPermaLink="false">comment 2486 at http://www.newlc.com</guid>
</item>
<item>
 <title>How to draw an Icon on the IndicatorPane of Series 60</title>
 <link>http://www.newlc.com/How-to-draw-an-Icon-on-the.html#comment-2485</link>
 <description>&lt;div class=&quot;spip-content&quot;&gt;Honestly I tried this on couple Nokia&#039;s phones and got the same problem ;)
Is there some way to get around it?&lt;/div&gt;</description>
 <pubDate>Thu, 13 Jul 2006 10:39:56 +0200</pubDate>
 <dc:creator>Anonymous</dc:creator>
 <guid isPermaLink="false">comment 2485 at http://www.newlc.com</guid>
</item>
<item>
 <title>How to draw an Icon on the IndicatorPane of Series 60</title>
 <link>http://www.newlc.com/How-to-draw-an-Icon-on-the.html#comment-2484</link>
 <description>&lt;div class=&quot;spip-content&quot;&gt;&lt;p class=&quot;spip&quot;&gt;Yes, the icon will be visible even if someone starts up full-screen applications including games.&lt;/p&gt;

&lt;p class=&quot;spip&quot;&gt;NB: I&#039;ve only tested this option with Nokia 6600.&lt;/p&gt;&lt;/div&gt;</description>
 <pubDate>Thu, 06 Jul 2006 13:19:00 +0200</pubDate>
 <dc:creator>vin2ktalks</dc:creator>
 <guid isPermaLink="false">comment 2484 at http://www.newlc.com</guid>
</item>
<item>
 <title>How to draw an Icon on the IndicatorPane of Series 60</title>
 <link>http://www.newlc.com/How-to-draw-an-Icon-on-the.html#comment-2483</link>
 <description>&lt;div class=&quot;spip-content&quot;&gt;What happend when someone will start up full-screen application like a game?
Will this icon still be visible?&lt;/div&gt;</description>
 <pubDate>Thu, 06 Jul 2006 13:00:37 +0200</pubDate>
 <dc:creator>zabbas</dc:creator>
 <guid isPermaLink="false">comment 2483 at http://www.newlc.com</guid>
</item>
<item>
 <title>How to draw an Icon on the IndicatorPane of Series 60</title>
 <link>http://www.newlc.com/How-to-draw-an-Icon-on-the.html#comment-2482</link>
 <description>&lt;div class=&quot;spip-content&quot;&gt;&lt;p class=&quot;spip&quot;&gt;Hi vin, I found your article very interesting.
Is there a way to set the icon transparency?&lt;/p&gt;

&lt;p class=&quot;spip&quot;&gt;Dario Consoli&lt;/p&gt;&lt;/div&gt;</description>
 <pubDate>Thu, 25 May 2006 17:21:09 +0200</pubDate>
 <dc:creator>Dario Consoli</dc:creator>
 <guid isPermaLink="false">comment 2482 at http://www.newlc.com</guid>
</item>
<item>
 <title>How to draw an Icon on the IndicatorPane of Series 60</title>
 <link>http://www.newlc.com/How-to-draw-an-Icon-on-the.html#comment-2489</link>
 <description>&lt;div class=&quot;spip-content&quot;&gt;&lt;p class=&quot;spip&quot;&gt;A little bug still exists, the code should be:&lt;/p&gt;

&lt;p class=&quot;spip&quot;&gt;// check to see if we have icons allocated
	if(iIndicator)
	&lt;i class=&quot;spip&quot;&gt;
		delete iIndicator;
		iIndicator = NULL;
	&lt;/i&gt;
	if(iIndicatorMask)
	&lt;i class=&quot;spip&quot;&gt;
		delete iIndicatorMask;
		iIndicatorMask = NULL;
	&lt;/i&gt;&lt;/p&gt;&lt;/div&gt;</description>
 <pubDate>Fri, 10 Mar 2006 04:07:12 +0100</pubDate>
 <dc:creator>Jim Cai</dc:creator>
 <guid isPermaLink="false">comment 2489 at http://www.newlc.com</guid>
</item>
<item>
 <title>How to draw an Icon on the IndicatorPane of Series 60</title>
 <link>http://www.newlc.com/How-to-draw-an-Icon-on-the.html</link>
 <description>&lt;div class=&quot;spip-content&quot;&gt;Here is a way to show an icon on the IndicatorPane of Series 60. You can show an icone near to the battery pane or signal pane, for that you have to customise the code.&lt;/div&gt;&lt;p&gt;&lt;a href=&quot;http://www.newlc.com/How-to-draw-an-Icon-on-the.html&quot;&gt;read more&lt;/a&gt;&lt;/p&gt;</description>
 <comments>http://www.newlc.com/How-to-draw-an-Icon-on-the.html#comments</comments>
 <category domain="http://www.newlc.com/taxonomy/term/2">Graphics</category>
 <category domain="http://www.newlc.com/taxonomy/term/37">S60</category>
 <category domain="http://www.newlc.com/taxonomy/term/132">Graphic</category>
 <pubDate>Sat, 11 Feb 2006 11:31:45 +0100</pubDate>
 <dc:creator>vin2ktalks</dc:creator>
 <guid isPermaLink="false">789 at http://www.newlc.com</guid>
</item>
</channel>
</rss>
