Re: [wxlua-users] Converter from wxFormBuilder cpp to lua

2010-05-08 Thread Domingo Alvarez Duarte
I don't know why the attachemnts appear this way '-xxx.bin' I'm posting through gmail. If when clicking on then and selecting to open on notepad it opens normally as text file. On 5/7/10, John Labenski wrote: > On Fri, May 7, 2010 at 2:26 AM, Domingo Alvarez Duarte > wrote: >> Here is an im

Re: [wxlua-users] Converter from wxFormBuilder cpp to lua

2010-05-07 Thread John Labenski
On Fri, May 7, 2010 at 2:26 AM, Domingo Alvarez Duarte wrote: > Here is an improved version of it that now uses the information of both > cpp/h files to generate a runable wxlua file. > > Why it's not published on the mailing list ? I see your posts here and you can download the attachment, but i

Re: [wxlua-users] Converter from wxFormBuilder cpp to lua

2010-05-06 Thread Domingo Alvarez Duarte
Here is an improved version of it that now uses the information of both cpp/h files to generate a runable wxlua file. Why it's not published on the mailing list ? On Fri, May 7, 2010 at 4:47 AM, John Labenski wrote: > On Wed, May 5, 2010 at 5:08 PM, Domingo Alvarez Duarte > wrote: > > Here is

Re: [wxlua-users] Converter from wxFormBuilder cpp to lua

2010-05-06 Thread John Labenski
On Wed, May 5, 2010 at 5:08 PM, Domingo Alvarez Duarte wrote: > Here is a lua script that convert the cpp file generated from wxFormBuilder > to lua. > Very interesting, I'll try it out when I get a chance. Thanks for sharing. John --