<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:georss="http://www.georss.org/georss" xmlns:geo="http://www.w3.org/2003/01/geo/wgs84_pos#" xmlns:media="http://search.yahoo.com/mrss/"
		>
<channel>
	<title>Comments on: Using Invoke APIs in your BlackBerry widget</title>
	<atom:link href="http://devblog.blackberry.com/2010/06/using-invoke-apis-in-your-blackberry-widget/feed/" rel="self" type="application/rss+xml" />
	<link>http://devblog.blackberry.com/2010/06/using-invoke-apis-in-your-blackberry-widget/</link>
	<description></description>
	<lastBuildDate>Tue, 29 Jan 2013 20:13:46 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.com/</generator>
	<item>
		<title>By: Mike Kirkup</title>
		<link>http://devblog.blackberry.com/2010/06/using-invoke-apis-in-your-blackberry-widget/#comment-1424</link>
		<dc:creator><![CDATA[Mike Kirkup]]></dc:creator>
		<pubDate>Wed, 13 Apr 2011 04:18:00 +0000</pubDate>
		<guid isPermaLink="false">http://devblog.blackberry.com/?p=1670#comment-1424</guid>
		<description><![CDATA[Unfortunately, we are going to need more information to help solve the problems you are seeing with your application.  I would suggest moving this conversation to the Support Forums (http://supportforums.blackberry.com/t5/Web-Development/bd-p/browser_dev) where our experts can walk you through the issue.]]></description>
		<content:encoded><![CDATA[<p>Unfortunately, we are going to need more information to help solve the problems you are seeing with your application.  I would suggest moving this conversation to the Support Forums (<a href="http://supportforums.blackberry.com/t5/Web-Development/bd-p/browser_dev" rel="nofollow">http://supportforums.blackberry.com/t5/Web-Development/bd-p/browser_dev</a>) where our experts can walk you through the issue.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Wovas</title>
		<link>http://devblog.blackberry.com/2010/06/using-invoke-apis-in-your-blackberry-widget/#comment-1423</link>
		<dc:creator><![CDATA[Wovas]]></dc:creator>
		<pubDate>Mon, 28 Mar 2011 13:55:00 +0000</pubDate>
		<guid isPermaLink="false">http://devblog.blackberry.com/?p=1670#comment-1423</guid>
		<description><![CDATA[I&#039;m using this code:

var args = new blackberry.invoke.BrowserArguments(&#039;http://www.blackberry.com&#039;);
blackberry.invoke.invoke(blackberry.invoke.APP_BROWSER, args);

to open link in separate broser window.
It works? but after that my app begin works slowly. Any other WebWorks App installed on device works slowly too.

Anybody have any ideas to solve my problem?

BB Bold 9700.
BB OS 6.0.0.380]]></description>
		<content:encoded><![CDATA[<p>I&#8217;m using this code:</p>
<p>var args = new blackberry.invoke.BrowserArguments(&#8216;http://www.blackberry.com&#8217;);<br />
blackberry.invoke.invoke(blackberry.invoke.APP_BROWSER, args);</p>
<p>to open link in separate broser window.<br />
It works? but after that my app begin works slowly. Any other WebWorks App installed on device works slowly too.</p>
<p>Anybody have any ideas to solve my problem?</p>
<p>BB Bold 9700.<br />
BB OS 6.0.0.380</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: steve zhang</title>
		<link>http://devblog.blackberry.com/2010/06/using-invoke-apis-in-your-blackberry-widget/#comment-331</link>
		<dc:creator><![CDATA[steve zhang]]></dc:creator>
		<pubDate>Mon, 29 Nov 2010 13:42:00 +0000</pubDate>
		<guid isPermaLink="false">http://devblog.blackberry.com/?p=1670#comment-331</guid>
		<description><![CDATA[I have a question, I am confused with this API and the API in blackberry 6 browser java script API, which uses blackberry.launch object, like this:

blackberry.launch.newMap({&quot;latitude&quot;:4328915, &quot;longitude&quot;:-8032480});

Could you tell us when we should use inoke object and when we should use blackberry.launch object?]]></description>
		<content:encoded><![CDATA[<p>I have a question, I am confused with this API and the API in blackberry 6 browser java script API, which uses blackberry.launch object, like this:</p>
<p>blackberry.launch.newMap({&#8220;latitude&#8221;:4328915, &#8220;longitude&#8221;:-8032480});</p>
<p>Could you tell us when we should use inoke object and when we should use blackberry.launch object?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: M Hawkins</title>
		<link>http://devblog.blackberry.com/2010/06/using-invoke-apis-in-your-blackberry-widget/#comment-330</link>
		<dc:creator><![CDATA[M Hawkins]]></dc:creator>
		<pubDate>Sat, 03 Jul 2010 09:06:42 +0000</pubDate>
		<guid isPermaLink="false">http://devblog.blackberry.com/?p=1670#comment-330</guid>
		<description><![CDATA[My Blurts app (&lt;a href=&quot;http://www.mlhsoftware.com/&quot; rel=&quot;nofollow&quot;&gt;http://www.mlhsoftware.com/&lt;/a&gt;) uses Invoke.APP_TYPE_PHONE to allow the user to dial their BlackBerry phone from their desktop computer via a Bluetooth connection.  I have had the request many times to integrate Blurts with BlackBerry Messenger to allow users to see incoming message via Blurts on their desktop, and to send messages (like I currently do with SMS) from their desktop. Any info on when this would be possible?]]></description>
		<content:encoded><![CDATA[<p>My Blurts app (<a href="http://www.mlhsoftware.com/" rel="nofollow">http://www.mlhsoftware.com/</a>) uses Invoke.APP_TYPE_PHONE to allow the user to dial their BlackBerry phone from their desktop computer via a Bluetooth connection.  I have had the request many times to integrate Blurts with BlackBerry Messenger to allow users to see incoming message via Blurts on their desktop, and to send messages (like I currently do with SMS) from their desktop. Any info on when this would be possible?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: BlackBerry Widgets &#124; iban_nieto.blog();</title>
		<link>http://devblog.blackberry.com/2010/06/using-invoke-apis-in-your-blackberry-widget/#comment-329</link>
		<dc:creator><![CDATA[BlackBerry Widgets &#124; iban_nieto.blog();]]></dc:creator>
		<pubDate>Fri, 25 Jun 2010 07:58:53 +0000</pubDate>
		<guid isPermaLink="false">http://devblog.blackberry.com/?p=1670#comment-329</guid>
		<description><![CDATA[[...]  [...]]]></description>
		<content:encoded><![CDATA[<p>[...]  [...]</p>
]]></content:encoded>
	</item>
</channel>
</rss>
