Close
Page 2 of 9 FirstFirst 1 2 3 4 ... LastLast
Showing results 11 to 20 of 83
  1. #11

    Default

    It's fixed but I'm going to change the window a little bit before i post it. about 20 min.
    �Author of HotkeyNet and Mojo

  2. #12

    Default

    Quote Originally Posted by Fursphere View Post
    OK, I got a different bug.

    Setting it back to "system defaults" doesn't turn it off - you have to click "off" then apply it. Then it'll "stick".

    It messes with the Taskbar though - makes it hard to use it.
    That's not a bug. "Use system setting" really means "Mojo doesn't do anything." You won't get your system defaults back till you reboot.

    Maybe there's a better name than "Use system defaults" for those buttons.

    Edit: The problem is, Mojo has no way to know what your system defaults are They are probably in the registry but Microsoft doesn't document them (at least I don't think it does) and I don't lke using undocumented features.

    Edit: Maybe just this once I'll use undocumented settings.
    Last edited by Freddie : 01-24-2010 at 04:01 AM
    �Author of HotkeyNet and Mojo

  3. #13

    Default

    Build 20 is up.

    Fur, you're right, that "Use system setting" stuff doesn't cut it.

    I'll have to figure out tomorrow what to do about it.
    �Author of HotkeyNet and Mojo

  4. #14

    Default

    It's amazing how tiny things like this turn into problems.

    This whole feature should have taken 45 minutes.

    Here's my proposed solution for "Use system settings."

    When Mojo starts up, it will record the settings that were in use before it started.

    If you select "Use system settings," Mojo will restore those settings.

    Maybe the caption should say "Use prior settings" or something like that.

    Maybe the caption should say "Restore something or other."

    "Restore original settings."

    "Use existing settings."

    "Use current settings."
    �Author of HotkeyNet and Mojo

  5. #15

    Default

    Quote Originally Posted by Freddie View Post
    It's amazing how tiny things like this turn into problems.

    This whole feature should have taken 45 minutes.

    Here's my proposed solution for "Use system settings."

    When Mojo starts up, it will record the settings that were in use before it started.

    If you select "Use system settings," Mojo will restore those settings.

    Maybe the caption should say "Use prior settings" or something like that.

    Maybe the caption should say "Restore something or other."

    "Restore original settings."

    "Use existing settings."

    "Use current settings."
    Would it be better to store the settings that were in use whenever the user changes the setting off of "Use system default", rather than when the program starts?

    That would prevent conflicts if the user changed the Windows setting between starting Mojo and changing the setting in Mojo.

  6. #16

    Default

    Maybe I'll do it that way.
    �Author of HotkeyNet and Mojo

  7. #17

    Default

    I don't mind having to reboot to get back to system default if it's hard to remember and it wouldn't be the same (ie it would change something from default) - don't sweat that part too much

    now the radio buttons do all work ! thx a lot !

    small suggestion: add an "apply" button so the user can experiment with the settings without having to click "ok" and reopen the dialog between each try


    thanks a lot for that feature and quick turn around !

    another minor nit picking (but I wouldn't sweat it either) the raise window part doesn't work if the first on is on off (so I guess in theory it should be grayed out in that case)

    [I know it's not a mojo feature but you're doing the UI for microsoft :-) ]

    minor unrelated bug report: I tried to assign NumLock to toggle broacasting on/off so I get some visual feedback on my keyboard (pending the overlay or semi transparent status window ) but if I do it eats the event and my keyboard light doesn't toggle anymore
    (tried to put both nothing and "when numlock is on" which didn't work; and pressed "numlock" which worked (toggles it in mojo) but then doesn't toggle the light on my keyboard anymore

    another interesting side effect/bug of this new feature:

    when I mouse to the other PC's screen, mojo comes to the foreground on my main PC, even if the mouse doesn't at all go over mojo's window while moving out of the 1st pc' screen (seems like when you hide the local cursor; you put it maybe on mojo's and that raise that window - can you leave it at the last window it was in on the original computer screen?)

    sorry for all the issue reports :-) don't be discouraged :-)
    Last edited by Svpernova09 : 01-27-2010 at 02:47 PM Reason: 4 consecutive posts, merged to save space :_)
    2,3,5 boxing wow with Wow Open Box and MAMA, give them a try!
    (was 8 Boxing Wow with HotKeyNet and ISBoxer)
    Was streaming on twitch.tv/MooreaTv

  8. #18

    Default

    Quote Originally Posted by Moorea View Post
    small suggestion: add an "apply" button so the user can experiment with the settings without having to click "ok" and reopen the dialog between each try
    To save time, I've been omitting Apply buttons from all settings boxes. I'll add them in at some future time.

    Maybe I'll add them today since you reminded me.

    Quote Originally Posted by Moorea View Post
    I don't mind having to reboot to get back to system default if it's hard to remember and it wouldn't be the same (ie it would change something from default) - don't sweat that part too much
    I agree. The problem is that if the "do nothing" buttons work that way, it's hard to give them names that make their function clear. But when I woke up this morning, a possible answer popped into my head:

    -- Do not change
    -- Turn off
    -- Turn on
    Last edited by Freddie : 01-24-2010 at 11:29 AM
    �Author of HotkeyNet and Mojo

  9. #19

    Default

    Quote Originally Posted by Moorea View Post
    another interesting side effect/bug of this new feature:

    when I mouse to the other PC's screen, mojo comes to the foreground on my main PC, even if the mouse doesn't at all go over mojo's window while moving out of the 1st pc' screen (seems like when you hide the local cursor; you put it maybe on mojo's and that raise that window - can you leave it at the last window it was in on the original computer screen?)
    During mouseover the local cursor has to be handled in a pretty complicated way. It's not just parked. It's moving, it's on top of a special invisible window, it's constantly moving away from the center of the screen and getting recentered, etc.

    Edit: I just looked at the source code and this doesn't seem to be true. I think I was remembering a different version I wrote earlier. I'm not sure why this problem is happening.

    I'll try to figure out a way to fix this.

    sorry for all the issue reports :-) don't be discouraged :-)
    I'm not discouraged. I'm glad you're noticing all this stuff.

    You probably feel like you're dumping work on me but my reaction is the exact opposite.

    My reaction is, "Oh good, I don't have to spend time testing, because Moorea will tell me about errors."
    Last edited by Freddie : 01-24-2010 at 02:18 PM
    �Author of HotkeyNet and Mojo

  10. #20

    Default

    Quote Originally Posted by Moorea View Post
    another minor nit picking (but I wouldn't sweat it either) the raise window part doesn't work if the first on is on off (so I guess in theory it should be grayed out in that case)

    [I know it's not a mojo feature but you're doing the UI for microsoft :-) ]
    I think that's important. I"m glad you pointed it out.

    If I don't change that, people will report it as a bug, because they'll say "raise window" isn't working. I'll change it.
    �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
  •