[ascoders] Re: Interntional Keyboard sucks
- From: Ralf Siegel <ralf@xxxxxxxxxxx>
- To: ascoders@xxxxxxxxxxxxx
- Date: Wed, 19 Feb 2003 11:26:37 +0100
At 23:00 18.02.2003 +0100, you wrote:
Also gibt es keine Möglichkeit ausser für
jede Sprache eine Tabelle anzulegen, oder ?
was hälst du denn von dem Ansatz ?
___________________________________________
Key.addListener({onKeyDown:function () {
createTextField("t", 1, 0, 0, 1000, 300);
t.type = "input";
t._visible = false;
Selection.setFocus("t");
}, onKeyUp:function () {
trace(t.text);
t.removeTextField();
}});
___________________________________________
:o)
ralf ...
------------------------------------------------------
Archiv : http://www.freelists.org/archives/ascoders/
Optionen : http://www.freelists.org/list/ascoders
------------------------------------------------------
- Follow-Ups:
- [ascoders] Re: Interntional Keyboard sucks
- From: bokel
- References:
- [ascoders] Re: Interntional Keyboard sucks
- From: Ralf Siegel
- [ascoders] Re: Interntional Keyboard sucks
- From: bokel
Other related posts:
- » [ascoders] Interntional Keyboard sucks
- » [ascoders] Re: Interntional Keyboard sucks
- » [ascoders] Re: Interntional Keyboard sucks
- » [ascoders] Re: Interntional Keyboard sucks
- » [ascoders] Re: Interntional Keyboard sucks
- » [ascoders] Re: Interntional Keyboard sucks
- » [ascoders] Re: Interntional Keyboard sucks
Also gibt es keine Möglichkeit ausser für jede Sprache eine Tabelle anzulegen, oder ?
was hälst du denn von dem Ansatz ? ___________________________________________
------------------------------------------------------ Archiv : http://www.freelists.org/archives/ascoders/ Optionen : http://www.freelists.org/list/ascoders ------------------------------------------------------
- [ascoders] Re: Interntional Keyboard sucks
- From: bokel
- [ascoders] Re: Interntional Keyboard sucks
- From: Ralf Siegel
- [ascoders] Re: Interntional Keyboard sucks
- From: bokel