[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: Re: ngui 0.01
- From: Hakki Dogusan <dogusanh@...>
- Date: Wed, 29 Nov 2006 19:33:48 +0200
Hi,
Noel Frankinet wrote:
I'll do that, english is not my native language, as you can see !
I'm quite sure your's better than mine :)
Do you plan to implement ngui as "ordinary" lua module?
ie.
require "ngui"
g = ngui.LuaGlob()
f=g:Form({title="hello",ok=1,cancel=1,margin=5,tab={"un","deux","trois"}})
...
g:run() --etc for message loop
--
Regards,
Hakki Dogusan