Return-Path: X-Original-To: apmail-flex-dev-archive@www.apache.org Delivered-To: apmail-flex-dev-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id CC8AF10A9B for ; Mon, 10 Feb 2014 11:36:36 +0000 (UTC) Received: (qmail 68165 invoked by uid 500); 10 Feb 2014 11:36:34 -0000 Delivered-To: apmail-flex-dev-archive@flex.apache.org Received: (qmail 67928 invoked by uid 500); 10 Feb 2014 11:36:31 -0000 Mailing-List: contact dev-help@flex.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@flex.apache.org Delivered-To: mailing list dev@flex.apache.org Received: (qmail 67808 invoked by uid 99); 10 Feb 2014 11:36:30 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 10 Feb 2014 11:36:30 +0000 X-ASF-Spam-Status: No, hits=1.3 required=5.0 tests=SPF_PASS,URI_HEX X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: local policy includes SPF record at spf.trusted-forwarder.org) Received: from [216.139.250.139] (HELO joe.nabble.com) (216.139.250.139) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 10 Feb 2014 11:36:25 +0000 Received: from [192.168.236.139] (helo=joe.nabble.com) by joe.nabble.com with esmtp (Exim 4.72) (envelope-from ) id 1WCp9H-0000OB-V8 for dev@flex.apache.org; Mon, 10 Feb 2014 03:35:40 -0800 Date: Mon, 10 Feb 2014 03:35:24 -0800 (PST) From: krishna4960 To: dev@flex.apache.org Message-ID: <1392032124943-34530.post@n4.nabble.com> In-Reply-To: <0E7CF6486AC44249B0B674C6760449B408CF20A8@mcusquanez26v.mcdsus.mcds.usmc.mil> References: <1392030412927-34523.post@n4.nabble.com> <0E7CF6486AC44249B0B674C6760449B408CF20A8@mcusquanez26v.mcdsus.mcds.usmc.mil> Subject: RE: Flex Alert box not showing text after single inverted comma MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org 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-development.2333347.n4.nabble.com/Flex-Alert-box-not-showing-text-after-single-inverted-comma-tp34523p34530.html Sent from the Apache Flex Development mailing list archive at Nabble.com.