<?xml version="1.0" encoding="utf-8"?>
<feed xmlns="http://www.w3.org/2005/Atom">
	<id>tag:old.nabble.com,2006:forum-603</id>
	<title>Nabble - Cold Fusion - Flex</title>
	<updated>2009-11-29T08:51:51Z</updated>
	<link rel="self" type="application/atom+xml" href="http://old.nabble.com/Cold-Fusion---Flex-f603.xml" />
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Cold-Fusion---Flex-f603.html" />
	<subtitle type="html"></subtitle>
	
<entry>
	<id>tag:old.nabble.com,2006:post-26563750</id>
	<title>Re: Flex and Reports</title>
	<published>2009-11-29T08:51:51Z</published>
	<updated>2009-11-29T08:51:51Z</updated>
	<author>
		<name>Kim Hoopingarner</name>
	</author>
	<content type="html">&lt;div class='shrinkable-quote'&gt;&lt;br&gt;&amp;gt; That is what I tried. &amp;nbsp;I keep getting an error that I'm trying to 
&lt;br&gt;&amp;gt; figure out. &amp;nbsp;It's an odd one.
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; Channel disconnected before an acknowledgement was received.
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; I call the cfc in flex who gets the query info and sends it to the 
&lt;br&gt;&amp;gt; report. &amp;nbsp;Here's the cfc.
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; Ideas?
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; &amp;lt;cffunction name=&amp;quot;TALENT_AttendanceSheet&amp;quot; access=&amp;quot;remote&amp;quot; &amp;gt;
&lt;br&gt;&amp;gt; 	&amp;lt;cfargument name=&amp;quot;RegID&amp;quot; required=&amp;quot;true&amp;quot;&amp;gt;
&lt;br&gt;&amp;gt; 	&amp;lt;cfargument name=&amp;quot;SessionNo&amp;quot; required=&amp;quot;true&amp;quot;&amp;gt;
&lt;br&gt;&amp;gt; 		
&lt;br&gt;&amp;gt; 	&amp;lt;cfquery name=&amp;quot;getAll&amp;quot; datasource=&amp;quot;KimberlyH85&amp;quot;&amp;gt;
&lt;br&gt;&amp;gt; 		select *			
&lt;/div&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; 
&lt;br&gt;&amp;gt; from e_classes
&lt;br&gt;&amp;gt; 		ORDER BY ProgramOrder, ClassName, ClassDay, ClassTime
&lt;br&gt;&amp;gt; 	&amp;lt;/cfquery&amp;gt;
&lt;br&gt;&amp;gt; 	
&lt;br&gt;&amp;gt; 	
&lt;br&gt;&amp;gt; 	&amp;lt;cfreport template=&amp;quot;TALENT_AttendanceSheet.cfr&amp;quot; &amp;nbsp;query=&amp;quot;getAll&amp;quot; 
&lt;br&gt;&amp;gt; format=&amp;quot;PDF&amp;quot;&amp;gt;
&lt;br&gt;&amp;gt; 	&amp;lt;/cfreport&amp;gt;
&lt;br&gt;&amp;gt; &amp;lt;/cffunction&amp;gt; 
&lt;br&gt;&lt;br&gt;&lt;br&gt;~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
&lt;br&gt;Want to reach the ColdFusion community with something they want? Let them know on the House of Fusion mailing lists
&lt;br&gt;Archive: &lt;a href=&quot;http://www.houseoffusion.com/groups/flex/message.cfm/messageid:6194&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.houseoffusion.com/groups/flex/message.cfm/messageid:6194&lt;/a&gt;&lt;br&gt;Subscription: &lt;a href=&quot;http://www.houseoffusion.com/groups/flex/subscribe.cfm&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.houseoffusion.com/groups/flex/subscribe.cfm&lt;/a&gt;&lt;br&gt;Unsubscribe: &lt;a href=&quot;http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=17837.14401.37&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=17837.14401.37&lt;/a&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Flex-and-Reports-tp25838701p26563750.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26446853</id>
	<title>Flex text area issues... highlight an cursor position</title>
	<published>2009-11-20T09:03:16Z</published>
	<updated>2009-11-20T09:03:16Z</updated>
	<author>
		<name>WillyRay</name>
	</author>
	<content type="html">&lt;br&gt;Hey guys,
&lt;br&gt;&lt;br&gt;I'm struggling with a couple of things with a flex text area.
&lt;br&gt;&lt;br&gt;I'm accustomed to the JTextArea control from Swing... and I can really
&lt;br&gt;very easily create a highlighter and tell it to highlight a certain
&lt;br&gt;span of text... I'm not seeing a good way to do this with a Flex
&lt;br&gt;textarea.
&lt;br&gt;&lt;br&gt;Second, I'm used to being able to ask a text area for the position of
&lt;br&gt;the cursor in the text, so that I can insert characters @ that
&lt;br&gt;position. &amp;nbsp;I haven't been able to figure out how to recreate that
&lt;br&gt;behavior in Flex.
&lt;br&gt;&lt;br&gt;Ideas?
&lt;br&gt;&lt;br&gt;Willy
&lt;br&gt;&lt;br&gt;~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
&lt;br&gt;Want to reach the ColdFusion community with something they want? Let them know on the House of Fusion mailing lists
&lt;br&gt;Archive: &lt;a href=&quot;http://www.houseoffusion.com/groups/flex/message.cfm/messageid:6191&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.houseoffusion.com/groups/flex/message.cfm/messageid:6191&lt;/a&gt;&lt;br&gt;Subscription: &lt;a href=&quot;http://www.houseoffusion.com/groups/flex/subscribe.cfm&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.houseoffusion.com/groups/flex/subscribe.cfm&lt;/a&gt;&lt;br&gt;Unsubscribe: &lt;a href=&quot;http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=17837.14401.37&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=17837.14401.37&lt;/a&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Flex-text-area-issues...-highlight-an-cursor-position-tp26446853p26446853.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26313387</id>
	<title>Synchronized Video Playback</title>
	<published>2009-11-11T20:42:04Z</published>
	<updated>2009-11-11T20:42:04Z</updated>
	<author>
		<name>Karthik Kailash-2</name>
	</author>
	<content type="html">&lt;br&gt;Hi,
&lt;br&gt;&lt;br&gt;&amp;nbsp;
&lt;br&gt;&lt;br&gt;I am creating a synchronized playback experience for a group of users around
&lt;br&gt;a video. &amp;nbsp;I don't have control over the video player, so I am writing a
&lt;br&gt;protocol where the different users send messages to each other to stay in
&lt;br&gt;sync.
&lt;br&gt;&lt;br&gt;&amp;nbsp;
&lt;br&gt;&lt;br&gt;Does anyone have experience doing something similar, or seen a similar
&lt;br&gt;problem solved? &amp;nbsp;Any point of reference would be extremely helpful.
&lt;br&gt;&lt;br&gt;&amp;nbsp;
&lt;br&gt;&lt;br&gt;Thanks,
&lt;br&gt;&lt;br&gt;Karthik
&lt;br&gt;&lt;br&gt;&amp;nbsp;
&lt;br&gt;&lt;br&gt;___________________________________________
&lt;br&gt;&lt;br&gt;Karthik Kailash
&lt;br&gt;&lt;br&gt;Cell: (408) 768-7704
&lt;br&gt;&lt;br&gt;&amp;nbsp;
&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
&lt;br&gt;Want to reach the ColdFusion community with something they want? Let them know on the House of Fusion mailing lists
&lt;br&gt;Archive: &lt;a href=&quot;http://www.houseoffusion.com/groups/flex/message.cfm/messageid:6187&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.houseoffusion.com/groups/flex/message.cfm/messageid:6187&lt;/a&gt;&lt;br&gt;Subscription: &lt;a href=&quot;http://www.houseoffusion.com/groups/flex/subscribe.cfm&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.houseoffusion.com/groups/flex/subscribe.cfm&lt;/a&gt;&lt;br&gt;Unsubscribe: &lt;a href=&quot;http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=17837.14401.37&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=17837.14401.37&lt;/a&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Synchronized-Video-Playback-tp26313387p26313387.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26296806</id>
	<title>Re: Best charting components for Flex?</title>
	<published>2009-11-10T22:32:35Z</published>
	<updated>2009-11-10T22:32:35Z</updated>
	<author>
		<name>godzhesas</name>
	</author>
	<content type="html">&lt;br&gt;You can also check our flex pivot table and charts component at flexmonster.com
&lt;br&gt;&lt;div class='shrinkable-quote'&gt;&lt;br&gt;&amp;gt;My coworkers and I are getting ready to write a Flex app which will make use
&lt;br&gt;&amp;gt;of charting. We have seat licenses for Flex with Charting, but want to make
&lt;br&gt;&amp;gt;sure we're using the best possible components for the job.
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt;The ones we've found so far to research:
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt;Built-in Flex
&lt;br&gt;&amp;gt;Fusion Charts for Flex
&lt;br&gt;&amp;gt;iLog Elixir
&lt;br&gt;&amp;gt;yFiles FLEX 
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt;andy 
&lt;/div&gt;&lt;br&gt;~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
&lt;br&gt;Want to reach the ColdFusion community with something they want? Let them know on the House of Fusion mailing lists
&lt;br&gt;Archive: &lt;a href=&quot;http://www.houseoffusion.com/groups/flex/message.cfm/messageid:6186&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.houseoffusion.com/groups/flex/message.cfm/messageid:6186&lt;/a&gt;&lt;br&gt;Subscription: &lt;a href=&quot;http://www.houseoffusion.com/groups/flex/subscribe.cfm&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.houseoffusion.com/groups/flex/subscribe.cfm&lt;/a&gt;&lt;br&gt;Unsubscribe: &lt;a href=&quot;http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=17837.14401.37&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=17837.14401.37&lt;/a&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Best-charting-components-for-Flex--tp24725886p26296806.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26291240</id>
	<title>Re: AS convention: Public member variables?! What of encapsulation?</title>
	<published>2009-11-10T13:12:33Z</published>
	<updated>2009-11-10T13:12:33Z</updated>
	<author>
		<name>WillyRay</name>
	</author>
	<content type="html">&lt;br&gt;@barneyb, maybe I'm just being a curmudgeonly Java engineer, but it
&lt;br&gt;still gives me the creeps to see all those public members. &amp;nbsp;I see your
&lt;br&gt;point, though. &amp;nbsp;By using the implicit getters and setters only as
&lt;br&gt;needed I can change the functionality without changing the &amp;quot;signature&amp;quot;
&lt;br&gt;of the class. &amp;nbsp; This seems to assume, however that most setters are
&lt;br&gt;simply {this.myVar = myVar;}, and are actually a waste of time. &amp;nbsp;I'll
&lt;br&gt;concede that many of them may be, but they're generated, and I don't
&lt;br&gt;actually have to write them. &amp;nbsp;I see the value, in a shared-code
&lt;br&gt;environment of being able to add the setter without having to update
&lt;br&gt;calling code.
&lt;br&gt;&lt;br&gt;@Paul, We're using BlazeDS with Tomcat, and it's the same way... It
&lt;br&gt;expects the AS class to have the public properties. &amp;nbsp;But that seems to
&lt;br&gt;me to be more of a response to the established convention rather than
&lt;br&gt;something that's inherent to the AMF communications. &amp;nbsp; &amp;nbsp;They could
&lt;br&gt;just as easily used a Beans kind of approach and retrospected the
&lt;br&gt;class for set*() and get*(). &amp;nbsp;Doesn't Mach-ii do that on its beans?
&lt;br&gt;&lt;br&gt;Anyway, thanks guys, &amp;nbsp;nice to at least hear a well-reasoned response
&lt;br&gt;to the question I actually asked. &amp;nbsp;Usually when I bring this up the
&lt;br&gt;answer I get is, &amp;quot;You want setters? &amp;nbsp;Just write 'em, and leave me
&lt;br&gt;alone!&amp;quot;
&lt;br&gt;&lt;br&gt;/w
&lt;br&gt;&lt;br&gt;On Tue, Nov 10, 2009 at 1:33 PM, Paul Kukiel &amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26291240&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;kukielp@...&lt;/a&gt;&amp;gt; wrote:
&lt;div class='shrinkable-quote'&gt;&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; As well as for VO's back to ColdFusion they need to be public.
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; Paul.
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; -----Original Message-----
&lt;br&gt;&amp;gt; From: Barney Boisvert [mailto:&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26291240&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;bboisvert@...&lt;/a&gt;]
&lt;br&gt;&amp;gt; Sent: Tuesday, November 10, 2009 3:32 PM
&lt;br&gt;&amp;gt; To: flex
&lt;br&gt;&amp;gt; Subject: Re: AS convention: Public member variables?! What of encapsulation?
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; ActionScript, unlike Java, lets you transparently override public
&lt;br&gt;&amp;gt; properties with implicit getters and setters.  So you can start with a
&lt;br&gt;&amp;gt; public property, and then later decide to use a getter/setter pair
&lt;br&gt;&amp;gt; without changing the API of your class.  With Java, you can't do that,
&lt;br&gt;&amp;gt; so you HAVE to declare the getter/setter pair up front.
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; As a concrete example:
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; public class Person {
&lt;br&gt;&amp;gt;  public var name:String;
&lt;br&gt;&amp;gt; }
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; can be used like this:
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; p = new Person();
&lt;br&gt;&amp;gt; p.name = &amp;quot;fred&amp;quot;;
&lt;br&gt;&amp;gt; trace(p.name);
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; Later, you can change the class to this:
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; public class Person {
&lt;br&gt;&amp;gt;  private var _name:String;
&lt;br&gt;&amp;gt;  public function get name():String {
&lt;br&gt;&amp;gt;    return _name;
&lt;br&gt;&amp;gt;  }
&lt;br&gt;&amp;gt;  public function set name(name:String):String {
&lt;br&gt;&amp;gt;    _name = name;
&lt;br&gt;&amp;gt;  }
&lt;br&gt;&amp;gt; }
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; After doing that, you can still reference the class in exactly the
&lt;br&gt;&amp;gt; same way as before; ActionScript takes care of the implicit
&lt;br&gt;&amp;gt; getter/setter magic internally, so you don't have to worry.  The net
&lt;br&gt;&amp;gt; is that you're not sacrificing encapsulation, you're just not having
&lt;br&gt;&amp;gt; to write a bunch of boilerplate code until you actually need to.
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; cheers,
&lt;br&gt;&amp;gt; barneyb
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; On Tue, Nov 10, 2009 at 12:18 PM, Willy Ray &amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26291240&amp;i=2&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;willyray@...&lt;/a&gt;&amp;gt; wrote:
&lt;br&gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt; Ok... I'm not asking &amp;quot;can I use getters and setters to properly
&lt;br&gt;&amp;gt; encapsulate my AS classes?&amp;quot;.  I'm asking why does the accepted ActionScript
&lt;br&gt;&amp;gt; convention seem to be public member variables?  Every example I see, every
&lt;br&gt;&amp;gt; book I buy... public properties all the time.
&lt;br&gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt; Aren't we Flex developers just as worried about uncontrolled access to
&lt;br&gt;&amp;gt; these members as, say, Java developers?  Is there some feature of the
&lt;br&gt;&amp;gt; language that I'm missing that protects against bad data being set into
&lt;br&gt;&amp;gt; public properties?
&lt;br&gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt; /Willy
&lt;br&gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; 
&lt;/div&gt;&lt;br&gt;~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
&lt;br&gt;Want to reach the ColdFusion community with something they want? Let them know on the House of Fusion mailing lists
&lt;br&gt;Archive: &lt;a href=&quot;http://www.houseoffusion.com/groups/flex/message.cfm/messageid:6185&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.houseoffusion.com/groups/flex/message.cfm/messageid:6185&lt;/a&gt;&lt;br&gt;Subscription: &lt;a href=&quot;http://www.houseoffusion.com/groups/flex/subscribe.cfm&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.houseoffusion.com/groups/flex/subscribe.cfm&lt;/a&gt;&lt;br&gt;Unsubscribe: &lt;a href=&quot;http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=17837.14401.37&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=17837.14401.37&lt;/a&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/AS-convention%3A-Public-member-variables-%21-What-of-encapsulation--tp26290565p26291240.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26291136</id>
	<title>help with picking up dynamic url</title>
	<published>2009-11-10T12:59:45Z</published>
	<updated>2009-11-10T12:59:45Z</updated>
	<author>
		<name>Burak Toker</name>
	</author>
	<content type="html">&lt;br&gt;Basically, I am trying to get the url from the application, and set some rules so that flex will call the right ColdFusion template depending on what server this application is running on like dev, staging or production. The application is for uploading a csv file. A coldfusion page reads some values from the csv file, and inserts/updates some db records.
&lt;br&gt;&lt;br&gt;&lt;br&gt;I have the following:
&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;[Bindable] private var _strDomain:String = new String(&amp;quot;&lt;a href=&quot;http://dev.domain.com/&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://dev.domain.com/&lt;/a&gt;&amp;quot;);
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; [Bindable] private var _strUploadScript:String = new String(_strDomain + &amp;quot;ubs/upload.cfm&amp;quot;);
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; private var unid:int = 0;//Application.application.parameters.unid;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; // Initalize
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; public function initApp():void {
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; _strDomain = mx.core.Application.application.url;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; var index:int = _strDomain.indexOf(&amp;quot;/Intranet&amp;quot;);
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; _strDomain = _strDomain.substr(0, index);
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; _strUploadScript = _strDomain + &amp;quot;/Intranet/ubs/upload.cfm&amp;quot;;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; mx.controls.Alert.show('a:'+_strUploadScript);
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; Security.allowDomain('*');
&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;there are several issues. if i get rid of all the stuff in initApp and run this in dev by calling:
&lt;br&gt;&lt;br&gt;&lt;a href=&quot;http://dev.domain.com/ubs/upload.cfm&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://dev.domain.com/ubs/upload.cfm&lt;/a&gt;&lt;br&gt;&lt;br&gt;it works great.
&lt;br&gt;&lt;br&gt;&lt;br&gt;It doesn't seem like initApp() changes the _strDomain, _strUploadScript right. If i get rid of the above vars, then I get all sorts of 'access of undefined property errors'.
&lt;br&gt;&lt;br&gt;&lt;br&gt;The initApp is called by &amp;nbsp;creationComplete=&amp;quot;initApp()&amp;quot;. I am new to flex 3/as 3 and cannot resolve this issue. What am I doing wrong? thanks in advance.
&lt;br&gt;&lt;br&gt;&lt;br&gt;~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
&lt;br&gt;Want to reach the ColdFusion community with something they want? Let them know on the House of Fusion mailing lists
&lt;br&gt;Archive: &lt;a href=&quot;http://www.houseoffusion.com/groups/flex/message.cfm/messageid:6184&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.houseoffusion.com/groups/flex/message.cfm/messageid:6184&lt;/a&gt;&lt;br&gt;Subscription: &lt;a href=&quot;http://www.houseoffusion.com/groups/flex/subscribe.cfm&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.houseoffusion.com/groups/flex/subscribe.cfm&lt;/a&gt;&lt;br&gt;Unsubscribe: &lt;a href=&quot;http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=17837.14401.37&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=17837.14401.37&lt;/a&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/help-with-picking-up-dynamic-url-tp26291136p26291136.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26290691</id>
	<title>RE: AS convention: Public member variables?! What of encapsulation?</title>
	<published>2009-11-10T12:33:48Z</published>
	<updated>2009-11-10T12:33:48Z</updated>
	<author>
		<name>Paul Kukiel-2</name>
	</author>
	<content type="html">&lt;br&gt;As well as for VO's back to ColdFusion they need to be public.
&lt;br&gt;&lt;br&gt;Paul.
&lt;br&gt;&lt;br&gt;-----Original Message-----
&lt;br&gt;From: Barney Boisvert [mailto:&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26290691&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;bboisvert@...&lt;/a&gt;] 
&lt;br&gt;Sent: Tuesday, November 10, 2009 3:32 PM
&lt;br&gt;To: flex
&lt;br&gt;Subject: Re: AS convention: Public member variables?! What of encapsulation?
&lt;br&gt;&lt;br&gt;&lt;br&gt;ActionScript, unlike Java, lets you transparently override public
&lt;br&gt;properties with implicit getters and setters. &amp;nbsp;So you can start with a
&lt;br&gt;public property, and then later decide to use a getter/setter pair
&lt;br&gt;without changing the API of your class. &amp;nbsp;With Java, you can't do that,
&lt;br&gt;so you HAVE to declare the getter/setter pair up front.
&lt;br&gt;&lt;br&gt;As a concrete example:
&lt;br&gt;&lt;br&gt;public class Person {
&lt;br&gt;&amp;nbsp; public var name:String;
&lt;br&gt;}
&lt;br&gt;&lt;br&gt;can be used like this:
&lt;br&gt;&lt;br&gt;p = new Person();
&lt;br&gt;p.name = &amp;quot;fred&amp;quot;;
&lt;br&gt;trace(p.name);
&lt;br&gt;&lt;br&gt;Later, you can change the class to this:
&lt;br&gt;&lt;br&gt;public class Person {
&lt;br&gt;&amp;nbsp; private var _name:String;
&lt;br&gt;&amp;nbsp; public function get name():String {
&lt;br&gt;&amp;nbsp; &amp;nbsp; return _name;
&lt;br&gt;&amp;nbsp; }
&lt;br&gt;&amp;nbsp; public function set name(name:String):String {
&lt;br&gt;&amp;nbsp; &amp;nbsp; _name = name;
&lt;br&gt;&amp;nbsp; }
&lt;br&gt;}
&lt;br&gt;&lt;br&gt;After doing that, you can still reference the class in exactly the
&lt;br&gt;same way as before; ActionScript takes care of the implicit
&lt;br&gt;getter/setter magic internally, so you don't have to worry. &amp;nbsp;The net
&lt;br&gt;is that you're not sacrificing encapsulation, you're just not having
&lt;br&gt;to write a bunch of boilerplate code until you actually need to.
&lt;br&gt;&lt;br&gt;cheers,
&lt;br&gt;barneyb
&lt;br&gt;&lt;br&gt;On Tue, Nov 10, 2009 at 12:18 PM, Willy Ray &amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26290691&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;willyray@...&lt;/a&gt;&amp;gt; wrote:
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; Ok... I'm not asking &amp;quot;can I use getters and setters to properly
&lt;br&gt;encapsulate my AS classes?&amp;quot;.  I'm asking why does the accepted ActionScript
&lt;br&gt;convention seem to be public member variables?  Every example I see, every
&lt;br&gt;book I buy... public properties all the time.
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; Aren't we Flex developers just as worried about uncontrolled access to
&lt;br&gt;these members as, say, Java developers?  Is there some feature of the
&lt;br&gt;language that I'm missing that protects against bad data being set into
&lt;br&gt;public properties?
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; /Willy
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; 
&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
&lt;br&gt;Want to reach the ColdFusion community with something they want? Let them know on the House of Fusion mailing lists
&lt;br&gt;Archive: &lt;a href=&quot;http://www.houseoffusion.com/groups/flex/message.cfm/messageid:6183&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.houseoffusion.com/groups/flex/message.cfm/messageid:6183&lt;/a&gt;&lt;br&gt;Subscription: &lt;a href=&quot;http://www.houseoffusion.com/groups/flex/subscribe.cfm&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.houseoffusion.com/groups/flex/subscribe.cfm&lt;/a&gt;&lt;br&gt;Unsubscribe: &lt;a href=&quot;http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=17837.14401.37&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=17837.14401.37&lt;/a&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/AS-convention%3A-Public-member-variables-%21-What-of-encapsulation--tp26290565p26290691.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26290669</id>
	<title>Re: AS convention: Public member variables?! What of encapsulation?</title>
	<published>2009-11-10T12:31:34Z</published>
	<updated>2009-11-10T12:31:34Z</updated>
	<author>
		<name>Barney Boisvert</name>
	</author>
	<content type="html">&lt;br&gt;ActionScript, unlike Java, lets you transparently override public
&lt;br&gt;properties with implicit getters and setters. &amp;nbsp;So you can start with a
&lt;br&gt;public property, and then later decide to use a getter/setter pair
&lt;br&gt;without changing the API of your class. &amp;nbsp;With Java, you can't do that,
&lt;br&gt;so you HAVE to declare the getter/setter pair up front.
&lt;br&gt;&lt;br&gt;As a concrete example:
&lt;br&gt;&lt;br&gt;public class Person {
&lt;br&gt;&amp;nbsp; public var name:String;
&lt;br&gt;}
&lt;br&gt;&lt;br&gt;can be used like this:
&lt;br&gt;&lt;br&gt;p = new Person();
&lt;br&gt;p.name = &amp;quot;fred&amp;quot;;
&lt;br&gt;trace(p.name);
&lt;br&gt;&lt;br&gt;Later, you can change the class to this:
&lt;br&gt;&lt;br&gt;public class Person {
&lt;br&gt;&amp;nbsp; private var _name:String;
&lt;br&gt;&amp;nbsp; public function get name():String {
&lt;br&gt;&amp;nbsp; &amp;nbsp; return _name;
&lt;br&gt;&amp;nbsp; }
&lt;br&gt;&amp;nbsp; public function set name(name:String):String {
&lt;br&gt;&amp;nbsp; &amp;nbsp; _name = name;
&lt;br&gt;&amp;nbsp; }
&lt;br&gt;}
&lt;br&gt;&lt;br&gt;After doing that, you can still reference the class in exactly the
&lt;br&gt;same way as before; ActionScript takes care of the implicit
&lt;br&gt;getter/setter magic internally, so you don't have to worry. &amp;nbsp;The net
&lt;br&gt;is that you're not sacrificing encapsulation, you're just not having
&lt;br&gt;to write a bunch of boilerplate code until you actually need to.
&lt;br&gt;&lt;br&gt;cheers,
&lt;br&gt;barneyb
&lt;br&gt;&lt;br&gt;On Tue, Nov 10, 2009 at 12:18 PM, Willy Ray &amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26290669&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;willyray@...&lt;/a&gt;&amp;gt; wrote:
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; Ok... I'm not asking &amp;quot;can I use getters and setters to properly encapsulate my AS classes?&amp;quot;.  I'm asking why does the accepted ActionScript convention seem to be public member variables?  Every example I see, every book I buy... public properties all the time.
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; Aren't we Flex developers just as worried about uncontrolled access to these members as, say, Java developers?  Is there some feature of the language that I'm missing that protects against bad data being set into public properties?
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; /Willy
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; 
&lt;br&gt;&lt;br&gt;~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
&lt;br&gt;Want to reach the ColdFusion community with something they want? Let them know on the House of Fusion mailing lists
&lt;br&gt;Archive: &lt;a href=&quot;http://www.houseoffusion.com/groups/flex/message.cfm/messageid:6182&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.houseoffusion.com/groups/flex/message.cfm/messageid:6182&lt;/a&gt;&lt;br&gt;Subscription: &lt;a href=&quot;http://www.houseoffusion.com/groups/flex/subscribe.cfm&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.houseoffusion.com/groups/flex/subscribe.cfm&lt;/a&gt;&lt;br&gt;Unsubscribe: &lt;a href=&quot;http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=17837.14401.37&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=17837.14401.37&lt;/a&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/AS-convention%3A-Public-member-variables-%21-What-of-encapsulation--tp26290565p26290669.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26290565</id>
	<title>AS convention: Public member variables?! What of encapsulation?</title>
	<published>2009-11-10T12:18:11Z</published>
	<updated>2009-11-10T12:18:11Z</updated>
	<author>
		<name>WillyRay</name>
	</author>
	<content type="html">&lt;br&gt;Ok... I'm not asking &amp;quot;can I use getters and setters to properly encapsulate my AS classes?&amp;quot;. &amp;nbsp;I'm asking why does the accepted ActionScript convention seem to be public member variables? &amp;nbsp;Every example I see, every book I buy... public properties all the time. &amp;nbsp;
&lt;br&gt;&lt;br&gt;Aren't we Flex developers just as worried about uncontrolled access to these members as, say, Java developers? &amp;nbsp;Is there some feature of the language that I'm missing that protects against bad data being set into public properties?
&lt;br&gt;&lt;br&gt;/Willy &amp;nbsp;
&lt;br&gt;&lt;br&gt;~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
&lt;br&gt;Want to reach the ColdFusion community with something they want? Let them know on the House of Fusion mailing lists
&lt;br&gt;Archive: &lt;a href=&quot;http://www.houseoffusion.com/groups/flex/message.cfm/messageid:6181&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.houseoffusion.com/groups/flex/message.cfm/messageid:6181&lt;/a&gt;&lt;br&gt;Subscription: &lt;a href=&quot;http://www.houseoffusion.com/groups/flex/subscribe.cfm&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.houseoffusion.com/groups/flex/subscribe.cfm&lt;/a&gt;&lt;br&gt;Unsubscribe: &lt;a href=&quot;http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=17837.14401.37&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=17837.14401.37&lt;/a&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/AS-convention%3A-Public-member-variables-%21-What-of-encapsulation--tp26290565p26290565.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26115642</id>
	<title>Display nested objects within tree?</title>
	<published>2009-10-29T08:38:34Z</published>
	<updated>2009-10-29T08:38:34Z</updated>
	<author>
		<name>WillyRay</name>
	</author>
	<content type="html">&lt;br&gt;Hey All,
&lt;br&gt;&lt;br&gt;Suppose I have a simple class, node.as.
&lt;br&gt;&lt;br&gt;It has two properties:
&lt;br&gt;&lt;br&gt;name:String;
&lt;br&gt;childNodes:ArrayCollection; //contains more node objects
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;//which may contain even
&lt;br&gt;more node objects.
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; //these will be built up
&lt;br&gt;recursively.
&lt;br&gt;&lt;br&gt;What's the best way to display this in a tree control? &amp;nbsp;Can I specify
&lt;br&gt;label and children fields in the Tree declaration?
&lt;br&gt;&lt;br&gt;/willy
&lt;br&gt;&lt;br&gt;~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
&lt;br&gt;Want to reach the ColdFusion community with something they want? Let them know on the House of Fusion mailing lists
&lt;br&gt;Archive: &lt;a href=&quot;http://www.houseoffusion.com/groups/flex/message.cfm/messageid:6165&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.houseoffusion.com/groups/flex/message.cfm/messageid:6165&lt;/a&gt;&lt;br&gt;Subscription: &lt;a href=&quot;http://www.houseoffusion.com/groups/flex/subscribe.cfm&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.houseoffusion.com/groups/flex/subscribe.cfm&lt;/a&gt;&lt;br&gt;Unsubscribe: &lt;a href=&quot;http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=17837.14401.37&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=17837.14401.37&lt;/a&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Display-nested-objects-within-tree--tp26115642p26115642.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-25889777</id>
	<title>Subscribe</title>
	<published>2009-10-14T05:04:08Z</published>
	<updated>2009-10-14T05:04:08Z</updated>
	<author>
		<name>NieJieqiang</name>
	</author>
	<content type="html">&lt;br&gt;Subscribe
&lt;br&gt;&lt;br&gt;&lt;br&gt;~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
&lt;br&gt;Want to reach the ColdFusion community with something they want? Let them know on the House of Fusion mailing lists
&lt;br&gt;Archive: &lt;a href=&quot;http://www.houseoffusion.com/groups/flex/message.cfm/messageid:6147&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.houseoffusion.com/groups/flex/message.cfm/messageid:6147&lt;/a&gt;&lt;br&gt;Subscription: &lt;a href=&quot;http://www.houseoffusion.com/groups/flex/subscribe.cfm&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.houseoffusion.com/groups/flex/subscribe.cfm&lt;/a&gt;&lt;br&gt;Unsubscribe: &lt;a href=&quot;http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=17837.14401.37&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=17837.14401.37&lt;/a&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Subscribe-tp25889777p25889777.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-25852605</id>
	<title>Re: PDF conversions</title>
	<published>2009-10-12T02:10:59Z</published>
	<updated>2009-10-12T02:10:59Z</updated>
	<author>
		<name>Stefan Richter-3</name>
	</author>
	<content type="html">&lt;br&gt;This seems to be working an absolute treat. Many thanks for the tip, I &amp;nbsp;
&lt;br&gt;never knew you could extract these thumbs at full scale. Perfect.
&lt;br&gt;&lt;br&gt;&lt;br&gt;Regards,
&lt;br&gt;&lt;br&gt;Stefan
&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;On 12 Oct 2009, at 09:18, Stefan Richter wrote:
&lt;br&gt;&lt;div class='shrinkable-quote'&gt;&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; Thank you - I did not try that. Will give it a shot.
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; Best wishes,
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; Stefan
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; On 11 Oct 2009, at 22:37, João Fernandes wrote:
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt; Stefan, did you try to use cfpdf? It does already allow you to &amp;nbsp;
&lt;br&gt;&amp;gt;&amp;gt; extract
&lt;br&gt;&amp;gt;&amp;gt; pages as images. cfpdf action=&amp;quot;thumbnail&amp;quot;
&lt;br&gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt; -- &amp;nbsp;
&lt;br&gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt; João Fernandes
&lt;br&gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt; Adobe Certified Expert
&lt;br&gt;&amp;gt;&amp;gt; Adobe Community Expert
&lt;br&gt;&amp;gt;&amp;gt; &lt;a href=&quot;http://www.onflexwithcf.org&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.onflexwithcf.org&lt;/a&gt;&lt;br&gt;&amp;gt;&amp;gt; &lt;a href=&quot;http://www.riapt.org&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.riapt.org&lt;/a&gt;&lt;br&gt;&amp;gt;&amp;gt; Portugal Adobe User Group (&lt;a href=&quot;http://aug.riapt.org&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://aug.riapt.org&lt;/a&gt;)
&lt;br&gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; 
&lt;/div&gt;&lt;br&gt;~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
&lt;br&gt;Want to reach the ColdFusion community with something they want? Let them know on the House of Fusion mailing lists
&lt;br&gt;Archive: &lt;a href=&quot;http://www.houseoffusion.com/groups/flex/message.cfm/messageid:6139&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.houseoffusion.com/groups/flex/message.cfm/messageid:6139&lt;/a&gt;&lt;br&gt;Subscription: &lt;a href=&quot;http://www.houseoffusion.com/groups/flex/subscribe.cfm&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.houseoffusion.com/groups/flex/subscribe.cfm&lt;/a&gt;&lt;br&gt;Unsubscribe: &lt;a href=&quot;http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=17837.14401.37&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=17837.14401.37&lt;/a&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Flex-and-Reports-tp25838701p25852605.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-25852042</id>
	<title>Re: PDF conversions</title>
	<published>2009-10-12T01:18:56Z</published>
	<updated>2009-10-12T01:18:56Z</updated>
	<author>
		<name>Stefan Richter-3</name>
	</author>
	<content type="html">&lt;br&gt;Thank you - I did not try that. Will give it a shot.
&lt;br&gt;&lt;br&gt;Best wishes,
&lt;br&gt;&lt;br&gt;Stefan
&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;On 11 Oct 2009, at 22:37, João Fernandes wrote:
&lt;br&gt;&lt;div class='shrinkable-quote'&gt;&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; Stefan, did you try to use cfpdf? It does already allow you to extract
&lt;br&gt;&amp;gt; pages as images. cfpdf action=&amp;quot;thumbnail&amp;quot;
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; -- &amp;nbsp;
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; João Fernandes
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; Adobe Certified Expert
&lt;br&gt;&amp;gt; Adobe Community Expert
&lt;br&gt;&amp;gt; &lt;a href=&quot;http://www.onflexwithcf.org&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.onflexwithcf.org&lt;/a&gt;&lt;br&gt;&amp;gt; &lt;a href=&quot;http://www.riapt.org&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.riapt.org&lt;/a&gt;&lt;br&gt;&amp;gt; Portugal Adobe User Group (&lt;a href=&quot;http://aug.riapt.org&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://aug.riapt.org&lt;/a&gt;)
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; 
&lt;/div&gt;&lt;br&gt;~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
&lt;br&gt;Want to reach the ColdFusion community with something they want? Let them know on the House of Fusion mailing lists
&lt;br&gt;Archive: &lt;a href=&quot;http://www.houseoffusion.com/groups/flex/message.cfm/messageid:6138&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.houseoffusion.com/groups/flex/message.cfm/messageid:6138&lt;/a&gt;&lt;br&gt;Subscription: &lt;a href=&quot;http://www.houseoffusion.com/groups/flex/subscribe.cfm&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.houseoffusion.com/groups/flex/subscribe.cfm&lt;/a&gt;&lt;br&gt;Unsubscribe: &lt;a href=&quot;http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=17837.14401.37&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=17837.14401.37&lt;/a&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Flex-and-Reports-tp25838701p25852042.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-25851889</id>
	<title>Subsequent remoteobject call will fail</title>
	<published>2009-10-12T01:06:58Z</published>
	<updated>2009-10-12T01:06:58Z</updated>
	<author>
		<name>roberto_sartori</name>
	</author>
	<content type="html">Hi all!
&lt;br&gt;&lt;br&gt;I have a problem integrating Flex 3 - CF8.
&lt;br&gt;Server platform: Debian/CF8/Apache2/MySql
&lt;br&gt;&lt;br&gt;On this server, I have 2 separate virtual host/website, say &amp;quot;dns_service_one&amp;quot; and &amp;quot;dns_service_two&amp;quot;.
&lt;br&gt;In each of these, I have a CF application with a test CFC (see code below).
&lt;br&gt;Session managament are enabled in applications.
&lt;br&gt;&lt;br&gt;In a test Flex application, I call each of two service exposed by the server.
&lt;br&gt;The problem is that the second call always fail, returning the error below.
&lt;br&gt;&lt;br&gt;Note that separate call will success. The remote service is up and working.
&lt;br&gt;If I invert call order I obtain the same error.
&lt;br&gt;&lt;br&gt;I I move one service into another server with same configuration, the application works well.
&lt;br&gt;It seems that I can't call 2 separate service into 2 separate CF application on the same server from a single Flex app ?
&lt;br&gt;&lt;br&gt;Code is below.
&lt;br&gt;Sorry for the length of my question.
&lt;br&gt;Thanks for help.
&lt;br&gt;&lt;br&gt;Roberto
&lt;br&gt;&lt;br&gt;---------------------------------------------------------
&lt;br&gt;Result in textarea when call service 1 and then service 2
&lt;br&gt;---------------------------------------------------------
&lt;br&gt;&amp;quot;Hello from service 1&amp;quot;
&lt;br&gt;&lt;br&gt;(mx.rpc.events::FaultEvent)#0
&lt;br&gt;&amp;nbsp; bubbles = false
&lt;br&gt;&amp;nbsp; cancelable = true
&lt;br&gt;&amp;nbsp; currentTarget = (null)
&lt;br&gt;&amp;nbsp; eventPhase = 2
&lt;br&gt;&amp;nbsp; fault = (mx.rpc::Fault)#1
&lt;br&gt;&amp;nbsp; &amp;nbsp; content = (Object)#2
&lt;br&gt;&amp;nbsp; &amp;nbsp; errorID = 0
&lt;br&gt;&amp;nbsp; &amp;nbsp; faultCode = &amp;quot;Client.Error.MessageSend&amp;quot;
&lt;br&gt;&amp;nbsp; &amp;nbsp; faultDetail = &amp;quot;Channel.Ping.Failed error null url: '&lt;a href=&quot;http://dns_service_two/flex2gateway/servicetwo/'&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://dns_service_two/flex2gateway/servicetwo/'&lt;/a&gt;&amp;quot;
&lt;br&gt;&amp;nbsp; &amp;nbsp; faultString = &amp;quot;Send failed&amp;quot;
&lt;br&gt;&amp;nbsp; &amp;nbsp; message = &amp;quot;faultCode:Client.Error.MessageSend faultString:'Send failed' faultDetail:'Channel.Ping.Failed error null url: '&lt;a href=&quot;http://dns_service_two/flex2gateway/servicetwo/''&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://dns_service_two/flex2gateway/servicetwo/''&lt;/a&gt;&amp;quot;
&lt;br&gt;&amp;nbsp; &amp;nbsp; .....
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;.....
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;faultCode = &amp;quot;Server.Processing.DuplicateSessionDetected&amp;quot;
&lt;br&gt;&amp;nbsp; &amp;nbsp; faultDetail = (null)
&lt;br&gt;&amp;nbsp; &amp;nbsp; faultString = &amp;quot;Detected duplicate HTTP-based FlexSessions, generally due to the remote host disabling session cookies. Session cookies must be enabled to manage the client connection correctly.&amp;quot;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; ...... 
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;
&lt;br&gt;---------------------------------------------------------
&lt;br&gt;Result in textarea when call service 2 and then service 1
&lt;br&gt;---------------------------------------------------------
&lt;br&gt;&amp;quot;Hello from service 2&amp;quot;
&lt;br&gt;&lt;br&gt;(mx.rpc.events::FaultEvent)#0
&lt;br&gt;&amp;nbsp; bubbles = false
&lt;br&gt;&amp;nbsp; cancelable = true
&lt;br&gt;&amp;nbsp; currentTarget = (null)
&lt;br&gt;&amp;nbsp; eventPhase = 2
&lt;br&gt;&amp;nbsp; fault = (mx.rpc::Fault)#1
&lt;br&gt;&amp;nbsp; &amp;nbsp; content = (Object)#2
&lt;br&gt;&amp;nbsp; &amp;nbsp; errorID = 0
&lt;br&gt;&amp;nbsp; &amp;nbsp; faultCode = &amp;quot;Client.Error.MessageSend&amp;quot;
&lt;br&gt;&amp;nbsp; &amp;nbsp; faultDetail = &amp;quot;Channel.Ping.Failed error null url: '&lt;a href=&quot;http://dns_service_one/flex2gateway/serviceone/'&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://dns_service_one/flex2gateway/serviceone/'&lt;/a&gt;&amp;quot;
&lt;br&gt;&amp;nbsp; &amp;nbsp; faultString = &amp;quot;Send failed&amp;quot;
&lt;br&gt;&amp;nbsp; &amp;nbsp; message = &amp;quot;faultCode:Client.Error.MessageSend faultString:'Send failed' faultDetail:'Channel.Ping.Failed error null url: '&lt;a href=&quot;http://dns_service_one/flex2gateway/serviceone/''&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://dns_service_one/flex2gateway/serviceone/''&lt;/a&gt;&amp;quot;
&lt;br&gt;&amp;nbsp; &amp;nbsp; name = &amp;quot;Error&amp;quot;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;.....
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;.....
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;faultCode = &amp;quot;Server.Processing.DuplicateSessionDetected&amp;quot;
&lt;br&gt;&amp;nbsp; &amp;nbsp; faultDetail = (null)
&lt;br&gt;&amp;nbsp; &amp;nbsp; faultString = &amp;quot;Detected duplicate HTTP-based FlexSessions, generally due to the remote host disabling session cookies. Session cookies must be enabled to manage the client connection correctly.&amp;quot;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; ...... 
&lt;br&gt;&lt;br&gt;---------------------------------
&lt;br&gt;flex_service.cfc (on service one)
&lt;br&gt;---------------------------------
&lt;br&gt;&lt;br&gt;&amp;lt;cfcomponent&amp;gt;
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;lt;cffunction name=&amp;quot;hello&amp;quot; output=&amp;quot;false&amp;quot; access=&amp;quot;remote&amp;quot; returntype=&amp;quot;any&amp;quot;&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;cfreturn 'Hello from service 1'&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;lt;/cffunction&amp;gt;
&lt;br&gt;&lt;br&gt;&amp;lt;/cfcomponent&amp;gt;
&lt;br&gt;&lt;br&gt;&lt;br&gt;---------------------------------
&lt;br&gt;flex_service.cfc (on service two)
&lt;br&gt;---------------------------------
&lt;br&gt;&lt;br&gt;&lt;br&gt;&amp;lt;cfcomponent&amp;gt;
&lt;br&gt;&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;lt;cffunction name=&amp;quot;hello&amp;quot; output=&amp;quot;false&amp;quot; access=&amp;quot;remote&amp;quot; returntype=&amp;quot;any&amp;quot;&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;cfreturn 'Hello from service 2'&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;lt;/cffunction&amp;gt;
&lt;br&gt;&lt;br&gt;&lt;br&gt;&amp;lt;/cfcomponent&amp;gt;
&lt;br&gt;&lt;br&gt;&lt;br&gt;--------------
&lt;br&gt;Test.mxml
&lt;br&gt;--------------
&lt;br&gt;&lt;br&gt;&lt;br&gt;&amp;lt;?xml version=&amp;quot;1.0&amp;quot; encoding=&amp;quot;utf-8&amp;quot;?&amp;gt;
&lt;br&gt;&amp;lt;mx:Application xmlns:mx=&amp;quot;&lt;a href=&quot;http://www.adobe.com/2006/mxml&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.adobe.com/2006/mxml&lt;/a&gt;&amp;quot; layout=&amp;quot;absolute&amp;quot;&amp;gt;
&lt;br&gt;&lt;br&gt;&lt;br&gt;&amp;lt;mx:Script&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;lt;![CDATA[
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; import mx.rpc.AsyncResponder;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; import mx.rpc.AsyncToken;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; import mx.messaging.channels.AMFChannel;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; import mx.messaging.ChannelSet;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; import mx.rpc.remoting.RemoteObject;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; import mx.rpc.events.ResultEvent;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; import mx.utils.ObjectUtil;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; import mx.rpc.events.FaultEvent;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; import mx.rpc.IResponder;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; private function get ChannelsOne () : ChannelSet
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;{
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; var channels:ChannelSet = new ChannelSet();
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; var channel:AMFChannel = new AMFChannel();
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; channel.uri = '&lt;a href=&quot;http://dns_service_one/flex2gateway/serviceone/';&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://dns_service_one/flex2gateway/serviceone/';&lt;/a&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; channels.addChannel(channel);
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;return channels;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;}
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; 
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;private function get ChannelsTwo () : ChannelSet
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;{
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; var channels:ChannelSet = new ChannelSet();
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; var channel:AMFChannel = new AMFChannel();
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; channel.uri = '&lt;a href=&quot;http://dns_service_two/flex2gateway/servicetwo/';&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://dns_service_two/flex2gateway/servicetwo/';&lt;/a&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; channels.addChannel(channel);
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;return channels;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;}
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; public function get RemoteObjOne () : RemoteObject
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;{
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;var remoteObj:RemoteObject = new RemoteObject();
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;remoteObj.destination = 'DestinationOne';
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; remoteObj.source = 'flex_service';
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; remoteObj.channelSet = ChannelsOne;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; return remoteObj;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; }
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; public function get RemoteObjTwo () : RemoteObject
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;{
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;var remoteObj:RemoteObject = new RemoteObject();
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;remoteObj.destination = 'DestinationTwo';
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; remoteObj.source = 'flex_service';
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; remoteObj.channelSet = ChannelsTwo;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; return remoteObj;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; }
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; private function service1_OnClick (evt:MouseEvent) : void
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; {
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; var call:AsyncToken = RemoteObjOne.getOperation('hello').send();
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; var resp:IResponder = new AsyncResponder(RemoteObjOne_OnResult, RemoteObjOne_OnFault);
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; call.addResponder(resp); &amp;nbsp; 
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; }
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; private function service2_OnClick (evt:MouseEvent) : void
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; {
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; var call:AsyncToken = RemoteObjTwo.getOperation('hello').send();
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; var resp:IResponder = new AsyncResponder(RemoteObjTwo_OnResult, RemoteObjTwo_OnFault);
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; call.addResponder(resp); &amp;nbsp; 
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; }
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; private function RemoteObjOne_OnResult (evt:ResultEvent, token:Object) : void
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; {
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; txtResult.text += ObjectUtil.toString(evt.result) + '\n';
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; }
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; private function RemoteObjOne_OnFault (evt:FaultEvent, token:Object) : void
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; {
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; txtResult.text += ObjectUtil.toString(evt) + '\n';
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; }
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; private function RemoteObjTwo_OnResult (evt:ResultEvent, token:Object) : void
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; {
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; txtResult.text += ObjectUtil.toString(evt.result) + '\n';
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; }
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; private function RemoteObjTwo_OnFault (evt:FaultEvent, token:Object) : void
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; {
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; txtResult.text += ObjectUtil.toString(evt) + '\n';
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; }
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;
&lt;br&gt;&amp;nbsp; &amp;nbsp; ]]&amp;gt;
&lt;br&gt;&amp;lt;/mx:Script&amp;gt;
&lt;br&gt;&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;lt;mx:Button x=&amp;quot;10&amp;quot; y=&amp;quot;10&amp;quot; label=&amp;quot;Invoke service 1&amp;quot; click=&amp;quot;service1_OnClick(event)&amp;quot;/&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;lt;mx:Button x=&amp;quot;140&amp;quot; y=&amp;quot;10&amp;quot; label=&amp;quot;Invoke service 2&amp;quot; click=&amp;quot;service2_OnClick(event)&amp;quot;/&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;lt;mx:TextArea id=&amp;quot;txtResult&amp;quot; left=&amp;quot;10&amp;quot; top=&amp;quot;40&amp;quot; bottom=&amp;quot;10&amp;quot; right=&amp;quot;10&amp;quot;/&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp;
&lt;br&gt;&amp;lt;/mx:Application&amp;gt;
&lt;br&gt;&lt;br&gt;&lt;br&gt;-------------------------------------------------------
&lt;br&gt;services-config.xml (default with 2 additional channel)
&lt;br&gt;-------------------------------------------------------
&lt;br&gt;&lt;br&gt;&lt;br&gt;&amp;lt;?xml version=&amp;quot;1.0&amp;quot; encoding=&amp;quot;UTF-8&amp;quot;?&amp;gt;
&lt;br&gt;&amp;lt;services-config&amp;gt;
&lt;br&gt;&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; .....
&lt;br&gt;&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;lt;channels&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;channel-definition id=&amp;quot;channel1&amp;quot; class=&amp;quot;mx.messaging.channels.AMFChannel&amp;quot;&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;endpoint uri=&amp;quot;http://{server.name}:{server.port}{context.root}/flex2gateway/serviceone&amp;quot; class=&amp;quot;flex.messaging.endpoints.AMFEndpoint&amp;quot;/&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;properties&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;polling-enabled&amp;gt;false&amp;lt;/polling-enabled&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;serialization&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;lt;instantiate-types&amp;gt;false&amp;lt;/instantiate-types&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;/serialization&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;lt;/properties&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;/channel-definition&amp;gt;
&lt;br&gt;&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;channel-definition id=&amp;quot;channel2&amp;quot; class=&amp;quot;mx.messaging.channels.AMFChannel&amp;quot;&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;endpoint uri=&amp;quot;http://{server.name}:{server.port}{context.root}/flex2gateway/servicetwo&amp;quot; class=&amp;quot;flex.messaging.endpoints.AMFEndpoint&amp;quot;/&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;properties&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;polling-enabled&amp;gt;false&amp;lt;/polling-enabled&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;serialization&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;lt;instantiate-types&amp;gt;false&amp;lt;/instantiate-types&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;/serialization&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;lt;/properties&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;/channel-definition&amp;gt;
&lt;br&gt;&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; .....
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;lt;/channels&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp;
&lt;br&gt;&amp;nbsp; &amp;nbsp; .....
&lt;br&gt;&amp;nbsp; &amp;nbsp;
&lt;br&gt;&amp;lt;/services-config&amp;gt;
&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;-----------------------------------------------------------
&lt;br&gt;remoting-config.xml (default with 2 additional destination)
&lt;br&gt;-----------------------------------------------------------
&lt;br&gt;&lt;br&gt;&lt;br&gt;&amp;lt;?xml version=&amp;quot;1.0&amp;quot; encoding=&amp;quot;UTF-8&amp;quot;?&amp;gt;
&lt;br&gt;&amp;lt;service id=&amp;quot;remoting-service&amp;quot;
&lt;br&gt;&amp;nbsp; &amp;nbsp; class=&amp;quot;flex.messaging.services.RemotingService&amp;quot;
&lt;br&gt;&amp;nbsp; &amp;nbsp; messageTypes=&amp;quot;flex.messaging.messages.RemotingMessage&amp;quot;&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;....
&lt;br&gt;&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;lt;destination id=&amp;quot;DestinationOne&amp;quot;&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;channels&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;lt;channel ref=&amp;quot;channel1&amp;quot;/&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;/channels&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;properties&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;lt;source&amp;gt;*&amp;lt;/source&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;lt;access&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;lt;use-mappings&amp;gt;false&amp;lt;/use-mappings&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;lt;method-access-level&amp;gt;remote&amp;lt;/method-access-level&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;lt;/access&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;lt;property-case&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;lt;force-cfc-lowercase&amp;gt;false&amp;lt;/force-cfc-lowercase&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;lt;force-query-lowercase&amp;gt;false&amp;lt;/force-query-lowercase&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;lt;force-struct-lowercase&amp;gt;false&amp;lt;/force-struct-lowercase&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;lt;/property-case&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;/properties&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp;&amp;lt;/destination&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;lt;destination id=&amp;quot;DestinationTwo&amp;quot;&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;channels&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;lt;channel ref=&amp;quot;channel2&amp;quot;/&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;/channels&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;properties&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;lt;source&amp;gt;*&amp;lt;/source&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;lt;access&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;lt;use-mappings&amp;gt;false&amp;lt;/use-mappings&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;lt;method-access-level&amp;gt;remote&amp;lt;/method-access-level&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;lt;/access&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;lt;property-case&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;lt;force-cfc-lowercase&amp;gt;false&amp;lt;/force-cfc-lowercase&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;lt;force-query-lowercase&amp;gt;false&amp;lt;/force-query-lowercase&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;lt;force-struct-lowercase&amp;gt;false&amp;lt;/force-struct-lowercase&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;lt;/property-case&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;/properties&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp;&amp;lt;/destination&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;
&lt;br&gt;&amp;nbsp; &amp;nbsp; ....
&lt;br&gt;&amp;nbsp; &amp;nbsp;
&lt;br&gt;&amp;lt;/service&amp;gt;
&lt;br&gt;&lt;br&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Subsequent-remoteobject-call-will-fail-tp25851889p25851889.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-25847532</id>
	<title>PDF conversions</title>
	<published>2009-10-11T13:55:50Z</published>
	<updated>2009-10-11T13:55:50Z</updated>
	<author>
		<name>Stefan Richter-3</name>
	</author>
	<content type="html">&lt;br&gt;Slightly OT for this list, but since my frontend is Flex and backend &amp;nbsp;
&lt;br&gt;CF I thought I'd ask:
&lt;br&gt;I'm looking for a good PDF to Image conversion system. I need to &amp;nbsp;
&lt;br&gt;ingest PDF documents after user upload and basically convert them to a &amp;nbsp;
&lt;br&gt;flat (JPG for example) image. The conversion needs to happen serverside.
&lt;br&gt;&lt;br&gt;I know that I can find a lot of such tools via Google, but I would &amp;nbsp;
&lt;br&gt;prefer a recommendation.
&lt;br&gt;&lt;br&gt;Regards,
&lt;br&gt;&lt;br&gt;Stefan
&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
&lt;br&gt;Want to reach the ColdFusion community with something they want? Let them know on the House of Fusion mailing lists
&lt;br&gt;Archive: &lt;a href=&quot;http://www.houseoffusion.com/groups/flex/message.cfm/messageid:6136&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.houseoffusion.com/groups/flex/message.cfm/messageid:6136&lt;/a&gt;&lt;br&gt;Subscription: &lt;a href=&quot;http://www.houseoffusion.com/groups/flex/subscribe.cfm&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.houseoffusion.com/groups/flex/subscribe.cfm&lt;/a&gt;&lt;br&gt;Unsubscribe: &lt;a href=&quot;http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=17837.14401.37&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=17837.14401.37&lt;/a&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Flex-and-Reports-tp25838701p25847532.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-25839607</id>
	<title>Re: Flex and Reports</title>
	<published>2009-10-10T16:48:40Z</published>
	<updated>2009-10-10T16:48:40Z</updated>
	<author>
		<name>Kim Hoopingarner</name>
	</author>
	<content type="html">&lt;br&gt;Thanks. &amp;nbsp;I think you are right. &amp;nbsp;I've tried other suggestions - and it only works if it is in a CFM page. 
&lt;br&gt;&lt;br&gt;Kim 
&lt;br&gt;&lt;br&gt;~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
&lt;br&gt;Want to reach the ColdFusion community with something they want? Let them know on the House of Fusion mailing lists
&lt;br&gt;Archive: &lt;a href=&quot;http://www.houseoffusion.com/groups/flex/message.cfm/messageid:6135&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.houseoffusion.com/groups/flex/message.cfm/messageid:6135&lt;/a&gt;&lt;br&gt;Subscription: &lt;a href=&quot;http://www.houseoffusion.com/groups/flex/subscribe.cfm&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.houseoffusion.com/groups/flex/subscribe.cfm&lt;/a&gt;&lt;br&gt;Unsubscribe: &lt;a href=&quot;http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=17837.14401.37&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=17837.14401.37&lt;/a&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Flex-and-Reports-tp25838701p25839607.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-25839109</id>
	<title>Re: Flex and Reports</title>
	<published>2009-10-10T15:34:31Z</published>
	<updated>2009-10-10T15:34:31Z</updated>
	<author>
		<name>Paul Kukiel-2</name>
	</author>
	<content type="html">&lt;br&gt;I think what you ned to do is do a URL request to a .cfm &amp;nbsp;We pop a new &amp;nbsp;
&lt;br&gt;windows and call a .cfm page for our reports from flex.
&lt;br&gt;&lt;br&gt;Paul
&lt;br&gt;&lt;br&gt;On Oct 10, 2009, at 6:26 PM, Kim Hoopingarner wrote:
&lt;br&gt;&lt;div class='shrinkable-quote'&gt;&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; That is what I tried. &amp;nbsp;I keep getting an error that I'm trying to &amp;nbsp;
&lt;br&gt;&amp;gt; figure out. &amp;nbsp;It's an odd one.
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; Channel disconnected before an acknowledgement was received.
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; I call the cfc in flex who gets the query info and sends it to the &amp;nbsp;
&lt;br&gt;&amp;gt; report. &amp;nbsp;Here's the cfc.
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; Ideas?
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; &amp;lt;cffunction name=&amp;quot;TALENT_AttendanceSheet&amp;quot; access=&amp;quot;remote&amp;quot; &amp;gt;
&lt;br&gt;&amp;gt; 	&amp;lt;cfargument name=&amp;quot;RegID&amp;quot; required=&amp;quot;true&amp;quot;&amp;gt;
&lt;br&gt;&amp;gt; 	&amp;lt;cfargument name=&amp;quot;SessionNo&amp;quot; required=&amp;quot;true&amp;quot;&amp;gt;
&lt;br&gt;&amp;gt; 		
&lt;br&gt;&amp;gt; 	&amp;lt;cfquery name=&amp;quot;getAll&amp;quot; datasource=&amp;quot;KimberlyH85&amp;quot;&amp;gt;
&lt;br&gt;&amp;gt; 		select *			
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;from e_classes
&lt;br&gt;&amp;gt; 		ORDER BY ProgramOrder, ClassName, ClassDay, ClassTime
&lt;br&gt;&amp;gt; 	&amp;lt;/cfquery&amp;gt;
&lt;br&gt;&amp;gt; 	
&lt;br&gt;&amp;gt; 	
&lt;br&gt;&amp;gt; 	&amp;lt;cfreport template=&amp;quot;TALENT_AttendanceSheet.cfr&amp;quot; &amp;nbsp;query=&amp;quot;getAll&amp;quot; &amp;nbsp;
&lt;br&gt;&amp;gt; format=&amp;quot;PDF&amp;quot;&amp;gt;
&lt;br&gt;&amp;gt; 	&amp;lt;/cfreport&amp;gt;
&lt;br&gt;&amp;gt; &amp;lt;/cffunction&amp;gt;
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; 
&lt;/div&gt;&lt;br&gt;~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
&lt;br&gt;Want to reach the ColdFusion community with something they want? Let them know on the House of Fusion mailing lists
&lt;br&gt;Archive: &lt;a href=&quot;http://www.houseoffusion.com/groups/flex/message.cfm/messageid:6134&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.houseoffusion.com/groups/flex/message.cfm/messageid:6134&lt;/a&gt;&lt;br&gt;Subscription: &lt;a href=&quot;http://www.houseoffusion.com/groups/flex/subscribe.cfm&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.houseoffusion.com/groups/flex/subscribe.cfm&lt;/a&gt;&lt;br&gt;Unsubscribe: &lt;a href=&quot;http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=17837.14401.37&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=17837.14401.37&lt;/a&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Flex-and-Reports-tp25838701p25839109.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-25839096</id>
	<title>Re: Flex and Reports</title>
	<published>2009-10-10T15:26:14Z</published>
	<updated>2009-10-10T15:26:14Z</updated>
	<author>
		<name>Kim Hoopingarner</name>
	</author>
	<content type="html">&lt;br&gt;That is what I tried. &amp;nbsp;I keep getting an error that I'm trying to figure out. &amp;nbsp;It's an odd one.
&lt;br&gt;&lt;br&gt;Channel disconnected before an acknowledgement was received.
&lt;br&gt;&lt;br&gt;I call the cfc in flex who gets the query info and sends it to the report. &amp;nbsp;Here's the cfc.
&lt;br&gt;&lt;br&gt;Ideas?
&lt;br&gt;&lt;br&gt;&amp;lt;cffunction name=&amp;quot;TALENT_AttendanceSheet&amp;quot; access=&amp;quot;remote&amp;quot; &amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;cfargument name=&amp;quot;RegID&amp;quot; required=&amp;quot;true&amp;quot;&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;cfargument name=&amp;quot;SessionNo&amp;quot; required=&amp;quot;true&amp;quot;&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; 
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;cfquery name=&amp;quot;getAll&amp;quot; datasource=&amp;quot;KimberlyH85&amp;quot;&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; select *			
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; from e_classes
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; ORDER BY ProgramOrder, ClassName, ClassDay, ClassTime
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;/cfquery&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; 
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; 
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;cfreport template=&amp;quot;TALENT_AttendanceSheet.cfr&amp;quot; &amp;nbsp;query=&amp;quot;getAll&amp;quot; format=&amp;quot;PDF&amp;quot;&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;/cfreport&amp;gt;
&lt;br&gt;&amp;lt;/cffunction&amp;gt; 
&lt;br&gt;&lt;br&gt;~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
&lt;br&gt;Want to reach the ColdFusion community with something they want? Let them know on the House of Fusion mailing lists
&lt;br&gt;Archive: &lt;a href=&quot;http://www.houseoffusion.com/groups/flex/message.cfm/messageid:6133&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.houseoffusion.com/groups/flex/message.cfm/messageid:6133&lt;/a&gt;&lt;br&gt;Subscription: &lt;a href=&quot;http://www.houseoffusion.com/groups/flex/subscribe.cfm&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.houseoffusion.com/groups/flex/subscribe.cfm&lt;/a&gt;&lt;br&gt;Unsubscribe: &lt;a href=&quot;http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=17837.14401.37&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=17837.14401.37&lt;/a&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Flex-and-Reports-tp25838701p25839096.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-25838985</id>
	<title>Re: Flex and Reports</title>
	<published>2009-10-10T15:17:41Z</published>
	<updated>2009-10-10T15:17:41Z</updated>
	<author>
		<name>Paul Kukiel-2</name>
	</author>
	<content type="html">&lt;br&gt;If ColdFusion is your backend you can use ReportBuilder:
&lt;br&gt;&lt;br&gt;&lt;a href=&quot;http://www.adobe.com/support/coldfusion/downloads.html&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.adobe.com/support/coldfusion/downloads.html&lt;/a&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;Paul
&lt;br&gt;&lt;br&gt;&lt;br&gt;On Oct 10, 2009, at 5:34 PM, Kim Hoopingarner wrote:
&lt;br&gt;&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; What would be suggested in creating PDF reports when I'm using Flex &amp;nbsp;
&lt;br&gt;&amp;gt; as the application?
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; 
&lt;br&gt;&lt;br&gt;~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
&lt;br&gt;Want to reach the ColdFusion community with something they want? Let them know on the House of Fusion mailing lists
&lt;br&gt;Archive: &lt;a href=&quot;http://www.houseoffusion.com/groups/flex/message.cfm/messageid:6132&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.houseoffusion.com/groups/flex/message.cfm/messageid:6132&lt;/a&gt;&lt;br&gt;Subscription: &lt;a href=&quot;http://www.houseoffusion.com/groups/flex/subscribe.cfm&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.houseoffusion.com/groups/flex/subscribe.cfm&lt;/a&gt;&lt;br&gt;Unsubscribe: &lt;a href=&quot;http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=17837.14401.37&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=17837.14401.37&lt;/a&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Flex-and-Reports-tp25838701p25838985.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-25838701</id>
	<title>Flex and Reports</title>
	<published>2009-10-10T14:34:51Z</published>
	<updated>2009-10-10T14:34:51Z</updated>
	<author>
		<name>Kim Hoopingarner</name>
	</author>
	<content type="html">&lt;br&gt;What would be suggested in creating PDF reports when I'm using Flex as the application? 
&lt;br&gt;&lt;br&gt;~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
&lt;br&gt;Want to reach the ColdFusion community with something they want? Let them know on the House of Fusion mailing lists
&lt;br&gt;Archive: &lt;a href=&quot;http://www.houseoffusion.com/groups/flex/message.cfm/messageid:6131&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.houseoffusion.com/groups/flex/message.cfm/messageid:6131&lt;/a&gt;&lt;br&gt;Subscription: &lt;a href=&quot;http://www.houseoffusion.com/groups/flex/subscribe.cfm&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.houseoffusion.com/groups/flex/subscribe.cfm&lt;/a&gt;&lt;br&gt;Unsubscribe: &lt;a href=&quot;http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=17837.14401.37&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=17837.14401.37&lt;/a&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Flex-and-Reports-tp25838701p25838701.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-25791987</id>
	<title>Re: Form Item Alignment Problem</title>
	<published>2009-10-07T11:21:38Z</published>
	<updated>2009-10-07T11:21:38Z</updated>
	<author>
		<name>Burak Toker</name>
	</author>
	<content type="html">&lt;br&gt;d'oh:
&lt;br&gt;&lt;br&gt;&amp;nbsp; 	&amp;lt;mx:FormItem label=&amp;quot;Fixed Total Charge: aaa&amp;quot; &amp;nbsp;paddingLeft=&amp;quot;-130&amp;quot; &amp;nbsp; &amp;nbsp; &amp;gt;
&lt;br&gt;&lt;br&gt;does it.
&lt;br&gt;&lt;div class='shrinkable-quote'&gt;&lt;br&gt;&amp;gt;Ahh I understand now.
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;lt;mx:Style&amp;gt;
&lt;br&gt;&amp;gt;			FormItem {
&lt;br&gt;&amp;gt;				labelStyleName: labelStyle;
&lt;br&gt;&amp;gt;			}
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt;			.labelStyle{
&lt;br&gt;&amp;gt;				textAlign: left;
&lt;br&gt;&amp;gt;			}
&lt;br&gt;&amp;gt;		&amp;lt;/mx:Style&amp;gt;
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;
&lt;br&gt;&amp;gt;		&amp;lt;mx:Form&amp;gt;
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp;		&amp;lt;mx:FormItem label=&amp;quot;Fixed Total Charge:&amp;quot; &amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;
&lt;br&gt;&amp;gt;	 			&amp;lt;mx:TextInput id=&amp;quot;fixedChg&amp;quot; &amp;nbsp;/&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; 
&lt;br&gt;&amp;gt; 			&amp;lt;/mx:FormItem&amp;gt; &amp;nbsp;
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp;		&amp;lt;mx:FormItem label=&amp;quot;Per&amp;quot; &amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; 
&lt;br&gt;&amp;gt;				&amp;lt;mx:TextInput id=&amp;quot;perUnit&amp;quot; /&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; 
&lt;br&gt;&amp;gt; &amp;nbsp;			&amp;lt;/mx:FormItem&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; 
&lt;br&gt;&amp;gt; &amp;nbsp;			&amp;lt;mx:FormItem label=&amp;quot;Fixed Per Unit Charge&amp;quot;&amp;gt; &amp;nbsp; 
&lt;br&gt;&amp;gt;				&amp;lt;mx:TextInput id=&amp;quot;perUnitChg&amp;quot; &amp;nbsp;/&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; 
&lt;br&gt;&amp;gt; &amp;nbsp;			&amp;lt;/mx:FormItem&amp;gt; 
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp;	&amp;lt;/mx:Form&amp;gt;
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt;&lt;a href=&quot;http://flex.gunua.com/?p=47&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://flex.gunua.com/?p=47&lt;/a&gt;&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt;Paul.
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt;Not quite. I need to put perUnit and perUnitChg in the same line and
&lt;br&gt;&amp;gt;somewhat align per to the left. When I put a background color, I see the
&lt;br&gt;&amp;gt;FormItem (direction=horizontal) expands 100% but somewhat pushes the perUnit
&lt;br&gt;&amp;gt;to the left.
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; &amp;lt;mx:FormItem label=&amp;quot;Fixed Total Charge:&amp;quot; &amp;nbsp;width=&amp;quot;100%&amp;quot;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;
&lt;br&gt;&amp;gt;	 &amp;lt;mx:TextInput id=&amp;quot;fixedChg&amp;quot; &amp;nbsp;width=&amp;quot;50%&amp;quot; /&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; 
&lt;br&gt;&amp;gt; &amp;nbsp;&amp;lt;/mx:FormItem&amp;gt; &amp;nbsp;
&lt;br&gt;&amp;gt; &amp;nbsp;&amp;lt;mx:FormItem direction=&amp;quot;horizontal&amp;quot; width=&amp;quot;100%&amp;quot;&amp;gt;
&lt;br&gt;&amp;gt; &amp;nbsp;&amp;lt;mx:FormItem label=&amp;quot;Per&amp;quot; width=&amp;quot;20%&amp;quot; &amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; 
&lt;br&gt;&amp;gt;	&amp;lt;mx:TextInput id=&amp;quot;perUnit&amp;quot; width=&amp;quot;20%&amp;quot;/&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; 
&lt;br&gt;&amp;gt; &amp;nbsp;&amp;lt;/mx:FormItem&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; 
&lt;br&gt;&amp;gt; &amp;nbsp;&amp;lt;mx:FormItem label=&amp;quot;Fixed Per Unit Charge&amp;quot;&amp;gt; &amp;nbsp; 
&lt;br&gt;&amp;gt;	&amp;lt;mx:TextInput id=&amp;quot;perUnitChg&amp;quot; &amp;nbsp;width=&amp;quot;100%&amp;quot;/&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; 
&lt;br&gt;&amp;gt; &amp;nbsp;&amp;lt;/mx:FormItem&amp;gt; 
&lt;/div&gt;&lt;br&gt;&lt;br&gt;~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
&lt;br&gt;Want to reach the ColdFusion community with something they want? Let them know on the House of Fusion mailing lists
&lt;br&gt;Archive: &lt;a href=&quot;http://www.houseoffusion.com/groups/flex/message.cfm/messageid:6127&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.houseoffusion.com/groups/flex/message.cfm/messageid:6127&lt;/a&gt;&lt;br&gt;Subscription: &lt;a href=&quot;http://www.houseoffusion.com/groups/flex/subscribe.cfm&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.houseoffusion.com/groups/flex/subscribe.cfm&lt;/a&gt;&lt;br&gt;Unsubscribe: &lt;a href=&quot;http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=17837.14401.37&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=17837.14401.37&lt;/a&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Form-Item-Alignment-Problem-tp25773268p25791987.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-25791997</id>
	<title>Re: Form Item Alignment Problem</title>
	<published>2009-10-07T11:21:19Z</published>
	<updated>2009-10-07T11:21:19Z</updated>
	<author>
		<name>Burak Toker</name>
	</author>
	<content type="html">&lt;br&gt;actually, still no. 
&lt;br&gt;&lt;br&gt;&amp;lt;mx:Style&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp;
&lt;br&gt;&amp;nbsp;FormItem { &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; 
&lt;br&gt;&amp;nbsp;labelStyleName: labelStyle; &amp;nbsp; &amp;nbsp; &amp;nbsp; 
&lt;br&gt;&amp;nbsp;} &amp;nbsp; &amp;nbsp; &amp;nbsp; 
&lt;br&gt;&amp;nbsp;.labelStyle{ &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; 
&lt;br&gt;&amp;nbsp; textAlign: left; &amp;nbsp; &amp;nbsp; &amp;nbsp; 
&lt;br&gt;&amp;nbsp; } &amp;nbsp; &amp;nbsp;
&lt;br&gt;&amp;lt;/mx:Style&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; 
&lt;br&gt;&amp;nbsp; &amp;lt;mx:Form&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;lt;mx:FormItem label=&amp;quot;Name&amp;quot;&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;lt;mx:HBox&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;mx:TextInput id=&amp;quot;firstName1&amp;quot; /&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;mx:TextInput id=&amp;quot;lastName1&amp;quot; /&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;lt;/mx:HBox&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;lt;/mx:FormItem&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;lt;mx:FormItem label=&amp;quot;Email&amp;quot;&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;lt;mx:TextInput id=&amp;quot;email&amp;quot; /&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;lt;/mx:FormItem&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;lt;mx:FormItem label=&amp;quot;Fixed Total Charge:&amp;quot; &amp;nbsp;width=&amp;quot;100%&amp;quot;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;lt;mx:TextInput id=&amp;quot;fixedChg&amp;quot; &amp;nbsp;width=&amp;quot;50%&amp;quot; /&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; 
&lt;br&gt;&amp;nbsp; &amp;lt;/mx:FormItem&amp;gt; &amp;nbsp;
&lt;br&gt;&amp;nbsp; &amp;lt;mx:FormItem direction=&amp;quot;horizontal&amp;quot; width=&amp;quot;100%&amp;quot;&amp;gt;
&lt;br&gt;&amp;nbsp;
&lt;br&gt;&amp;nbsp; 	&amp;lt;mx:FormItem label=&amp;quot;Fixed Total Charge: aaa&amp;quot; &amp;gt;
&lt;br&gt;&amp;lt;mx:TextInput id=&amp;quot;fixedChga&amp;quot; &amp;nbsp;/&amp;gt;
&lt;br&gt;&amp;lt;/mx:FormItem&amp;gt; 
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; 
&lt;br&gt;&amp;lt;mx:FormItem label=&amp;quot;Per aaa&amp;quot; &amp;gt;
&lt;br&gt;&amp;lt;mx:TextInput id=&amp;quot;perUnita&amp;quot; /&amp;gt;
&lt;br&gt;&amp;lt;/mx:FormItem&amp;gt;
&lt;br&gt;&amp;lt;mx:FormItem label=&amp;quot;Fixed Per Unit Charge aaa&amp;quot;&amp;gt;
&lt;br&gt;&amp;lt;mx:TextInput id=&amp;quot;perUnitChga&amp;quot; &amp;nbsp;/&amp;gt;
&lt;br&gt;&amp;lt;/mx:FormItem&amp;gt; 
&lt;br&gt;&amp;nbsp; &amp;lt;/mx:FormItem&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;lt;mx:FormItem label=&amp;quot;&amp;quot;&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;lt;mx:Button label=&amp;quot;Submit&amp;quot; /&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;lt;/mx:FormItem&amp;gt;
&lt;br&gt;&amp;nbsp; 
&lt;br&gt;&amp;lt;/mx:Form&amp;gt;
&lt;br&gt;&lt;br&gt;see, how fixed total charge (formitem label) and fixed total charge: aaa (formitem label) are not vertically aligned? Fixed total charge: aaa (formitem label) starts right under the textbox. I need to push it to left a bit more. 
&lt;br&gt;&lt;br&gt;&lt;br&gt;~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
&lt;br&gt;Want to reach the ColdFusion community with something they want? Let them know on the House of Fusion mailing lists
&lt;br&gt;Archive: &lt;a href=&quot;http://www.houseoffusion.com/groups/flex/message.cfm/messageid:6126&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.houseoffusion.com/groups/flex/message.cfm/messageid:6126&lt;/a&gt;&lt;br&gt;Subscription: &lt;a href=&quot;http://www.houseoffusion.com/groups/flex/subscribe.cfm&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.houseoffusion.com/groups/flex/subscribe.cfm&lt;/a&gt;&lt;br&gt;Unsubscribe: &lt;a href=&quot;http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=17837.14401.37&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=17837.14401.37&lt;/a&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Form-Item-Alignment-Problem-tp25773268p25791997.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-25776618</id>
	<title>RE: Form Item Alignment Problem</title>
	<published>2009-10-06T14:09:15Z</published>
	<updated>2009-10-06T14:09:15Z</updated>
	<author>
		<name>Paul Kukiel-2</name>
	</author>
	<content type="html">&lt;br&gt;Ahh I understand now.
&lt;br&gt;&lt;br&gt;&amp;lt;mx:Style&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; FormItem {
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; labelStyleName: labelStyle;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; }
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; .labelStyle{
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; textAlign: left;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; }
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;/mx:Style&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; 
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;mx:Form&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; 		&amp;lt;mx:FormItem label=&amp;quot;Fixed Total Charge:&amp;quot; &amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;			&amp;lt;mx:TextInput id=&amp;quot;fixedChg&amp;quot; &amp;nbsp;/&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; 
&lt;br&gt;&amp;nbsp;			&amp;lt;/mx:FormItem&amp;gt; &amp;nbsp;
&lt;br&gt;&amp;nbsp; &amp;nbsp; 		&amp;lt;mx:FormItem label=&amp;quot;Per&amp;quot; &amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; 
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;mx:TextInput id=&amp;quot;perUnit&amp;quot; /&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; 
&lt;br&gt;&amp;nbsp; 			&amp;lt;/mx:FormItem&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; 
&lt;br&gt;&amp;nbsp; 			&amp;lt;mx:FormItem label=&amp;quot;Fixed Per Unit Charge&amp;quot;&amp;gt; &amp;nbsp; 
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;mx:TextInput id=&amp;quot;perUnitChg&amp;quot; &amp;nbsp;/&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; 
&lt;br&gt;&amp;nbsp; 			&amp;lt;/mx:FormItem&amp;gt; 
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; 	&amp;lt;/mx:Form&amp;gt;
&lt;br&gt;&lt;br&gt;&lt;a href=&quot;http://flex.gunua.com/?p=47&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://flex.gunua.com/?p=47&lt;/a&gt;&lt;br&gt;&lt;br&gt;Paul.
&lt;br&gt;&lt;br&gt;-----Original Message-----
&lt;br&gt;From: Burak Toker [mailto:&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=25776618&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;touaregv8forsale@...&lt;/a&gt;] 
&lt;br&gt;Sent: Tuesday, October 06, 2009 3:46 PM
&lt;br&gt;To: flex
&lt;br&gt;Subject: Re: Form Item Alignment Problem
&lt;br&gt;&lt;br&gt;&lt;br&gt;Not quite. I need to put perUnit and perUnitChg in the same line and
&lt;br&gt;somewhat align per to the left. When I put a background color, I see the
&lt;br&gt;FormItem (direction=horizontal) expands 100% but somewhat pushes the perUnit
&lt;br&gt;to the left.
&lt;br&gt;&lt;br&gt;&amp;nbsp;&amp;lt;mx:FormItem label=&amp;quot;Fixed Total Charge:&amp;quot; &amp;nbsp;width=&amp;quot;100%&amp;quot;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;lt;mx:TextInput id=&amp;quot;fixedChg&amp;quot; &amp;nbsp;width=&amp;quot;50%&amp;quot; /&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; 
&lt;br&gt;&amp;nbsp; &amp;lt;/mx:FormItem&amp;gt; &amp;nbsp;
&lt;br&gt;&amp;nbsp; &amp;lt;mx:FormItem direction=&amp;quot;horizontal&amp;quot; width=&amp;quot;100%&amp;quot;&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;lt;mx:FormItem label=&amp;quot;Per&amp;quot; width=&amp;quot;20%&amp;quot; &amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; 
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;mx:TextInput id=&amp;quot;perUnit&amp;quot; width=&amp;quot;20%&amp;quot;/&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; 
&lt;br&gt;&amp;nbsp; &amp;lt;/mx:FormItem&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; 
&lt;br&gt;&amp;nbsp; &amp;lt;mx:FormItem label=&amp;quot;Fixed Per Unit Charge&amp;quot;&amp;gt; &amp;nbsp; 
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;mx:TextInput id=&amp;quot;perUnitChg&amp;quot; &amp;nbsp;width=&amp;quot;100%&amp;quot;/&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; 
&lt;br&gt;&amp;nbsp; &amp;lt;/mx:FormItem&amp;gt; 
&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
&lt;br&gt;Want to reach the ColdFusion community with something they want? Let them know on the House of Fusion mailing lists
&lt;br&gt;Archive: &lt;a href=&quot;http://www.houseoffusion.com/groups/flex/message.cfm/messageid:6125&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.houseoffusion.com/groups/flex/message.cfm/messageid:6125&lt;/a&gt;&lt;br&gt;Subscription: &lt;a href=&quot;http://www.houseoffusion.com/groups/flex/subscribe.cfm&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.houseoffusion.com/groups/flex/subscribe.cfm&lt;/a&gt;&lt;br&gt;Unsubscribe: &lt;a href=&quot;http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=17837.14401.37&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=17837.14401.37&lt;/a&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Form-Item-Alignment-Problem-tp25773268p25776618.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-25775496</id>
	<title>Re: Form Item Alignment Problem</title>
	<published>2009-10-06T12:45:56Z</published>
	<updated>2009-10-06T12:45:56Z</updated>
	<author>
		<name>Burak Toker</name>
	</author>
	<content type="html">&lt;br&gt;Not quite. I need to put perUnit and perUnitChg in the same line and somewhat align per to the left. When I put a background color, I see the FormItem (direction=horizontal) expands 100% but somewhat pushes the perUnit to the left.
&lt;br&gt;&lt;br&gt;&amp;nbsp;&amp;lt;mx:FormItem label=&amp;quot;Fixed Total Charge:&amp;quot; &amp;nbsp;width=&amp;quot;100%&amp;quot;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;lt;mx:TextInput id=&amp;quot;fixedChg&amp;quot; &amp;nbsp;width=&amp;quot;50%&amp;quot; /&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; 
&lt;br&gt;&amp;nbsp; &amp;lt;/mx:FormItem&amp;gt; &amp;nbsp;
&lt;br&gt;&amp;nbsp; &amp;lt;mx:FormItem direction=&amp;quot;horizontal&amp;quot; width=&amp;quot;100%&amp;quot;&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;lt;mx:FormItem label=&amp;quot;Per&amp;quot; width=&amp;quot;20%&amp;quot; &amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; 
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;mx:TextInput id=&amp;quot;perUnit&amp;quot; width=&amp;quot;20%&amp;quot;/&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; 
&lt;br&gt;&amp;nbsp; &amp;lt;/mx:FormItem&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; 
&lt;br&gt;&amp;nbsp; &amp;lt;mx:FormItem label=&amp;quot;Fixed Per Unit Charge&amp;quot;&amp;gt; &amp;nbsp; 
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;mx:TextInput id=&amp;quot;perUnitChg&amp;quot; &amp;nbsp;width=&amp;quot;100%&amp;quot;/&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; 
&lt;br&gt;&amp;nbsp; &amp;lt;/mx:FormItem&amp;gt; 
&lt;br&gt;&lt;br&gt;~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
&lt;br&gt;Want to reach the ColdFusion community with something they want? Let them know on the House of Fusion mailing lists
&lt;br&gt;Archive: &lt;a href=&quot;http://www.houseoffusion.com/groups/flex/message.cfm/messageid:6124&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.houseoffusion.com/groups/flex/message.cfm/messageid:6124&lt;/a&gt;&lt;br&gt;Subscription: &lt;a href=&quot;http://www.houseoffusion.com/groups/flex/subscribe.cfm&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.houseoffusion.com/groups/flex/subscribe.cfm&lt;/a&gt;&lt;br&gt;Unsubscribe: &lt;a href=&quot;http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=17837.14401.37&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=17837.14401.37&lt;/a&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Form-Item-Alignment-Problem-tp25773268p25775496.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-25774189</id>
	<title>RE: Form Item Alignment Problem</title>
	<published>2009-10-06T11:27:31Z</published>
	<updated>2009-10-06T11:27:31Z</updated>
	<author>
		<name>Paul Kukiel-2</name>
	</author>
	<content type="html">&lt;br&gt;Do you mean like this:
&lt;br&gt;&lt;br&gt;&amp;lt;mx:FormItem label=&amp;quot;Fixed Total Charge:&amp;quot; &amp;nbsp;width=&amp;quot;100%&amp;quot;&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;mx:TextInput id=&amp;quot;fixedChg&amp;quot; &amp;nbsp;width=&amp;quot;50%&amp;quot; /&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;/mx:FormItem&amp;gt; &amp;nbsp; 
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;mx:FormItem label=&amp;quot;Per&amp;quot; width=&amp;quot;100%&amp;quot;&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;mx:TextInput id=&amp;quot;perUnit&amp;quot; /&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;/mx:FormItem&amp;gt; &amp;nbsp; &amp;nbsp; 
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;mx:FormItem label=&amp;quot;Fixed Per Unit Charge&amp;quot; width=&amp;quot;100%&amp;quot;&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;mx:TextInput id=&amp;quot;perUnitChg&amp;quot; /&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;/mx:FormItem&amp;gt;
&lt;br&gt;&lt;br&gt;Paul.
&lt;br&gt;&lt;br&gt;-----Original Message-----
&lt;br&gt;From: Burak Toker [mailto:&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=25774189&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;touaregv8forsale@...&lt;/a&gt;] 
&lt;br&gt;Sent: Tuesday, October 06, 2009 1:30 PM
&lt;br&gt;To: flex
&lt;br&gt;Subject: Form Item Alignment Problem
&lt;br&gt;&lt;br&gt;&lt;br&gt;I have the following:
&lt;br&gt;&lt;br&gt;&amp;nbsp;
&lt;br&gt;&lt;br&gt;&amp;nbsp;
&lt;br&gt;CODE
&lt;br&gt;&amp;lt;mx:FormItem label=&amp;quot;Fixed Total Charge:&amp;quot; &amp;nbsp;width=&amp;quot;100%&amp;quot;&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;lt;mx:TextInput id=&amp;quot;fixedChg&amp;quot; &amp;nbsp;width=&amp;quot;50%&amp;quot; /&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;lt;/mx:FormItem&amp;gt; &amp;nbsp; 
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;mx:FormItem width=&amp;quot;100%&amp;quot; direction=&amp;quot;horizontal&amp;quot;
&lt;br&gt;horizontalAlign=&amp;quot;left&amp;quot;&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;mx:FormItem label=&amp;quot;Per&amp;quot;&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;mx:TextInput id=&amp;quot;perUnit&amp;quot; /&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;/mx:FormItem&amp;gt; &amp;nbsp; &amp;nbsp; 
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;mx:FormItem label=&amp;quot;Fixed Per Unit Charge&amp;quot;&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;lt;mx:TextInput id=&amp;quot;perUnitChg&amp;quot; /&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;/mx:FormItem&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;/mx:FormItem&amp;gt; 
&lt;br&gt;&lt;br&gt;&lt;br&gt;This will put &amp;quot;Per&amp;quot; under &amp;quot;Fixed total charge&amp;quot; text input. How can I align
&lt;br&gt;this so that &amp;quot;Per&amp;quot; will be under &amp;quot;Fixed Total Charge&amp;quot; instead of the
&lt;br&gt;textbox?
&lt;br&gt;thanks in advance. 
&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
&lt;br&gt;Want to reach the ColdFusion community with something they want? Let them know on the House of Fusion mailing lists
&lt;br&gt;Archive: &lt;a href=&quot;http://www.houseoffusion.com/groups/flex/message.cfm/messageid:6123&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.houseoffusion.com/groups/flex/message.cfm/messageid:6123&lt;/a&gt;&lt;br&gt;Subscription: &lt;a href=&quot;http://www.houseoffusion.com/groups/flex/subscribe.cfm&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.houseoffusion.com/groups/flex/subscribe.cfm&lt;/a&gt;&lt;br&gt;Unsubscribe: &lt;a href=&quot;http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=17837.14401.37&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=17837.14401.37&lt;/a&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Form-Item-Alignment-Problem-tp25773268p25774189.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-25773268</id>
	<title>Form Item Alignment Problem</title>
	<published>2009-10-06T10:29:45Z</published>
	<updated>2009-10-06T10:29:45Z</updated>
	<author>
		<name>Burak Toker</name>
	</author>
	<content type="html">&lt;br&gt;I have the following:
&lt;br&gt;&lt;br&gt;&amp;nbsp;
&lt;br&gt;&lt;br&gt;&amp;nbsp;
&lt;br&gt;CODE
&lt;br&gt;&amp;lt;mx:FormItem label=&amp;quot;Fixed Total Charge:&amp;quot; &amp;nbsp;width=&amp;quot;100%&amp;quot;&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;lt;mx:TextInput id=&amp;quot;fixedChg&amp;quot; &amp;nbsp;width=&amp;quot;50%&amp;quot; /&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;lt;/mx:FormItem&amp;gt; &amp;nbsp; 
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;mx:FormItem width=&amp;quot;100%&amp;quot; direction=&amp;quot;horizontal&amp;quot; horizontalAlign=&amp;quot;left&amp;quot;&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;mx:FormItem label=&amp;quot;Per&amp;quot;&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;mx:TextInput id=&amp;quot;perUnit&amp;quot; /&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;/mx:FormItem&amp;gt; &amp;nbsp; &amp;nbsp; 
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;mx:FormItem label=&amp;quot;Fixed Per Unit Charge&amp;quot;&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;lt;mx:TextInput id=&amp;quot;perUnitChg&amp;quot; /&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;/mx:FormItem&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;/mx:FormItem&amp;gt; 
&lt;br&gt;&lt;br&gt;&lt;br&gt;This will put &amp;quot;Per&amp;quot; under &amp;quot;Fixed total charge&amp;quot; text input. How can I align this so that &amp;quot;Per&amp;quot; will be under &amp;quot;Fixed Total Charge&amp;quot; instead of the textbox?
&lt;br&gt;thanks in advance. 
&lt;br&gt;&lt;br&gt;~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
&lt;br&gt;Want to reach the ColdFusion community with something they want? Let them know on the House of Fusion mailing lists
&lt;br&gt;Archive: &lt;a href=&quot;http://www.houseoffusion.com/groups/flex/message.cfm/messageid:6122&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.houseoffusion.com/groups/flex/message.cfm/messageid:6122&lt;/a&gt;&lt;br&gt;Subscription: &lt;a href=&quot;http://www.houseoffusion.com/groups/flex/subscribe.cfm&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.houseoffusion.com/groups/flex/subscribe.cfm&lt;/a&gt;&lt;br&gt;Unsubscribe: &lt;a href=&quot;http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=17837.14401.37&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=17837.14401.37&lt;/a&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Form-Item-Alignment-Problem-tp25773268p25773268.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-25301967</id>
	<title>Re: pre-selecting some rows in a DataGrid</title>
	<published>2009-09-04T13:56:34Z</published>
	<updated>2009-09-04T13:56:34Z</updated>
	<author>
		<name>Douglas Knudsen</name>
	</author>
	<content type="html">&lt;br&gt;Checkout selectedItemsCompareFunction, might help you there. &amp;nbsp;Also, in your
&lt;br&gt;attempts, I'd build a array of these selectedItems of your own, then set
&lt;br&gt;selectedItems = yourArray at the end. &amp;nbsp;Each change to selectedItems throws
&lt;br&gt;events.
&lt;br&gt;&lt;br&gt;Look here
&lt;br&gt;&lt;a href=&quot;http://www.remotesynthesis.com/post.cfm/flex-101-setting-the-selected-items-on-a-flex-list-or-grid&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.remotesynthesis.com/post.cfm/flex-101-setting-the-selected-items-on-a-flex-list-or-grid&lt;/a&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;Douglas Knudsen
&lt;br&gt;&lt;a href=&quot;http://www.cubicleman.com&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.cubicleman.com&lt;/a&gt;&lt;br&gt;this is my signature, like it?
&lt;br&gt;&lt;br&gt;&lt;br&gt;On Fri, Sep 4, 2009 at 12:24 PM, Willy Ray &amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=25301967&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;willyray@...&lt;/a&gt;&amp;gt; wrote:
&lt;br&gt;&lt;div class='shrinkable-quote'&gt;&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; Hey All,
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; Here's my current boggle:
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; I have a datagrid on a form that contains all possible selections. &amp;nbsp;Say,
&lt;br&gt;&amp;gt; for
&lt;br&gt;&amp;gt; example, I have a pizza order form, and I have all the possible toppings in
&lt;br&gt;&amp;gt; a datagrid.
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; Now, when the user multi-selects the toppings, and submits the order, I'm
&lt;br&gt;&amp;gt; capturing the data just fine. &amp;nbsp;n number of toppings get inserted into the
&lt;br&gt;&amp;gt; database.
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; When I try to &amp;quot;review&amp;quot; the order, I'm sending down a VO from the server
&lt;br&gt;&amp;gt; that
&lt;br&gt;&amp;gt; contains all the form data, plus an ArrayCollection of topping VOs. &amp;nbsp;I'm
&lt;br&gt;&amp;gt; struggling with selecting the correct toppings in the datagrid.
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; Here's basically what I'm doing...
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; for (var i:int = 0; i&amp;lt;allToppingsData.length; i++) //loop over the array of
&lt;br&gt;&amp;gt; all toppings &amp;nbsp;{
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp;for (var j:int=0; j&amp;lt;inputVO.toppings.length; j++)//loop over the
&lt;br&gt;&amp;gt; toppings in the VO
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp;{
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp;if (allToppings[i].toppingID = inputVO.toppings[j].toppingID)
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp;{//current topping in the VO matches the topping in the all toppings
&lt;br&gt;&amp;gt; list
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp;toppingDataGrid.selectedItems =
&lt;br&gt;&amp;gt; toppingDataGrid.selectedItems.concat(toppingDataGrid.dataprovider[i];
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp;}
&lt;br&gt;&amp;gt; &amp;nbsp;}
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; This, unfortunately, isn't worth the paper it's printed on. &amp;nbsp;Doesn't seem
&lt;br&gt;&amp;gt; to
&lt;br&gt;&amp;gt; work at all. &amp;nbsp;Anybody got any ideas?
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; /w
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; 
&lt;/div&gt;&lt;br&gt;~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
&lt;br&gt;Want to reach the ColdFusion community with something they want? Let them know on the House of Fusion mailing lists
&lt;br&gt;Archive: &lt;a href=&quot;http://www.houseoffusion.com/groups/flex/message.cfm/messageid:6076&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.houseoffusion.com/groups/flex/message.cfm/messageid:6076&lt;/a&gt;&lt;br&gt;Subscription: &lt;a href=&quot;http://www.houseoffusion.com/groups/flex/subscribe.cfm&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.houseoffusion.com/groups/flex/subscribe.cfm&lt;/a&gt;&lt;br&gt;Unsubscribe: &lt;a href=&quot;http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=17837.14401.37&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=17837.14401.37&lt;/a&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/pre-selecting-some-rows-in-a-DataGrid-tp25297520p25301967.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-25297520</id>
	<title>pre-selecting some rows in a DataGrid</title>
	<published>2009-09-04T09:24:17Z</published>
	<updated>2009-09-04T09:24:17Z</updated>
	<author>
		<name>WillyRay</name>
	</author>
	<content type="html">&lt;br&gt;Hey All,
&lt;br&gt;&lt;br&gt;Here's my current boggle:
&lt;br&gt;&lt;br&gt;I have a datagrid on a form that contains all possible selections. &amp;nbsp;Say, for
&lt;br&gt;example, I have a pizza order form, and I have all the possible toppings in
&lt;br&gt;a datagrid.
&lt;br&gt;&lt;br&gt;Now, when the user multi-selects the toppings, and submits the order, I'm
&lt;br&gt;capturing the data just fine. &amp;nbsp;n number of toppings get inserted into the
&lt;br&gt;database.
&lt;br&gt;&lt;br&gt;When I try to &amp;quot;review&amp;quot; the order, I'm sending down a VO from the server that
&lt;br&gt;contains all the form data, plus an ArrayCollection of topping VOs. &amp;nbsp;I'm
&lt;br&gt;struggling with selecting the correct toppings in the datagrid.
&lt;br&gt;&lt;br&gt;Here's basically what I'm doing...
&lt;br&gt;&lt;br&gt;for (var i:int = 0; i&amp;lt;allToppingsData.length; i++) //loop over the array of
&lt;br&gt;all toppings &amp;nbsp;{
&lt;br&gt;&amp;nbsp; &amp;nbsp; for (var j:int=0; j&amp;lt;inputVO.toppings.length; j++)//loop over the
&lt;br&gt;toppings in the VO
&lt;br&gt;&amp;nbsp; &amp;nbsp; {
&lt;br&gt;&amp;nbsp; &amp;nbsp; if (allToppings[i].toppingID = inputVO.toppings[j].toppingID)
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; {//current topping in the VO matches the topping in the all toppings
&lt;br&gt;list
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; toppingDataGrid.selectedItems =
&lt;br&gt;toppingDataGrid.selectedItems.concat(toppingDataGrid.dataprovider[i];
&lt;br&gt;&amp;nbsp; &amp;nbsp; }
&lt;br&gt;&amp;nbsp; }
&lt;br&gt;&lt;br&gt;This, unfortunately, isn't worth the paper it's printed on. &amp;nbsp;Doesn't seem to
&lt;br&gt;work at all. &amp;nbsp;Anybody got any ideas?
&lt;br&gt;&lt;br&gt;/w
&lt;br&gt;&lt;br&gt;&lt;br&gt;~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
&lt;br&gt;Want to reach the ColdFusion community with something they want? Let them know on the House of Fusion mailing lists
&lt;br&gt;Archive: &lt;a href=&quot;http://www.houseoffusion.com/groups/flex/message.cfm/messageid:6075&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.houseoffusion.com/groups/flex/message.cfm/messageid:6075&lt;/a&gt;&lt;br&gt;Subscription: &lt;a href=&quot;http://www.houseoffusion.com/groups/flex/subscribe.cfm&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.houseoffusion.com/groups/flex/subscribe.cfm&lt;/a&gt;&lt;br&gt;Unsubscribe: &lt;a href=&quot;http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=17837.14401.37&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=17837.14401.37&lt;/a&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/pre-selecting-some-rows-in-a-DataGrid-tp25297520p25297520.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-25174541</id>
	<title>Re: Components in tabNavigator not initialized</title>
	<published>2009-08-27T08:30:52Z</published>
	<updated>2009-08-27T08:30:52Z</updated>
	<author>
		<name>WillyRay</name>
	</author>
	<content type="html">&lt;br&gt;&amp;quot;So in your case the form in
&lt;br&gt;tab one would throw a event up to the parent of the Tab Navigator where a
&lt;br&gt;event handler can then set the properties in the secondary tab. &amp;quot;
&lt;br&gt;&lt;br&gt;Yeah... It's hard to know how to simplify an example for posting
&lt;br&gt;sometimes... Tab 1 is dispatching a custom event full of VO. &amp;nbsp;It gets
&lt;br&gt;to the parentApp, where an eventListener has been registered to pass
&lt;br&gt;it to a handler. &amp;nbsp;The handler tries to set the values and properties
&lt;br&gt;on Tab 2, and this is where I was hitting the null pointer exceptions.
&lt;br&gt;&lt;br&gt;&amp;quot;Your approach is basically the same as
&lt;br&gt;creationPolicy=&amp;quot;all&amp;quot;. This maybe ok if 100% of your users will interact
&lt;br&gt;directly with the secondary tabs. &amp;quot;
&lt;br&gt;&lt;br&gt;&amp;quot; It is in
&lt;br&gt;this handler you could use createChildrenFromDescriptors() on the second
&lt;br&gt;tab, then set the properties&amp;quot;
&lt;br&gt;&lt;br&gt;That makes pretty good sense to me, though I am in a position to
&lt;br&gt;guarantee that 100% of the users will run the tabs in question. &amp;nbsp;Your
&lt;br&gt;point is well taken, though. &amp;nbsp;Only bring up the children as they're
&lt;br&gt;needed... put it in a conditional (tab2==null or something?) at the
&lt;br&gt;top of the event handler that handles the assignment from tab 1 to tab
&lt;br&gt;2.
&lt;br&gt;&lt;br&gt;I respectfully retract my earlier assertion that you were only
&lt;br&gt;&amp;quot;partly&amp;quot; right! &amp;nbsp;;)
&lt;br&gt;&lt;br&gt;(8(|) &amp;nbsp;- D'oh!
&lt;br&gt;&lt;br&gt;/w
&lt;br&gt;&lt;br&gt;On Thu, Aug 27, 2009 at 7:21 AM, Douglas
&lt;br&gt;Knudsen&amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=25174541&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;douglasknudsen@...&lt;/a&gt;&amp;gt; wrote:
&lt;div class='shrinkable-quote'&gt;&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; no, I'm quite right :)  I had written 'such as creationComplete', there are
&lt;br&gt;&amp;gt; other useful events available too.  Your approach is basically the same as
&lt;br&gt;&amp;gt; creationPolicy=&amp;quot;all&amp;quot;.  This maybe ok if 100% of your users will interact
&lt;br&gt;&amp;gt; directly with the secondary tabs.
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; &amp;quot; I need the selections on the first component (which is
&lt;br&gt;&amp;gt; created when the tabNavigator is created) to set values into a form on
&lt;br&gt;&amp;gt; the second component.&amp;quot;
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; This is alarming. Your component in Tab one should never reach out to a
&lt;br&gt;&amp;gt; component in Tab two.  Use events to communicate data upwards.  Use
&lt;br&gt;&amp;gt; injection to communicate properties downwards.  So in your case the form in
&lt;br&gt;&amp;gt; tab one would throw a event up to the parent of the Tab Navigator where a
&lt;br&gt;&amp;gt; event handler can then set the properties in the secondary tab.  It is in
&lt;br&gt;&amp;gt; this handler you could use createChildrenFromDescriptors() on the second
&lt;br&gt;&amp;gt; tab, then set the properties.  Or just set the selectedIndex and a anonymous
&lt;br&gt;&amp;gt; function handler on creationComplete to inject the variables. Or heck, use
&lt;br&gt;&amp;gt; binding!  Binding is great in these situations.
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; Jeffry Houser has a nice preso around on Bullet Proofing your components
&lt;br&gt;&amp;gt; that maybe useful here.  I don't have a link handy to the first part of this
&lt;br&gt;&amp;gt; preso though, sorry.
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; DK
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; Douglas Knudsen
&lt;br&gt;&amp;gt; &lt;a href=&quot;http://www.cubicleman.com&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.cubicleman.com&lt;/a&gt;&lt;br&gt;&amp;gt; this is my signature, like it?
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; On Wed, Aug 26, 2009 at 11:40 AM, Willy Ray &amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=25174541&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;willyray@...&lt;/a&gt;&amp;gt; wrote:
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt; Hey DK,
&lt;br&gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt; You're partly right.  In my example, I only had the two tabs, but in
&lt;br&gt;&amp;gt;&amp;gt; my production app, I have many more, and they're all making REST calls
&lt;br&gt;&amp;gt;&amp;gt; periodically once they've been created.  The creationPolicy idea was
&lt;br&gt;&amp;gt;&amp;gt; perfect for my example... but not so good for my production problem.
&lt;br&gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt; creationComplete, however isn't exactly the solution either, in this case.
&lt;br&gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt; I have two UIComponents with lots of children, nested within a
&lt;br&gt;&amp;gt;&amp;gt; tabNavigator.  I need the selections on the first component (which is
&lt;br&gt;&amp;gt;&amp;gt; created when the tabNavigator is created) to set values into a form on
&lt;br&gt;&amp;gt;&amp;gt; the second component.  Unfortunately, it isn't created until its tab
&lt;br&gt;&amp;gt;&amp;gt; is clicked.  So... I could use it's creationComplete to go to the
&lt;br&gt;&amp;gt;&amp;gt; first component, examine it, get the values I need, but then, when the
&lt;br&gt;&amp;gt;&amp;gt; first component changed, I'd still need to have a method to set the
&lt;br&gt;&amp;gt;&amp;gt; new values...
&lt;br&gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt; The solution I've settled on, which I discovered on the same pages as
&lt;br&gt;&amp;gt;&amp;gt; the creationPolicy documentation is the createChildrenFromDescriptors
&lt;br&gt;&amp;gt;&amp;gt; method.  Basically:
&lt;br&gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt; parentApplication.creationComplete(function (){
&lt;br&gt;&amp;gt;&amp;gt;   mySecondComponent.createChildrenFromDescriptors();
&lt;br&gt;&amp;gt;&amp;gt;   anyOthersIReallyNeed.createChildrenFromDescriptors();
&lt;br&gt;&amp;gt;&amp;gt; };
&lt;br&gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt; Does that seem reasonable?
&lt;br&gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt; /willy
&lt;br&gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt; On Wed, Aug 26, 2009 at 9:29 AM, Douglas
&lt;br&gt;&amp;gt;&amp;gt; Knudsen&amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=25174541&amp;i=2&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;douglasknudsen@...&lt;/a&gt;&amp;gt; wrote:
&lt;br&gt;&amp;gt;&amp;gt; &amp;gt;
&lt;br&gt;&amp;gt;&amp;gt; &amp;gt; exactly what you don't need actually. :)  Although that may work for you,
&lt;br&gt;&amp;gt;&amp;gt; &amp;gt; its not a good practice as this turns off the deferred instantiation
&lt;br&gt;&amp;gt;&amp;gt; &amp;gt; inherent to TabNavigator among others components.  This means that all
&lt;br&gt;&amp;gt;&amp;gt; your
&lt;br&gt;&amp;gt;&amp;gt; &amp;gt; tabs are created immediately regardless if they are ever viewed, slowing
&lt;br&gt;&amp;gt;&amp;gt; &amp;gt; startup times.  Better to use other event such as creationComplete, etc.
&lt;br&gt;&amp;gt;&amp;gt; &amp;gt;
&lt;br&gt;&amp;gt;&amp;gt; &amp;gt; DK
&lt;br&gt;&amp;gt;&amp;gt; &amp;gt;
&lt;br&gt;&amp;gt;&amp;gt; &amp;gt; Douglas Knudsen
&lt;br&gt;&amp;gt;&amp;gt; &amp;gt; &lt;a href=&quot;http://www.cubicleman.com&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.cubicleman.com&lt;/a&gt;&lt;br&gt;&amp;gt;&amp;gt; &amp;gt; this is my signature, like it?
&lt;br&gt;&amp;gt;&amp;gt; &amp;gt;
&lt;br&gt;&amp;gt;&amp;gt; &amp;gt;
&lt;br&gt;&amp;gt;&amp;gt; &amp;gt; On Mon, Aug 24, 2009 at 1:30 PM, Willy Ray &amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=25174541&amp;i=3&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;willyray@...&lt;/a&gt;&amp;gt; wrote:
&lt;br&gt;&amp;gt;&amp;gt; &amp;gt;
&lt;br&gt;&amp;gt;&amp;gt; &amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt; &amp;gt;&amp;gt; Oh Yes!  That's EXACTLY what I needed!  Thank you!
&lt;br&gt;&amp;gt;&amp;gt; &amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt; &amp;gt;&amp;gt; /w
&lt;br&gt;&amp;gt;&amp;gt; &amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt; &amp;gt;&amp;gt; On Mon, Aug 24, 2009 at 11:26 AM, &amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=25174541&amp;i=4&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;brad@...&lt;/a&gt;&amp;gt; wrote:
&lt;br&gt;&amp;gt;&amp;gt; &amp;gt;&amp;gt; &amp;gt;
&lt;br&gt;&amp;gt;&amp;gt; &amp;gt;&amp;gt; &amp;gt; If I'm following you, I think you need to look into the creationPolity
&lt;br&gt;&amp;gt;&amp;gt; &amp;gt;&amp;gt; &amp;gt; property.
&lt;br&gt;&amp;gt;&amp;gt; &amp;gt;&amp;gt; &amp;gt;
&lt;br&gt;&amp;gt;&amp;gt; &amp;gt;&amp;gt; &amp;gt;
&lt;br&gt;&amp;gt;&amp;gt; &amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt; &lt;a href=&quot;http://livedocs.adobe.com/flex/3/html/help.html?content=layoutperformance_05.html&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://livedocs.adobe.com/flex/3/html/help.html?content=layoutperformance_05.html&lt;/a&gt;&lt;br&gt;&amp;gt;&amp;gt; &amp;gt;&amp;gt; &amp;gt;
&lt;br&gt;&amp;gt;&amp;gt; &amp;gt;&amp;gt; &amp;gt; ~Brad
&lt;br&gt;&amp;gt;&amp;gt; &amp;gt;&amp;gt; &amp;gt;
&lt;br&gt;&amp;gt;&amp;gt; &amp;gt;&amp;gt; &amp;gt; -------- Original Message --------
&lt;br&gt;&amp;gt;&amp;gt; &amp;gt;&amp;gt; &amp;gt;  Subject: Components in tabNavigator not initialized
&lt;br&gt;&amp;gt;&amp;gt; &amp;gt;&amp;gt; &amp;gt;  From: Willy Ray &amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=25174541&amp;i=5&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;willyray@...&lt;/a&gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt; &amp;gt;&amp;gt; &amp;gt;  Date: Mon, August 24, 2009 11:58 am
&lt;br&gt;&amp;gt;&amp;gt; &amp;gt;&amp;gt; &amp;gt;  To: flex &amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=25174541&amp;i=6&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;flex@...&lt;/a&gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt; &amp;gt;&amp;gt; &amp;gt;
&lt;br&gt;&amp;gt;&amp;gt; &amp;gt;&amp;gt; &amp;gt;
&lt;br&gt;&amp;gt;&amp;gt; &amp;gt;&amp;gt; &amp;gt;  Hey guys,
&lt;br&gt;&amp;gt;&amp;gt; &amp;gt;&amp;gt; &amp;gt;
&lt;br&gt;&amp;gt;&amp;gt; &amp;gt;&amp;gt; &amp;gt;  Here's the issue:
&lt;br&gt;&amp;gt;&amp;gt; &amp;gt;&amp;gt; &amp;gt;
&lt;br&gt;&amp;gt;&amp;gt; &amp;gt;&amp;gt; &amp;gt;  I have a tabNavigator that basically looks like this:
&lt;br&gt;&amp;gt;&amp;gt; &amp;gt;&amp;gt; &amp;gt;
&lt;br&gt;&amp;gt;&amp;gt; &amp;gt;&amp;gt; &amp;gt;  My problem is that I need all the components in all the tabs to be
&lt;br&gt;&amp;gt;&amp;gt; not
&lt;br&gt;&amp;gt;&amp;gt; &amp;gt;&amp;gt; &amp;gt; null from the very beginning. I need, for example, to be able to set
&lt;br&gt;&amp;gt;&amp;gt; &amp;gt;&amp;gt; &amp;gt; details.addEventListener() in the creationComplete function of the
&lt;br&gt;&amp;gt;&amp;gt; &amp;gt;&amp;gt; &amp;gt; application... but details is NULL until it's been clicked on.
&lt;br&gt;&amp;gt;&amp;gt; &amp;gt;&amp;gt; &amp;gt;
&lt;br&gt;&amp;gt;&amp;gt; &amp;gt;&amp;gt; &amp;gt;  One way might be to refactor the creation of everything here into
&lt;br&gt;&amp;gt;&amp;gt; &amp;gt;&amp;gt; &amp;gt; actionscript, but it would be a long and tedious refactoring, and I
&lt;br&gt;&amp;gt;&amp;gt; &amp;gt;&amp;gt; &amp;gt; don't have the time. Thoughts?
&lt;br&gt;&amp;gt;&amp;gt; &amp;gt;&amp;gt; &amp;gt;
&lt;br&gt;&amp;gt;&amp;gt; &amp;gt;&amp;gt; &amp;gt;
&lt;br&gt;&amp;gt;&amp;gt; &amp;gt;&amp;gt; &amp;gt;
&lt;br&gt;&amp;gt;&amp;gt; &amp;gt;&amp;gt; &amp;gt;
&lt;br&gt;&amp;gt;&amp;gt; &amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt; &amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt; &amp;gt;
&lt;br&gt;&amp;gt;&amp;gt; &amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; 
&lt;/div&gt;&lt;br&gt;~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
&lt;br&gt;Want to reach the ColdFusion community with something they want? Let them know on the House of Fusion mailing lists
&lt;br&gt;Archive: &lt;a href=&quot;http://www.houseoffusion.com/groups/flex/message.cfm/messageid:6061&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.houseoffusion.com/groups/flex/message.cfm/messageid:6061&lt;/a&gt;&lt;br&gt;Subscription: &lt;a href=&quot;http://www.houseoffusion.com/groups/flex/subscribe.cfm&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.houseoffusion.com/groups/flex/subscribe.cfm&lt;/a&gt;&lt;br&gt;Unsubscribe: &lt;a href=&quot;http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=17837.14401.37&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=17837.14401.37&lt;/a&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Components-in-tabNavigator-not-initialized-tp25119743p25174541.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-25172392</id>
	<title>Re: Components in tabNavigator not initialized</title>
	<published>2009-08-27T06:21:37Z</published>
	<updated>2009-08-27T06:21:37Z</updated>
	<author>
		<name>Douglas Knudsen</name>
	</author>
	<content type="html">&lt;br&gt;no, I'm quite right :) &amp;nbsp;I had written 'such as creationComplete', there are
&lt;br&gt;other useful events available too. &amp;nbsp;Your approach is basically the same as
&lt;br&gt;creationPolicy=&amp;quot;all&amp;quot;. &amp;nbsp;This maybe ok if 100% of your users will interact
&lt;br&gt;directly with the secondary tabs.
&lt;br&gt;&lt;br&gt;&amp;quot; I need the selections on the first component (which is
&lt;br&gt;created when the tabNavigator is created) to set values into a form on
&lt;br&gt;the second component.&amp;quot;
&lt;br&gt;&lt;br&gt;This is alarming. Your component in Tab one should never reach out to a
&lt;br&gt;component in Tab two. &amp;nbsp;Use events to communicate data upwards. &amp;nbsp;Use
&lt;br&gt;injection to communicate properties downwards. &amp;nbsp;So in your case the form in
&lt;br&gt;tab one would throw a event up to the parent of the Tab Navigator where a
&lt;br&gt;event handler can then set the properties in the secondary tab. &amp;nbsp;It is in
&lt;br&gt;this handler you could use createChildrenFromDescriptors() on the second
&lt;br&gt;tab, then set the properties. &amp;nbsp;Or just set the selectedIndex and a anonymous
&lt;br&gt;function handler on creationComplete to inject the variables. Or heck, use
&lt;br&gt;binding! &amp;nbsp;Binding is great in these situations.
&lt;br&gt;&lt;br&gt;Jeffry Houser has a nice preso around on Bullet Proofing your components
&lt;br&gt;that maybe useful here. &amp;nbsp;I don't have a link handy to the first part of this
&lt;br&gt;preso though, sorry.
&lt;br&gt;&lt;br&gt;DK
&lt;br&gt;&lt;br&gt;Douglas Knudsen
&lt;br&gt;&lt;a href=&quot;http://www.cubicleman.com&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.cubicleman.com&lt;/a&gt;&lt;br&gt;this is my signature, like it?
&lt;br&gt;&lt;br&gt;&lt;br&gt;On Wed, Aug 26, 2009 at 11:40 AM, Willy Ray &amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=25172392&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;willyray@...&lt;/a&gt;&amp;gt; wrote:
&lt;br&gt;&lt;div class='shrinkable-quote'&gt;&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; Hey DK,
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; You're partly right. &amp;nbsp;In my example, I only had the two tabs, but in
&lt;br&gt;&amp;gt; my production app, I have many more, and they're all making REST calls
&lt;br&gt;&amp;gt; periodically once they've been created. &amp;nbsp;The creationPolicy idea was
&lt;br&gt;&amp;gt; perfect for my example... but not so good for my production problem.
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; creationComplete, however isn't exactly the solution either, in this case.
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; I have two UIComponents with lots of children, nested within a
&lt;br&gt;&amp;gt; tabNavigator. &amp;nbsp;I need the selections on the first component (which is
&lt;br&gt;&amp;gt; created when the tabNavigator is created) to set values into a form on
&lt;br&gt;&amp;gt; the second component. &amp;nbsp;Unfortunately, it isn't created until its tab
&lt;br&gt;&amp;gt; is clicked. &amp;nbsp;So... I could use it's creationComplete to go to the
&lt;br&gt;&amp;gt; first component, examine it, get the values I need, but then, when the
&lt;br&gt;&amp;gt; first component changed, I'd still need to have a method to set the
&lt;br&gt;&amp;gt; new values...
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; The solution I've settled on, which I discovered on the same pages as
&lt;br&gt;&amp;gt; the creationPolicy documentation is the createChildrenFromDescriptors
&lt;br&gt;&amp;gt; method. &amp;nbsp;Basically:
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; parentApplication.creationComplete(function (){
&lt;br&gt;&amp;gt; &amp;nbsp; mySecondComponent.createChildrenFromDescriptors();
&lt;br&gt;&amp;gt; &amp;nbsp; anyOthersIReallyNeed.createChildrenFromDescriptors();
&lt;br&gt;&amp;gt; };
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; Does that seem reasonable?
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; /willy
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; On Wed, Aug 26, 2009 at 9:29 AM, Douglas
&lt;br&gt;&amp;gt; Knudsen&amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=25172392&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;douglasknudsen@...&lt;/a&gt;&amp;gt; wrote:
&lt;br&gt;&amp;gt; &amp;gt;
&lt;br&gt;&amp;gt; &amp;gt; exactly what you don't need actually. :) &amp;nbsp;Although that may work for you,
&lt;br&gt;&amp;gt; &amp;gt; its not a good practice as this turns off the deferred instantiation
&lt;br&gt;&amp;gt; &amp;gt; inherent to TabNavigator among others components. &amp;nbsp;This means that all
&lt;br&gt;&amp;gt; your
&lt;br&gt;&amp;gt; &amp;gt; tabs are created immediately regardless if they are ever viewed, slowing
&lt;br&gt;&amp;gt; &amp;gt; startup times. &amp;nbsp;Better to use other event such as creationComplete, etc.
&lt;br&gt;&amp;gt; &amp;gt;
&lt;br&gt;&amp;gt; &amp;gt; DK
&lt;br&gt;&amp;gt; &amp;gt;
&lt;br&gt;&amp;gt; &amp;gt; Douglas Knudsen
&lt;br&gt;&amp;gt; &amp;gt; &lt;a href=&quot;http://www.cubicleman.com&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.cubicleman.com&lt;/a&gt;&lt;br&gt;&amp;gt; &amp;gt; this is my signature, like it?
&lt;br&gt;&amp;gt; &amp;gt;
&lt;br&gt;&amp;gt; &amp;gt;
&lt;br&gt;&amp;gt; &amp;gt; On Mon, Aug 24, 2009 at 1:30 PM, Willy Ray &amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=25172392&amp;i=2&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;willyray@...&lt;/a&gt;&amp;gt; wrote:
&lt;br&gt;&amp;gt; &amp;gt;
&lt;br&gt;&amp;gt; &amp;gt;&amp;gt;
&lt;br&gt;&amp;gt; &amp;gt;&amp;gt; Oh Yes! &amp;nbsp;That's EXACTLY what I needed! &amp;nbsp;Thank you!
&lt;br&gt;&amp;gt; &amp;gt;&amp;gt;
&lt;br&gt;&amp;gt; &amp;gt;&amp;gt; /w
&lt;br&gt;&amp;gt; &amp;gt;&amp;gt;
&lt;br&gt;&amp;gt; &amp;gt;&amp;gt; On Mon, Aug 24, 2009 at 11:26 AM, &amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=25172392&amp;i=3&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;brad@...&lt;/a&gt;&amp;gt; wrote:
&lt;br&gt;&amp;gt; &amp;gt;&amp;gt; &amp;gt;
&lt;br&gt;&amp;gt; &amp;gt;&amp;gt; &amp;gt; If I'm following you, I think you need to look into the creationPolity
&lt;br&gt;&amp;gt; &amp;gt;&amp;gt; &amp;gt; property.
&lt;br&gt;&amp;gt; &amp;gt;&amp;gt; &amp;gt;
&lt;br&gt;&amp;gt; &amp;gt;&amp;gt; &amp;gt;
&lt;br&gt;&amp;gt; &amp;gt;&amp;gt;
&lt;br&gt;&amp;gt; &lt;a href=&quot;http://livedocs.adobe.com/flex/3/html/help.html?content=layoutperformance_05.html&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://livedocs.adobe.com/flex/3/html/help.html?content=layoutperformance_05.html&lt;/a&gt;&lt;br&gt;&amp;gt; &amp;gt;&amp;gt; &amp;gt;
&lt;br&gt;&amp;gt; &amp;gt;&amp;gt; &amp;gt; ~Brad
&lt;br&gt;&amp;gt; &amp;gt;&amp;gt; &amp;gt;
&lt;br&gt;&amp;gt; &amp;gt;&amp;gt; &amp;gt; -------- Original Message --------
&lt;br&gt;&amp;gt; &amp;gt;&amp;gt; &amp;gt; &amp;nbsp;Subject: Components in tabNavigator not initialized
&lt;br&gt;&amp;gt; &amp;gt;&amp;gt; &amp;gt; &amp;nbsp;From: Willy Ray &amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=25172392&amp;i=4&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;willyray@...&lt;/a&gt;&amp;gt;
&lt;br&gt;&amp;gt; &amp;gt;&amp;gt; &amp;gt; &amp;nbsp;Date: Mon, August 24, 2009 11:58 am
&lt;br&gt;&amp;gt; &amp;gt;&amp;gt; &amp;gt; &amp;nbsp;To: flex &amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=25172392&amp;i=5&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;flex@...&lt;/a&gt;&amp;gt;
&lt;br&gt;&amp;gt; &amp;gt;&amp;gt; &amp;gt;
&lt;br&gt;&amp;gt; &amp;gt;&amp;gt; &amp;gt;
&lt;br&gt;&amp;gt; &amp;gt;&amp;gt; &amp;gt; &amp;nbsp;Hey guys,
&lt;br&gt;&amp;gt; &amp;gt;&amp;gt; &amp;gt;
&lt;br&gt;&amp;gt; &amp;gt;&amp;gt; &amp;gt; &amp;nbsp;Here's the issue:
&lt;br&gt;&amp;gt; &amp;gt;&amp;gt; &amp;gt;
&lt;br&gt;&amp;gt; &amp;gt;&amp;gt; &amp;gt; &amp;nbsp;I have a tabNavigator that basically looks like this:
&lt;br&gt;&amp;gt; &amp;gt;&amp;gt; &amp;gt;
&lt;br&gt;&amp;gt; &amp;gt;&amp;gt; &amp;gt; &amp;nbsp;My problem is that I need all the components in all the tabs to be
&lt;br&gt;&amp;gt; not
&lt;br&gt;&amp;gt; &amp;gt;&amp;gt; &amp;gt; null from the very beginning. I need, for example, to be able to set
&lt;br&gt;&amp;gt; &amp;gt;&amp;gt; &amp;gt; details.addEventListener() in the creationComplete function of the
&lt;br&gt;&amp;gt; &amp;gt;&amp;gt; &amp;gt; application... but details is NULL until it's been clicked on.
&lt;br&gt;&amp;gt; &amp;gt;&amp;gt; &amp;gt;
&lt;br&gt;&amp;gt; &amp;gt;&amp;gt; &amp;gt; &amp;nbsp;One way might be to refactor the creation of everything here into
&lt;br&gt;&amp;gt; &amp;gt;&amp;gt; &amp;gt; actionscript, but it would be a long and tedious refactoring, and I
&lt;br&gt;&amp;gt; &amp;gt;&amp;gt; &amp;gt; don't have the time. Thoughts?
&lt;br&gt;&amp;gt; &amp;gt;&amp;gt; &amp;gt;
&lt;br&gt;&amp;gt; &amp;gt;&amp;gt; &amp;gt;
&lt;br&gt;&amp;gt; &amp;gt;&amp;gt; &amp;gt;
&lt;br&gt;&amp;gt; &amp;gt;&amp;gt; &amp;gt;
&lt;br&gt;&amp;gt; &amp;gt;&amp;gt;
&lt;br&gt;&amp;gt; &amp;gt;&amp;gt;
&lt;br&gt;&amp;gt; &amp;gt;
&lt;br&gt;&amp;gt; &amp;gt;
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; 
&lt;/div&gt;&lt;br&gt;~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
&lt;br&gt;Want to reach the ColdFusion community with something they want? Let them know on the House of Fusion mailing lists
&lt;br&gt;Archive: &lt;a href=&quot;http://www.houseoffusion.com/groups/flex/message.cfm/messageid:6056&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.houseoffusion.com/groups/flex/message.cfm/messageid:6056&lt;/a&gt;&lt;br&gt;Subscription: &lt;a href=&quot;http://www.houseoffusion.com/groups/flex/subscribe.cfm&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.houseoffusion.com/groups/flex/subscribe.cfm&lt;/a&gt;&lt;br&gt;Unsubscribe: &lt;a href=&quot;http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=17837.14401.37&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=17837.14401.37&lt;/a&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Components-in-tabNavigator-not-initialized-tp25119743p25172392.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-25155751</id>
	<title>Re: Components in tabNavigator not initialized</title>
	<published>2009-08-26T08:40:02Z</published>
	<updated>2009-08-26T08:40:02Z</updated>
	<author>
		<name>WillyRay</name>
	</author>
	<content type="html">&lt;br&gt;Hey DK,
&lt;br&gt;&lt;br&gt;You're partly right. &amp;nbsp;In my example, I only had the two tabs, but in
&lt;br&gt;my production app, I have many more, and they're all making REST calls
&lt;br&gt;periodically once they've been created. &amp;nbsp;The creationPolicy idea was
&lt;br&gt;perfect for my example... but not so good for my production problem.
&lt;br&gt;&lt;br&gt;creationComplete, however isn't exactly the solution either, in this case.
&lt;br&gt;&lt;br&gt;I have two UIComponents with lots of children, nested within a
&lt;br&gt;tabNavigator. &amp;nbsp;I need the selections on the first component (which is
&lt;br&gt;created when the tabNavigator is created) to set values into a form on
&lt;br&gt;the second component. &amp;nbsp;Unfortunately, it isn't created until its tab
&lt;br&gt;is clicked. &amp;nbsp;So... I could use it's creationComplete to go to the
&lt;br&gt;first component, examine it, get the values I need, but then, when the
&lt;br&gt;first component changed, I'd still need to have a method to set the
&lt;br&gt;new values...
&lt;br&gt;&lt;br&gt;The solution I've settled on, which I discovered on the same pages as
&lt;br&gt;the creationPolicy documentation is the createChildrenFromDescriptors
&lt;br&gt;method. &amp;nbsp;Basically:
&lt;br&gt;&lt;br&gt;parentApplication.creationComplete(function (){
&lt;br&gt;&amp;nbsp; &amp;nbsp;mySecondComponent.createChildrenFromDescriptors();
&lt;br&gt;&amp;nbsp; &amp;nbsp;anyOthersIReallyNeed.createChildrenFromDescriptors();
&lt;br&gt;};
&lt;br&gt;&lt;br&gt;Does that seem reasonable?
&lt;br&gt;&lt;br&gt;/willy
&lt;br&gt;&lt;br&gt;&lt;br&gt;On Wed, Aug 26, 2009 at 9:29 AM, Douglas
&lt;br&gt;Knudsen&amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=25155751&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;douglasknudsen@...&lt;/a&gt;&amp;gt; wrote:
&lt;div class='shrinkable-quote'&gt;&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; exactly what you don't need actually. :)  Although that may work for you,
&lt;br&gt;&amp;gt; its not a good practice as this turns off the deferred instantiation
&lt;br&gt;&amp;gt; inherent to TabNavigator among others components.  This means that all your
&lt;br&gt;&amp;gt; tabs are created immediately regardless if they are ever viewed, slowing
&lt;br&gt;&amp;gt; startup times.  Better to use other event such as creationComplete, etc.
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; DK
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; Douglas Knudsen
&lt;br&gt;&amp;gt; &lt;a href=&quot;http://www.cubicleman.com&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.cubicleman.com&lt;/a&gt;&lt;br&gt;&amp;gt; this is my signature, like it?
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; On Mon, Aug 24, 2009 at 1:30 PM, Willy Ray &amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=25155751&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;willyray@...&lt;/a&gt;&amp;gt; wrote:
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt; Oh Yes!  That's EXACTLY what I needed!  Thank you!
&lt;br&gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt; /w
&lt;br&gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt; On Mon, Aug 24, 2009 at 11:26 AM, &amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=25155751&amp;i=2&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;brad@...&lt;/a&gt;&amp;gt; wrote:
&lt;br&gt;&amp;gt;&amp;gt; &amp;gt;
&lt;br&gt;&amp;gt;&amp;gt; &amp;gt; If I'm following you, I think you need to look into the creationPolity
&lt;br&gt;&amp;gt;&amp;gt; &amp;gt; property.
&lt;br&gt;&amp;gt;&amp;gt; &amp;gt;
&lt;br&gt;&amp;gt;&amp;gt; &amp;gt;
&lt;br&gt;&amp;gt;&amp;gt; &lt;a href=&quot;http://livedocs.adobe.com/flex/3/html/help.html?content=layoutperformance_05.html&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://livedocs.adobe.com/flex/3/html/help.html?content=layoutperformance_05.html&lt;/a&gt;&lt;br&gt;&amp;gt;&amp;gt; &amp;gt;
&lt;br&gt;&amp;gt;&amp;gt; &amp;gt; ~Brad
&lt;br&gt;&amp;gt;&amp;gt; &amp;gt;
&lt;br&gt;&amp;gt;&amp;gt; &amp;gt; -------- Original Message --------
&lt;br&gt;&amp;gt;&amp;gt; &amp;gt;  Subject: Components in tabNavigator not initialized
&lt;br&gt;&amp;gt;&amp;gt; &amp;gt;  From: Willy Ray &amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=25155751&amp;i=3&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;willyray@...&lt;/a&gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt; &amp;gt;  Date: Mon, August 24, 2009 11:58 am
&lt;br&gt;&amp;gt;&amp;gt; &amp;gt;  To: flex &amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=25155751&amp;i=4&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;flex@...&lt;/a&gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt; &amp;gt;
&lt;br&gt;&amp;gt;&amp;gt; &amp;gt;
&lt;br&gt;&amp;gt;&amp;gt; &amp;gt;  Hey guys,
&lt;br&gt;&amp;gt;&amp;gt; &amp;gt;
&lt;br&gt;&amp;gt;&amp;gt; &amp;gt;  Here's the issue:
&lt;br&gt;&amp;gt;&amp;gt; &amp;gt;
&lt;br&gt;&amp;gt;&amp;gt; &amp;gt;  I have a tabNavigator that basically looks like this:
&lt;br&gt;&amp;gt;&amp;gt; &amp;gt;
&lt;br&gt;&amp;gt;&amp;gt; &amp;gt;  My problem is that I need all the components in all the tabs to be not
&lt;br&gt;&amp;gt;&amp;gt; &amp;gt; null from the very beginning. I need, for example, to be able to set
&lt;br&gt;&amp;gt;&amp;gt; &amp;gt; details.addEventListener() in the creationComplete function of the
&lt;br&gt;&amp;gt;&amp;gt; &amp;gt; application... but details is NULL until it's been clicked on.
&lt;br&gt;&amp;gt;&amp;gt; &amp;gt;
&lt;br&gt;&amp;gt;&amp;gt; &amp;gt;  One way might be to refactor the creation of everything here into
&lt;br&gt;&amp;gt;&amp;gt; &amp;gt; actionscript, but it would be a long and tedious refactoring, and I
&lt;br&gt;&amp;gt;&amp;gt; &amp;gt; don't have the time. Thoughts?
&lt;br&gt;&amp;gt;&amp;gt; &amp;gt;
&lt;br&gt;&amp;gt;&amp;gt; &amp;gt;
&lt;br&gt;&amp;gt;&amp;gt; &amp;gt;
&lt;br&gt;&amp;gt;&amp;gt; &amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; 
&lt;/div&gt;&lt;br&gt;~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
&lt;br&gt;Want to reach the ColdFusion community with something they want? Let them know on the House of Fusion mailing lists
&lt;br&gt;Archive: &lt;a href=&quot;http://www.houseoffusion.com/groups/flex/message.cfm/messageid:6054&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.houseoffusion.com/groups/flex/message.cfm/messageid:6054&lt;/a&gt;&lt;br&gt;Subscription: &lt;a href=&quot;http://www.houseoffusion.com/groups/flex/subscribe.cfm&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.houseoffusion.com/groups/flex/subscribe.cfm&lt;/a&gt;&lt;br&gt;Unsubscribe: &lt;a href=&quot;http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=17837.14401.37&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=17837.14401.37&lt;/a&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Components-in-tabNavigator-not-initialized-tp25119743p25155751.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-25155533</id>
	<title>Re: Components in tabNavigator not initialized</title>
	<published>2009-08-26T08:29:17Z</published>
	<updated>2009-08-26T08:29:17Z</updated>
	<author>
		<name>Douglas Knudsen</name>
	</author>
	<content type="html">&lt;br&gt;exactly what you don't need actually. :) &amp;nbsp;Although that may work for you,
&lt;br&gt;its not a good practice as this turns off the deferred instantiation
&lt;br&gt;inherent to TabNavigator among others components. &amp;nbsp;This means that all your
&lt;br&gt;tabs are created immediately regardless if they are ever viewed, slowing
&lt;br&gt;startup times. &amp;nbsp;Better to use other event such as creationComplete, etc.
&lt;br&gt;&lt;br&gt;DK
&lt;br&gt;&lt;br&gt;Douglas Knudsen
&lt;br&gt;&lt;a href=&quot;http://www.cubicleman.com&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.cubicleman.com&lt;/a&gt;&lt;br&gt;this is my signature, like it?
&lt;br&gt;&lt;br&gt;&lt;br&gt;On Mon, Aug 24, 2009 at 1:30 PM, Willy Ray &amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=25155533&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;willyray@...&lt;/a&gt;&amp;gt; wrote:
&lt;br&gt;&lt;div class='shrinkable-quote'&gt;&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; Oh Yes! &amp;nbsp;That's EXACTLY what I needed! &amp;nbsp;Thank you!
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; /w
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; On Mon, Aug 24, 2009 at 11:26 AM, &amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=25155533&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;brad@...&lt;/a&gt;&amp;gt; wrote:
&lt;br&gt;&amp;gt; &amp;gt;
&lt;br&gt;&amp;gt; &amp;gt; If I'm following you, I think you need to look into the creationPolity
&lt;br&gt;&amp;gt; &amp;gt; property.
&lt;br&gt;&amp;gt; &amp;gt;
&lt;br&gt;&amp;gt; &amp;gt;
&lt;br&gt;&amp;gt; &lt;a href=&quot;http://livedocs.adobe.com/flex/3/html/help.html?content=layoutperformance_05.html&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://livedocs.adobe.com/flex/3/html/help.html?content=layoutperformance_05.html&lt;/a&gt;&lt;br&gt;&amp;gt; &amp;gt;
&lt;br&gt;&amp;gt; &amp;gt; ~Brad
&lt;br&gt;&amp;gt; &amp;gt;
&lt;br&gt;&amp;gt; &amp;gt; -------- Original Message --------
&lt;br&gt;&amp;gt; &amp;gt; &amp;nbsp;Subject: Components in tabNavigator not initialized
&lt;br&gt;&amp;gt; &amp;gt; &amp;nbsp;From: Willy Ray &amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=25155533&amp;i=2&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;willyray@...&lt;/a&gt;&amp;gt;
&lt;br&gt;&amp;gt; &amp;gt; &amp;nbsp;Date: Mon, August 24, 2009 11:58 am
&lt;br&gt;&amp;gt; &amp;gt; &amp;nbsp;To: flex &amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=25155533&amp;i=3&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;flex@...&lt;/a&gt;&amp;gt;
&lt;br&gt;&amp;gt; &amp;gt;
&lt;br&gt;&amp;gt; &amp;gt;
&lt;br&gt;&amp;gt; &amp;gt; &amp;nbsp;Hey guys,
&lt;br&gt;&amp;gt; &amp;gt;
&lt;br&gt;&amp;gt; &amp;gt; &amp;nbsp;Here's the issue:
&lt;br&gt;&amp;gt; &amp;gt;
&lt;br&gt;&amp;gt; &amp;gt; &amp;nbsp;I have a tabNavigator that basically looks like this:
&lt;br&gt;&amp;gt; &amp;gt;
&lt;br&gt;&amp;gt; &amp;gt; &amp;nbsp;My problem is that I need all the components in all the tabs to be not
&lt;br&gt;&amp;gt; &amp;gt; null from the very beginning. I need, for example, to be able to set
&lt;br&gt;&amp;gt; &amp;gt; details.addEventListener() in the creationComplete function of the
&lt;br&gt;&amp;gt; &amp;gt; application... but details is NULL until it's been clicked on.
&lt;br&gt;&amp;gt; &amp;gt;
&lt;br&gt;&amp;gt; &amp;gt; &amp;nbsp;One way might be to refactor the creation of everything here into
&lt;br&gt;&amp;gt; &amp;gt; actionscript, but it would be a long and tedious refactoring, and I
&lt;br&gt;&amp;gt; &amp;gt; don't have the time. Thoughts?
&lt;br&gt;&amp;gt; &amp;gt;
&lt;br&gt;&amp;gt; &amp;gt;
&lt;br&gt;&amp;gt; &amp;gt;
&lt;br&gt;&amp;gt; &amp;gt;
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; 
&lt;/div&gt;&lt;br&gt;~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
&lt;br&gt;Want to reach the ColdFusion community with something they want? Let them know on the House of Fusion mailing lists
&lt;br&gt;Archive: &lt;a href=&quot;http://www.houseoffusion.com/groups/flex/message.cfm/messageid:6053&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.houseoffusion.com/groups/flex/message.cfm/messageid:6053&lt;/a&gt;&lt;br&gt;Subscription: &lt;a href=&quot;http://www.houseoffusion.com/groups/flex/subscribe.cfm&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.houseoffusion.com/groups/flex/subscribe.cfm&lt;/a&gt;&lt;br&gt;Unsubscribe: &lt;a href=&quot;http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=17837.14401.37&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=17837.14401.37&lt;/a&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Components-in-tabNavigator-not-initialized-tp25119743p25155533.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-25120187</id>
	<title>Re: Components in tabNavigator not initialized</title>
	<published>2009-08-24T10:30:23Z</published>
	<updated>2009-08-24T10:30:23Z</updated>
	<author>
		<name>WillyRay</name>
	</author>
	<content type="html">&lt;br&gt;Oh Yes! &amp;nbsp;That's EXACTLY what I needed! &amp;nbsp;Thank you!
&lt;br&gt;&lt;br&gt;/w
&lt;br&gt;&lt;br&gt;On Mon, Aug 24, 2009 at 11:26 AM, &amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=25120187&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;brad@...&lt;/a&gt;&amp;gt; wrote:
&lt;div class='shrinkable-quote'&gt;&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; If I'm following you, I think you need to look into the creationPolity
&lt;br&gt;&amp;gt; property.
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; &lt;a href=&quot;http://livedocs.adobe.com/flex/3/html/help.html?content=layoutperformance_05.html&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://livedocs.adobe.com/flex/3/html/help.html?content=layoutperformance_05.html&lt;/a&gt;&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; ~Brad
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; -------- Original Message --------
&lt;br&gt;&amp;gt;  Subject: Components in tabNavigator not initialized
&lt;br&gt;&amp;gt;  From: Willy Ray &amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=25120187&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;willyray@...&lt;/a&gt;&amp;gt;
&lt;br&gt;&amp;gt;  Date: Mon, August 24, 2009 11:58 am
&lt;br&gt;&amp;gt;  To: flex &amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=25120187&amp;i=2&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;flex@...&lt;/a&gt;&amp;gt;
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt;  Hey guys,
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt;  Here's the issue:
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt;  I have a tabNavigator that basically looks like this:
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt;  My problem is that I need all the components in all the tabs to be not
&lt;br&gt;&amp;gt; null from the very beginning. I need, for example, to be able to set
&lt;br&gt;&amp;gt; details.addEventListener() in the creationComplete function of the
&lt;br&gt;&amp;gt; application... but details is NULL until it's been clicked on.
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt;  One way might be to refactor the creation of everything here into
&lt;br&gt;&amp;gt; actionscript, but it would be a long and tedious refactoring, and I
&lt;br&gt;&amp;gt; don't have the time. Thoughts?
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; 
&lt;/div&gt;&lt;br&gt;~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
&lt;br&gt;Want to reach the ColdFusion community with something they want? Let them know on the House of Fusion mailing lists
&lt;br&gt;Archive: &lt;a href=&quot;http://www.houseoffusion.com/groups/flex/message.cfm/messageid:6042&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.houseoffusion.com/groups/flex/message.cfm/messageid:6042&lt;/a&gt;&lt;br&gt;Subscription: &lt;a href=&quot;http://www.houseoffusion.com/groups/flex/subscribe.cfm&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.houseoffusion.com/groups/flex/subscribe.cfm&lt;/a&gt;&lt;br&gt;Unsubscribe: &lt;a href=&quot;http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=17837.14401.37&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=17837.14401.37&lt;/a&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Components-in-tabNavigator-not-initialized-tp25119743p25120187.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-25120128</id>
	<title>RE: Components in tabNavigator not initialized</title>
	<published>2009-08-24T10:26:03Z</published>
	<updated>2009-08-24T10:26:03Z</updated>
	<author>
		<name>Brad Wood-3</name>
	</author>
	<content type="html">&lt;br&gt;If I'm following you, I think you need to look into the creationPolity
&lt;br&gt;property.
&lt;br&gt;&lt;br&gt;&lt;a href=&quot;http://livedocs.adobe.com/flex/3/html/help.html?content=layoutperformance_05.html&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://livedocs.adobe.com/flex/3/html/help.html?content=layoutperformance_05.html&lt;/a&gt;&lt;br&gt;&lt;br&gt;~Brad
&lt;br&gt;&lt;br&gt;-------- Original Message --------
&lt;br&gt;&amp;nbsp;Subject: Components in tabNavigator not initialized
&lt;br&gt;&amp;nbsp;From: Willy Ray &amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=25120128&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;willyray@...&lt;/a&gt;&amp;gt;
&lt;br&gt;&amp;nbsp;Date: Mon, August 24, 2009 11:58 am
&lt;br&gt;&amp;nbsp;To: flex &amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=25120128&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;flex@...&lt;/a&gt;&amp;gt;
&lt;br&gt;&amp;nbsp;
&lt;br&gt;&amp;nbsp;
&lt;br&gt;&amp;nbsp;Hey guys,
&lt;br&gt;&amp;nbsp;
&lt;br&gt;&amp;nbsp;Here's the issue:
&lt;br&gt;&amp;nbsp;
&lt;br&gt;&amp;nbsp;I have a tabNavigator that basically looks like this:
&lt;br&gt;&amp;nbsp;
&lt;br&gt;&amp;nbsp;My problem is that I need all the components in all the tabs to be not
&lt;br&gt;null from the very beginning. I need, for example, to be able to set
&lt;br&gt;details.addEventListener() in the creationComplete function of the
&lt;br&gt;application... but details is NULL until it's been clicked on. 
&lt;br&gt;&amp;nbsp;
&lt;br&gt;&amp;nbsp;One way might be to refactor the creation of everything here into
&lt;br&gt;actionscript, but it would be a long and tedious refactoring, and I
&lt;br&gt;don't have the time. Thoughts?
&lt;br&gt;&amp;nbsp;
&lt;br&gt;&lt;br&gt;&lt;br&gt;~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
&lt;br&gt;Want to reach the ColdFusion community with something they want? Let them know on the House of Fusion mailing lists
&lt;br&gt;Archive: &lt;a href=&quot;http://www.houseoffusion.com/groups/flex/message.cfm/messageid:6041&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.houseoffusion.com/groups/flex/message.cfm/messageid:6041&lt;/a&gt;&lt;br&gt;Subscription: &lt;a href=&quot;http://www.houseoffusion.com/groups/flex/subscribe.cfm&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.houseoffusion.com/groups/flex/subscribe.cfm&lt;/a&gt;&lt;br&gt;Unsubscribe: &lt;a href=&quot;http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=17837.14401.37&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=17837.14401.37&lt;/a&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Components-in-tabNavigator-not-initialized-tp25119743p25120128.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-25119743</id>
	<title>Components in tabNavigator not initialized</title>
	<published>2009-08-24T09:58:06Z</published>
	<updated>2009-08-24T09:58:06Z</updated>
	<author>
		<name>WillyRay</name>
	</author>
	<content type="html">&lt;br&gt;Hey guys,
&lt;br&gt;&lt;br&gt;Here's the issue:
&lt;br&gt;&lt;br&gt;I have a tabNavigator that basically looks like this:
&lt;br&gt;&lt;br&gt;&amp;lt;mx:TabNavigator id=&amp;quot;tn&amp;quot; &amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;lt;mx:Canvas id=&amp;quot;masterListTab&amp;quot;&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;myComps:MasterList id=&amp;quot;masterList&amp;quot;/&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;lt;/mx:Canvas&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;lt;mx:Canvas id=&amp;quot;detailTab&amp;quot;&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;myComps:Details id=&amp;quot;details&amp;quot;/&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;lt;/mx:Canvas&amp;gt;
&lt;br&gt;&amp;lt;/mx:TabNavigator&amp;gt;
&lt;br&gt;&lt;br&gt;My problem is that I need all the components in all the tabs to be not null from the very beginning. &amp;nbsp;I need, for example, to be able to set details.addEventListener() in the creationComplete function of the application... but details is NULL until it's been clicked on. &amp;nbsp;
&lt;br&gt;&lt;br&gt;One way might be to refactor the creation of everything here into actionscript, but it would be a long and tedious refactoring, and I don't have the time. &amp;nbsp;Thoughts?
&lt;br&gt;&lt;br&gt;Thanks,
&lt;br&gt;&lt;br&gt;Willy 
&lt;br&gt;&lt;br&gt;~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
&lt;br&gt;Want to reach the ColdFusion community with something they want? Let them know on the House of Fusion mailing lists
&lt;br&gt;Archive: &lt;a href=&quot;http://www.houseoffusion.com/groups/flex/message.cfm/messageid:6040&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.houseoffusion.com/groups/flex/message.cfm/messageid:6040&lt;/a&gt;&lt;br&gt;Subscription: &lt;a href=&quot;http://www.houseoffusion.com/groups/flex/subscribe.cfm&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.houseoffusion.com/groups/flex/subscribe.cfm&lt;/a&gt;&lt;br&gt;Unsubscribe: &lt;a href=&quot;http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=17837.14401.37&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=17837.14401.37&lt;/a&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Components-in-tabNavigator-not-initialized-tp25119743p25119743.html" />
</entry>

</feed>
