big_luke Newbie
Joined: 11 Jun 2005 Posts: 9
|
Posted: Sat Jun 18, 2005 5:49 am
zMUDFocus Com Method |
Basically, I'm trying to write a script to give zMud focus if I receive a tell and zMud doesn't currently have focus. I'm running into some trouble with this particular method call though.
I've properly initialised the zMud com object, it works fine with all the other properties and such (in fact, in the if loop it checks .zMUDIsActive and that part returns fine). Calling the zMUDFocus method though seems to echo a blank line to my zmud window, but otherwise do nothing.
Code: |
Variable: zmudvar <OLE object: Zmud.Application> |
Thats my variable.
Code: |
#call @zmudvar.zMUDFocus |
Doesn't seem to do anything, nor does:
Code: |
#com zmudvar zMUDFocus |
Maybe there are some parameters I need to give zMUDFocus? Or perhaps this method doesn't work, or some other such problem.
Any help would be appreciated. Thanks |
|