1 /////////////////////////////////////////////////////////////////////////////
3 // Purpose: exec sample demonstrates wxExecute and related functions
4 // Author: Vadim Zeitlin
8 // Copyright: (c) Vadim Zeitlin
9 // Licence: wxWindows licence
10 /////////////////////////////////////////////////////////////////////////////
12 // ============================================================================
14 // ============================================================================
16 // ----------------------------------------------------------------------------
18 // ----------------------------------------------------------------------------
20 // For compilers that support precompilation, includes "wx/wx.h".
21 #include "wx/wxprec.h"
27 // for all others, include the necessary headers (this file is usually all you
28 // need because it includes almost all "standard" wxWidgets headers
40 #include "wx/msgdlg.h"
41 #include "wx/textdlg.h"
42 #include "wx/filedlg.h"
43 #include "wx/choicdlg.h"
45 #include "wx/button.h"
46 #include "wx/textctrl.h"
47 #include "wx/listbox.h"
52 #include "wx/txtstrm.h"
53 #include "wx/numdlg.h"
56 #include "wx/process.h"
58 #include "wx/mimetype.h"
64 // ----------------------------------------------------------------------------
65 // the usual application and main frame classes
66 // ----------------------------------------------------------------------------
68 // Define a new application type, each program should derive a class from wxApp
69 class MyApp
: public wxApp
72 // override base class virtuals
73 // ----------------------------
75 // this one is called on application startup and is a good place for the app
76 // initialization (doing it here and not in the ctor allows to have an error
77 // return: if OnInit() returns false, the application terminates)
78 virtual bool OnInit();
81 // Define an array of process pointers used by MyFrame
83 WX_DEFINE_ARRAY_PTR(MyPipedProcess
*, MyProcessesArray
);
85 // Define a new frame type: this is going to be our main frame
86 class MyFrame
: public wxFrame
90 MyFrame(const wxString
& title
, const wxPoint
& pos
, const wxSize
& size
);
92 // event handlers (these functions should _not_ be virtual)
93 void OnQuit(wxCommandEvent
& event
);
95 void OnKill(wxCommandEvent
& event
);
97 void OnClear(wxCommandEvent
& event
);
99 void OnSyncExec(wxCommandEvent
& event
);
100 void OnAsyncExec(wxCommandEvent
& event
);
101 void OnShell(wxCommandEvent
& event
);
102 void OnExecWithRedirect(wxCommandEvent
& event
);
103 void OnExecWithPipe(wxCommandEvent
& event
);
105 void OnPOpen(wxCommandEvent
& event
);
107 void OnFileExec(wxCommandEvent
& event
);
109 void OnAbout(wxCommandEvent
& event
);
111 // polling output of async processes
112 void OnTimer(wxTimerEvent
& event
);
113 void OnIdle(wxIdleEvent
& event
);
115 // for MyPipedProcess
116 void OnProcessTerminated(MyPipedProcess
*process
);
117 wxListBox
*GetLogListBox() const { return m_lbox
; }
120 void ShowOutput(const wxString
& cmd
,
121 const wxArrayString
& output
,
122 const wxString
& title
);
124 void DoAsyncExec(const wxString
& cmd
);
126 void AddAsyncProcess(MyPipedProcess
*process
)
128 if ( m_running
.IsEmpty() )
130 // we want to start getting the timer events to ensure that a
131 // steady stream of idle events comes in -- otherwise we
132 // wouldn't be able to poll the child process input
133 m_timerIdleWakeUp
.Start(100);
135 //else: the timer is already running
137 m_running
.Add(process
);
140 void RemoveAsyncProcess(MyPipedProcess
*process
)
142 m_running
.Remove(process
);
144 if ( m_running
.IsEmpty() )
146 // we don't need to get idle events all the time any more
147 m_timerIdleWakeUp
.Stop();
151 // the PID of the last process we launched asynchronously
154 // last command we executed
158 void OnDDEExec(wxCommandEvent
& event
);
159 void OnDDERequest(wxCommandEvent
& event
);
163 // last params of a DDE transaction
167 #endif // __WINDOWS__
171 MyProcessesArray m_running
;
173 // the idle event wake up timer
174 wxTimer m_timerIdleWakeUp
;
176 // any class wishing to process wxWidgets events must use this macro
177 DECLARE_EVENT_TABLE()
180 // ----------------------------------------------------------------------------
181 // MyPipeFrame: allows the user to communicate with the child process
182 // ----------------------------------------------------------------------------
184 class MyPipeFrame
: public wxFrame
187 MyPipeFrame(wxFrame
*parent
,
192 void OnTextEnter(wxCommandEvent
& WXUNUSED(event
)) { DoSend(); }
193 void OnBtnSend(wxCommandEvent
& WXUNUSED(event
)) { DoSend(); }
194 void OnBtnSendFile(wxCommandEvent
& WXUNUSED(event
));
195 void OnBtnGet(wxCommandEvent
& WXUNUSED(event
)) { DoGet(); }
196 void OnBtnClose(wxCommandEvent
& WXUNUSED(event
)) { DoClose(); }
198 void OnClose(wxCloseEvent
& event
);
200 void OnProcessTerm(wxProcessEvent
& event
);
204 wxString
s(m_textOut
->GetValue());
206 m_out
.Write(s
.c_str(), s
.length());
216 void DoGetFromStream(wxTextCtrl
*text
, wxInputStream
& in
);
218 void DisableOutput();
221 wxProcess
*m_process
;
223 wxOutputStream
&m_out
;
227 wxTextCtrl
*m_textOut
,
231 DECLARE_EVENT_TABLE()
234 // ----------------------------------------------------------------------------
235 // wxProcess-derived classes
236 // ----------------------------------------------------------------------------
238 // This is the handler for process termination events
239 class MyProcess
: public wxProcess
242 MyProcess(MyFrame
*parent
, const wxString
& cmd
)
243 : wxProcess(parent
), m_cmd(cmd
)
248 // instead of overriding this virtual function we might as well process the
249 // event from it in the frame class - this might be more convenient in some
251 virtual void OnTerminate(int pid
, int status
);
258 // A specialization of MyProcess for redirecting the output
259 class MyPipedProcess
: public MyProcess
262 MyPipedProcess(MyFrame
*parent
, const wxString
& cmd
)
263 : MyProcess(parent
, cmd
)
268 virtual void OnTerminate(int pid
, int status
);
270 virtual bool HasInput();
273 // A version of MyPipedProcess which also sends input to the stdin of the
275 class MyPipedProcess2
: public MyPipedProcess
278 MyPipedProcess2(MyFrame
*parent
, const wxString
& cmd
, const wxString
& input
)
279 : MyPipedProcess(parent
, cmd
), m_input(input
)
283 virtual bool HasInput();
289 // ----------------------------------------------------------------------------
291 // ----------------------------------------------------------------------------
293 // IDs for the controls and the menu commands
312 Exec_Btn_Send
= 1000,
318 static const wxChar
*DIALOG_TITLE
= _T("Exec sample");
320 // ----------------------------------------------------------------------------
321 // event tables and other macros for wxWidgets
322 // ----------------------------------------------------------------------------
324 // the event tables connect the wxWidgets events with the functions (event
325 // handlers) which process them. It can be also done at run-time, but for the
326 // simple menu events like this the static method is much simpler.
327 BEGIN_EVENT_TABLE(MyFrame
, wxFrame
)
328 EVT_MENU(Exec_Quit
, MyFrame::OnQuit
)
329 EVT_MENU(Exec_Kill
, MyFrame::OnKill
)
330 EVT_MENU(Exec_ClearLog
, MyFrame::OnClear
)
332 EVT_MENU(Exec_SyncExec
, MyFrame::OnSyncExec
)
333 EVT_MENU(Exec_AsyncExec
, MyFrame::OnAsyncExec
)
334 EVT_MENU(Exec_Shell
, MyFrame::OnShell
)
335 EVT_MENU(Exec_Redirect
, MyFrame::OnExecWithRedirect
)
336 EVT_MENU(Exec_Pipe
, MyFrame::OnExecWithPipe
)
338 EVT_MENU(Exec_POpen
, MyFrame::OnPOpen
)
340 EVT_MENU(Exec_OpenFile
, MyFrame::OnFileExec
)
343 EVT_MENU(Exec_DDEExec
, MyFrame::OnDDEExec
)
344 EVT_MENU(Exec_DDERequest
, MyFrame::OnDDERequest
)
345 #endif // __WINDOWS__
347 EVT_MENU(Exec_About
, MyFrame::OnAbout
)
349 EVT_IDLE(MyFrame::OnIdle
)
351 EVT_TIMER(wxID_ANY
, MyFrame::OnTimer
)
354 BEGIN_EVENT_TABLE(MyPipeFrame
, wxFrame
)
355 EVT_BUTTON(Exec_Btn_Send
, MyPipeFrame::OnBtnSend
)
356 EVT_BUTTON(Exec_Btn_SendFile
, MyPipeFrame::OnBtnSendFile
)
357 EVT_BUTTON(Exec_Btn_Get
, MyPipeFrame::OnBtnGet
)
358 EVT_BUTTON(Exec_Btn_Close
, MyPipeFrame::OnBtnClose
)
360 EVT_TEXT_ENTER(wxID_ANY
, MyPipeFrame::OnTextEnter
)
362 EVT_CLOSE(MyPipeFrame::OnClose
)
364 EVT_END_PROCESS(wxID_ANY
, MyPipeFrame::OnProcessTerm
)
367 // Create a new application object: this macro will allow wxWidgets to create
368 // the application object during program execution (it's better than using a
369 // static object for many reasons) and also declares the accessor function
370 // wxGetApp() which will return the reference of the right type (i.e. MyApp and
374 // ============================================================================
376 // ============================================================================
378 // ----------------------------------------------------------------------------
379 // the application class
380 // ----------------------------------------------------------------------------
382 // `Main program' equivalent: the program execution "starts" here
385 // Create the main application window
386 MyFrame
*frame
= new MyFrame(_T("Exec wxWidgets sample"),
387 wxDefaultPosition
, wxSize(500, 140));
389 // Show it and tell the application that it's our main window
393 // success: wxApp::OnRun() will be called which will enter the main message
394 // loop and the application will run. If we returned false here, the
395 // application would exit immediately.
399 // ----------------------------------------------------------------------------
401 // ----------------------------------------------------------------------------
404 #pragma warning(disable: 4355) // this used in base member initializer list
408 MyFrame::MyFrame(const wxString
& title
, const wxPoint
& pos
, const wxSize
& size
)
409 : wxFrame((wxFrame
*)NULL
, wxID_ANY
, title
, pos
, size
),
410 m_timerIdleWakeUp(this)
415 // we need this in order to allow the about menu relocation, since ABOUT is
416 // not the default id of the about menu
417 wxApp::s_macAboutMenuItemId
= Exec_About
;
421 wxMenu
*menuFile
= new wxMenu(wxEmptyString
, wxMENU_TEAROFF
);
422 menuFile
->Append(Exec_Kill
, _T("&Kill process...\tCtrl-K"),
423 _T("Kill a process by PID"));
424 menuFile
->AppendSeparator();
425 menuFile
->Append(Exec_ClearLog
, _T("&Clear log\tCtrl-C"),
426 _T("Clear the log window"));
427 menuFile
->AppendSeparator();
428 menuFile
->Append(Exec_Quit
, _T("E&xit\tAlt-X"), _T("Quit this program"));
430 wxMenu
*execMenu
= new wxMenu
;
431 execMenu
->Append(Exec_SyncExec
, _T("Sync &execution...\tCtrl-E"),
432 _T("Launch a program and return when it terminates"));
433 execMenu
->Append(Exec_AsyncExec
, _T("&Async execution...\tCtrl-A"),
434 _T("Launch a program and return immediately"));
435 execMenu
->Append(Exec_Shell
, _T("Execute &shell command...\tCtrl-S"),
436 _T("Launch a shell and execute a command in it"));
437 execMenu
->AppendSeparator();
438 execMenu
->Append(Exec_Redirect
, _T("Capture command &output...\tCtrl-O"),
439 _T("Launch a program and capture its output"));
440 execMenu
->Append(Exec_Pipe
, _T("&Pipe through command..."),
441 _T("Pipe a string through a filter"));
442 execMenu
->Append(Exec_POpen
, _T("&Open a pipe to a command...\tCtrl-P"),
443 _T("Open a pipe to and from another program"));
445 execMenu
->AppendSeparator();
446 execMenu
->Append(Exec_OpenFile
, _T("Open &file...\tCtrl-F"),
447 _T("Launch the command to open this kind of files"));
449 execMenu
->AppendSeparator();
450 execMenu
->Append(Exec_DDEExec
, _T("Execute command via &DDE...\tCtrl-D"));
451 execMenu
->Append(Exec_DDERequest
, _T("Send DDE &request...\tCtrl-R"));
454 wxMenu
*helpMenu
= new wxMenu(wxEmptyString
, wxMENU_TEAROFF
);
455 helpMenu
->Append(Exec_About
, _T("&About...\tF1"), _T("Show about dialog"));
457 // now append the freshly created menu to the menu bar...
458 wxMenuBar
*menuBar
= new wxMenuBar();
459 menuBar
->Append(menuFile
, _T("&File"));
460 menuBar
->Append(execMenu
, _T("&Exec"));
461 menuBar
->Append(helpMenu
, _T("&Help"));
463 // ... and attach this menu bar to the frame
466 // create the listbox in which we will show misc messages as they come
467 m_lbox
= new wxListBox(this, wxID_ANY
);
468 wxFont
font(12, wxFONTFAMILY_TELETYPE
, wxFONTSTYLE_NORMAL
,
469 wxFONTWEIGHT_NORMAL
);
471 m_lbox
->SetFont(font
);
474 // create a status bar just for fun (by default with 1 pane only)
476 SetStatusText(_T("Welcome to wxWidgets exec sample!"));
477 #endif // wxUSE_STATUSBAR
480 // ----------------------------------------------------------------------------
481 // event handlers: file and help menu
482 // ----------------------------------------------------------------------------
484 void MyFrame::OnQuit(wxCommandEvent
& WXUNUSED(event
))
486 // true is to force the frame to close
490 void MyFrame::OnClear(wxCommandEvent
& WXUNUSED(event
))
495 void MyFrame::OnAbout(wxCommandEvent
& WXUNUSED(event
))
497 wxMessageBox(_T("Exec wxWidgets Sample\n(c) 2000-2002 Vadim Zeitlin"),
498 _T("About Exec"), wxOK
| wxICON_INFORMATION
, this);
501 void MyFrame::OnKill(wxCommandEvent
& WXUNUSED(event
))
503 long pid
= wxGetNumberFromUser(_T("Please specify the process to kill"),
507 // we need the full unsigned int range
516 static const wxString signalNames
[] =
518 _T("Just test (SIGNONE)"),
519 _T("Hangup (SIGHUP)"),
520 _T("Interrupt (SIGINT)"),
521 _T("Quit (SIGQUIT)"),
522 _T("Illegal instruction (SIGILL)"),
523 _T("Trap (SIGTRAP)"),
524 _T("Abort (SIGABRT)"),
525 _T("Emulated trap (SIGEMT)"),
526 _T("FP exception (SIGFPE)"),
527 _T("Kill (SIGKILL)"),
529 _T("Segment violation (SIGSEGV)"),
530 _T("System (SIGSYS)"),
531 _T("Broken pipe (SIGPIPE)"),
532 _T("Alarm (SIGALRM)"),
533 _T("Terminate (SIGTERM)"),
536 int sig
= wxGetSingleChoiceIndex(_T("How to kill the process?"),
538 WXSIZEOF(signalNames
), signalNames
,
543 wxFAIL_MSG( _T("unexpected return value") );
571 if ( wxProcess::Exists(pid
) )
572 wxLogStatus(_T("Process %ld is running."), pid
);
574 wxLogStatus(_T("No process with pid = %ld."), pid
);
578 wxKillError rc
= wxProcess::Kill(pid
, (wxSignal
)sig
);
579 if ( rc
== wxKILL_OK
)
581 wxLogStatus(_T("Process %ld killed with signal %d."), pid
, sig
);
585 static const wxChar
*errorText
[] =
588 _T("signal not supported"),
589 _T("permission denied"),
590 _T("no such process"),
591 _T("unspecified error"),
594 wxLogStatus(_T("Failed to kill process %ld with signal %d: %s"),
595 pid
, sig
, errorText
[rc
]);
600 // ----------------------------------------------------------------------------
601 // event handlers: exec menu
602 // ----------------------------------------------------------------------------
604 void MyFrame::DoAsyncExec(const wxString
& cmd
)
606 wxProcess
*process
= new MyProcess(this, cmd
);
607 m_pidLast
= wxExecute(cmd
, wxEXEC_ASYNC
, process
);
610 wxLogError( _T("Execution of '%s' failed."), cmd
.c_str() );
616 wxLogStatus( _T("Process %ld (%s) launched."),
617 m_pidLast
, cmd
.c_str() );
623 void MyFrame::OnSyncExec(wxCommandEvent
& WXUNUSED(event
))
625 wxString cmd
= wxGetTextFromUser(_T("Enter the command: "),
632 wxLogStatus( _T("'%s' is running please wait..."), cmd
.c_str() );
634 int code
= wxExecute(cmd
, wxEXEC_SYNC
);
636 wxLogStatus(_T("Process '%s' terminated with exit code %d."),
642 void MyFrame::OnAsyncExec(wxCommandEvent
& WXUNUSED(event
))
644 wxString cmd
= wxGetTextFromUser(_T("Enter the command: "),
654 void MyFrame::OnShell(wxCommandEvent
& WXUNUSED(event
))
656 wxString cmd
= wxGetTextFromUser(_T("Enter the command: "),
663 int code
= wxShell(cmd
);
664 wxLogStatus(_T("Shell command '%s' terminated with exit code %d."),
669 void MyFrame::OnExecWithRedirect(wxCommandEvent
& WXUNUSED(event
))
671 wxString cmd
= wxGetTextFromUser(_T("Enter the command: "),
679 switch ( wxMessageBox(_T("Execute it synchronously?"),
681 wxYES_NO
| wxCANCEL
| wxICON_QUESTION
, this) )
697 wxArrayString output
, errors
;
698 int code
= wxExecute(cmd
, output
, errors
);
699 wxLogStatus(_T("command '%s' terminated with exit code %d."),
704 ShowOutput(cmd
, output
, _T("Output"));
705 ShowOutput(cmd
, errors
, _T("Errors"));
710 MyPipedProcess
*process
= new MyPipedProcess(this, cmd
);
711 if ( !wxExecute(cmd
, wxEXEC_ASYNC
, process
) )
713 wxLogError(_T("Execution of '%s' failed."), cmd
.c_str());
719 AddAsyncProcess(process
);
726 void MyFrame::OnExecWithPipe(wxCommandEvent
& WXUNUSED(event
))
729 m_cmdLast
= _T("tr [a-z] [A-Z]");
731 wxString cmd
= wxGetTextFromUser(_T("Enter the command: "),
738 wxString input
= wxGetTextFromUser(_T("Enter the string to send to it: "),
743 // always execute the filter asynchronously
744 MyPipedProcess2
*process
= new MyPipedProcess2(this, cmd
, input
);
745 long pid
= wxExecute(cmd
, wxEXEC_ASYNC
, process
);
748 wxLogStatus( _T("Process %ld (%s) launched."), pid
, cmd
.c_str() );
750 AddAsyncProcess(process
);
754 wxLogError(_T("Execution of '%s' failed."), cmd
.c_str());
762 void MyFrame::OnPOpen(wxCommandEvent
& WXUNUSED(event
))
764 wxString cmd
= wxGetTextFromUser(_T("Enter the command to launch: "),
770 wxProcess
*process
= wxProcess::Open(cmd
);
773 wxLogError(_T("Failed to launch the command."));
777 wxOutputStream
*out
= process
->GetOutputStream();
780 wxLogError(_T("Failed to connect to child stdin"));
784 wxInputStream
*in
= process
->GetInputStream();
787 wxLogError(_T("Failed to connect to child stdout"));
791 new MyPipeFrame(this, cmd
, process
);
794 void MyFrame::OnFileExec(wxCommandEvent
& WXUNUSED(event
))
796 static wxString s_filename
;
801 filename
= wxLoadFileSelector(wxEmptyString
, wxEmptyString
, s_filename
);
802 #endif // wxUSE_FILEDLG
804 if ( filename
.empty() )
807 s_filename
= filename
;
809 wxString ext
= filename
.AfterFirst(_T('.'));
810 wxFileType
*ft
= wxTheMimeTypesManager
->GetFileTypeFromExtension(ext
);
813 wxLogError(_T("Impossible to determine the file type for extension '%s'"),
819 bool ok
= ft
->GetOpenCommand(&cmd
,
820 wxFileType::MessageParameters(filename
));
824 wxLogError(_T("Impossible to find out how to open files of extension '%s'"),
832 // ----------------------------------------------------------------------------
834 // ----------------------------------------------------------------------------
838 bool MyFrame::GetDDEServer()
840 wxString server
= wxGetTextFromUser(_T("Server to connect to:"),
841 DIALOG_TITLE
, m_server
);
847 wxString topic
= wxGetTextFromUser(_T("DDE topic:"), DIALOG_TITLE
, m_topic
);
853 wxString cmd
= wxGetTextFromUser(_T("DDE command:"), DIALOG_TITLE
, m_cmdDde
);
862 void MyFrame::OnDDEExec(wxCommandEvent
& WXUNUSED(event
))
864 if ( !GetDDEServer() )
868 wxConnectionBase
*conn
= client
.MakeConnection(wxEmptyString
, m_server
, m_topic
);
871 wxLogError(_T("Failed to connect to the DDE server '%s'."),
876 if ( !conn
->Execute(m_cmdDde
) )
878 wxLogError(_T("Failed to execute command '%s' via DDE."),
883 wxLogStatus(_T("Successfully executed DDE command"));
888 void MyFrame::OnDDERequest(wxCommandEvent
& WXUNUSED(event
))
890 if ( !GetDDEServer() )
894 wxConnectionBase
*conn
= client
.MakeConnection(wxEmptyString
, m_server
, m_topic
);
897 wxLogError(_T("Failed to connect to the DDE server '%s'."),
902 if ( !conn
->Request(m_cmdDde
) )
904 wxLogError(_T("Failed to send request '%s' via DDE."),
909 wxLogStatus(_T("Successfully sent DDE request."));
914 #endif // __WINDOWS__
916 // ----------------------------------------------------------------------------
918 // ----------------------------------------------------------------------------
921 void MyFrame::OnIdle(wxIdleEvent
& event
)
923 size_t count
= m_running
.GetCount();
924 for ( size_t n
= 0; n
< count
; n
++ )
926 if ( m_running
[n
]->HasInput() )
933 void MyFrame::OnTimer(wxTimerEvent
& WXUNUSED(event
))
938 void MyFrame::OnProcessTerminated(MyPipedProcess
*process
)
940 RemoveAsyncProcess(process
);
944 void MyFrame::ShowOutput(const wxString
& cmd
,
945 const wxArrayString
& output
,
946 const wxString
& title
)
948 size_t count
= output
.GetCount();
952 m_lbox
->Append(wxString::Format(_T("--- %s of '%s' ---"),
953 title
.c_str(), cmd
.c_str()));
955 for ( size_t n
= 0; n
< count
; n
++ )
957 m_lbox
->Append(output
[n
]);
960 m_lbox
->Append(wxString::Format(_T("--- End of %s ---"),
961 title
.Lower().c_str()));
964 // ----------------------------------------------------------------------------
966 // ----------------------------------------------------------------------------
968 void MyProcess::OnTerminate(int pid
, int status
)
970 wxLogStatus(m_parent
, _T("Process %u ('%s') terminated with exit code %d."),
971 pid
, m_cmd
.c_str(), status
);
973 // we're not needed any more
977 // ----------------------------------------------------------------------------
979 // ----------------------------------------------------------------------------
981 bool MyPipedProcess::HasInput()
983 bool hasInput
= false;
985 if ( IsInputAvailable() )
987 wxTextInputStream
tis(*GetInputStream());
989 // this assumes that the output is always line buffered
991 msg
<< m_cmd
<< _T(" (stdout): ") << tis
.ReadLine();
993 m_parent
->GetLogListBox()->Append(msg
);
998 if ( IsErrorAvailable() )
1000 wxTextInputStream
tis(*GetErrorStream());
1002 // this assumes that the output is always line buffered
1004 msg
<< m_cmd
<< _T(" (stderr): ") << tis
.ReadLine();
1006 m_parent
->GetLogListBox()->Append(msg
);
1014 void MyPipedProcess::OnTerminate(int pid
, int status
)
1016 // show the rest of the output
1017 while ( HasInput() )
1020 m_parent
->OnProcessTerminated(this);
1022 MyProcess::OnTerminate(pid
, status
);
1025 // ----------------------------------------------------------------------------
1027 // ----------------------------------------------------------------------------
1029 bool MyPipedProcess2::HasInput()
1031 if ( !m_input
.empty() )
1033 wxTextOutputStream
os(*GetOutputStream());
1034 os
.WriteString(m_input
);
1039 // call us once again - may be we'll have output
1043 return MyPipedProcess::HasInput();
1046 // ============================================================================
1047 // MyPipeFrame implementation
1048 // ============================================================================
1050 MyPipeFrame::MyPipeFrame(wxFrame
*parent
,
1051 const wxString
& cmd
,
1053 : wxFrame(parent
, wxID_ANY
, cmd
),
1055 // in a real program we'd check that the streams are !NULL here
1056 m_out(*process
->GetOutputStream()),
1057 m_in(*process
->GetInputStream()),
1058 m_err(*process
->GetErrorStream())
1060 m_process
->SetNextHandler(this);
1062 wxPanel
*panel
= new wxPanel(this, wxID_ANY
);
1064 m_textOut
= new wxTextCtrl(panel
, wxID_ANY
, wxEmptyString
,
1065 wxDefaultPosition
, wxDefaultSize
,
1066 wxTE_PROCESS_ENTER
);
1067 m_textIn
= new wxTextCtrl(panel
, wxID_ANY
, wxEmptyString
,
1068 wxDefaultPosition
, wxDefaultSize
,
1069 wxTE_MULTILINE
| wxTE_RICH
);
1070 m_textIn
->SetEditable(false);
1071 m_textErr
= new wxTextCtrl(panel
, wxID_ANY
, wxEmptyString
,
1072 wxDefaultPosition
, wxDefaultSize
,
1073 wxTE_MULTILINE
| wxTE_RICH
);
1074 m_textErr
->SetEditable(false);
1076 wxSizer
*sizerTop
= new wxBoxSizer(wxVERTICAL
);
1077 sizerTop
->Add(m_textOut
, 0, wxGROW
| wxALL
, 5);
1079 wxSizer
*sizerBtns
= new wxBoxSizer(wxHORIZONTAL
);
1081 Add(new wxButton(panel
, Exec_Btn_Send
, _T("&Send")), 0, wxALL
, 5);
1083 Add(new wxButton(panel
, Exec_Btn_SendFile
, _T("&File...")), 0, wxALL
, 5);
1085 Add(new wxButton(panel
, Exec_Btn_Get
, _T("&Get")), 0, wxALL
, 5);
1087 Add(new wxButton(panel
, Exec_Btn_Close
, _T("&Close")), 0, wxALL
, 5);
1089 sizerTop
->Add(sizerBtns
, 0, wxCENTRE
| wxALL
, 5);
1090 sizerTop
->Add(m_textIn
, 1, wxGROW
| wxALL
, 5);
1091 sizerTop
->Add(m_textErr
, 1, wxGROW
| wxALL
, 5);
1093 panel
->SetSizer(sizerTop
);
1094 sizerTop
->Fit(this);
1099 void MyPipeFrame::OnBtnSendFile(wxCommandEvent
& WXUNUSED(event
))
1102 wxFileDialog
filedlg(this, _T("Select file to send"));
1103 if ( filedlg
.ShowModal() != wxID_OK
)
1106 wxFFile
file(filedlg
.GetFilename(), _T("r"));
1108 if ( !file
.IsOpened() || !file
.ReadAll(&data
) )
1111 // can't write the entire string at once, this risk overflowing the pipe
1112 // and we would dead lock
1113 size_t len
= data
.length();
1114 const wxChar
*pc
= data
.c_str();
1117 const size_t CHUNK_SIZE
= 4096;
1118 m_out
.Write(pc
, len
> CHUNK_SIZE
? CHUNK_SIZE
: len
);
1120 // note that not all data could have been written as we don't block on
1121 // the write end of the pipe
1122 const size_t lenChunk
= m_out
.LastWrite();
1129 #endif // wxUSE_FILEDLG
1132 void MyPipeFrame::DoGet()
1134 // we don't have any way to be notified when any input appears on the
1135 // stream so we have to poll it :-(
1136 DoGetFromStream(m_textIn
, m_in
);
1137 DoGetFromStream(m_textErr
, m_err
);
1140 void MyPipeFrame::DoGetFromStream(wxTextCtrl
*text
, wxInputStream
& in
)
1142 while ( in
.CanRead() )
1144 wxChar buffer
[4096];
1145 buffer
[in
.Read(buffer
, WXSIZEOF(buffer
) - 1).LastRead()] = _T('\0');
1147 text
->AppendText(buffer
);
1151 void MyPipeFrame::DoClose()
1153 m_process
->CloseOutput();
1158 void MyPipeFrame::DisableInput()
1160 m_textOut
->SetEditable(false);
1161 FindWindow(Exec_Btn_Send
)->Disable();
1162 FindWindow(Exec_Btn_SendFile
)->Disable();
1163 FindWindow(Exec_Btn_Close
)->Disable();
1166 void MyPipeFrame::DisableOutput()
1168 FindWindow(Exec_Btn_Get
)->Disable();
1171 void MyPipeFrame::OnClose(wxCloseEvent
& event
)
1175 // we're not interested in getting the process termination notification
1176 // if we are closing it ourselves
1177 wxProcess
*process
= m_process
;
1179 process
->SetNextHandler(NULL
);
1181 process
->CloseOutput();
1187 void MyPipeFrame::OnProcessTerm(wxProcessEvent
& WXUNUSED(event
))
1194 wxLogWarning(_T("The other process has terminated, closing"));