Close
Showing results 1 to 10 of 94

Hybrid View

  1. #1

    Default

    I'm just curious, how complicated is it to have a mouse cursor in each window? Of course I wouldn't be expecting a feature like this anytime soon.

    Anyway, keep up the good work! I eagerly look forward to the next release of Mojo. I'll likely be using it as my main program once I can add scripts to it, instead of my current clumsy combo of multiple programs...
    Jenzali - Troll Druid (Level 85) - Emerald Dream
    Soon to be joined by 4 other Druid buddies!

  2. #2

    Default

    Quote Originally Posted by Akoko View Post
    I'm just curious, how complicated is it to have a mouse cursor in each window? Of course I wouldn't be expecting a feature like this anytime soon.
    It's easy to make the program click in multiple windows simultaneously and Mojo will do that soon.

    I'm planning to implement that without making the cursor visible in multiple windows. I don't know if there's an easy way to make it visible.
    �Author of HotkeyNet and Mojo

  3. #3

    Default

    Quote Originally Posted by Freddie View Post
    It's easy to make the program click in multiple windows simultaneously and Mojo will do that soon.

    I'm planning to implement that without making the cursor visible in multiple windows. I don't know if there's an easy way to make it visible.
    Yeah, I guess not. The main problem I've been having with HKN broadcasting is if I accidentally hold down the mouse button or move very slightly it can severely mess up the views or change focus of one or all of my WoW windows, and sometimes the clicks don't pass reliably. Maybe it's just my script that isn't optimal, rather than HKN's system itself?

    This is what I'm using:

    Code:
    <Hotkey Alt LButton, MButton, RButton, Button4, Button5>
       <SendLabel w1, w2, w3> 
          <ClickMouse %TriggerMainKey%>
    If the problem extends further than just my script, then I patiently await Mojo's mouse broadcasting

    P.S. Would it be possible to have a feature that compensates for the existence of pet bars or totem bars somewhere down the line? I've noticed that all of my shaman's dialogue buttons such as Need/greed loot windows are higher up than those on my mages simply because of the totem castbar, meaning I have to click once for the shaman and then once for the mages.
    Jenzali - Troll Druid (Level 85) - Emerald Dream
    Soon to be joined by 4 other Druid buddies!

  4. #4

    Default

    Quote Originally Posted by Akoko View Post
    Yeah, I guess not. The main problem I've been having with HKN broadcasting is if I accidentally hold down the mouse button or move very slightly it can severely mess up the views or change focus of one or all of my WoW windows, and sometimes the clicks don't pass reliably. Maybe it's just my script that isn't optimal, rather than HKN's system itself?

    This is what I'm using:

    Code:
    <Hotkey Alt LButton, MButton, RButton, Button4, Button5>
       <SendLabel w1, w2, w3> 
          <ClickMouse %TriggerMainKey%>
    The script is fine but it sounds like your settings and/or send modes are sub-optimal. Since I don't know your send modes and settings, I'm only guessing.

    One of the problems with HotkeyNet is that it has so many options and alternative code paths that it's impossible to help a user without first asking him twenty questions.

    Mojo is going to use a different method for injecting keystrokes and mouseclicks than the ones in HotkeyNet. The new code is already used in Mojo for key broadcasting. The new method is simpler, faster, and more reliable. It has no user-settable options so I will never have to ask anyone, "What are your settings?"

    P.S. Would it be possible to have a feature that compensates for the existence of pet bars or totem bars somewhere down the line? I've noticed that all of my shaman's dialogue buttons such as Need/greed loot windows are higher up than those on my mages simply because of the totem castbar, meaning I have to click once for the shaman and then once for the mages.
    I don't know very much about WoW so I'm going entirely by your description here, but it sounds like yes, this could be done. It could be done now with HotkeyNet too.
    Last edited by Freddie : 01-16-2010 at 12:31 AM
    �Author of HotkeyNet and Mojo

Posting Rules

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •