<?xml version="1.0" encoding="UTF-8"?><!-- generator="wordpress/2.1.3" -->
<rss version="2.0" 
	xmlns:content="http://purl.org/rss/1.0/modules/content/">
<channel>
	<title>Comments for SpecialRelativity</title>
	<link>http://specialrelativity.org/blog</link>
	<description>Michael Avila's blog</description>
	<pubDate>Fri, 21 Nov 2008 13:06:09 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.1.3</generator>

	<item>
		<title>Comment on Easy Cursor Management by vpitts</title>
		<link>http://specialrelativity.org/blog/2007/08/11/easy-cursor-management/#comment-419</link>
		<author>vpitts</author>
		<pubDate>Mon, 10 Mar 2008 17:28:53 +0000</pubDate>
		<guid>http://specialrelativity.org/blog/2007/08/11/easy-cursor-management/#comment-419</guid>
					<description>Right after I posted my last message - I found something that helped me - so now my problems appears to be fixed.  I simply called Mouse.hide() followed immediately Mouse.show() and now the cursor updates it appearance even without a mouse event.  It was your sample though that led me in the right direction.  Thank you.</description>
		<content:encoded><![CDATA[<p>Right after I posted my last message - I found something that helped me - so now my problems appears to be fixed.  I simply called Mouse.hide() followed immediately Mouse.show() and now the cursor updates it appearance even without a mouse event.  It was your sample though that led me in the right direction.  Thank you.</p>
]]></content:encoded>
				</item>
	<item>
		<title>Comment on Easy Cursor Management by vpitts</title>
		<link>http://specialrelativity.org/blog/2007/08/11/easy-cursor-management/#comment-418</link>
		<author>vpitts</author>
		<pubDate>Mon, 10 Mar 2008 17:07:13 +0000</pubDate>
		<guid>http://specialrelativity.org/blog/2007/08/11/easy-cursor-management/#comment-418</guid>
					<description>Nicely done article.  Your sample was really easy to follow and well documented.

I have a slightly different problem.  We have an application that we are building that needs to change the cursor based on a location within a timeline - and not just in response to a MouseEvent.  So at certain times we need a mouse pointer (default cursor) and at other times we need a hand cursor.   

We have been able to change the cursor using the "buttonMode" and "useHandCursor" methods.  The only problem that we have encountered is that if we just let the app run (meaning the timeline is advancing) without interacting at all with the user interface (meaning NO mouse movement or clicks), we can see the cursor change from default (mouse pointer) to hand cursor.  However as the timeline advances, the cursor never changes back UNLESS you move or click the mouse.

We know that the event has fired to change the cursor back.  However its visual appearance does not change without the mouse event.

In other languages there are usually methods to "force" a repaint - something that would cause the cursor to update.

I have tried a few things like "updateAfterEvent" on the triggering event - but I have not been successful in getting the cursor to change.

Do you have any suggestions?  I was thinking about generating a mouse event on our own - maybe?

Thanks</description>
		<content:encoded><![CDATA[<p>Nicely done article.  Your sample was really easy to follow and well documented.</p>
<p>I have a slightly different problem.  We have an application that we are building that needs to change the cursor based on a location within a timeline - and not just in response to a MouseEvent.  So at certain times we need a mouse pointer (default cursor) and at other times we need a hand cursor.   </p>
<p>We have been able to change the cursor using the &#8220;buttonMode&#8221; and &#8220;useHandCursor&#8221; methods.  The only problem that we have encountered is that if we just let the app run (meaning the timeline is advancing) without interacting at all with the user interface (meaning NO mouse movement or clicks), we can see the cursor change from default (mouse pointer) to hand cursor.  However as the timeline advances, the cursor never changes back UNLESS you move or click the mouse.</p>
<p>We know that the event has fired to change the cursor back.  However its visual appearance does not change without the mouse event.</p>
<p>In other languages there are usually methods to &#8220;force&#8221; a repaint - something that would cause the cursor to update.</p>
<p>I have tried a few things like &#8220;updateAfterEvent&#8221; on the triggering event - but I have not been successful in getting the cursor to change.</p>
<p>Do you have any suggestions?  I was thinking about generating a mouse event on our own - maybe?</p>
<p>Thanks</p>
]]></content:encoded>
				</item>
	<item>
		<title>Comment on Schematic 3.0 Launched! by Curtis Edwards</title>
		<link>http://specialrelativity.org/blog/2007/09/06/schematic-30-launched/#comment-414</link>
		<author>Curtis Edwards</author>
		<pubDate>Sat, 01 Mar 2008 12:49:57 +0000</pubDate>
		<guid>http://specialrelativity.org/blog/2007/09/06/schematic-30-launched/#comment-414</guid>
					<description>Nice work,

I hope you dont mind a small question, I always wondered how you get the back button to work in flash, or at least controlling page flow through url

ie:
http://www.schematic.com/#//
http://www.schematic.com/#/aboutus
http://www.schematic.com/#/ourwork
etc
is this controlled in php/ruby ??? and feed back to flash?
cheers 
Curt</description>
		<content:encoded><![CDATA[<p>Nice work,</p>
<p>I hope you dont mind a small question, I always wondered how you get the back button to work in flash, or at least controlling page flow through url</p>
<p>ie:<br />
<a href="http://www.schematic.com/#//" rel="nofollow">http://www.schematic.com/#//</a><br />
<a href="http://www.schematic.com/#/aboutus" rel="nofollow">http://www.schematic.com/#/aboutus</a><br />
<a href="http://www.schematic.com/#/ourwork" rel="nofollow">http://www.schematic.com/#/ourwork</a><br />
etc<br />
is this controlled in php/ruby ??? and feed back to flash?<br />
cheers<br />
Curt</p>
]]></content:encoded>
				</item>
	<item>
		<title>Comment on Communicating with Java over a Socket via Actionscript 3 by null</title>
		<link>http://specialrelativity.org/blog/2007/08/05/connecting-with-java-over-a-socket-via-actionscript-3/#comment-408</link>
		<author>null</author>
		<pubDate>Tue, 12 Feb 2008 22:16:42 +0000</pubDate>
		<guid>http://specialrelativity.org/blog/2007/08/05/connecting-with-java-over-a-socket-via-actionscript-3/#comment-408</guid>
					<description>Has actions script 3 dumped xml sockets, and uses standard bytes? Been a while since I toyed with sockets in as.</description>
		<content:encoded><![CDATA[<p>Has actions script 3 dumped xml sockets, and uses standard bytes? Been a while since I toyed with sockets in as.</p>
]]></content:encoded>
				</item>
	<item>
		<title>Comment on I&#8217;m Back&#8230; by Dixy-do</title>
		<link>http://specialrelativity.org/blog/2007/08/05/im-back/#comment-407</link>
		<author>Dixy-do</author>
		<pubDate>Thu, 07 Feb 2008 19:10:55 +0000</pubDate>
		<guid>http://specialrelativity.org/blog/2007/08/05/im-back/#comment-407</guid>
					<description>&lt;a href="http://index6.basuma.com" rel="nofollow"&gt;classic workboats&lt;/a&gt; &lt;a href="http://index8.basuma.com" rel="nofollow"&gt;split&lt;/a&gt; &lt;a href="http://index5.basuma.com" rel="nofollow"&gt;hard wood floors&lt;/a&gt; &lt;a href="http://index2.basuma.com" rel="nofollow"&gt;bargains for millionaires&lt;/a&gt; &lt;a href="http://index7.basuma.com" rel="nofollow"&gt;brk electronics&lt;/a&gt; &lt;a href="http://index4.basuma.com" rel="nofollow"&gt;craig list&lt;/a&gt; &lt;a href="http://index9.basuma.com" rel="nofollow"&gt;spartans&lt;/a&gt; &lt;a href="http://index1.basuma.com" rel="nofollow"&gt;ut sports&lt;/a&gt; &lt;a href="http://index3.basuma.com" rel="nofollow"&gt;address finder&lt;/a&gt; &lt;a href="http://index10.basuma.com" rel="nofollow"&gt;monthly 20poetry&lt;/a&gt;</description>
		<content:encoded><![CDATA[<p><a href="http://index6.basuma.com" rel="nofollow">classic workboats</a> <a href="http://index8.basuma.com" rel="nofollow">split</a> <a href="http://index5.basuma.com" rel="nofollow">hard wood floors</a> <a href="http://index2.basuma.com" rel="nofollow">bargains for millionaires</a> <a href="http://index7.basuma.com" rel="nofollow">brk electronics</a> <a href="http://index4.basuma.com" rel="nofollow">craig list</a> <a href="http://index9.basuma.com" rel="nofollow">spartans</a> <a href="http://index1.basuma.com" rel="nofollow">ut sports</a> <a href="http://index3.basuma.com" rel="nofollow">address finder</a> <a href="http://index10.basuma.com" rel="nofollow">monthly 20poetry</a></p>
]]></content:encoded>
				</item>
	<item>
		<title>Comment on Communicating with Java over a Socket via Actionscript 3 by jorgedbucaran</title>
		<link>http://specialrelativity.org/blog/2007/08/05/connecting-with-java-over-a-socket-via-actionscript-3/#comment-404</link>
		<author>jorgedbucaran</author>
		<pubDate>Sat, 02 Feb 2008 23:22:50 +0000</pubDate>
		<guid>http://specialrelativity.org/blog/2007/08/05/connecting-with-java-over-a-socket-via-actionscript-3/#comment-404</guid>
					<description>Hi,

In your code you are calling server.start(), isn't it just start()? You are defining a start() method of the DemoServer class, you have both server and client socket varibles, but you call a server.start() method. I don't know if there is such one but how does the DemoServer.start() method gets called then?

public class DemoServer
{
   private ServerSocket server;
   private Socket client;
 
   private BufferedReader in;
   private PrintWriter out;
 
   public void start()
   {
      // starter code here
   }
 
   public static void main( String[] args )
   {
      try
      {
         DemoServer server = new DemoServer();
         server.start(); 
         //start()</description>
		<content:encoded><![CDATA[<p>Hi,</p>
<p>In your code you are calling server.start(), isn&#8217;t it just start()? You are defining a start() method of the DemoServer class, you have both server and client socket varibles, but you call a server.start() method. I don&#8217;t know if there is such one but how does the DemoServer.start() method gets called then?</p>
<p>public class DemoServer<br />
{<br />
   private ServerSocket server;<br />
   private Socket client;</p>
<p>   private BufferedReader in;<br />
   private PrintWriter out;</p>
<p>   public void start()<br />
   {<br />
      // starter code here<br />
   }</p>
<p>   public static void main( String[] args )<br />
   {<br />
      try<br />
      {<br />
         DemoServer server = new DemoServer();<br />
         server.start();<br />
         //start()</p>
]]></content:encoded>
				</item>
	<item>
		<title>Comment on Communicating with Java over a Socket via Actionscript 3 by weston</title>
		<link>http://specialrelativity.org/blog/2007/08/05/connecting-with-java-over-a-socket-via-actionscript-3/#comment-392</link>
		<author>weston</author>
		<pubDate>Fri, 25 Jan 2008 08:29:00 +0000</pubDate>
		<guid>http://specialrelativity.org/blog/2007/08/05/connecting-with-java-over-a-socket-via-actionscript-3/#comment-392</guid>
					<description>it's very interesting! thank you!</description>
		<content:encoded><![CDATA[<p>it&#8217;s very interesting! thank you!</p>
]]></content:encoded>
				</item>
	<item>
		<title>Comment on Communicating with Java over a Socket via Actionscript 3 by nunof</title>
		<link>http://specialrelativity.org/blog/2007/08/05/connecting-with-java-over-a-socket-via-actionscript-3/#comment-388</link>
		<author>nunof</author>
		<pubDate>Mon, 14 Jan 2008 22:21:41 +0000</pubDate>
		<guid>http://specialrelativity.org/blog/2007/08/05/connecting-with-java-over-a-socket-via-actionscript-3/#comment-388</guid>
					<description>This is a very good tutorial.

I'm also very interested in how we go about handling multiple clients.</description>
		<content:encoded><![CDATA[<p>This is a very good tutorial.</p>
<p>I&#8217;m also very interested in how we go about handling multiple clients.</p>
]]></content:encoded>
				</item>
	<item>
		<title>Comment on as3-collections hosted on code.google.com by Cameron</title>
		<link>http://specialrelativity.org/blog/2007/08/14/as3-collections-hosted-on-google-code/#comment-387</link>
		<author>Cameron</author>
		<pubDate>Sun, 13 Jan 2008 21:19:04 +0000</pubDate>
		<guid>http://specialrelativity.org/blog/2007/08/14/as3-collections-hosted-on-google-code/#comment-387</guid>
					<description>Hi Michael,

Google seems to like you, your google code project is the first hit when I search for Actionscript 3 collections.

If you wanted to push for some kind of community adopted standard then you're in the best place to do so. I hope other bloggers pick this up and run with it, developing server-side tie-ins with java and other languages constantly highlights AS3s need for a collections framework of some kind.</description>
		<content:encoded><![CDATA[<p>Hi Michael,</p>
<p>Google seems to like you, your google code project is the first hit when I search for Actionscript 3 collections.</p>
<p>If you wanted to push for some kind of community adopted standard then you&#8217;re in the best place to do so. I hope other bloggers pick this up and run with it, developing server-side tie-ins with java and other languages constantly highlights AS3s need for a collections framework of some kind.</p>
]]></content:encoded>
				</item>
	<item>
		<title>Comment on Communicating with Java over a Socket via Actionscript 3 by gondo</title>
		<link>http://specialrelativity.org/blog/2007/08/05/connecting-with-java-over-a-socket-via-actionscript-3/#comment-386</link>
		<author>gondo</author>
		<pubDate>Thu, 10 Jan 2008 13:52:01 +0000</pubDate>
		<guid>http://specialrelativity.org/blog/2007/08/05/connecting-with-java-over-a-socket-via-actionscript-3/#comment-386</guid>
					<description>hi
so i think i am rdy for next article :)
in fact, i am triing to make simple telnet in as3, especcially connection to smtp server.
if u coud write some example or finish this article (and show how it works in flash), maybe some .flv .swf it ll be gr8</description>
		<content:encoded><![CDATA[<p>hi<br />
so i think i am rdy for next article <img src='http://specialrelativity.org/blog/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /><br />
in fact, i am triing to make simple telnet in as3, especcially connection to smtp server.<br />
if u coud write some example or finish this article (and show how it works in flash), maybe some .flv .swf it ll be gr8</p>
]]></content:encoded>
				</item>
</channel>
</rss>
