[wxEuphoria] max size window?

new topic     » topic index » view thread      » older message » newer message

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

new topic     » topic index » view thread      » older message » newer message

Search



Quick Links

User menu

Not signed in.

Misc Menu