lua-users home
lua-l archive

[Date Prev][Date Next][Thread Prev][Thread Next] [Date Index] [Thread Index]


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