|
![]() |
#1 |
Участник
|
Цитата:
X++: void clicked() { super(); ctrl_InputQuantity.setFokus(); element.task(#Key7); // simulate key 7 pressed } Regards, |
|
![]() |
#2 |
MCP
|
ist, Hi!
Your idea is good, but i think you can't simulate button click by this method. You can try to place breakpoint in task() method in your form like this: X++: public int task(int _taskId) { int ret; ; ret = super(_taskId); breakpoint; return ret; } |
|
|
|