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 you have to "activate" any of them in some way
> first?

Humm, it's currently not compiled in because we have to link to the
media ctrl lib.
http://wxlua.cvs.sourceforge.net/wxlua/wxLua/modules/wxbind/setup/wxluasetup.h?view=markup

I think we should change this to have wxMediaCtrl by default since
it's pretty small. It's hopefully just a matter of adding the lib to
the bakefiles (build file generator) and recreating them. I've changed
it in bakefiles/wxluabase.bkl, but I don't know what version of
bakefile to use to regenerate the build files.

-John Labenski

> On 4/15/07, John Labenski <[EMAIL PROTECTED]> wrote:
> > 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 is the minimum I need to do in order to
> > > get wxMediaCtrl to be available in wxLua (specifically for code
> > > written in the wxLuaEditor IDE, on MSW)? Unless I'm doing something
> > > stupid it seems to simply be absent from the wx table. Is it somehow
> > > incompatible with the Lua layer?
> >
> > I don't remember if it is part of the last binary distribution, but it
> > is currently wrapped. See this doc for all the classes that are
> > wrapped.
> > http://wxlua.sourceforge.net/docs/wxluaref.html#wxMediaCtrl
> >
> > If you are able to compile wxLua you can download one of the snapshots
> > and compile that. We should do another binary release when I/we get
> > some time.
> >
> > Regards,
> >     John Labenski
> >
> > -------------------------------------------------------------------------
> > This SF.net email is sponsored by DB2 Express
> > Download DB2 Express C - the FREE version of DB2 express and take
> > control of your XML. No limits. Just data. Click to get it now.
> > http://sourceforge.net/powerbar/db2/
> > _______________________________________________
> > wxlua-users mailing list
> > wxlua-users@lists.sourceforge.net
> > https://lists.sourceforge.net/lists/listinfo/wxlua-users
> >
>
> -------------------------------------------------------------------------
> This SF.net email is sponsored by DB2 Express
> Download DB2 Express C - the FREE version of DB2 express and take
> control of your XML. No limits. Just data. Click to get it now.
> http://sourceforge.net/powerbar/db2/
> _______________________________________________
> wxlua-users mailing list
> wxlua-users@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/wxlua-users
>

-------------------------------------------------------------------------
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/
_______________________________________________
wxlua-users mailing list
wxlua-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wxlua-users

Reply via email to