<?xml version="1.0" encoding="UTF-8"?><!-- generator="WordPress/2.7.1" -->
<rss version="0.92">
<channel>
	<title>Jake Churchill</title>
	<link>http://jake.cfwebtools.com</link>
	<description>... on Flex, ColdFusion, FarCry, and much more ...</description>
	<lastBuildDate>Thu, 11 Jun 2009 23:39:25 +0000</lastBuildDate>
	<docs>http://backend.userland.com/rss092</docs>
	<language>en</language>
	
	<item>
		<title>Flex 2 Datagrid not highlighting row (UPDATE)</title>
		<description>I recently posted a solution about the DataGrid in Flex 2 not highlighting rows correctly after certain events (specifically double-clicking a row).  You can read that post here.

I wanted to simply update the code sample that I gave for the overridden drawRowBackground() method.  The code I had before ...</description>
		<link>http://jake.cfwebtools.com/2009/05/21/flex-2-datagrid-not-highlighting-row-update/</link>
			</item>
	<item>
		<title>Flex 2 Datagrid not highlighting row</title>
		<description>I had an issue in a Flex 2 project yesterday where a Datagrid would not highlight the selected row.  All the styles were set up for this but it still would not work.  The unfortunate matter is that this project (at least for the time being) is stuck ...</description>
		<link>http://jake.cfwebtools.com/2009/05/20/flex-2-datagrid-not-highlighting-row/</link>
			</item>
	<item>
		<title>Flex Dynamic casting of data</title>
		<description>I have been playing around with an AIR application which stores data to a local SQLite DB.  I have a very basic settings table which is nothing more than a key/value paring of settings.  The keys all match up with variables in the Model.  So, there's a ...</description>
		<link>http://jake.cfwebtools.com/2009/05/15/flex-dynamic-casting-of-data/</link>
			</item>
	<item>
		<title>Reboot XP PC over Remote Desktop</title>
		<description>I work from home sometimes and in the past have had to reboot my PC due to the usual random reasons.  Over a Remote Desktop connection it does not give you that option by default.  It just gives you the option to log off or disconnect.  

Servers ...</description>
		<link>http://jake.cfwebtools.com/2009/05/08/reboot-xp-pc-over-remote-desktop/</link>
			</item>
	<item>
		<title>Dynamically instantiate a class</title>
		<description>I ran into a problem today where the most elegant solution was to dynamically instantiate a class.  However, I couldn't for the life of me figure out how to do that.  Basically, the situation was this:


	Dispatch Event A

	If Event A Fails, Dispatch Event B, then re-dispatch Event A.


This ...</description>
		<link>http://jake.cfwebtools.com/2009/04/08/dynamically-instantiate-a-class/</link>
			</item>
	<item>
		<title>Flex Custom Preloader without SWF</title>
		<description>I had been searching for a custom preloader that did not require a SWF for a while and finally found my answer from i am josh:  http://iamjosh.wordpress.com/2007/12/18/flex-custom-preloader/.

His source code got me on the right path.  A simple preloader with a logo and a progress bar.  I modified ...</description>
		<link>http://jake.cfwebtools.com/2009/03/27/flex-custom-preloader-without-swf/</link>
			</item>
	<item>
		<title>IE menu hover fix</title>
		<description>I run into an issue a lot with fly-out and dropdown menus not always layering on TOP of the subsequent content.  I see this most often with Farcry because that is what I use for a lot of sites but I see it elsewhere as well.  It can ...</description>
		<link>http://jake.cfwebtools.com/2009/03/20/ie-menu-hover-fix/</link>
			</item>
	<item>
		<title>Eclipse with plugins</title>
		<description>From time to time I have to re-install eclipse for whatever reason and I really got tired of having to re-download all my plugins (CFEclipse, Subclipse, etc), so I did a clean install and then zipped up the eclipse directory.  It is here for all to download if you ...</description>
		<link>http://jake.cfwebtools.com/2009/02/26/eclipse-with-plugins/</link>
			</item>
	<item>
		<title>Flex Channel.Connect.Failed error NetConnection.Call.Failed: HTTP: Status 200</title>
		<description>I had an issue recently during remoting which when debugged resulted in the following message:

Channel.Connect.Failed error NetConnection.Call.Failed: HTTP: Status 200

It took me forever to figure this one out but it results from IE caching things differently than other browsers and my debug settings use IE as the default browser.  ...</description>
		<link>http://jake.cfwebtools.com/2009/02/26/flex-channelconnectfailed-error-netconnectioncallfailed-http-status-200/</link>
			</item>
	<item>
		<title>Flex Metadata - Default Property Values</title>
		<description>Until now I have never needed to do a lot with meta data except making items bindable or creating custom events.  Recently I wanted to create a limitation on a custom property.  Here's the code:


private var _iconPosition:String = "left";
[Bindable]
public function set iconPosition( value:String ):void
{
	_iconPosition = value;
}
public function get ...</description>
		<link>http://jake.cfwebtools.com/2008/11/07/flex-metadata-default-property-values/</link>
			</item>
</channel>
</rss>
