topbanner_forum
  *

avatar image

Welcome, Guest. Please login or register.
Did you miss your activation email?

Login with username, password and session length
  • Monday April 6, 2026, 6:18 pm
  • Proudly celebrating 15+ years online.
  • Donate now to become a lifetime supporting member of the site and get a non-expiring license key for all of our programs.
  • donate

Recent Posts

Pages: prev1 ... 479 480 481 482 483 [484] 485 486 487 488 489 ... 1515next
12076
Screenshot Captor / Re: Scrolling Capture Deluxe Thread
« Last post by mouser on January 14, 2012, 01:44 AM »
Just to give you a flavor of how the new system works, consider this notepad example of the final steps to performing a scrolling capture.

We start with a small notepad window as an example:
Screenshot - 1_14_2012 , 1_43_51 AM.png

After telling the tool what object to capture, and how to automatically scroll it horizontally and vertically, you get something like this:
Screenshot - 1_14_2012 , 1_37_09 AM.png

Note that in this first stage, the tool does not worry about capturing the scrollbars; for other applications (like explorer windows, etc.) you might also get the HEADER row captured in each scroll image.

Then in step 2, you can tweak the way the final image is assembled out of the multiple images -- this is similar to stitching together camera panoramas.  Basically you trim out some extra margins, and configure the overlaps that happen during scrolling, etc:
Screenshot - 1_14_2012 , 1_35_11 AM.png

Although this requires some manual help from the user -- I think it offers the best chance at getting the scrolling capture "perfect", and can handle odd scenarios that foul up the more automatic one step scrolling capture feature found in other tools.

What remains to be seen is how good a job i can do later at guessing some good default values given an image, to avoid making the user do too much hand tweaking with every scrolling capture.



Perhaps the major advantage to this new multi-step interactive process is that it should work reasonably well and be quite robust in handling unusual and tricky scrolling window captures that confuse other algorithms.  It may require a little more work, but when you really need to perform a scrolling capture on a tricky window, it should survive where other tools/approaches choke.
12077
Screenshot Captor / Re: Scrolling Capture Deluxe Thread
« Last post by mouser on January 13, 2012, 11:27 PM »
I can say confidently that there is no going back now -- the new code is at least 80% done and will be ready for testing soon.  It is no longer vaporware.
12078
Activation/License/Language Help / Re: Flipbook Printer Suite
« Last post by mouser on January 13, 2012, 11:03 PM »
Hello and welcome to the site.

You don't need a license key to use the free version, but the text that says "not for commercial use" cannot be removed without purchasing a commercial license from http://www.openaireventsolutions.com the nice folks who purchased the commercial rights.

12079
Screenshot Captor / Re: [Feature Request] Grab Region to Capture Mouse Cursor
« Last post by mouser on January 13, 2012, 02:11 PM »
Makes sense to me.
12080
Screenshot Captor / Re: SC doesn't capture cursor on web pages
« Last post by mouser on January 13, 2012, 01:26 PM »
the repeat grab is not the way i would recommend.. actually i always recomment people just capture whole screen and then crop from sc.

but to let people capture cursor in region cap more, i can add a delay before capturing a region when you want to capture cursor, to give you time to move it where you want it.
12081
Screenshot Captor / Re: SC doesn't capture cursor on web pages
« Last post by mouser on January 13, 2012, 10:45 AM »
Honestly I don't think there is a mystery here as to the cause -- I don't think the cursor is captured in region select mode because the cursor is typically outside of the region as you select the end point of the region.
12082
Living Room / Re: Planning a major programming project - tips requested
« Last post by mouser on January 13, 2012, 09:34 AM »
I have found that the "plan to throw one away; you will, anyhow." philosophy is extremely insightful but often impractical.

I think the key thing to accept is that you really will learn more in the first steps of coding an application than you can anticipate with planning ahead of time.  And often the very very best way to plan and refine ideas is to start writing a throwaway first test version.  And throwing away the first version is probably the very very best way to produce better cleaner code.

But often that's just not a practical option -- and furthermore, I do think there is some real value in planning out an application -- just sitting down with paper and pencil and imagining all of the operations and the workflow.  If you simply sit down and code until your application is done and expect that first version to be well organized you will end up in trouble.

Perhaps another way of saying this is that planning is critical -- but you can "plan" by jumping in and writing a first version to throw away, or you can plan before you ever start coding.

However the comments about "analysis paralysis" or planning paralysis, are on point too -- I have frequently gotten held up for astonishingly long delays as I ponder the "right" way to do things.  Much of the time it's just wasted delay and I would have been better off just coding a paralysis.  Unfortunately, the other half of the time the delay has resulted in a rethinking of the problem which I would not have been able to do if I just jumped in and started coding.

The truth of the matter is, that much of what differentiates an experienced coder vs. someone just starting out is not knowledge of a language or implementation speed -- it's developing good judgement and skills regarding how to attack a problem. And you can only learn that through experience and practice.
12083
Screenshot Captor / Re: Scrolling Capture Deluxe Thread
« Last post by mouser on January 12, 2012, 10:57 PM »
Update: Work continues at a good pace.. Hope to have something testable soon.
It will be interesting to see how well this approach works -- one advantage to the approach is that this code, compared to the previous code, is much more amenable to modification and extension -- so it will be easier to improve.
12084
Living Room / Re: Planning a major programming project - tips requested
« Last post by mouser on January 12, 2012, 10:23 PM »
I have been toying with learning something like sqlite

It sounds like the first real question you have to answer is -- are you talking about saving application settings/options? or a large database of data that can be thought of as many rows of a table with some fixed columns/fields.  If not the latter, than you don't want sqlite or any database engine.

Consider something like xml for options -- using a library to help you load and save xml files.

Are there any tools available for programmers to help visualize data models to be used by a program

There is a whole industry devoted to things like this, UML tools (Universal Modeling Language) -- but there are some real debates  about the usefulness of such elaborate mechanisms when working on small projects or single/two man teams.

Personally i don't find these formal tools very useful.  It's hard to beat the value of pen and paper.

Half of programming is PLANNING.  I think it's a very common mistake of new coders to think they are supposed to just sit down and write code off the top of their head.
12085
Screenshot Captor / Re: SC doesn't capture cursor on web pages
« Last post by mouser on January 12, 2012, 03:58 PM »
ok so that solves the mystery -- i think this came up before, ill see what i can do about captuing cursor in region capture mode.
12086
Screenshot Captor / Re: SC doesn't capture cursor on web pages
« Last post by mouser on January 12, 2012, 01:34 PM »
I push printscreen, then select the area,


Try doing a whole screen capture (or active window capture), rather than a REGION capture.  And tell me if that captures the cursor.
12088
Screenshot Captor / Re: SC doesn't capture cursor on web pages
« Last post by mouser on January 12, 2012, 10:52 AM »
Strange, it's capturing cursor here on firefox.  What operating system are you using? What capture mode are you using? Do you have the option set to Capture Cursor?   It's in right-click context menu.
12089
You can make your own search engine scripts in python and interface them with the program.. see the sample search scripts and model yours off those.
12090
N.A.N.Y. 2012 / Re: NANY 2012 Mugs, etc. -- All participants please read in
« Last post by mouser on January 11, 2012, 07:24 AM »
Ok, well just think of it this way.. next year there will be some new mug designs so it's some incentive to keep participating :)
12091
N.A.N.Y. 2012 / Re: NANY 2012 Mugs, etc. -- All participants please read in
« Last post by mouser on January 11, 2012, 06:30 AM »
the image of cody and nany 2012 but without the paragraph of text

can you clarify -- what paragraph of text?
12092
N.A.N.Y. 2012 / Re: NANY 2012 Mugs, etc. -- All participants please read in
« Last post by mouser on January 10, 2012, 08:01 PM »
Please contact me if you have not received your NANY mug gift certificate by email at this point.
(or if you ware having trouble using the one you received).

And thank you again to the donator who paid for most of the mugs.
12093
Adventures of Baby Cody / Re: United States of America visit 2
« Last post by mouser on January 10, 2012, 11:41 AM »
can the next host remember to make baby cody a pretend passport and add their name, city, etc to it on each leg of his journey (and maybe a photo?).
12094
sorry about that -- it was a mistake in the download;
the new version uploaded should not have that problem -- please redownload.

let me know if the new download has this problem -- it should not.
12095
Screenshot Captor / Re: Scrolling Capture Deluxe Thread
« Last post by mouser on January 09, 2012, 04:26 PM »
Another teaser screenshot:

Screenshot - 1_9_2012 , 4_24_23 PM.png
12096
N.A.N.Y. 2012 / Re: NANY 2012 Mugs, etc. -- All participants please read in
« Last post by mouser on January 09, 2012, 03:31 PM »
Don't forget we expect to see some photos of people with their mugs!
12097
Developer's Corner / Re: Lost My Faith - Need New Religion - Need LAMP Help...
« Last post by mouser on January 09, 2012, 12:30 PM »
I'm writing my own user/content management system (yumps) that will be open source.

Now who can get me $30,000 in funding for it?  :-*
12099
N.A.N.Y. 2012 / Re: NANY 2012 RELEASE: Portable Extension Warlock
« Last post by mouser on January 09, 2012, 11:29 AM »
Panzer beat me to it, featured on freewaregenius today as shown above.
12100
Screenshot Captor / Re: Permission for a portable version
« Last post by mouser on January 09, 2012, 10:57 AM »
Hi Ollu.  I'll look into it -- I should be able to fix the issues this week.
Pages: prev1 ... 479 480 481 482 483 [484] 485 486 487 488 489 ... 1515next