mrhouston Posted April 6, 2009 Report Share Posted April 6, 2009 When I bring up a macro in a chat room all the macros works perfect, but when I am using floating macros it will not put the macro in the room. The floating macros do work for im’ing people just not in a chat room. Any help or suggestions please? Quote Link to comment Share on other sites More sharing options...
kevin Posted April 6, 2009 Report Share Posted April 6, 2009 It sounds like the room is not getting focus. First try putting a small delay at the top of the macro. This gives Windows a little time to switch focus from the popup menu to the 'room' window. If that doesn't work, you may need to put something like this at the top of each macro: If Not Window Title "Room Window" on top Activate Window: "Room Window" End If Substitute the actual window title for 'Room Window'. Quote Link to comment Share on other sites More sharing options...
mrhouston Posted April 6, 2009 Author Report Share Posted April 6, 2009 Thank you very much I will try that!!!! Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.