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
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
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
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