|
| Thunderbird compacting tweak |
 |
Fri, 11 Apr 2008 21:03:00 -040 |
Thunderbird compacting tweak
When I run this following code;
AppExecute ("C:\Program Files\Mozilla Thunderbird\thunderbird.exe")
Wait (50)
SendKeys("{Shift+Tab}")
SendKeys ("")
SendKeys ("")
SendKeys ("")
SendKeys ("")
SendKeys ("")
Wait (10)
SendKeys("{Alt+F}")
Wait (30)
It works nicely, but only as long as I don’t add some new folder in the
future. This is not ideal because Murphy (Murphy’s Laws) says I will do
that as soon as I forget about this project.
Is there a way to have the computer just jump down to the QI Inbox
folder without having to send the down arrow keys?
|
| Post Reply
|
| Re: Thunderbird compacting tweak |
 |
Sat, 12 Apr 2008 14:11:30 GMT |
Victor:
> Is there a way to have the computer just jump down to the QI Inbox
> folder without having to send the down arrow keys?
>
Not without very extensive investigation.
When you add a folder, edit the macro.
--
Good wishes!
Roy Lewis
C_Tech volunteer
(UK)
|
| Post Reply
|
| Re: Thunderbird compacting tweak |
 |
Sat, 12 Apr 2008 14:47:30 -050 |
As you go Down, check the caption title. You should have the windows
handle already.
e.g.
hWnd=Applocate("*Thunderbird")
Wait(1)
MessageBox(;;RegionGetWindowText(hWnd))
|
| Post Reply
|
|
|
|
|
|
|
|
|
|