[wxEuphoria] max size window?
- Posted by DanM Feb 09, 2009
- 738 views
ok, how do I specify that a window fills the screen?
I tried:
main = create( wxFrame, {0, -1, "Media Demo", -1,-1,-1,-1, wxMAXIMIZE} ),
and:
main = create( wxFrame, {0, -1, "Media Demo", -1,-1,400,300, wxMAXIMIZE} ),
neither gave expected result.
If I can start out with a full size window, then maybe I'll be able to figure out how to put the Media control etc where I want them.
Dan