Benbuck Nason

Results 33 comments of Benbuck Nason

Hi @dmitriy1980, My guess is that this is a conflict with the way right-clicking on the minimize button is implemented, using a Windows "hook". Please try to disable the hook...

Hi @1024mb , I was just about to start implementing this, and I realized that there would be a trivial bypass: selecting "Exit RBTray" from the context menu of any...

Hi @Prtoyy, You could try playing with this code (I recommend using the v4.11 tag instead of the latest code): https://github.com/benbuck/rbtray/blob/4a4f54de0578f0ef955dd1c0e07d7d67f4f11dea/RBHook.cpp#L46 Instead of HTMINBUTTON you could try using HTCLOSE. These...

Hi @Prtoyy, Did you have a chance to try this out? Thanks, Benbuck

Hi @fmnijk, Thanks for the suggestion. I think it sounds very similar to #44. I can see how it would be useful, but haven't found a good way to implement...

Hi @mopquill, Thanks for the request, I can see how it would be useful, and it seems related to issue #20. I'm not sure currently how to implement this, so...

Hi, Pull requests are welcome. Thanks, Benbuck

Hi @dreamforceinc and @coderb, I just responded to pull request #77 by @dreamforceinc. Thanks, Benbuck

Hi @WindustH, Do you have any more information than this? Thanks, Benbuck

Hi @ChameleonCiskoCZ, Thanks for the suggestion. I'm hesitant to make this change because it removes the right-button click to minimize to the tray feature, which is how this utility got...