Function Keys and Textarea/Field

BlitzPlus Forums/BlitzPlus Programming/Function Keys and Textarea/Field

Richard Betson(Posted 2004) [#1]
I've noticed that when you click in a textarea or field that the Function Keys do not report as an event. I varified this with Mark's EventViewer code (sample directory)

Anyway around this?

Thanks,


soja(Posted 2004) [#2]
There's a lot lacking with the UI in BlitzPlus.

You could check out BLESS (BLitz EventS System) from www.mintysoftware.com. You can monitor keypress events in your textarea no problem. It's in beta, though I'm getting ready to release version 1.0. You can at least check out the examples and sign up for the newsletter so you'll be notified when 1.0 is released.


Richard Betson(Posted 2004) [#3]
Will do thanks...otw


Richard Betson(Posted 2004) [#4]
Using HotkeyEvent fixes the problem (Rich never used them before). :)

@soja
Bless looked very cool! I've saved your link and plan to use it later. :p

L8r,