Re: ngui 0.01
[
Date Prev][
Date Next][
Thread Prev][
Thread Next]
[
Date Index]
[
Thread Index]
- Subject: Re: ngui 0.01
- From: Noel Frankinet <nfr@...>
- Date: 2006年11月29日 20:32:04 +0100
Do you plan to implement ngui as "ordinary" lua module?
ie.
require "ngui"
I think it should work, just need a small lua script to do the real
"loadlib"
g = ngui.LuaGlob()
f=g:Form({title="hello",ok=1,cancel=1,margin=5,tab={"un","deux","trois"}})
...
g:run() --etc for message loop
good idea, however, I suppose that most of the time, ngui will be loaded
from a program that already has a message pump, but I may be wrong.
Best regards
--
Noël Frankinet
Gistek Software SA
http://www.gistek.net
- References:
- ngui 0.01, Noel Frankinet
- Re: ngui 0.01, Fabien
- Re: ngui 0.01, Noel Frankinet
- Re: ngui 0.01, Hakki Dogusan
- Re: ngui 0.01, Noel Frankinet
- Re: ngui 0.01, Hakki Dogusan
- Re: ngui 0.01, Noel Frankinet
- Re: ngui 0.01, Hakki Dogusan
- Re: ngui 0.01, Noel Frankinet
- Re: ngui 0.01, Hakki Dogusan