<div class="gmail_quote"><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;"><div class="gmail_quote"><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
<br></blockquote></div>FWIW you can take a look at the activity<div><br></div><div><a href="http://activities.sugarlabs.org/en-US/sugar/addon/4455" target="_blank">http://activities.sugarlabs.org/en-US/sugar/addon/4455</a></div>
<div><br>

</div><div><br></div></blockquote><div><br></div><div>Thank you Rafael.  Good idea.</div><div><br></div><div>As you suggest, this activity opens URLs inside of the current activity. </div><div><br></div><div><div><font class="Apple-style-span" face="'courier new', monospace">hulahop.startup(os.path.join(env.get_profile_path(), 'gecko'))<span class="Apple-tab-span" style="white-space:pre">   </span></font></div>
<div><font class="Apple-style-span" face="'courier new', monospace">from hulahop.webview import WebView</font></div></div><div><font class="Apple-style-span" face="'courier new', monospace"><br></font></div>
<div><div><font class="Apple-style-span" face="'courier new', monospace">        self.webview = WebView()</font></div><div><font class="Apple-style-span" face="'courier new', monospace"><span class="Apple-tab-span" style="white-space: pre; ">      </span>self.set_canvas(self.webview)</font></div>
<div><font class="Apple-style-span" face="'courier new', monospace">        self.webview.show()</font></div><div><font class="Apple-style-span" face="'courier new', monospace">        self.webview.load_uri('<a href="http://google.com">http://google.com</a>')</font></div>
</div><div><br></div><div>I am not sure if this approach will continue to work after the coming move from firefox to webkit.  Can anyone speak to this?</div><div><br></div><div>To avoid problems like this, I was hoping to have my current activity switch to the browse activity if possible.  Is this possible?</div>
</div>