<?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 - Overriding Incoming Call Dialog - Comments</title>
 <link>http://www.newlc.com/en/forum/overriding-incoming-call-dialog</link>
 <description>Comments for &quot;Overriding Incoming Call Dialog&quot;</description>
 <language>en</language>
<item>
 <title>Re: Overriding Incoming Call Dialog</title>
 <link>http://www.newlc.com/en/forum/overriding-incoming-call-dialog#comment-48522</link>
 <description>&lt;p&gt;is it possible to show a Dialog Note for a period of time ?&lt;br /&gt;
i want to show a Global Note which will be displayed until a call is disconnected&lt;/p&gt;</description>
 <pubDate>Thu, 11 Sep 2008 09:47:18 +0200</pubDate>
 <dc:creator>Yotamix</dc:creator>
 <guid isPermaLink="false">comment 48522 at http://www.newlc.com</guid>
</item>
<item>
 <title>Re: Overriding Incoming Call Dialog</title>
 <link>http://www.newlc.com/en/forum/overriding-incoming-call-dialog#comment-47988</link>
 <description>&lt;p&gt;Hi Willi,&lt;/p&gt;

&lt;p&gt;is it possible to display any kind of window/app behind the incoming call window??&lt;/p&gt;</description>
 <pubDate>Mon, 11 Aug 2008 07:03:32 +0200</pubDate>
 <dc:creator>kkrish</dc:creator>
 <guid isPermaLink="false">comment 47988 at http://www.newlc.com</guid>
</item>
<item>
 <title>Re: Overriding Incoming Call Dialog</title>
 <link>http://www.newlc.com/en/forum/overriding-incoming-call-dialog#comment-46768</link>
 <description>&lt;p&gt;yah i included ws32.lib&lt;/p&gt;</description>
 <pubDate>Mon, 02 Jun 2008 07:58:07 +0200</pubDate>
 <dc:creator>arumilli</dc:creator>
 <guid isPermaLink="false">comment 46768 at http://www.newlc.com</guid>
</item>
<item>
 <title>Re: Overriding Incoming Call Dialog</title>
 <link>http://www.newlc.com/en/forum/overriding-incoming-call-dialog#comment-46766</link>
 <description>&lt;p&gt;Hi arumilli,&lt;/p&gt;

&lt;p&gt;check your mmp have you included &lt;div class=&quot;bb-quote&quot;&gt;&lt;blockquote class=&quot;bb-quote-body&quot;&gt;ws32.lib &lt;/blockquote&gt;&lt;/div&gt;&lt;/p&gt;</description>
 <pubDate>Mon, 02 Jun 2008 07:12:28 +0200</pubDate>
 <dc:creator>er.khalid</dc:creator>
 <guid isPermaLink="false">comment 46766 at http://www.newlc.com</guid>
</item>
<item>
 <title>Re: Overriding Incoming Call Dialog</title>
 <link>http://www.newlc.com/en/forum/overriding-incoming-call-dialog#comment-46764</link>
 <description>&lt;p&gt;i tried this code&lt;br /&gt;
  RWindowGroup *pWG = &amp;CCoeEnv::Static()-&gt;RootWin();&lt;br /&gt;
    pWG-&gt;SetOrdinalPosition(0, 2000);&lt;br /&gt;
    CAknInformationNote* informationNote;&lt;br /&gt;
    informationNote = new ( ELeave ) CAknInformationNote;&lt;br /&gt;
    TBuf16&lt;30&gt;message;&lt;br /&gt;
    message.ZeroTerminate();&lt;br /&gt;
    message.Copy(_L(&quot;Calling&quot;));&lt;br /&gt;
    message.Append(aNumber);&lt;br /&gt;
    informationNote-&gt;ExecuteLD(message);&lt;/p&gt;

&lt;p&gt;iam geeting an error&lt;br /&gt;
Undefined symbol: &#039;void RWindowTreeNode::SetOrdinalPosition(int, int) (?SetOrdinalPosition@RWindowTreeNode@@QAEXHH@Z)&#039;[]&lt;br /&gt;
how can i slove this&lt;br /&gt;
thank u&lt;br /&gt;
sree&lt;/p&gt;</description>
 <pubDate>Mon, 02 Jun 2008 06:38:56 +0200</pubDate>
 <dc:creator>arumilli</dc:creator>
 <guid isPermaLink="false">comment 46764 at http://www.newlc.com</guid>
</item>
<item>
 <title>Re: Overriding Incoming Call Dialog</title>
 <link>http://www.newlc.com/en/forum/overriding-incoming-call-dialog#comment-40879</link>
 <description>&lt;p&gt;Yeah sure.&lt;/p&gt;

&lt;p&gt;Once I will prepare the content I will post the same.&lt;/p&gt;

&lt;p&gt;Regards&lt;/p&gt;</description>
 <pubDate>Wed, 22 Aug 2007 07:55:03 +0200</pubDate>
 <dc:creator>Willi</dc:creator>
 <guid isPermaLink="false">comment 40879 at http://www.newlc.com</guid>
</item>
<item>
 <title>Re: Overriding Incoming Call Dialog</title>
 <link>http://www.newlc.com/en/forum/overriding-incoming-call-dialog#comment-40874</link>
 <description>&lt;p&gt;Hi Willi, I would request you to add this code as an article on FN Wiki.&lt;/p&gt;</description>
 <pubDate>Wed, 22 Aug 2007 07:38:04 +0200</pubDate>
 <dc:creator>vin2ktalks</dc:creator>
 <guid isPermaLink="false">comment 40874 at http://www.newlc.com</guid>
</item>
<item>
 <title>Re: Overriding Incoming Call Dialog</title>
 <link>http://www.newlc.com/en/forum/overriding-incoming-call-dialog#comment-40829</link>
 <description>&lt;p&gt;Hi Tushar and vin2talks,&lt;/p&gt;

&lt;p&gt;There is another method too&lt;br /&gt;
after detecting incoming call ,write these code snippet&lt;br /&gt;
&lt;div class=&quot;codeblock&quot;&gt;&lt;code&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; RWindowGroup *pWG = &amp;amp;CCoeEnv::Static()-&amp;gt;RootWin();&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; pWG-&amp;gt;SetOrdinalPosition(0, 2000);&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; CAknInformationNote* informationNote;&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; informationNote = new ( ELeave ) CAknInformationNote;&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; TBuf16&amp;lt;30&amp;gt;message;&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; message.ZeroTerminate();&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; message.Copy(_L(&amp;quot;Calling&amp;quot;));&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; message.Append(aNumber);&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; informationNote-&amp;gt;ExecuteLD(message); &lt;/code&gt;&lt;/div&gt;&lt;/p&gt;

&lt;p&gt;&lt;/p&gt;</description>
 <pubDate>Mon, 20 Aug 2007 11:38:50 +0200</pubDate>
 <dc:creator>Willi</dc:creator>
 <guid isPermaLink="false">comment 40829 at http://www.newlc.com</guid>
</item>
<item>
 <title>Re: Overriding Incoming Call Dialog</title>
 <link>http://www.newlc.com/en/forum/overriding-incoming-call-dialog#comment-40813</link>
 <description>&lt;p&gt;Very useful information by &lt;b&gt;vin2talks&lt;/b&gt;. Thanks a lot  &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;

&lt;p&gt;Regards,&lt;/p&gt;

&lt;p&gt;Tushar&lt;/p&gt;</description>
 <pubDate>Sat, 18 Aug 2007 16:30:34 +0200</pubDate>
 <dc:creator>tusharbhatta</dc:creator>
 <guid isPermaLink="false">comment 40813 at http://www.newlc.com</guid>
</item>
<item>
 <title>Re: Overriding Incoming Call Dialog</title>
 <link>http://www.newlc.com/en/forum/overriding-incoming-call-dialog#comment-40703</link>
 <description>&lt;p&gt;Thanks &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;

&lt;p&gt;It works -:)&lt;/p&gt;</description>
 <pubDate>Tue, 14 Aug 2007 14:20:45 +0200</pubDate>
 <dc:creator>Willi</dc:creator>
 <guid isPermaLink="false">comment 40703 at http://www.newlc.com</guid>
</item>
<item>
 <title>Re: Overriding Incoming Call Dialog</title>
 <link>http://www.newlc.com/en/forum/overriding-incoming-call-dialog#comment-40487</link>
 <description>&lt;p&gt;&lt;div class=&quot;bb-quote&quot;&gt;&lt;blockquote class=&quot;bb-quote-body&quot;&gt;But still wondering,why InfoWinL dialog is not coming to foreground even though m brining my app to foreground..&lt;/blockquote&gt;&lt;/div&gt;&lt;/p&gt;

&lt;p&gt;You may use the Global Notes for showing a dialog even if your application is running in background on S60&lt;/p&gt;

&lt;p&gt;&lt;div class=&quot;bb-quote&quot;&gt;&lt;blockquote class=&quot;bb-quote-body&quot;&gt;Overriding Incoming Call Dialog&lt;/blockquote&gt;&lt;/div&gt;&lt;/p&gt;

&lt;p&gt;To suppress the S60 call note (generally we can suppress all the global notes) using the RAknKeylock2::EnableSoftNotofications(), you may even refer the RAknKeylock2::CancelAllNotifications(), don&#039;t link this with the first mentioned solution. In this case you may first suppress the global notes and then make your application on the foreground and show the incoming call notes to the user.&lt;br /&gt;
&lt;/p&gt;</description>
 <pubDate>Mon, 06 Aug 2007 11:21:26 +0200</pubDate>
 <dc:creator>vin2ktalks</dc:creator>
 <guid isPermaLink="false">comment 40487 at http://www.newlc.com</guid>
</item>
<item>
 <title>Overriding Incoming Call Dialog</title>
 <link>http://www.newlc.com/en/forum/overriding-incoming-call-dialog</link>
 <description>&lt;p&gt;Hi  &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;

&lt;p&gt;I am trying to display a note when any incoming call comes.&lt;br /&gt;
I am using RWindowGroup class to play with this task.Displaying an information note is not working.&lt;br /&gt;
Then I decided to draw some bitmaps using RWindowGroup APIs..&lt;br /&gt;
But still wondering,why InfoWinL dialog is not coming to foreground even though m brining my app to foreground..&lt;br /&gt;
&lt;/p&gt;&lt;p&gt;&lt;a href=&quot;http://www.newlc.com/en/forum/overriding-incoming-call-dialog&quot;&gt;read more&lt;/a&gt;&lt;/p&gt;</description>
 <comments>http://www.newlc.com/en/forum/overriding-incoming-call-dialog#comments</comments>
 <category domain="http://www.newlc.com/en/forums/telephony">Telephony</category>
 <pubDate>Fri, 03 Aug 2007 11:28:29 +0200</pubDate>
 <dc:creator>Willi</dc:creator>
 <guid isPermaLink="false">18540 at http://www.newlc.com</guid>
</item>
</channel>
</rss>
