View Single Post
  #1   (View Single Post)  
Old 16th April 2009
bsdnewbie999 bsdnewbie999 is offline
Package Pilot
 
Join Date: May 2008
Posts: 145
Default shell script with zenity

Does zenity provides full functionality in GUI programming? I check the zenity page it only gives some limited window option like --info, --question.
Code:
#!/bin/ksh
zenity --info \
--text="Terminating Program."
The above code does not print the text "Terminating Program" but" The updates are finished"
Reply With Quote