<?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 - Browser Control API query Is it Possible ? - Comments</title>
 <link>http://www.newlc.com/en/topic-17200</link>
 <description>Comments for &quot;Browser Control API query Is it Possible ?&quot;</description>
 <language>en</language>
<item>
 <title>Re: Browser Control API query Is it Possible ?</title>
 <link>http://www.newlc.com/en/topic-17200#comment-40069</link>
 <description>&lt;p&gt;Hi yerramraju,&lt;/p&gt;

&lt;p&gt;you have to activate browser control before loading web page:&lt;br /&gt;
&lt;pre class=&quot;bb-code-block&quot;&gt;
iLmBrCtlInterface-&amp;gt;ActivateL();
&lt;/pre&gt;&lt;/p&gt;

&lt;p&gt;Bye, Luca&lt;/p&gt;</description>
 <pubDate>Mon, 23 Jul 2007 11:52:49 +0200</pubDate>
 <dc:creator>Luca</dc:creator>
 <guid isPermaLink="false">comment 40069 at http://www.newlc.com</guid>
</item>
<item>
 <title>unable to display the web content  using Browser Control API ?</title>
 <link>http://www.newlc.com/en/topic-17200#comment-39522</link>
 <description>&lt;p&gt;This is how i am try to display the web content using Browser Control API&#039;s,&lt;br /&gt;
can anybody tell me where i am wrong?&lt;/p&gt;

&lt;p&gt;iLmBrCtlInterface = CreateBrowserControlL( this, &lt;br /&gt;
            rect, &lt;br /&gt;
            TBrCtlDefs::ECapabilityLaunchViewer | TBrCtlDefs::ECapabilityLoadHttpFw,&lt;br /&gt;
            iCommandBase, &lt;br /&gt;
            NULL, &lt;br /&gt;
            NULL,&lt;br /&gt;
            NULL, &lt;br /&gt;
            NULL,&lt;br /&gt;
            NULL);&lt;br /&gt;
        }&lt;/p&gt;

&lt;p&gt;   _LIT(KUrl, &quot;http://www.google.com&quot;);&lt;/p&gt;

&lt;p&gt;    iLmBrCtlInterface-&gt;LoadUrlL( KUrl );&lt;/p&gt;

&lt;p&gt;Thanks in Advacne,&lt;br /&gt;
Raj&lt;/p&gt;</description>
 <pubDate>Tue, 26 Jun 2007 10:16:53 +0200</pubDate>
 <dc:creator>yerramraju</dc:creator>
 <guid isPermaLink="false">comment 39522 at http://www.newlc.com</guid>
</item>
<item>
 <title>Re: Browser Control API query Is it Possible ?</title>
 <link>http://www.newlc.com/en/topic-17200#comment-36597</link>
 <description>&lt;div class=&quot;smf-content&quot;&gt;One more thing: I can&amp;#039;t see why you have to save your files in a private data cage. Even Browser Control&amp;#039;s Download Manager doesn&amp;#039;t do that.&lt;br /&gt;&lt;br /&gt;Tote&lt;/div&gt;</description>
 <pubDate>Tue, 23 Jan 2007 17:01:20 +0100</pubDate>
 <dc:creator>tote</dc:creator>
 <guid isPermaLink="false">comment 36597 at http://www.newlc.com</guid>
</item>
<item>
 <title>Re: Browser Control API query Is it Possible ?</title>
 <link>http://www.newlc.com/en/topic-17200#comment-36596</link>
 <description>&lt;div class=&quot;smf-content&quot;&gt;Have you explored the following things:&lt;br /&gt;- TBrCtlCapabilities::ECapabilityClientResolveEmbeddedURL and TBrCtlCapabilities::ECapabilityClientNotifyURL ==&amp;gt; maybe you could have stronger influence on how Browser Control downloads files (embedded or not),&lt;br /&gt;- CBrCtlInterface::SetSelfDownloadContentTypesL ==&amp;gt; if you want BrCtl not to consume html content itself, then you might want to change this behavior,&lt;br /&gt;- MBrCtlLoadEventObserver and MBrCtlDataLoadConsumer mixins ==&amp;gt; you might want to be well-informed on what is happening inside the Browser Control.&lt;br /&gt;&lt;br /&gt;Let me know what you could figure out based on above mentioned information!&lt;br /&gt;&lt;br /&gt;Tote&lt;/div&gt;</description>
 <pubDate>Tue, 23 Jan 2007 16:19:12 +0100</pubDate>
 <dc:creator>tote</dc:creator>
 <guid isPermaLink="false">comment 36596 at http://www.newlc.com</guid>
</item>
<item>
 <title>Re: Browser Control API query Is it Possible ?</title>
 <link>http://www.newlc.com/en/topic-17200#comment-36595</link>
 <description>&lt;div class=&quot;smf-content&quot;&gt;Hi thanks for the answer , its not possible with the browser application. But the problem using with HTTP client is that every time we need to save the page some where in&amp;nbsp; a kind of private folder and then launch the browser. &lt;br /&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;Other problem is that if we open the page in the browser again and send some data&amp;nbsp; say like the waywhen we create a yahoo or a mail account then control goes back to the browser api, which then send the data back to the listening server and its then redirects you to some other page (which again has to be filtered ) &lt;img src=&quot;/en/sites/all/modules/smf_filter/smf_smileys/sad.gif&quot; alt=&quot;Sad&quot; border=&quot;0&quot; /&gt;&amp;nbsp; &amp;nbsp;so the same problem continues as now we are in browser api now .&lt;br /&gt;&lt;br /&gt;&lt;/div&gt;</description>
 <pubDate>Tue, 23 Jan 2007 11:32:41 +0100</pubDate>
 <dc:creator>Girish Sharma</dc:creator>
 <guid isPermaLink="false">comment 36595 at http://www.newlc.com</guid>
</item>
<item>
 <title>Re: Browser Control API query Is it Possible ?</title>
 <link>http://www.newlc.com/en/topic-17200#comment-36594</link>
 <description>&lt;div class=&quot;smf-content&quot;&gt;That surely works.&lt;br /&gt;&lt;br /&gt;Tote&lt;/div&gt;</description>
 <pubDate>Thu, 18 Jan 2007 09:17:08 +0100</pubDate>
 <dc:creator>tote</dc:creator>
 <guid isPermaLink="false">comment 36594 at http://www.newlc.com</guid>
</item>
<item>
 <title>Re: Browser Control API query Is it Possible ?</title>
 <link>http://www.newlc.com/en/topic-17200#comment-36593</link>
 <description>&lt;div class=&quot;smf-content&quot;&gt;What about fetching the page with HTTP Client API, saving the file locally, and opening it with browser API?&lt;/div&gt;</description>
 <pubDate>Thu, 18 Jan 2007 01:20:38 +0100</pubDate>
 <dc:creator>sysctl-forum</dc:creator>
 <guid isPermaLink="false">comment 36593 at http://www.newlc.com</guid>
</item>
<item>
 <title>Re: Browser Control API query Is it Possible ?</title>
 <link>http://www.newlc.com/en/topic-17200#comment-36592</link>
 <description>&lt;div class=&quot;smf-content&quot;&gt;Girish,&lt;br /&gt;&lt;br /&gt;I don&amp;#039;t think it&amp;#039;s possible with the Browser Control API what you&amp;#039;re looking for. You know, the API expects a URL from you and download &lt;b&gt;everything &lt;/b&gt;- it&amp;#039;s its sole responsibility to handle both &lt;i&gt;downloading &lt;/i&gt;AND &lt;i&gt;rendering&lt;/i&gt;. I&amp;#039;m not aware of any APIs that makes it possible to have any influence on this filtering method you&amp;#039;re looking for.&lt;br /&gt;&lt;br /&gt;Tote&lt;/div&gt;</description>
 <pubDate>Thu, 18 Jan 2007 01:08:06 +0100</pubDate>
 <dc:creator>tote</dc:creator>
 <guid isPermaLink="false">comment 36592 at http://www.newlc.com</guid>
</item>
<item>
 <title>Browser Control API query Is it Possible ?</title>
 <link>http://www.newlc.com/en/topic-17200</link>
 <description>&lt;div class=&quot;smf-content&quot;&gt;&lt;/div&gt;&lt;p&gt;&lt;a href=&quot;http://www.newlc.com/en/topic-17200&quot;&gt;read more&lt;/a&gt;&lt;/p&gt;</description>
 <comments>http://www.newlc.com/en/topic-17200#comments</comments>
 <category domain="http://www.newlc.com/en/forums/internet">Internet and Network access</category>
 <pubDate>Wed, 27 Dec 2006 13:50:17 +0100</pubDate>
 <dc:creator>Girish Sharma</dc:creator>
 <guid isPermaLink="false">16749 at http://www.newlc.com</guid>
</item>
</channel>
</rss>
