never again :)

It's working now. Once I cleared IE's cache and restarted it... Thanks again :)

-David




________________________________
From: Tracy Spratt <tspr...@lariatinc.com>
To: flexcoders@yahoogroups.com
Sent: Thursday, February 5, 2009 4:59:59 PM
Subject: RE: [flexcoders] Re: XML - What var type can I use for my XML nodes?


I really have come to dislike the words “it doesn’t work”, please do not use 
them any more.
 
Are you still getting the same compile error?
 
Tracy Spratt
Lariat Services
Flex development bandwidth available

________________________________

From:flexcod...@yahoogro ups.com [mailto: flexcod...@yahoogro ups.com ] On 
Behalf Of - -
Sent: Thursday, February 05, 2009 4:55 PM
To: flexcod...@yahoogro ups.com
Subject: Re: [flexcoders] Re: XML - What var type can I use for my XML nodes?
 
Sorry valdhor , I did correct the mistake but I still can't get it to work.... 
Thanks. :)
 

________________________________

From:valdhor <valdhorlists@ embarqmail. com>
To: flexcod...@yahoogro ups.com
Sent: Thursday, February 5, 2009 4:10:31 PM
Subject: [flexcoders] Re: XML - What var type can I use for my XML nodes?
OK, ignore my post. See if I care (pout).

Sometimes, I wonder why I bother.

--- In flexcod...@yahoogro ups.com, - - <sailorsea21@ ...> wrote:
>
> Hi Tracy , it still doesn't work...
> 
> 
> 
> 
> ____________ _________ _________ __
> From: Tracy Spratt <tspr...@... >
> To: flexcod...@yahoogro ups.com
> Sent: Thursday, February 5, 2009 3:54:34 PM
> Subject: RE: [flexcoders] XML - What var type can I use for my XML
nodes?
> 
> 
> Clean the Project: Menu, Project, Clean.
>  
> Tracy Spratt
> Lariat Services
> Flex development bandwidth available
> 
> ____________ _________ _________ __
> 
> From:flexcoders@ yahoogro ups.com [mailto: flexcod...@yahoogro
ups.com ] On Behalf Of - -
> Sent: Thursday, February 05, 2009 2:48 PM
> To: flexcod...@yahoogro ups.com
> Subject: Re: [flexcoders] XML - What var type can I use for my XML
nodes?
>  
> Hi Tracy , I get "An Internal build error..."
> with:
>  
> text="{_xmlVar. date}"
>  
>  
> Thanks!
>  
> -David
>  
> 
> ____________ _________ _________ __
> 
> From:Tracy Spratt <tspr...@lariatinc. com>
> To: flexcod...@yahoogro ups.com
> Sent: Thursday, February 5, 2009 1:03:41 PM
> Subject: RE: [flexcoders] XML - What var type can I use for my XML
nodes?
> [Bindable]public var _xmlVar:XML;
>  
> private function init():void{
>  _xmlVa = testID.result. (@now=='today' )[0]; //NOTE the array[0]
brackets. 
> …
>  
> All e4x expessions return an XMLList, even if there is only one
node, so you must specify that node toput it in an XML variable.
> Tracy Spratt
> Lariat Services
> Flex development bandwidth available
> 
> ____________ _________ _________ __
> 
> From:flexcoders@ yahoogro ups.com[mailto: flexcod...@yahoogro ups.com
] On Behalf Of sailorsea21
> Sent: Thursday, February 05, 2009 10:28 AM
> To: flexcod...@yahoogro ups.com
> Subject: [flexcoders] XML - What var type can I use for my XML nodes?
>  
> Hi everyone, I have the following:
> 
> <mx:XML id="testID" format="e4x" source="xml/ test.xml" />
> <mx:Text text="{testID. result.(@ now=='today' ).date}"/ >
> 
> What var type can I use for "testID.result. . (@now=='today' )" to
simply 
> my text string?
> 
> I would like to have the following:
> 
> [Bindable]
> public var xmlvar:String = testID.result. (@now=='today' );
> 
> <mx:Text text="{xmlvar. date}"/>
> 
> Thanks.
> 
> David
>  
>
 



      

Reply via email to