 |
| GTK+ Guru |
Joined: Thu Nov 16, 2006 5:08 am Posts: 259 Location: INDIA
|
|
hi all
1).i entered some text in the "entry" and press "enter" key.
the text should append to the text view.
2).some times i have to enter the name of the "executable" file in the "entry"
when i press enter the output data should print in the "textview" .
for example i have a simple "executable" file is there, which prints "hello world"
this hello world should print (append) in the textview.
if i give incorrect "executable" file name(which is not in "/bin or /usr/bin/" dir)
it should print "command not found" in the text view..
any help, it should be appreciated
|
|