Hi Dear,

May be this Free Flash & Flex Magazine issue may help you, Please download
the Free Pdf issue of this magazine and hope you may get some hint from
this.

http://ffdmag.com/magazine/726-a-breath-of-fresh-air-for-desktop-apps

Regards


On Mon, Nov 9, 2009 at 9:39 PM, Kearney Buskirk
<kear...@lightthrumedia.com>wrote:

>
>
>
> On Nov 8, 2009, at 8:14 AM, Tracy Spratt wrote:
>
>
>
> At the instance or global level of an mxml file, you can only initiate
> variables to simple values. “richTextInstance” does not yet exist when you
> are trying to access the text property value, thus the error.  Declare the
> variable as you are, but wait to initialize the value by using a
> ceeationComplete handler.
>
> Now, mx:Form is just a layout container, and won’t process the field data
> for you in any special way.  You will need to get the value from each form
> item control individually, and build the string you want. (or, if the form
> changes update a model, use the model.)
>
>
> Right, so what I had built thus far is:
>
> private var mailMe:String = "
> mailto:kear...@gmail.com?subject=answers&body=<kear...@gmail.com?subject=answers&body=>
> ";
>
>  private function sendEmail():void
> {
> navigateToURL(new URLRequest(mailMe + unNaturalText_1.text +
> unNaturalText_2.text),'_self');
> }
>
> It's working well now except that there's no separation between each text
> block from each TextInput instance in the email output. I'm trying to put
> each text block in its own paragraph. I've tried inserting \n and \r in
> various combinations with + and the .text instances. None of those thus far
> works to separate the text blocks into their own paragraphs. What am I
> missing?
>
> Is there good reason to use a model for this situation?
>
> Tracy, I appreciate your patience, persistence and teaching.
>
> Kearney
>
>
>
> Tracy Spratt,
> Lariat Services, development services available
> ------------------------------
>
>
> --
> Flexcoders Mailing List
> FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt
> Alternative FAQ location:
> https://share.acrobat.com/adc/document.do?docid=942dbdc8-e469-446f-b4cf-1e62079f6847
> Search Archives: http://www.mail-archive.com/flexcoders%40yahoogroups.com
>
>
>
> Your email settings: Individual Email|Traditional
> Change settings via the 
> Web<http://groups.yahoo.com/group/flexcoders/join;_ylc=X3oDMTJnaDF0MGgwBF9TAzk3NDc2NTkwBGdycElkAzEyMjg2MTY3BGdycHNwSWQDMTcwNTAwNzIwNwRzZWMDZnRyBHNsawNzdG5ncwRzdGltZQMxMjU3Njk2OTY4>
>  (Yahoo! ID required)
> Change settings via email: Switch delivery to Daily 
> Digest<flexcoders-dig...@yahoogroups.com?subject=email+delivery:+Digest>
>  | Switch to Fully 
> Featured<flexcoders-fullfeatu...@yahoogroups.com?subject=change+delivery+format:+Fully+Featured>
>
> Visit Your Group 
> <http://groups.yahoo.com/group/flexcoders;_ylc=X3oDMTJlOGkxNjU2BF9TAzk3NDc2NTkwBGdycElkAzEyMjg2MTY3BGdycHNwSWQDMTcwNTAwNzIwNwRzZWMDZnRyBHNsawNocGYEc3RpbWUDMTI1NzY5Njk2OA-->
> | Yahoo! Groups Terms of Use  <http://docs.yahoo.com/info/terms/>|
> Unsubscribe  <flexcoders-unsubscr...@yahoogroups.com?subject=unsubscribe>
>
>
>  
>



-- 
With Regards

Shabir Ahmad Gilkar

Srinagar Kashmir J&K

Voice: +91 9419942501
email: shabirgil...@gmail.com
Skype: shabirgilkar

Reply via email to