Hello everyone,
 
strike my last question about what event to use for my itunes script.  I
learned that through msaaeventsource, I could acomplish what I want. via
onobjectfocus.
 
now, the following code:
 
Dim MyMSAAEventSource : Set MyMSAAEventSource = MSAAEventSource 
MyMSAAEventSource.Process = ClientInformation.ApplicationProcess
Dim EventOnObjectFocus : EventOnObjectFocus = ConnectEvent
(MyMSAAEventSource, "OnObjectFocus", "OnObjectFocus")

sub OnObjectFocus(iacc)
 
select case iacc.role.value
 
case role_SYSTEM_OUTLINEITEM
...
end select
end sub
 
my problem is that this code makes my itunes source list double read...  how
can I ffix this?
 
And also, if for some reason lets say I wanted to change what window-says
when it finds a certain item how can I do it? right now I can speak "what
ever" when I get to the outlineitem case claws in the select, but it'll
still say the original name of the item int the source list.
 
Thanks for any help.
 
 
 
Juan Hernandez
[EMAIL PROTECTED]
858-699-2105
 

Reply via email to