RE: Flex Alert box not showing text after single inverted comma

2014-02-10 Thread krishna4960
Hi Mark, Just now i found a solution for this problem. i modified it as flashvars.message = ''. This modification resolved the issue. Regards, Krish -- View this message in context: http://apache-flex-development.247.n4.nabble.com/Flex-Alert-box-not-showing-text-after-single-inverted-com

RE: Flex Alert box not showing text after single inverted comma

2014-02-10 Thread krishna4960
Hi Mark, Just now i found a solution for this problem. i modified it as flashvars.message = ''. This modification resolved the issue. Regards, Krish -- View this message in context: http://apache-flex-development.247.n4.nabble.com/Flex-Alert-box-not-showing-text-after-single-inverted-com

RE: Flex Alert box not showing text after single inverted comma

2014-02-10 Thread krishna4960
I tried to replace single inverted comma with two inverted commas and even tried to replace with a escape sequence " \' " like message.replace(" ' ", " \' ") or message.replace(" ' ", " ' ' ") but it did not seem working. Thanks, Krish -- View this message in context: http://apache-flex-d

RE: Flex Alert box not showing text after single inverted comma

2014-02-10 Thread Kessler CTR Mark J
It's it translating the single quote as the start of a string? Would escaping it, or using two in a row make a difference? -Mark -Original Message- From: krishna4960 [mailto:murali.kris...@happiestminds.com] Sent: Monday, February 10, 2014 6:07 AM To: dev@flex.apache.org Subject: Flex