| Author |
Message |
Topic: Toolbars for different windows... |
emirvisir
Replies: 5
Views: 1080
|
Forum: Ask for Help Posted: Wed Oct 10, 2007 5:03 pm Subject: Toolbars for different windows... |
| This all looks ver very nice, lots of ideas for window handling... I'll let you know if there is anything I can use here. My guess is that what I am really looking after is a context sensitive GUI for ... |
Topic: Toolbars for different windows... |
emirvisir
Replies: 5
Views: 1080
|
Forum: Ask for Help Posted: Wed Oct 10, 2007 3:50 pm Subject: Toolbars for different windows... |
I came up with this crummy code:
;Outlook Toolbar
OutlookGUI:
winwaitactive ahk_class rctrl_renwnd32 ;waits for Outlook to be activated
Gui, Add, Button, x-4 y-3 w90 h30 gnuevo_ticket_EARS, ... |
Topic: Toolbars for different windows... |
emirvisir
Replies: 5
Views: 1080
|
Forum: Ask for Help Posted: Tue Oct 09, 2007 11:55 pm Subject: Toolbars for different windows... |
| Thanks! I will try to adapt your code to my script and tell you the result... that was very helpful |
Topic: Toolbars for different windows... |
emirvisir
Replies: 5
Views: 1080
|
Forum: Ask for Help Posted: Tue Oct 09, 2007 4:52 pm Subject: Toolbars for different windows... |
Hi there,
I have a big script which does a number of things to transfer text between Outlook and another application with forms, as well as automatizing the writing of email. I think that it's valu ... |
Topic: minimizing a Terminal Server Window |
emirvisir
Replies: 5
Views: 152
|
Forum: Ask for Help Posted: Wed Sep 26, 2007 4:33 pm Subject: minimizing a Terminal Server Window |
| Thanks... it does not work and I don't know why, I guess it has to do with the codepage or something... |
Topic: minimizing a Terminal Server Window |
emirvisir
Replies: 5
Views: 152
|
Forum: Ask for Help Posted: Wed Sep 26, 2007 3:15 pm Subject: minimizing a Terminal Server Window |
| If someone told me how to send a break (key above the pgUP key) keystroke, it'd probably solve my problems... |
Topic: minimizing a Terminal Server Window |
emirvisir
Replies: 5
Views: 152
|
Forum: Ask for Help Posted: Wed Sep 26, 2007 3:14 pm Subject: minimizing a Terminal Server Window |
| OK... the issue is that I use the key combinations to be active in the remote window because I want to be able to run the combinations in the TS. If I don't configure the connection so, it does not re ... |
Topic: minimizing a Terminal Server Window |
emirvisir
Replies: 5
Views: 152
|
Forum: Ask for Help Posted: Wed Sep 26, 2007 2:54 pm Subject: minimizing a Terminal Server Window |
Hello,
Long time no posts here...
Well, I have a very silly problem. I set up a Terminal Server with a compiled script which works great (thanks Bobo for the original suggestion).
I have imp ... |
Topic: Script for EARS (remedy's Action Request System) |
emirvisir
Replies: 10
Views: 490
|
Forum: Ask for Help Posted: Wed Sep 26, 2007 2:41 pm Subject: Script for EARS (remedy's Action Request System) |
| sorry, did not see your email in a while... my code is very dependant on a type of form that we have. also I will clean it out of things which are irrelevant to the post, because I have made a megascr ... |
Topic: Script for EARS (remedy's Action Request System) |
emirvisir
Replies: 10
Views: 490
|
Forum: Ask for Help Posted: Sat Apr 21, 2007 12:42 pm Subject: Script for EARS (remedy's Action Request System) |
| OK, my script has evolved a bit and now sends controlclick relative to the MDI window's coordinates... I only find that sometimes it sends controlclick to the wrong MDI window and then text winds up i ... |
Topic: How to compare two lists? |
emirvisir
Replies: 6
Views: 549
|
Forum: Ask for Help Posted: Sat Apr 21, 2007 12:27 pm Subject: How to compare two lists? |
heh, I guess I did not read the code too attentively... thanks for pointing that out  |
Topic: How to compare two lists? |
emirvisir
Replies: 6
Views: 549
|
Forum: Ask for Help Posted: Fri Apr 20, 2007 6:47 pm Subject: How to compare two lists? |
does this work the same when the lists are contained in variables?
I want to compare two Winget ControlListHwnd commands, to be able to send events directly to a new control which appears at a give ... |
Topic: get the position of the text cursor instead of the mouse |
emirvisir
Replies: 2
Views: 291
|
Forum: Ask for Help Posted: Fri Apr 20, 2007 6:26 pm Subject: get the position of the text cursor instead of the mouse |
Hello there,
I looked around a bit, and saw this from the documentation:
Active Window (A): Almost all of the windowing commands can be told to operate upon the active window by specifying the let ... |
Topic: changing window title of 3rd party apps... possible? |
emirvisir
Replies: 5
Views: 282
|
Forum: Ask for Help Posted: Fri Apr 20, 2007 6:06 pm Subject: changing window title of 3rd party apps... possible? |
| It's an MDI application... I am looking into ways of using this valuable advice, I have plenty to explore since I don't even know what the HWND is. It looks to me like an hexadecimal number, I wonder ... |
Topic: changing window title of 3rd party apps... possible? |
emirvisir
Replies: 5
Views: 282
|
Forum: Ask for Help Posted: Fri Apr 20, 2007 3:15 pm Subject: changing window title of 3rd party apps... possible? |
Hello,
Before I start, I really really searched for the things I ask, perhaps I am just not a good searcher
I have an app which has child window titles that make them undistinguishable whe ... |
| |