On Dec 17, 2007 8:18 AM, Attila <[EMAIL PROTECTED]> wrote:
> Hi all!
>
> My first problem: as I saw, wxWidgets has wxThread, what we can use
> multi-threading with, but that's not implemented in wxLUA. I want to ask
> the author to implement it, because now I am using LUA-AIO, which has
> inbuilt ThreadCreate()/ThreadDestroy() and mutex functions, but I want to
> make a platform-free application, where I can use just the standard LUA
> interpreter.

I can add wxThread, wxCondition, and wxMutex, but whether it will work
is questionable and I will not have time to debug or even test it.
Please let me know how it works after the next release, in the coming
week.

> The second one: I am using a wxNoteBook in my application, and I want to
> add a new panel into it with an mdichildframe. Is that possible somehow? I
> want if it looks like as Direct Connect clients have
> ( http://dcplusplus.sourceforge.net/assets/images/dcpp_screenshot.png )
>

I think you want the wxAUI doc manager. Unless something has changed,
the MDI implementation in GTK (Linux) is really a wxNotebook and so
you can't have child windows that look like frames with the minimize,
expand, close buttons. The GTK C++ MDI sample still shows this
behavior.

Regards,
    John

-------------------------------------------------------------------------
SF.Net email is sponsored by:
Check out the new SourceForge.net Marketplace.
It's the best place to buy or sell services
for just about anything Open Source.
http://ad.doubleclick.net/clk;164216239;13503038;w?http://sf.net/marketplace
_______________________________________________
wxlua-users mailing list
wxlua-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wxlua-users

Reply via email to