<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"><channel><title>RSS feed for InstantSpot site Grumpee Coder</title><link>http://grumpee.instantspot.com</link><description>Thoughts and comments from a grumpee coder</description><language>en-us</language><copyright>This work is Copyright &#xA9; 2008 by Grumpee Coder</copyright><generator>RSSVille ColdFusion FeedMaker, version 1.0</generator><pubDate>Sat, 22 Nov 2008 11:03:05 GMT</pubDate><item><title>An AIR gotcha</title><link>http://grumpee.instantspot.com/blog/2008/02/06/An-AIR-gotcha</link><description>&lt;p&gt;I am working on an AIR application at work and I thought I would post a little gotcha when creating an application that does not use the default system chrome.&lt;/p&gt; &lt;p&gt;The documentation says to set the systemChrome to none, and set transparent to true and that will turn off the chrome... well... almost. If you are building a Flex based AIR application, you also have to set showFlexChrome to false as well, or you still get the flex chrome... Hope this helps someone :)&lt;/p&gt;</description><pubDate>Wed, 06 Feb 2008 15:48:00 GMT</pubDate><guid>http://grumpee.instantspot.com/blog/2008/02/06/An-AIR-gotcha</guid><category>Flex,AIR</category></item><item><title>How To: Dynamic Datagrid</title><link>http://grumpee.instantspot.com/blog/2007/07/25/How-To-Dynamic-Datagrid</link><description>&lt;p&gt;  I have an example to share with you all. I am on a project that needed to be able to load a datagrids columns dynamically. Now, I had done something similar at one point, but not like this. I figured I would share this with you all(without giving away project secrets) a simple example of how to define datagrid columns and their data at runtime.  &lt;/p&gt;  &lt;p&gt;  [Box lm9kiqbidp ]  &lt;/p&gt;  </description><pubDate>Thu, 26 Jul 2007 01:40:54 GMT</pubDate><guid>http://grumpee.instantspot.com/blog/2007/07/25/How-To-Dynamic-Datagrid</guid><category>Flex</category></item><item><title>Its good to be a Flex developer...</title><link>http://grumpee.instantspot.com/blog/2007/07/13/Its-good-to-be-a-Flex-developer</link><description>&lt;p&gt;  Ted Patrick outlines why its good to be a flex developer right now...&amp;nbsp;  &lt;/p&gt;  &lt;p&gt;  http://www.onflex.org/ted/2007/07/how-to-find-flex-developers.php&amp;nbsp;  &lt;/p&gt;  </description><pubDate>Fri, 13 Jul 2007 15:41:14 GMT</pubDate><guid>http://grumpee.instantspot.com/blog/2007/07/13/Its-good-to-be-a-Flex-developer</guid><category>Flex</category></item><item><title>Code from Presentation</title><link>http://grumpee.instantspot.com/blog/2007/07/11/Code-from-Presentation</link><description>&lt;p&gt;  Ok, I have the code ready for use. Adding and viewing employees is what is working. I figured I would leave it to you to see if you can get edits working and to use that as an avenue for you to ask questions.  &lt;/p&gt;  &lt;p&gt;  The SQL scripts are for SQL 2005 but I can make ones for 2000 or MySQL. Although it wouldn&amp;#39;t take much to do it anyway. &lt;br /&gt;  &lt;/p&gt;  &lt;p&gt;  http://www.box.net/shared/k7307p7fp1  &lt;/p&gt;  &lt;p&gt;  [box k7307p7fp1] &lt;br /&gt;  &lt;/p&gt;  &lt;p&gt;  Thanks,  &lt;/p&gt;  &lt;p&gt;  Clint   &lt;/p&gt;  </description><pubDate>Wed, 11 Jul 2007 12:55:40 GMT</pubDate><guid>http://grumpee.instantspot.com/blog/2007/07/11/Code-from-Presentation</guid><category>Flex</category></item><item><title>Presenting on Flex</title><link>http://grumpee.instantspot.com/blog/2007/07/10/Presenting-on-Flex</link><description>&lt;p&gt;  I will be presenting on Flex tonight at our local user group. Its been a couple of years since I last presented and that was on Flex 1.5.  &lt;/p&gt;  &lt;p&gt;  I will post my prez here when I get it finished :) &lt;br /&gt;  &lt;/p&gt;  </description><pubDate>Tue, 10 Jul 2007 12:47:29 GMT</pubDate><guid>http://grumpee.instantspot.com/blog/2007/07/10/Presenting-on-Flex</guid><category>Flex</category></item><item><title>A count down timer component</title><link>http://grumpee.instantspot.com/blog/2007/03/28/A-count-down-timer-component</link><description>&lt;p&gt;  On a project I am working on, I needed a count down timer. The first iteration was just built into the MXML file that needed the counter, but I soon wanted/needed to use this in other places. I also need more control over the layout so I decided to make this a component.  &lt;/p&gt;  &lt;p&gt;  One thing I am finding about making this a component is that the code is much cleaner now and actually smaller that the original inline timer I made. I released this last night and realized that it has some bugs, but I have fixed those. I am including a MXML app that uses the counter so you can see it in action.  &lt;/p&gt;  &lt;p&gt;  To change where it starts, just change the minutes attribute and there you go.  &lt;/p&gt;  &lt;p&gt;  &lt;a href=&quot;http://www.clinttredway.com/components/CountDownTimer.zip&quot; target=&quot;_blank&quot;&gt;Get the zip here&lt;/a&gt;  &lt;/p&gt;  &lt;p&gt;  &amp;nbsp;You are free to use this however you see fit. &lt;br /&gt;  &lt;/p&gt;  </description><pubDate>Wed, 28 Mar 2007 16:32:27 GMT</pubDate><guid>http://grumpee.instantspot.com/blog/2007/03/28/A-count-down-timer-component</guid><category>Flex</category></item><item><title>Simple Flex/CF Remoting Example</title><link>http://grumpee.instantspot.com/blog/2007/03/21/Simple-FlexCF-Remoting-Example</link><description>&lt;p&gt;Hello all, in response to some questions on the FlexCoders list, I have made this very simple remoting example.&lt;/p&gt; &lt;p&gt;Before I get into the code, I just want to clarify what you need to run this example. All you need is CF 7.02, thats it.&lt;/p&gt; &lt;p&gt;Below is the MXML/AS code for the example.&amp;nbsp;&lt;/p&gt; &lt;p&gt;&lt;iframe id=&quot;codeShare&quot; src=&quot;http://codeshare.ulatu.com/view/blogshare.cfm/shareID/mara543a&quot; height=&quot;175px&quot; width=&quot;98%&quot; marginwidth=&quot;0px&quot; scrolling=&quot;no&quot;&gt;&lt;/iframe&gt;&amp;nbsp;&lt;/p&gt; &lt;p&gt;In the above code, there are 2 functions that run. The first one is the initApp() and loadConfirm(event). &amp;nbsp;&lt;/p&gt; &lt;p&gt;The initApp() runs when the application is created. its only job at the moment is to call a method in the remoting.cfc called confirmCFC.&lt;/p&gt; &lt;p&gt;The loadConfirm function sets a bindable variable to the response of the remote call&apos;s response. The variable is bound to a label components text attribute.&lt;/p&gt; &lt;p&gt;Here is the code for the cfc.&lt;/p&gt; &lt;p&gt;&lt;iframe id=&quot;codeShare&quot; src=&quot;http://codeshare.ulatu.com/view/blogshare.cfm/shareID/mar78f0f&quot; height=&quot;175px&quot; width=&quot;98%&quot; marginwidth=&quot;0px&quot; scrolling=&quot;no&quot;&gt;&lt;/iframe&gt;&lt;/p&gt; &lt;p&gt;Thats it. Feel free to IM me with questions or post here on the blog.&amp;nbsp;&lt;/p&gt;</description><pubDate>Wed, 21 Mar 2007 17:56:00 GMT</pubDate><guid>http://grumpee.instantspot.com/blog/2007/03/21/Simple-FlexCF-Remoting-Example</guid><category>Flex</category></item><item><title>Trace output tool</title><link>http://grumpee.instantspot.com/blog/2007/02/28/Trace-output-tool</link><description>&lt;p&gt;  I have found myself having to use IE more and more (although its not my first choice) and I found myself missing the FireFox plugin, FlashTracer.  &lt;/p&gt;  &lt;p&gt;  Well, I decided to make my own viewer and since I am a PC guy, I used C# Express and built&amp;nbsp;this little app. I call it Trace Watcher and it does essentially the same thing as the Flash Tracer plugin and is useful.   &lt;/p&gt;  &lt;p&gt;  There are a couple of bugs and things I will be updating soon, but I thought I would share anyway.  &lt;/p&gt;  &lt;p&gt;  &amp;nbsp;  &lt;/p&gt;  </description><pubDate>Wed, 28 Feb 2007 16:20:25 GMT</pubDate><guid>http://grumpee.instantspot.com/blog/2007/02/28/Trace-output-tool</guid><category>Misc</category></item></channel></rss>