Topic: my on screen keyboard

hey all, here's my crack at an on screen keyboard
osk.zip
just need the osk.swf

it's meant to be loaded into another movieclip
you'll notice that the graphics overflow off the top, so dont put it at the top of your screen!

when you hit 'ok'
it runs a function in the parent movieclip called fnOSKReturn

_parent.fnOSKReturn(ReturnString);

feel free to use it wherever
or change the source
i'd suggest you change the keys which are used to the ones applicable to your application
there's a string at the top of osk.as with all the keys that will be available
each line of keys is seperated by a space in that string

Re: my on screen keyboard

check here for an example of it running in your browser

3 (edited by theMartix 2009-08-21 00:15:40)

Re: my on screen keyboard

Well done, anyway do you know that chumby's keyboard is downloable and customizable? (like chumyland does) It is very easy to use. I made some changes in this, for an application (cosmicpanel) I started to make some months ago... and i hope restart it soon smile

Re: my on screen keyboard

theMartix wrote:

Well done, anyway do you know that chumby's keyboard is downloable and customizable? (like chumyland does) It is very easy to use. I made some changes in this, for an application (cosmicpanel) I started to make some months ago... and i hope restart it soon smile

The Chumbyland keyboard is actually a ground-up rewrite to serve the needs of the widget more, but the original chumby one is available (and was used for a bit).  I was planning on posting that source soon as well, but my not need to now. smile

Awesome job!

Cheers.

Re: my on screen keyboard

Really nice work, love the iPhone style key popup while the key is pressed.