<?xml version="1.0" encoding="UTF-8"?><!-- generator="wordpress/2.3.3" -->
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	>
<channel>
	<title>Comments on: UrlKit 0.92 now available with IE7, Safari support</title>
	<link>http://www.joeberkovitz.com/blog/2007/12/20/urlkit-091-available/</link>
	<description>Just another WordPress weblog</description>
	<pubDate>Thu, 21 Aug 2008 15:20:22 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.3.3</generator>
		<item>
		<title>By: joe</title>
		<link>http://www.joeberkovitz.com/blog/2007/12/20/urlkit-091-available/#comment-2866</link>
		<dc:creator>joe</dc:creator>
		<pubDate>Thu, 10 Apr 2008 10:39:22 +0000</pubDate>
		<guid>http://www.joeberkovitz.com/blog/2007/12/20/urlkit-091-available/#comment-2866</guid>
		<description>I think you'll have to post a bug to Google Code and attach some sort of example.  I have no doubt that there are some difficulties with Modules as UrlKit was never tested with them.

I know of at least one approach which should definitely work, which is to maintain the navigational state in the main app (i.e. the model whose values the sliders are bound to).</description>
		<content:encoded><![CDATA[<p>I think you&#8217;ll have to post a bug to Google Code and attach some sort of example.  I have no doubt that there are some difficulties with Modules as UrlKit was never tested with them.</p>
<p>I know of at least one approach which should definitely work, which is to maintain the navigational state in the main app (i.e. the model whose values the sliders are bound to).</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Al</title>
		<link>http://www.joeberkovitz.com/blog/2007/12/20/urlkit-091-available/#comment-2865</link>
		<dc:creator>Al</dc:creator>
		<pubDate>Thu, 10 Apr 2008 00:40:18 +0000</pubDate>
		<guid>http://www.joeberkovitz.com/blog/2007/12/20/urlkit-091-available/#comment-2865</guid>
		<description>Thanks Joe.

The tab navigator is in the main application (not a module) and the modules contain a bunch of controls (such as the slider).   I need to deeplink which item within the viewstack is in view (this works) and any values set in each module, i.e. the slider's hi/lo (this does not work).

No matter how I try all my urlRules within a module are ignored by the parent application.

If my explanation is confusing I can post an example.

Any tips would be much appreciated!</description>
		<content:encoded><![CDATA[<p>Thanks Joe.</p>
<p>The tab navigator is in the main application (not a module) and the modules contain a bunch of controls (such as the slider).   I need to deeplink which item within the viewstack is in view (this works) and any values set in each module, i.e. the slider&#8217;s hi/lo (this does not work).</p>
<p>No matter how I try all my urlRules within a module are ignored by the parent application.</p>
<p>If my explanation is confusing I can post an example.</p>
<p>Any tips would be much appreciated!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: joe</title>
		<link>http://www.joeberkovitz.com/blog/2007/12/20/urlkit-091-available/#comment-2836</link>
		<dc:creator>joe</dc:creator>
		<pubDate>Thu, 03 Apr 2008 10:57:41 +0000</pubDate>
		<guid>http://www.joeberkovitz.com/blog/2007/12/20/urlkit-091-available/#comment-2836</guid>
		<description>The approach shown in the sample app assumes that the actual TabNavigator is instantiated as soon as the child component is created.  With a module that is not the case, because the module loads later and the TabNavigator is not instantiated until the module is completely loaded and initialized.

I think you will have to set up the UrlDelegateRule's child yourself by listening for the event that tells you the module is ready, and fishing the navigator out of it</description>
		<content:encoded><![CDATA[<p>The approach shown in the sample app assumes that the actual TabNavigator is instantiated as soon as the child component is created.  With a module that is not the case, because the module loads later and the TabNavigator is not instantiated until the module is completely loaded and initialized.</p>
<p>I think you will have to set up the UrlDelegateRule&#8217;s child yourself by listening for the event that tells you the module is ready, and fishing the navigator out of it</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Al</title>
		<link>http://www.joeberkovitz.com/blog/2007/12/20/urlkit-091-available/#comment-2834</link>
		<dc:creator>Al</dc:creator>
		<pubDate>Thu, 03 Apr 2008 06:13:07 +0000</pubDate>
		<guid>http://www.joeberkovitz.com/blog/2007/12/20/urlkit-091-available/#comment-2834</guid>
		<description>Having trouble getting UrlKit working with modules...

So I have really stripped down test with 2 containers in a TabNavigator:

1) Container 1 has the same hi/lo price slider from the example - the deeplinking works here.

2) Container 2 loads a module which is essentially the contents of module 1 (a slider).  I've ensured ApplicationDomain is set to currentDomain within the loader's context - deeplinking fails here.

Any ideas?  Pointers?</description>
		<content:encoded><![CDATA[<p>Having trouble getting UrlKit working with modules&#8230;</p>
<p>So I have really stripped down test with 2 containers in a TabNavigator:</p>
<p>1) Container 1 has the same hi/lo price slider from the example - the deeplinking works here.</p>
<p>2) Container 2 loads a module which is essentially the contents of module 1 (a slider).  I&#8217;ve ensured ApplicationDomain is set to currentDomain within the loader&#8217;s context - deeplinking fails here.</p>
<p>Any ideas?  Pointers?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: joe</title>
		<link>http://www.joeberkovitz.com/blog/2007/12/20/urlkit-091-available/#comment-2620</link>
		<dc:creator>joe</dc:creator>
		<pubDate>Tue, 04 Mar 2008 23:25:13 +0000</pubDate>
		<guid>http://www.joeberkovitz.com/blog/2007/12/20/urlkit-091-available/#comment-2620</guid>
		<description>Joe H --

You need to link with the included library flex2BrowserManager.swc, which contains a munged BrowserManager API for Flex 2 as per my other post.  It is in the urlkit/libs/ directory of the distribution.</description>
		<content:encoded><![CDATA[<p>Joe H &#8211;</p>
<p>You need to link with the included library flex2BrowserManager.swc, which contains a munged BrowserManager API for Flex 2 as per my other post.  It is in the urlkit/libs/ directory of the distribution.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Joe Hung</title>
		<link>http://www.joeberkovitz.com/blog/2007/12/20/urlkit-091-available/#comment-2618</link>
		<dc:creator>Joe Hung</dc:creator>
		<pubDate>Tue, 04 Mar 2008 23:02:59 +0000</pubDate>
		<guid>http://www.joeberkovitz.com/blog/2007/12/20/urlkit-091-available/#comment-2618</guid>
		<description>Hi,

I just downloaded the 0.92 version. It looks like the FlexBrowserManagerAdapter has a Flex 3 dependency? It references the Flex 3 BrowserChangeEvent.BROWSER_URL_CHANGE which does not exist in 2.01.

Or do I have to do the trick in your other post to get it working under Flex 2.

Thanks a lot!!!</description>
		<content:encoded><![CDATA[<p>Hi,</p>
<p>I just downloaded the 0.92 version. It looks like the FlexBrowserManagerAdapter has a Flex 3 dependency? It references the Flex 3 BrowserChangeEvent.BROWSER_URL_CHANGE which does not exist in 2.01.</p>
<p>Or do I have to do the trick in your other post to get it working under Flex 2.</p>
<p>Thanks a lot!!!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: joe</title>
		<link>http://www.joeberkovitz.com/blog/2007/12/20/urlkit-091-available/#comment-2548</link>
		<dc:creator>joe</dc:creator>
		<pubDate>Wed, 30 Jan 2008 23:13:02 +0000</pubDate>
		<guid>http://www.joeberkovitz.com/blog/2007/12/20/urlkit-091-available/#comment-2548</guid>
		<description>Fabian,
I am not sure offhand, but I think that there is no reliable cross-browser means of navigating the browser history.  This would mean that it's impossible to do what you ask for.  I think one browser does support this, but I forget which one.</description>
		<content:encoded><![CDATA[<p>Fabian,<br />
I am not sure offhand, but I think that there is no reliable cross-browser means of navigating the browser history.  This would mean that it&#8217;s impossible to do what you ask for.  I think one browser does support this, but I forget which one.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Fabian Bijl</title>
		<link>http://www.joeberkovitz.com/blog/2007/12/20/urlkit-091-available/#comment-2547</link>
		<dc:creator>Fabian Bijl</dc:creator>
		<pubDate>Wed, 30 Jan 2008 23:05:41 +0000</pubDate>
		<guid>http://www.joeberkovitz.com/blog/2007/12/20/urlkit-091-available/#comment-2547</guid>
		<description>Is there a possibility to activate the back-button from flex when the backspace button is pressed. Even  hints on how I could do this would be greatly appreciated.</description>
		<content:encoded><![CDATA[<p>Is there a possibility to activate the back-button from flex when the backspace button is pressed. Even  hints on how I could do this would be greatly appreciated.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: joe</title>
		<link>http://www.joeberkovitz.com/blog/2007/12/20/urlkit-091-available/#comment-2496</link>
		<dc:creator>joe</dc:creator>
		<pubDate>Fri, 04 Jan 2008 12:35:56 +0000</pubDate>
		<guid>http://www.joeberkovitz.com/blog/2007/12/20/urlkit-091-available/#comment-2496</guid>
		<description>Kevin,

Thanks for discovering this; it is a stupid distribution script error on my part.  I am uploading a new version 0.92 now, but you can fix
the one you have by merely running "ant stage" in the sample/ directory which will copy over the JS and CSS files from the html-template/ directory.
 Note that you must run Urlkit applications from a web server in order for things to operate at all; running from a file:// URL does not work correctly.</description>
		<content:encoded><![CDATA[<p>Kevin,</p>
<p>Thanks for discovering this; it is a stupid distribution script error on my part.  I am uploading a new version 0.92 now, but you can fix<br />
the one you have by merely running &#8220;ant stage&#8221; in the sample/ directory which will copy over the JS and CSS files from the html-template/ directory.<br />
 Note that you must run Urlkit applications from a web server in order for things to operate at all; running from a file:// URL does not work correctly.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Kevin Langdon</title>
		<link>http://www.joeberkovitz.com/blog/2007/12/20/urlkit-091-available/#comment-2491</link>
		<dc:creator>Kevin Langdon</dc:creator>
		<pubDate>Fri, 04 Jan 2008 03:39:40 +0000</pubDate>
		<guid>http://www.joeberkovitz.com/blog/2007/12/20/urlkit-091-available/#comment-2491</guid>
		<description>Just downloaded this.  With Flex 2 it looks like it doesn't work with the js included in th zip file.  Possbily needs the history files from flex 3 instead?</description>
		<content:encoded><![CDATA[<p>Just downloaded this.  With Flex 2 it looks like it doesn&#8217;t work with the js included in th zip file.  Possbily needs the history files from flex 3 instead?</p>
]]></content:encoded>
	</item>
</channel>
</rss>
