|
Lines 97-103
Link Here
|
| 97 |
} |
97 |
} |
| 98 |
|
98 |
|
| 99 |
// run test application |
99 |
// run test application |
| 100 |
SCR::Execute (.background.run_output, "/usr/bin/irdadump"); |
100 |
SCR::Execute (.background.run_output, "/usr/sbin/irdadump"); |
| 101 |
|
101 |
|
| 102 |
// construct the dialog |
102 |
// construct the dialog |
| 103 |
UI::OpenDialog(`opt(`decorated), `HBox(`HSpacing(1.5), |
103 |
UI::OpenDialog(`opt(`decorated), `HBox(`HSpacing(1.5), |
|
Lines 161-167
Link Here
|
| 161 |
} |
161 |
} |
| 162 |
if (ret == `cont) |
162 |
if (ret == `cont) |
| 163 |
{ |
163 |
{ |
| 164 |
SCR::Execute (.background.run_output, "/usr/bin/irdadump"); |
164 |
SCR::Execute (.background.run_output, "/usr/sbin/irdadump"); |
| 165 |
UI::ChangeWidget (`id (`stop), `Enabled, true); |
165 |
UI::ChangeWidget (`id (`stop), `Enabled, true); |
| 166 |
UI::ChangeWidget (`id (`cont), `Enabled, false); |
166 |
UI::ChangeWidget (`id (`cont), `Enabled, false); |
| 167 |
ret = nil; |
167 |
ret = nil; |