[flexcoders] How to add comma separated mobile numbers in TO address of Message?

2013-06-13 Thread Saju Thankathurai
Hi All, I have developed a Flex mobile application using Flex 4.6 sdk. Its a Contact manager application. I have given additional functionality to the Employee contact manager sample app of Adobe. I am facing an issue while sending a group message. I have a xml file to store user data. Later i

[flexcoders] UIFTETextField - randomly disappearing lines

2013-06-13 Thread Dave Glasser
I have a UIFTETextField that is displaying a line of text 115 characters long. I set its width to 300 with wordwrap enabled, and it wraps the text into 3 lines. The weird thing is that any or all of the lines may be invisible when this object is displayed. Sometimes you'll see the first and

Re: [flexcoders] UIFTETextField - randomly disappearing lines

2013-06-13 Thread Alex Harui
What version of Flex SDK? This sounds like an old bug. From: Dave Glasser dglas...@pobox.commailto:dglas...@pobox.com Reply-To: flexcoders@yahoogroups.commailto:flexcoders@yahoogroups.com flexcoders@yahoogroups.commailto:flexcoders@yahoogroups.com Date: Thursday, June 13, 2013 8:57 AM To:

Re: [flexcoders] UIFTETextField - randomly disappearing lines

2013-06-13 Thread Dave Glasser
It's 4.6.0.23201B. One of the last Adobe releases. From: Alex Harui aha...@adobe.com To: flexcoders@yahoogroups.com flexcoders@yahoogroups.com Sent: Thursday, June 13, 2013 12:08 PM Subject: Re: [flexcoders] UIFTETextField - randomly disappearing lines

Re: [flexcoders] UIFTETextField - randomly disappearing lines

2013-06-13 Thread Alex Harui
Try turning off the recycler: http://help.adobe.com/en_US/FlashPlatform/reference/actionscript/3/flashx/textLayout/compose/TextLineRecycler.html From: Dave Glasser dglas...@pobox.commailto:dglas...@pobox.com Reply-To: flexcoders@yahoogroups.commailto:flexcoders@yahoogroups.com

Re: [flexcoders] UIFTETextField - randomly disappearing lines

2013-06-13 Thread Dave Glasser
Dude, you're amazing. That worked like a charm. I owe you one. From: Alex Harui aha...@adobe.com To: flexcoders@yahoogroups.com flexcoders@yahoogroups.com Sent: Thursday, June 13, 2013 1:00 PM Subject: Re: [flexcoders] UIFTETextField - randomly disappearing

Re: [flexcoders] UIFTETextField - randomly disappearing lines

2013-06-13 Thread Alex Harui
Well I'd run into this before but I thought we'd fixed all cases (and I couldn't find the old bug report). Not having the recycler might slow down your app a bit. If you have a small test case, please file a bug at issues.apache.org/jira under the Flex project there. From: Dave Glasser

Re: [flexcoders] UIFTETextField - randomly disappearing lines

2013-06-13 Thread Dave Glasser
The odd thing is, the bug wouldn't manifest in a small test app that I wrote for the purpose of testing possible workarounds. In that app, the text displayed correctly every single time. I just did some checking, and this behavior wasn't observed (although it might have been happening