ATTENTION: You are viewing a page formatted for mobile devices; to view the full web page, click HERE.

DonationCoder.com Software > N.A.N.Y. 2021

N.A.N.Y. 2021: RaptureReplica by KodeZwerg

<< < (3/16) > >>

chashnniel:
you start my app, doing a tiny grab,
--- End quote ---
No, actually I didn't grab any regions. I just right/left click on the screen(no drag).

my app Window get a fixed minimal height/width
--- End quote ---
Maybe not.

My suggestion is:
You can quit the app by press ESC or right/left click. It takes effect only if you drag to select a region.

Actually grab selected region on ScreenShot Captor has the same issue.
So maybe you should do like what mouser does. Cancel on pressing ESC, leave the error as it when right/left click (no drag) on the screen after start the app. Because this is not your fault but the user's.

KodeZwerg:
I will try to do like you said even if I have no idea how.
I hope if I simply just cancel a single click that this can be called as a fix.
Also I will take a look on mouser's product and what he does in that situation to learn from and adopt into my app.

And without more argue about my or user fails, your animation show exact what I meant.
Watch behind my Name in that sequence, after you clicked there is a minimal black spot visible. (thanks to on top window ^_^)
Pressing Escape will close that spot (also taskbar entry) aslong you did not click elsewhere, I just tried here.
You might have lost focus to that tiny window so escape key dont work.
(I did not set up global hotkey hook, just simple local keychecks from within my app)

Lets see tomorrow if it fit what I supply.

chashnniel:
Watch behind my Name in that sequence, after you clicked there is a minimal black spot visible. (thanks to on top window ^_^)
Pressing Escape will close that spot (also taskbar entry) aslong you did not click elsewhere, I just tried here.
--- End quote ---
Haha, I see it now. A tiny dot  :D
Works great.

chashnniel:
Another idea:
Maybe you can grab the target window when you just click on it.

KodeZwerg:
Updated and Namefixed version is available.

Changelog:
 - Increased the minimal opacity value
 - Added Escape key support to close app while in grab mode
 - Added Right-Click support to close app while in grab mode (even if you still hold left button!)
 - Added "nothing selected" support to close app while in grab mode
   aslong starting position differs just by one pixel (or more ofc) it will grab
   if you think that there is a blank taskbar entry, it is whatever you have grabbed
   even if it is just 1x1 pixel!
   i might add ini-file support to give you more control over my app...
   for now it is to prevent misclicked failures
 - Added Right-Click support on grabbed image to start over grab something new
   that should speed up the work with my app i hope
   that way you just need to set opacity once, if at all
 - Restricted grab mode to Left-Mouse-Button only
 - Removed my testing environment Clipboard support
 - Changed grabbing Rectangle style into an improved version (at least i hope so)
   now you can grab in any direction and not just from top left to down right
   for now the dimensional display of selection is lost
 - Changed Window creation placement to where your selection was made
   infact it absolutely overlap original area
   (before it was always centered = longer way for mouse)
 - Decreased gray factor of screen to better see my new Rectangle style


Limitation dectected:
 No multi-monitor operation possible by now.

Navigation

[0] Message Index

[#] Next page

[*] Previous page

Go to full version