[ascoders] Re: Interntional Keyboard sucks
- From: "bokel" <actionscript@xxxxxxxxxxxx>
- To: <ascoders@xxxxxxxxxxxxx>
- Date: Wed, 19 Feb 2003 11:39:52 +0100
Ja,
da habe ich auch schon dran gedacht,
ist halt wieder mal so ein ugly Arbeitdrumherum.
Eigentlich sollte es in einem Entwicklungssystem
für RIAs doch möglich sein, die Tastatur abzufragen,
oder :)
Trotzdem danke schön,
so in der Art werde ich es wohl machen,
mfg r.
----- Original Message -----
From: "Ralf Siegel" <ralf@xxxxxxxxxxx>
> 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();
> }});
------------------------------------------------------
Archiv : http://www.freelists.org/archives/ascoders/
Optionen : http://www.freelists.org/list/ascoders
------------------------------------------------------
- References:
- [ascoders] Re: Interntional Keyboard sucks
- From: Ralf Siegel
- [ascoders] Re: Interntional Keyboard sucks
- From: Ralf Siegel
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
- [ascoders] Re: Interntional Keyboard sucks
- From: Ralf Siegel
- [ascoders] Re: Interntional Keyboard sucks
- From: Ralf Siegel