Wouldn't be nice if you didn't have to mess around laying out your
form by hand in BlitzMax?
Any interest in some kind of code-generation?
I knocked something together this morning :
http://blitzmax.com/logs/userlog.php?user=8077&log=1434
It parses a wxFormBuilder project file.
It creates a base Frame which you extend. The event Functions call
event Methods, so you only need to implement the methods - this would
also save you from having to write casting code all over the place
(since it's done for you).
:o)
Brucey