topbanner_forum
  *

avatar image

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

Login with username, password and session length
  • Sunday April 5, 2026, 2:50 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 ... 4 5 6 7 8 [9] 10 11 12 13 14 ... 25next
201
I can't wait until there's technology to let us create our own...   :P
202
Living Room / Inceptionism: Trippy new artform from the Google people...
« Last post by kunkel321 on June 23, 2015, 11:29 AM »
I saw a post about this on reddit.   Pretty cool.
http://googleresearc...per-into-neural.html
Apparently the people at Google took the Google Image search picture recognition technology and pointed it at itself in some kind of feedback loop or some kind of thing...  I don't really understand it, but the results distinctively remind me of when I tried dropping acid back in the 1980s.  (Not recommended kids).  Anyway, the gallery is here:
https://photos.googl...VFBBZEN1d205bUdEMnhB
An extra trippy thing I noticed is that parts of the edges of some of the images "overlap" as in a repeating tilable pattern.  Here are a couple of screenshots as examples of the partial overlapping.
http://i.imgur.com/Sbn1NPK.png
http://i.imgur.com/VzQaOwl.jpg
http://i.imgur.com/o7Q3zd9.jpg

This is one of my faves:
203
You need to experiment with "Scrolling Capture."
FWIW though, I would love a feature whereby SSC could force a particular window to a certain size, then capture the whole thing (even the "off-screen" parts).  :-*
204
So is the .pl file a resource for the .exe or something?
205
Actually I just found this...

[FormattingForm.rsPropSaver1]
acCheckGroupBoxAddEntire.Checked="false"
acCheckGroupBoxHotkey.Checked="true"
acCheckGroupBoxRunTool.Checked="false"
acCheckGroupBoxSortAndPrune.Checked="false"
...
TrimRightCountEdit.Value=0


Muah ha ha ha <mad scientist laughter>

As you might guess, I took the .preset.format file from C:\Program Files\Clipboard Help+Spell\MyConfigDir\PresetFormats and changed the extension to ".txt" in order to open and view the content.

But I'm guessing that if I try to rearrange these items, then change back to .preset.format, I'll probably corrupt the file -- yes?

=========
EDIT:
 Actually, I see that the script tool does allow you to activate it "before" or "after" other formatting, so that's cool.   :D

Question: What script engines have folks been calling with this tool?  Mostly AutoHotkey .exe files, I would imagine.  

Thot: The above "hacked" file contents are more user-friendly than an external script, in some respects, because the syntax is already there...  It's sortof like doing VBA Macros in Word.  If I had to make the VBA module from scratch, I honestly wouldn't know where to start.  So I always "record" a macro to get the bare bones, then edit the code that Word provides....

======
EDIT 2:
  Actually I opened a copy of the C:\Program Files\Clipboard Help+Spell\Tools\chs_sampletool2.pl file, and it does appear to be a text file. 
What cryptic alien language is this though?

# check and get commandline args
($#ARGV >=1) || die "ERROR: first two arguments should be input path and output path (place each one in double quotes)\n";
$infilepath=$ARGV[0];
$outfilepath=$ARGV[1];

# open files
open(IN,$infilepath) || die "cannot open input file";
open(OUT,">".$outfilepath) || die "cannot open output file";

# write out modified text
while(<IN>)
   {
   # remove newline which is unpredictable
   chomp($_);
   # reverse the line
   $outline = reverse($_);
   # now write it out with predictable newline at end
   print OUT $outline . "\n";
   }

# close files
close(IN);
close(OUT);


Also, the ".pl" files don't show up in the script tool file picker dialog....
206
Clipboard Help+Spell / Request: Modify Format/Case, order of rules, etc.
« Last post by kunkel321 on June 18, 2015, 02:03 PM »
Hi Mouser,  I've been using the Modify Format/Case features of CHS quite a bit lately.   
I'm not sure if it is something you are working on lately; but here are some feature ideas for your list   :D

I've found that it would be nice if I could dictate which rules get applied first.  For example in one of my presets I might like to "Add Stuff" to the beginning and ending of each line before I "Find and Replace" content; but other times I might want to do it after.  I've been trying to think about what the GUI for this would look like....   
[will do an "edit" to this post later]
207
Announce Your Software/Service/Product / Re: WildGem 1.1
« Last post by kunkel321 on June 17, 2015, 09:48 AM »
Wow very cool!
Thanks for sharing :-]
208
I'd be surprised if good old Process Explorer from
http://www.sysinternals.com/
can't do it...   8)
209
General Software Discussion / Re: raffle/random choice software
« Last post by kunkel321 on June 10, 2015, 09:42 AM »
I think this would be fairly easy to setup in a spreadsheet like Excel.

EDIT:  Okay, here's a starting point, from Google Sheets
https://docs.google....7Q0/edit?usp=sharing

It's a "dumb" random, with no seed.  And unfortunately it is possible to get duplicates.  Just keep refreshing if that happens.
Paste your list of entrants in one Tab, then enter the number of awards to be given in the other Tab, and copy the list. 

There are no protections, so don't delete/cut the forumulas!   :P
210
General Software Discussion / Re: Awesome software for kids
« Last post by kunkel321 on June 03, 2015, 08:21 PM »
Well there's vagina's too....   So y'know.  Be careful.   :P
211
General Software Discussion / Re: Awesome software for kids
« Last post by kunkel321 on June 03, 2015, 11:06 AM »
Biodigital Human
https://human.biodigital.com/signin.html
Is pretty cool.  Warning for kids though...  Contains penis, etc. 
212
Is "Equal width Titles" also checked?
213
This seems to have some effect:



Other than that, I'm not sure....
214
And yes, Don is still an update posting machine!   :P

Folks can check here
http://www.xyplorer.com/features.php
if curious.  The arrows on the right are links.
215
Looks like there's also a freebie coming up on
http://www.bitsdujou...n=upcoming-discounts

Iv'e never used it, so don't know how great it is.

EDIT:  Also search
https://sourceforge....s/?q=desktop%20timer

Looks like "Desktop Timer" might be a candidate for you(?)
216
Screenshot Captor / Please try these masks...
« Last post by kunkel321 on March 25, 2015, 12:23 PM »
Can someone else please try this...
I've zipped two mask/frame combos.
They are ones I made a long time ago https://www.donation...ex.php?topic=29947.0 and they did work back then.
After not even messing with the feature for 3 years, I'm wanting to make myself some "torn edge" effects.

I think I'm doing everything correctly, but I'm getting an error message.  Oddly, the mask/frame of one hand holding a round screenshot is working perfectly, but the one with two hands holding a rectangle is causing the following error message:

Access violation at address 00728C6C in module 'ScreenshotCaptor.exe'. Read of address 00000000.

The 'frame' part actually is getting applied, but the mask (handholding2.png.mask) is not, so I assume that it is the mask causing the crash....  
Any ideas?   Thanks All   :)


EDIT:  My bad...  I posted about this same problem in 2013 and had completely forgoten....   :-[
The secret is for the mask to be named "name.png.maskpng"

FYI for Mouser: the help file still lists the old rules. 
i.e.
Name.png
Name.png.mask
217
As it turns out, XY v15 seems to have made some changes to how checkboxes are handled.  I haven't had time to experiment with it yet.  As far as quickly identifying the larger folders:  I personally would use filtering, or color coding, which XY can do, and I sure DO probably can too.
218
I don't know...  Seems more logical that if you checkmark a folder, then the contents should get checked....  YOu could then (optionally) uncheck some.
219
Living Room / Re: email form
« Last post by kunkel321 on March 07, 2015, 04:46 PM »
The newer Excel Web App has some very basic functionality...  It let's people fill out a form, then the data comes back to you and is saved in a spreadsheet.
220
Maybe the VBA features in MS Word?
221
The source (shown in the previous picture) is actually the results of a search.  The actual files are being copied from different folders, which is why it gave me the "Rich Copy?" dialog...    It does appear that you can 'find' by size too.
 


As mentioned before, all if this could be probably be scripted into a single command...  There are script wizards on the forum.  I'll post your OP there and then link this and that...

EDIT:  Here you go Mouser,
http://www.xyplorer.....php?f=3&t=13515
You'll probably have to make a forum account if you want to post anything. 
222
Here's a screenshot of the XY thing, by the way...

223
XYplorer also has some folder structure copying abilities.  It also lets your do size reports, though I don't know if these functions can be integrated.  (I'm sure this could be scripted though).  Also not use if free XY can do it or if you need pro. 
224
Clipboard Help+Spell / Re: Feature request: automatic OCR of captured images.
« Last post by kunkel321 on January 06, 2015, 11:39 AM »
I've used ABBYY lots of times.   It's decent.  I finally got myself a copy of Acrobat XI  which has built in OCR.  Otherwise I'd still be using the ABBYY one.  fyi the ABBYY people have a product called PDF Transformer.  Every once in a while it appears as a freebie on the internets.  Has the same engines as the screenshot reader, I'm sure.
225
Clipboard Help+Spell / Re: Request: Accommodate rectangular selection like Word?
« Last post by kunkel321 on December 17, 2014, 09:58 AM »
Good to know.  My thot was to assign it as a "quick formatting" option in CHS.   PsPad works too though.  Thanks for the reply. 
Pages: prev1 ... 4 5 6 7 8 [9] 10 11 12 13 14 ... 25next