Re: wxEuphoria: sizing of widgets - win vs lnx
- Posted by cklester <cklester at yahoo.com> Dec 19, 2005
- 512 views
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/