[flexcoders] Re: htmlText in text that originates in XML

2007-10-31 Thread Amy
--- In flexcoders@yahoogroups.com, "Tracy Spratt" <[EMAIL PROTECTED]> wrote: > > In my example code, each repeated component has a reference to the > underlying dataProvider xml node. Changes to that node are reflected in > the parent xml. I do not understand why writing to the local drive is >

RE: [flexcoders] Re: htmlText in text that originates in XML

2007-10-30 Thread Tracy Spratt
[mailto:[EMAIL PROTECTED] On Behalf Of Amy Sent: Tuesday, October 30, 2007 4:19 PM To: flexcoders@yahoogroups.com Subject: [flexcoders] Re: htmlText in text that originates in XML --- In flexcoders@yahoogroups.com <mailto:flexcoders%40yahoogroups.com> , "Tracy Spratt" <[EMAI

[flexcoders] Re: htmlText in text that originates in XML

2007-10-30 Thread Amy
--- In flexcoders@yahoogroups.com, "Tracy Spratt" <[EMAIL PROTECTED]> wrote: > > Ok, the customer is always right. > > "...which instance of a repeater component was clicked..." > > This is not difficult if you repeat a custom component. See snippets below. No, I meant that they clicked say re

RE: [flexcoders] Re: htmlText in text that originates in XML

2007-10-30 Thread Tracy Spratt
s.com Subject: [flexcoders] Re: htmlText in text that originates in XML --- In flexcoders@yahoogroups.com, "Tracy Spratt" <[EMAIL PROTECTED]> wrote: > > I encode it programatically. They have requested that I avoid creating an editor for them if at all possible, since it in

[flexcoders] Re: htmlText in text that originates in XML

2007-10-30 Thread Amy
--- In flexcoders@yahoogroups.com, "Tracy Spratt" <[EMAIL PROTECTED]> wrote: > > I encode it programatically. They have requested that I avoid creating an editor for them if at all possible, since it involves a lot of other things I've found to be quite problematic in Flex (such as knowing which

RE: [flexcoders] Re: htmlText in text that originates in XML

2007-10-30 Thread Tracy Spratt
I encode it programatically. Tracy From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Amy Sent: Tuesday, October 30, 2007 9:36 AM To: flexcoders@yahoogroups.com Subject: [flexcoders] Re: htmlText in text that originates in XML --- In

[flexcoders] Re: htmlText in text that originates in XML

2007-10-30 Thread Amy
--- In flexcoders@yahoogroups.com, "Amy" <[EMAIL PROTECTED]> wrote: > > --- In flexcoders@yahoogroups.com, "Amy" wrote: > > > > --- In flexcoders@yahoogroups.com, "Tracy Spratt" wrote: > > > > > > I am doing this successfully, by encoding the markup, and keeping > > it in > > > an attribute(de

[flexcoders] Re: htmlText in text that originates in XML

2007-10-30 Thread Amy
--- In flexcoders@yahoogroups.com, "Amy" <[EMAIL PROTECTED]> wrote: > > --- In flexcoders@yahoogroups.com, "Tracy Spratt" wrote: > > > > I am doing this successfully, by encoding the markup, and keeping > it in > > an attribute(description, below). > > > > > mapimage="maps/Exit249B_Map.swf"

[flexcoders] Re: htmlText in text that originates in XML

2007-10-30 Thread Amy
--- In flexcoders@yahoogroups.com, "Tracy Spratt" <[EMAIL PROTECTED]> wrote: > > I am doing this successfully, by encoding the markup, and keeping it in > an attribute(description, below). > > mapimage="maps/Exit249B_Map.swf" destimage="maps/DirectionsWest.swf" > > description="

RE: [flexcoders] Re: htmlText in text that originates in XML

2007-10-29 Thread Tracy Spratt
I am doing this successfully, by encoding the markup, and keeping it in an attribute(description, below). mailto:[EMAIL PROTECTED] On Behalf Of droponrcll Sent: Monday, October 29, 2007 5:20 PM To: flexcoders@yahoogroups.com Subject: [flexcoders] Re: htmlText in text that originates in XML

[flexcoders] Re: htmlText in text that originates in XML

2007-10-29 Thread droponrcll
--- In flexcoders@yahoogroups.com, "droponrcll" <[EMAIL PROTECTED]> wrote: > > --- In flexcoders@yahoogroups.com, "Alex Harui" wrote: > > > > How much of that are you assigning to the htmlText property? > > > > That's what I am trying to figure out. I can't find anything in the > XML propert

[flexcoders] Re: htmlText in text that originates in XML

2007-10-29 Thread droponrcll
--- In flexcoders@yahoogroups.com, "Alex Harui" <[EMAIL PROTECTED]> wrote: > > How much of that are you assigning to the htmlText property? > That's what I am trying to figure out. I can't find anything in the XML properties or methods that gives me exactly the stuff between the beginning and