NotImplementedError

Does this mean Glyphs dos not support the function bind() for vanilla buttons?

Trying to tie a size field to up/down keys.

self.w.inputSize.bind(“uparrow”, self.TestFunc)

It wasn’t a button. It’s EditText… which for some reason doesn’t seem to have events for keystrokes?

T H A N K S G E O R G