<HTML><BODY style="word-wrap: break-word; -khtml-nbsp-mode: space; -khtml-line-break: after-white-space; "><DIV><DIV>On 20 Jul 2007, at 14:17, Hans-Joerg Bibiko wrote:</DIV><BR class="Apple-interchange-newline"><BLOCKQUOTE type="cite"><P style="margin: 0.0px 0.0px 0.0px 0.0px"><FONT face="Helvetica" size="3" style="font: 12.0px Helvetica">How can I invoke an inline menu by using 'tm_dialog -u' from a tmCommand written in bash?</FONT></P> </BLOCKQUOTE></DIV><BR><DIV>"$DIALOG" -u -p'{menuItems = ({title = foo;},{title = bar;});}'</DIV><DIV><BR class="khtml-block-placeholder"></DIV><DIV>A good way to learn about stuff like this is to poke around in the Ruby libraries, ui.rb in Support has the menu stuff.</DIV></BODY></HTML>