[Cocoadialog-users] usage of the timeout option?
Status: Beta
Brought to you by:
sporkstorms
From: Paulo M. <mar...@go...> - 2011-12-28 23:28:35
|
Hi Mark, i am struggling with cocoadialog (version 2.x and 3.x). I am trying to use the timeout option while using the msgbox runmode but it doesn't works, e.g.: rv=`$CD ok-msgbox --string-output --no-newline --text "This is a simple first example" \ --informative-text "We're just going to echo the string output" ‑‑timeout 2` echo "User pressed the $rv button" The dialog shows up but waits indefinitely for user input (tested with version 2.x and 3.x). I appreciate any hints. Best regards PM |