[power-pro] Re: how to send key {ctrl}+{shift}+{end}?

2010-08-23 Thread SS
Thanks. It really solves my problem. Another issue is the pause timing. Do I have any alternative to wait.for()? I am writing a simple text reader by using a TTS engine, which I have no way to communicate with. So all I can do is to count the numbers of the paragraphs, and try to guess the

[power-pro] Re: how to send key {ctrl}+{shift}+{end}?

2010-08-23 Thread SS
Thanks. It really solves my problem. Another issue is the pause timing. Do I have any alternative to wait.for()? I am writing a simple text reader by using a TTS engine, which I have no way to communicate with. So all I can do is to count the numbers of the paragraphs, and try to guess the time

Re: [power-pro] Re: how to send key {ctrl}+{shift}+{end}?

2010-08-23 Thread Carroll Robbins
On Mon, 23 Aug 2010 17:24:53 -, SS hypersam...@yahoo.com.tw wrote: Now the problem is wait.for() doesnt accept expression. How could I implement it? Use wait.forinterval(expression) where expression is the number of milliseconds to wait. This is explained in powerpro.hlp. -- Carroll B.