On 8/15/07, Attila <[EMAIL PROTECTED]> wrote:
> Hi all!
>
> Last time I was interedsted in - beside some other things - finding an
> external window from WxLUA, and I got this link:
> http://wxlua.sourceforge.net/docs/wxluaref.html#wxProcess I checked it,
> and at home I played with it, but I can't find out how to make it :-/ Can
> somebody help me in it? Everything I know:some letters from the programs
> label, and the program's startuppath. I hope that'll be possible :) Thanks

I really don't believe that this is possible with wxWidgets. This is
fairly low level stuff you're talking about. You will need to find the
OS specific functions to do what you want, create your own *.i
interface files or just push a hand written function into Lua using
wxLuaState::RegisterFunction().

Good luck,
    John Labenski

-------------------------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc.
Still grepping through log files to find problems?  Stop.
Now Search log events and configuration files using AJAX and a browser.
Download your FREE copy of Splunk now >>  http://get.splunk.com/
_______________________________________________
wxlua-users mailing list
wxlua-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wxlua-users

Reply via email to