CiarĂ¡n,
How can I invoke an inline menu by using 'tm_dialog -u' from a tmCommand written in bash?
"$DIALOG" -u -p'{menuItems = ({title = foo;},{title = bar;});}'
Yes, of course!! Many thanks! I tried it via "$DIALOG" -u -p'{menuItems = (title = foo,title = bar);}' which is totally wrong, of course :}
Hans