Re: wxEuphoria: sizing of widgets - win vs lnx

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

Jerry, here's how I get around this:

First, set the window to anything but what you ultimately want:

frameWin = create(wxFrame,{0,1,PROGRAM_TITLE,-1,-1,901,601}), -- off by 1

Then, do this:

set_size( frameWin, 900,600 ) -- set to what you really want
wxMain(frameWin)

-=ck
"Programming in a state of Euphoria."
http://www.cklester.com/euphoria/

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

Search



Quick Links

User menu

Not signed in.

Misc Menu