Edit box problems

klumhru

07-03-2010 17:04:18

I'm having some problems with the Edit widget in my testbed.

When I type no text appears, though the resources are identical to the ones that lay with the editor. When I test the layout in the layouteditor all the widgets work fine, but the edit boxes don't show text in my tests when I type in them. I can set the caption manually without difficulty. When I click in the edit widget it gets focus without errors as well.

There are no events bound for the edit boxes when they fail btw. I can bind keypressed and keyreleased events and these fire normally if they're bound.

Any ideas? :)