keyboard script

Share your scripts written for the Script Device in this forum.
Post Reply
incoronado
Senior Member
Posts: 153
Joined: Fri Mar 19, 2004 12:30 am
Location: San Diego, CA

keyboard script

Post by incoronado »

I needed a keyboard and thought others might enjoy.

I use a non-proportional font for the keyboard display and cursor. I don't think it will display the cursor properly if a proportional font is used because the cursor position is calculated based on a multiple of a constant character width. I hope that makes sense.

Everything is included in keyboard.hbx

* VBScript
* Graphics
* Task
* Theme
* Software Remote

Just import it.

Enjoy!
Attachments
Keyboard.hbx
(132.53 KiB) Downloaded 437 times
Keyboard Screenshot.png
Keyboard Screenshot.png (151.92 KiB) Viewed 6231 times
ScottBot
Site Admin
Posts: 2786
Joined: Thu Feb 13, 2003 6:46 pm
Location: Georgia (USA)
Contact:

Post by ScottBot »

Very Nice :!:

BTW, you can download the fonts used with this theme here.
http://www.abstractfonts.com/font/3431
http://desktoppub.about.com/library/fon ... rabbit.htm
Scott
dozinjp
Member
Posts: 9
Joined: Sat Aug 06, 2005 1:12 pm
Location: Belgium
Contact:

Png missing...

Post by dozinjp »

Beautiful , but the export in the housebot does not work, I miss files png?:-(
Could you check ?
Thank you in advance.

Ethan...
incoronado
Senior Member
Posts: 153
Joined: Fri Mar 19, 2004 12:30 am
Location: San Diego, CA

Post by incoronado »

The .png files are in the .hbx file, but it probably stores them in a folder called in-wall when it extracts it. You might want to modfiy the XML files to replace all references to "in-wall" with your theme location. The .hbx file is merely a zip file. You can rename it to .zip and extract the files manually, make your modifications, zip it back up and name it back .hbx. Or just do everything manually. There really isn't much to it.
dozinjp
Member
Posts: 9
Joined: Sat Aug 06, 2005 1:12 pm
Location: Belgium
Contact:

Keyboard

Post by dozinjp »

Work's fine, thanks.
Ethan...
Post Reply