[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: Re: popup dialogs from Lua (Re: can i both write & read a pipe?)
- From: Luiz Henrique de Figueiredo <lhf@...>
- Date: Tue, 27 Jul 2004 21:28:10 -0300
> 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