Need to do some very simple scientific calculations.
Basic would be fine.
Never touched 'C'
Anyone any ideas ?
: ))
Tim
Basic would be fine.
Never touched 'C'
Anyone any ideas ?
: ))
Tim
GO ="wminput " if (str_length(fs_config.text) != 0) then GO = GO +"-c " + fs_config.text +" " endif if (chk_reconnect.checked == 1) then GO = GO +"-r " endif if (chk_wait.checked == 1) then GO = GO +"-w " endif //if (chk_uinput.checked == 1) then // execBackground("kdesudo modprobe uinput") //endif execBackground(GO,shell) <-- send var to program (var,program) message_info("press 1 + 2 on your wiimote") <-- displays a message box btn_run.setEnabled(0) btn_stop.setEnabled(1) chk_uinput.setText("Stop Uimput After Wminput")
Comment