Return-Path: X-Original-To: apmail-incubator-flex-dev-archive@minotaur.apache.org Delivered-To: apmail-incubator-flex-dev-archive@minotaur.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id DD55B9F19 for ; Mon, 12 Mar 2012 06:25:06 +0000 (UTC) Received: (qmail 72504 invoked by uid 500); 12 Mar 2012 06:25:06 -0000 Delivered-To: apmail-incubator-flex-dev-archive@incubator.apache.org Received: (qmail 72383 invoked by uid 500); 12 Mar 2012 06:25:06 -0000 Mailing-List: contact flex-dev-help@incubator.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: flex-dev@incubator.apache.org Delivered-To: mailing list flex-dev@incubator.apache.org Received: (qmail 72357 invoked by uid 99); 12 Mar 2012 06:25:06 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 12 Mar 2012 06:25:06 +0000 X-ASF-Spam-Status: No, hits=-0.7 required=5.0 tests=RCVD_IN_DNSWL_LOW,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (nike.apache.org: local policy) Received: from [80.237.132.80] (HELO wp073.webpack.hosteurope.de) (80.237.132.80) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 12 Mar 2012 06:24:58 +0000 Received: from p03eb43.osaknt01.ap.so-net.ne.jp ([121.3.235.67] helo=[192.168.1.21]); authenticated by wp073.webpack.hosteurope.de running ExIM with esmtpsa (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) id 1S6ygP-0003Iu-TA; Mon, 12 Mar 2012 07:24:38 +0100 Message-ID: <4F5D969F.5000502@leichtgewicht.at> Date: Mon, 12 Mar 2012 15:24:31 +0900 From: Martin Heidegger User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:10.0.2) Gecko/20120216 Thunderbird/10.0.2 MIME-Version: 1.0 To: flex-dev@incubator.apache.org Subject: Re: [OT] IME References: <4F5D10F2.700@leichtgewicht.at> In-Reply-To: Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit X-bounce-key: webpack.hosteurope.de;mh@leichtgewicht.at;1331533498;0c2f72b3; X-Virus-Checked: Checked by ClamAV on apache.org On 12/03/2012 07:21, Justin Mclean wrote: > Interesting but perhaps not that surprising it's a little odd in transparent mode. Window is the most likely wmode for a flex application. I assume it works fin in that mode on all browsers you tested? Yes, the other wmode settings work. > Open Question: I have not found a way to listen to IMEEvent.IME_START_COMPOSITION, has anybody ever tried that? > I've not tried but I would assume you listen on the textinput field. Perhaps TLF is getting in the way? No TLF loaded. I added a listener to the TextField, stage, a containing sprite (like I found in TLF) and the ime instance. Can not find any hints. (code at wonderfl[1]) > You might also want to look at the table here re Window/Linux/OSX IME support. > http://help.adobe.com/en_US/FlashPlatform/reference/actionscript/3/flash/system/IME.html I did read the table before but I assumed that, as it is supported in Windows7, it should also send the composition start events. yours Martin. [1] http://wonderfl.net/c/lLzJ