Messages - BGM [ switch to compact view ]

Pages: prev1 ... 104 105 106 107 108 [109] 110 111 112next
541
Salvete!  I am a Catholic Religious Brother stationed north of Kansas City in the USA, and, aside from my religious duties, much of my work involves computers - graphic design, programming, tech-support, IT stuff.  A "brother" is like a "monk" except that, instead of living in a secluded monastery, he lives with the priests and assists them in their work.  I happen to be stationed at the headquarters for our religious order, so my computer knowledge is of benefit to the entire order.

Flat out, I love programming.  My first language is a little-known language called BCX.  However, I also code in AutoHotkey, .NET (vb), Powerpro, and javascript.  I think I am going to learn the syntax for C#, however.

Being a religious brother, I have the three vows: Poverty, Chastity, and Obedience, so whatever I do must be approved by my superior.  Likewise I have no income, and all my time and mind is devoted to the Church.  However, sometimes I make applications to aide my own work, and as they may be valuable to other people, so I am interested in sharing, and have no mind to make any money doing it, hence my "introduction" here in DC! 

542
Salvete!  I am requesting a feature to be able to capture the mouse cursor during a "Grab Region" procedure.

Preliminary Notes:
  • There is already a mouse delay feature, and the user is able to set a custom delay time.
  • The standard capture delay happens *before* a capture.
  • Using this delay time is of little or no value for a "Grab Region" procedure, since it only causes the user to have to wait before he can select the region - what good is that?
  • There is no convenient way to capture the mouse during a "Grab Region" procedure, without some combination tricks.  (See https://www.donationcoder.com/forum/index.php?topic=29580)

 However, the delay feature may become useful for "Grab Region" if it affected the grab *after* the user selects a region.  Then the user would have time to move the mouse back into the region for it to be captured.  Now, I think the "region selection box" should be visible during the time of delay, that way the user doesn't have to guess where to put his mouse.  Then, of course, the box goes away at the end of the delay and the capture is made.

I am proposing these changes:
  • Change the way "Use Delay" works ONLY for "Grab Region".
  • Move the delay for "Grab Region" to *after* the user draws the selection box.
  • Leave the selection box visible until the delay ends.
  • Leave the "Capture Cursor" option just the way it is.

Thanks for your attention!

-BGM

543
Screenshot Captor / Re: SC doesn't capture cursor on web pages
« on: January 13, 2012, 01:51 PM »
Thanks, Ath, I'll do that straightaway. 8)
https://www.donationcoder.com/forum/index.php?topic=29593

Also, I understand exactly why you used the double screen grab procedure.  That way you don't have to do any cropping - you just have to remember where your grab-box was.  It's 6 one way, half-dozen the other. ;)

544
Screenshot Captor / Re: SC doesn't capture cursor on web pages
« on: January 13, 2012, 01:32 PM »
Well, there is already a delay feature, but I have tried that, but it just delays before allowing you to select the capture region.  A delay before manually selecting a region seems rather unprofitable, maybe if "Use Delay" affected "Grab Region" differently.  Perhaps with "Use Delay" enabled (using the ms paramter's value), you could select the region and *then* the delay would come into play, which is what I think you are suggesting.  But my point is, that this could be how the delay actually should work with "Grab Region".  Does that make sense?  (Please imagine that I am speaking very humbly)

545
Screenshot Captor / Re: SC doesn't capture cursor on web pages
« on: January 13, 2012, 01:20 PM »
hm, I've (just a few minutes ago) captured regions with cursor on FireFox 9 without hassle (select a region, then repeat last size & pos moving the cursor inside the region the second time), but then I'm on Win7 (x64), so that might be the 'solution'?

Hmm...  Maybe I am inept....  I think I understand now.  I'm sorry, fellows, I assumed that SC would capture the cursor too with Grab Region.  It never occurred to me that it wasn't the case, so long as "capture cursor" was enabled.  After y'all's comments, I figured I must be missing something.  And, well, now I know I was.

It seems like a lot of steps: Start Capture Region, select region, discard image (I use the popup), reposition mouse in the invisible location (where you have to remember the bounds), and then "Repeat Grab" and then accept the image (with the popup, again) - all to get a grabbed region with the mouse cursor.  Maybe this could be an option, therefore?  To me, it seems very intuitive to "Grab Region" and get the mouse cursor if "Capture Cursor" is enabled.

Thanks for y'all's comments - now I understand what is happening.

Pages: prev1 ... 104 105 106 107 108 [109] 110 111 112next
Go to full version