Re: [wxlua-users] wxluacan building error

2009-11-17 Thread Dzmitry Hancharou
Ouch.I thought it was an auxiliary file in order to once again do not generate data types. 2009/11/16 John Labenski > On Mon, Nov 16, 2009 at 4:28 AM, Dzmitry Hancharou wrote: > > Hi. > > I want to compile the wxluacan-project. If I leave line: > > datatype_cache_input_fileTable = { "wx_datatyp

[wxlua-users] multiple panels in an XRC file

2009-11-17 Thread Dennis Sacks
I am building an XRC file with wxformbuilder - a frame and several panels at the same level as the frame. I can get the frame successfully, but to get the panels I find I have to pass the frame into the LoadPanel call, which makes it display in the frame, which I don't want. I want to have multipl

Re: [wxlua-users] multiple panels in an XRC file

2009-11-17 Thread John Labenski
On Tue, Nov 17, 2009 at 6:13 PM, Dennis Sacks wrote: > I am building an XRC file with wxformbuilder - a frame and several panels at > the same level as the frame. I can get the frame successfully, but to get > the panels I find I have to pass the frame into the LoadPanel call, which > makes it dis

Re: [wxlua-users] multiple panels in an XRC file

2009-11-17 Thread Dennis Sacks
Thanks John - the Update() is exactly what I was missing. I didn't realize wxAui would reparent the panels automatically. Dennis On Tue, Nov 17, 2009 at 4:48 PM, John Labenski wrote: > On Tue, Nov 17, 2009 at 6:13 PM, Dennis Sacks > wrote: > > I am building an XRC file with wxformbuilder - a f