Re: [wxlua-users] wxMediaCtrl

2007-04-16 Thread John Labenski
On 4/15/07, Duncan Cross <[EMAIL PROTECTED]> wrote: > Thanks, I'll try that. I notice though from that doc page that just > above the class definition there's this: > >%if wxLUA_USE_wxMediaCtrl & wxUSE_MEDIACTRL > > ...are these settings all "true" by default in the binary > distribution, or do

Re: [wxlua-users] wxMediaCtrl

2007-04-15 Thread Duncan Cross
Thanks, I'll try that. I notice though from that doc page that just above the class definition there's this: %if wxLUA_USE_wxMediaCtrl & wxUSE_MEDIACTRL ...are these settings all "true" by default in the binary distribution, or do you have to "activate" any of them in some way first? On 4/15/

Re: [wxlua-users] wxMediaCtrl

2007-04-15 Thread John Labenski
On 4/15/07, Duncan Cross <[EMAIL PROTECTED]> wrote: > Hello, > > I've only just started looking at wxLua, I've been learning about Lua > for a couple of months but wxWidgets is entirely new to me. It's very > impressive how well everything seems to work. Thanks. > I have a question though. What i