<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>tweenOut</title>
	<atom:link href="http://www.blog.tweenout.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.blog.tweenout.com</link>
	<description>Flash &#38; Flex Stuff</description>
	<lastBuildDate>Mon, 16 Aug 2010 18:12:42 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
		<item>
		<title>Flex ComboBox Issues</title>
		<link>http://www.blog.tweenout.com/flex-combobox-issues/</link>
		<comments>http://www.blog.tweenout.com/flex-combobox-issues/#comments</comments>
		<pubDate>Mon, 16 Aug 2010 17:26:11 +0000</pubDate>
		<dc:creator>Todd Shelton</dc:creator>
				<category><![CDATA[Flex]]></category>
		<category><![CDATA[ComboBox]]></category>
		<category><![CDATA[combobox enabled]]></category>
		<category><![CDATA[flex combobox]]></category>
		<category><![CDATA[mx.control.ComboBox]]></category>
		<category><![CDATA[problems loading combobox]]></category>
		<category><![CDATA[setfocus]]></category>

		<guid isPermaLink="false">http://www.blog.tweenout.com/?p=376</guid>
		<description><![CDATA[So today I am working on a few bugs within our application that concerns the mx.controls.ComboBox. So the problem is that we are loading a list of font names into a combo box for a user to select. We then pass the name of the font to a FontManager (that we have created) that loads [...]]]></description>
			<content:encoded><![CDATA[<p>So today I am working on a few bugs within our application that concerns the mx.controls.ComboBox.</p>
<p>So the problem is that we are loading a list of font names into a combo box for a user to select. We then pass the name of the font to a FontManager (that we have created) that loads the fonts and dispatches a Complete event when it is loaded. We also have a few other custom events that are being dispatched like FONT_READY, and FONT_ERROR. When we compile the app the user can select the combo box then pick a font and the font loads just fine, but if the user starts using the arrow keys to navigate through the combo box really fast, the fonts do not load and if they do, they usually are messed up.</p>
<p>I traced out everything and it was saying the fonts were loaded and the text was displayed, but it wasn&#8217;t. I tried loading the two previous fonts to no avail; it always seemed like it was a timing issue. No matter what I did, the user could always move through the list using the arrow keys too fast for the font to load.</p>
<p>So I thought I would just do a fontSelector.enable = false; until the font is ready and then do a fontSelector.enable = true;, (fontSelector being my ComboBox), but this did not work since it still thought the font was being loaded and the user still could cycle through the list regardless. So the issue remains. I even tried to go deeper into a few Adobe classes but that is way to much for this fix and would mess up some other comboBoxes we are using.</p>
<p>So the solution I came up with is to setFocus to something else on the stage. I have a Color Picker on the stage as well, so when the user picks a font, it sets the focus to the ColorPicker colorPicker.setFocus();. Then when the font was ready, I set the focus back on the fontSelector, fontSelector.setFocus();. This seems to solve the issue, and the user still is able to use the arrow keys and move through the ComboBox, but this time the font has time to load and display properly before it lands on the next font in the list.</p>
<p>Now this may be a hack in some peoples eyes, but it works and I could not come up with anything else. If you know of another way to slow down the user&#8217;s comboBox selection, please comment here and let me know. If not, I hope this helps someone.</p>
<p>T</p>
]]></content:encoded>
			<wfw:commentRss>http://www.blog.tweenout.com/flex-combobox-issues/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>New Position</title>
		<link>http://www.blog.tweenout.com/new-position/</link>
		<comments>http://www.blog.tweenout.com/new-position/#comments</comments>
		<pubDate>Fri, 23 Jul 2010 17:45:00 +0000</pubDate>
		<dc:creator>Todd Shelton</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://www.blog.tweenout.com/new-position/</guid>
		<description><![CDATA[I started my new position and now my official title is Application Developer. I&#8217;m working in the Flex framework and loving every minute of it, and glad to be back doing Flex. It has been a long time since I worked in the Flex environment and now I get to polish my skills.&#160; Now that [...]]]></description>
			<content:encoded><![CDATA[<p>I started my new position and now my official title is Application Developer. I&#8217;m working in the Flex framework and loving every minute of it, and glad to be back doing Flex. It has been a long time since I worked in the Flex environment and now I get to polish my skills.&nbsp;</p>
<p>Now that I&#8217;m back in Flex I&#8217;m going to start working on an AIR app for the Android phone. I think this will be a great excuse for me to start posting tutorials again and also start blogging a little more then I have been.</p>
<p>Also I&#8217;m trying out a new posting extension inside of Google Chrome and this seems pretty nice. Let&#8217;s hope it works.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.blog.tweenout.com/new-position/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>New Chapter</title>
		<link>http://www.blog.tweenout.com/new-chapter/</link>
		<comments>http://www.blog.tweenout.com/new-chapter/#comments</comments>
		<pubDate>Mon, 28 Jun 2010 22:51:45 +0000</pubDate>
		<dc:creator>Todd Shelton</dc:creator>
				<category><![CDATA[Postings]]></category>

		<guid isPermaLink="false">http://www.blog.tweenout.com/new-chapter/</guid>
		<description><![CDATA[I took a position at a new company this week and so far it has been a good experience. There were several reasons I took the job but one of the biggest is the fact that I will be working on a massive application and not smaller ones. I wanted to learn the skills for [...]]]></description>
			<content:encoded><![CDATA[<p>I took a position at a new company this week and so far it has been a good experience. There were several reasons I took the job but one of the biggest is the fact that I will be working on a massive application and not smaller ones. I wanted to learn the skills for this type of development, as well as some new design patterns. </p>
<p>I am still going to be doing interactive work but mostly freelance stuff. I want to start posting some of my learning&#8217;s here so you all can gain the knowledge I am. </p>
<p>Until next time.</p>
<p>Todd </p>
]]></content:encoded>
			<wfw:commentRss>http://www.blog.tweenout.com/new-chapter/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Senior Flash Developer Needed</title>
		<link>http://www.blog.tweenout.com/senior-flash-developer-needed/</link>
		<comments>http://www.blog.tweenout.com/senior-flash-developer-needed/#comments</comments>
		<pubDate>Tue, 08 Jun 2010 12:45:34 +0000</pubDate>
		<dc:creator>Todd Shelton</dc:creator>
				<category><![CDATA[The Basement]]></category>
		<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[Flash Developer]]></category>
		<category><![CDATA[Flash Job]]></category>
		<category><![CDATA[Flex Developer]]></category>
		<category><![CDATA[Indianapolis]]></category>

		<guid isPermaLink="false">http://www.blog.tweenout.com/?p=362</guid>
		<description><![CDATA[The Basement Design + Motion is seeking a Flash Developer to accommodate new growth. The right candidate needs to live flash and have a passion for design, animation and innovation. We are working within AS3. Required Skills: • Excellent communication skills with clients and internal project team • 2+ years experience in AS2 and AS3 [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://thebasement.tv">The Basement Design + Motion</a> is seeking a Flash Developer to accommodate new growth. The right candidate needs to live flash and have a passion for design, animation and innovation. We are working within AS3.</p>
<p>Required Skills:</p>
<p>• Excellent communication skills with clients and internal project team • 2+ years experience in AS2 and AS3 and a strong understanding of OOP • An eye for motion design and timing • Building or working within frameworks • Experience integrating Flash with php and .Net services required • PaperVision experience a plus • Game design experience a plus • A/R experience a plus• Strong knowledge of Javascript, XML, HTML and CSS • Experience working within a team and using SVN a plus</p>
<p>If you possess the right mix of talent and experience, you can make an immediate impact in this growing studio. This is an in house position and candidates must reside in or be willing to relocate to Indianapolis or a surrounding area. If you wish to be considered for this position please email your online portfolio and a list of urls clearly explaining your involvement on each project along with a current resume. Label &#8220;Flash Developer&#8221; in the subject header.</p>
<p>The Basement Design + Motion is a growing motion design studio located in Historic Fort Ben, in Indianapolis. Please refer to our site to learn morewww.thebasement.tv</p>
<p>Apply at: jacob@thebasement.tv</p>
]]></content:encoded>
			<wfw:commentRss>http://www.blog.tweenout.com/senior-flash-developer-needed/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Flash Indianapolis Portfolio Session</title>
		<link>http://www.blog.tweenout.com/flash-indianapolis-portfolio-session/</link>
		<comments>http://www.blog.tweenout.com/flash-indianapolis-portfolio-session/#comments</comments>
		<pubDate>Thu, 20 May 2010 12:26:06 +0000</pubDate>
		<dc:creator>Todd Shelton</dc:creator>
				<category><![CDATA[Flash Indianapolis]]></category>
		<category><![CDATA[Flash]]></category>
		<category><![CDATA[Flash Job]]></category>
		<category><![CDATA[Flash Tutorials]]></category>
		<category><![CDATA[Indianapolis]]></category>

		<guid isPermaLink="false">http://www.blog.tweenout.com/?p=355</guid>
		<description><![CDATA[Don&#8217;t miss the Flash Indianapolis users group meeting this month. We are going to be going over Online Portfolio &#038; Self Promotion so don&#8217;t miss out. This is a great opportunity to talk about your portfolio and learn how to promote your self to the industry. Here are the meeting details. Time: May 27, 2010 [...]]]></description>
			<content:encoded><![CDATA[<p>Don&#8217;t miss the <a href="http://flashindianapolis.ning.com/">Flash Indianapolis users group</a> meeting this month. We are going to be going over Online Portfolio &#038; Self Promotion so don&#8217;t miss out. This is a great opportunity to talk about your portfolio and learn how to promote your self to the industry. Here are the meeting details. </p>
<p>Time: May 27, 2010 from 6pm to 8pm<br />
Location: Noodles &#038; Company (near IUPUI)<br />
Organized By: ickydime</p>
<p>Event Description:<br />
Presenter: <a href="http://blog.ickydime.com/">Mark Grossnickle (aka ickydime)</a></p>
<p>Ickydime just finished teaching his first semester at Butler University. The course was called &#8216;Online Portfolio&#8217; and it focused on how to present yourself online, make connections, promote yourself, and ultimately find a job &#038; further your career.</p>
<p>Ickydime plans on gathering the key topics from this course and presenting them over an hour&#8217;s span. Depending on time and interest, we will be covering a selection from the following list of topics: portfolio, resume, networking, social media, job search, and interview tips.</p>
<p>This is not Flash specific. It definitely is geared towards the Multimedia industry and it may have a Flash slant; however, Ickydime had students from all disciplines including Education/Biology/Business and the general concepts that will be discussed will be relevant to anyone who is looking to further their career.</p>
<p>Schedule:<br />
6:00pm: Doors open. Everyone can meet and greet.<br />
6:30pm: Presentation Begins.<br />
7:30pm: Open Floor<br />
8:00pm: McNivens?</p>
<p>Directions:<br />
We will be in the conference room of Noodles &#038; Co. Address is found above.</p>
<p>Hope to see you all there. </p>
]]></content:encoded>
			<wfw:commentRss>http://www.blog.tweenout.com/flash-indianapolis-portfolio-session/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
