lua-users home
lua-l archive

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


> Next I'll need info on how to launch popup dialogs in Linux/X11.. 

If you don't mean modal dialogs, have a look at bs, my button shell for X11:
	http://www.impa.br/~lhf/bs/md.html

It sends commands to /bin/sh but can be easily changed to send them
to /usr/local/bin/lua or even to Lua directly, without a pipe.
--lhf