Where did I go wrong

1 Ansicht (letzte 30 Tage)
nsbd
nsbd am 6 Mai 2011
Hi all
pause(1.5)
import java.awt.Robot;
import java.awt.event.*;
key =Robot ;
handles.n=str2double(get(handles.edit1,'string')) ;
for i=1:handles.n;
key.keyPress (java.awt.event.KeyEvent.VK_Z);
pause(1)
end
once the keyboard is the Z Clicked. but the notebook is working properly. the program is not in the game.
please help me.
(I'm Working guide.)

Akzeptierte Antwort

Walter Roberson
Walter Roberson am 6 Mai 2011
Which notebook is working properly? What game is being referred to?
I notice that you have not send release events for the keys pressed.
  4 Kommentare
nsbd
nsbd am 6 Mai 2011
I've tried before.didn't
I tried again I tried again. but again didn't :(
first prog. clicked(12345678) but just (ZZZZZ) I want.
nsbd
nsbd am 6 Mai 2011
new
"pause(1.5)
import java.awt.Robot;
import java.awt.event.*;
key = Robot ;
n=str2double(get(handles.edit1,'string')) ;
for i=1:n;
key.keyPress(java.awt.event.KeyEvent.VK_5);
pause(1.5)
key.keyRelease(java.awt.event.KeyEvent.VK_5);
pause(1.5)
end
"
:) this trying thank you Roberson.
Eror = (handles.n) changed (n)

Melden Sie sich an, um zu kommentieren.

Weitere Antworten (0)

Kategorien

Mehr zu Desktop finden Sie in Help Center und File Exchange

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by