topbanner_forum
  *

avatar image

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

Login with username, password and session length
  • Saturday September 19, 2026, 7:59 am
  • 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 ... 12 13 14 15 16 [17] 18 19 20 21 22 ... 47next
401
Find And Run Robot / Re: Custom alias icon issue Win7
« Last post by Nod5 on March 21, 2015, 05:22 AM »
Yes, checked that. Icons display all right in Explorer. But no biggie. Unless anyone else runs into this too it is probably due to some quirk in my soon replaced system.
402
Find And Run Robot / Re: Latest FARR Release v2.217.01 - Mar 20, 2015
« Last post by Nod5 on March 21, 2015, 03:40 AM »
However: beta crashes for me when I do rplugins, "exception error EAccessViolation"
403
Find And Run Robot / Re: Custom alias icon issue Win7
« Last post by Nod5 on March 21, 2015, 03:33 AM »
Same problem with latest beta. And with all cpanel icons. All I get is the same placeholder icon for .ico files from my imageviewer. I'll transition that computer to Win 10 before long though so the problem might go away by itself so to speak.
404
Find And Run Robot / Re: Latest FARR Release v2.217.01 - Mar 20, 2015
« Last post by Nod5 on March 21, 2015, 03:16 AM »
New FARR release, this is great!
405
Find And Run Robot / Re: Custom alias icon issue Win7
« Last post by Nod5 on March 20, 2015, 04:28 PM »
You mean like this?
Code: Text [Select]
  1. test | C:\test.txt /icon=C:\folder\test.ico
No same problem then.
406
Find And Run Robot / Re: request: allow FARR searches with options open
« Last post by Nod5 on March 20, 2015, 04:03 PM »
Ok, makes sense in a way. And I discovered a workaround anyhow: we can edit myaliases.alias in notepad while FARR runs and then apply the saved changes by typing the "rplugins" command or restarting FARR. Of course I immediately made an alias for quick opening of myaliases in notepad.  :D
407
The beta fixed the issue, great!  :up:
408
Living Room / Re: 2014-2015: Best tablet specs for ebook reading
« Last post by Nod5 on March 16, 2015, 01:04 AM »
Sony seem to want to distinguish ebook readers and the ebook market strongly from the Digital Paper, pitched as a pdf reader tool for organizations. But the price is insane. I wonder what the material production cost is for the bare screen.
409
Living Room / Re: 2014-2015: Best tablet specs for ebook reading
« Last post by Nod5 on March 15, 2015, 03:50 PM »
Nice find Nod5, that Sony Digital Paper looks very close to ideal for reading academic pdfs.. Too bad the price is so insane ($1000).
Yeah, I think they target corporate markets. I haven't seen the Sony Paper in real life but it looks to beat all other eink devices out there. But while probably great to simply read on one drawback that it shares with other einks on the market is that it AFAICT also has its own special format for highlights, annotation and so on. I suspect it'd be a hassle to move files back and forth to Windows and access and modify the highlights/annotations there. That is what I like with using a Windows machine for active reading: you can seamlessly copy and paste bits from the pdf viewer into a word processor or note tool, link the file to some reference manager, do advanced online lookups quickly while reading and archive and search the file with the best tools for the job. The bookshelf type catalog apps on the eink devices I've tried (Kindle, Nook) get messy fast when the number of files grow I think.

What I'd really like to see is a big, light eink screen like the Sony Paper (ideally even thinner) that only act like a stupid wireless (bluetooth) extra screen for a host Windows computer or when on the go an Android smartphone. It would send touch/pen inputs back to the host which then updates the image. All files are stored and processed on the host. These prototypes show something like that, though far from finished and with a few somewhat gimmicky features.
https://www.youtube..../watch?v=81iiGWdsJgg
410
Living Room / Re: 2014-2015: Best tablet specs for ebook reading
« Last post by Nod5 on March 15, 2015, 02:20 AM »
Surface Pro 3 is a good option. But if I was about to buy something new for ebook reading I'd wait for Surface Pro 4 which I'd bet will be released together with Windows 10.

Another cool device, though too expensive, is the Sony Digital Paper.
http://goodereader.c...digital-paper-review
411
Hehe, enthusiasm is contagious mouser!  :)

@ -Huub- this works when Reader app is fullscreen in Win 8.1
#IfWinActive, Reader
Lbutton::
CoordMode, Mouse, Screen
MouseGetPos, mx, my
if (A_ScreenHeight - my > 101 or mx > 101 )
 click
return
#IfWinActive
A drawback is that it breaks click and drag in Reader (multi word text selection). But you can still do ctrl+click and drag to select text.
412
DC Member Programs and Projects / Re: Sumatra Highlight Helper
« Last post by Nod5 on March 14, 2015, 03:45 PM »
interesting.  and we were just talking about how to bridge the gap between physical books and ebooks.  this is one of those tools.
Thanks. That is the plan, to bring back navigation and rereading tools everyone takes for granted with physical books (highlights, dots/marks in the margin, earmarks for easy flipping between pages). If you can think of some other feature of that sort that is used for physical books then do tell and I'll see if I can emulate that in this app too. I plan to add an extra hotkey to set one single page as a special location and then a hotkey to jump between the present page and the special location and back. Kind of like holding a finger between some pages near the end of a book for easy flip to read an endnote and then flip back.
413
I have an issue with minicap on my laptop (high DPI screen but I've set it to 1920x1080).
When I start minicap with the -captureregselect parameter the screen is zoomed in a bit and the right/bottom side of the screen out of view. This means I can't screencap regions in the right/bottom part of the screen.

Once the minicap process ends the screen zooms back into the correct resolution again.

-captureredregselect works as expected and doesn't zoom in, but I prefer the more minimal -captureregselect
414
Living Room / Re: Sorry, Ebooks. These 9 Studies Show Why Print Is Better
« Last post by Nod5 on March 14, 2015, 07:37 AM »
I still much prefer reading academic articles on paper where it feels more real and i can mark things up.

I find the ebook experience for reference material - like programming manuals - completely awful. I find that I'm always wanting to flip back-and-forth between pages, and even have multiple books open simultaneously. [---] It seems like this is an experience that ebooks *could* emulate, but I haven't found anything that does so well.
These are exactly the kind of reasons that made me first write sumatra_earmarks (earmarks!) and later the much better sumatra_highlight_helper (3 color text highlighting! Color dots! Hotkeys to jump to prev/next/first/last highlight in pdf! Color filtered jumps! And with the jump feature the highlights can also function as earmarks!). Caveats: these only work for pdf and djvu documents and with the Sumatra PDF reader (developer version), which however is a great reader. Sumatra supports having multiple copies of the same pdf open in separate windows so it is easy to have two pages of the same book side by side if the screen is large enough.
415
DC Member Programs and Projects / Re: Sumatra Highlight Helper
« Last post by Nod5 on March 14, 2015, 07:28 AM »
updated to version 150314
red green highlighting now work also with selection on multiple pages
fix color bug when hotkey press without selection
416
DC Member Programs and Projects / Re: Sumatra Highlight Helper
« Last post by Nod5 on March 14, 2015, 07:28 AM »
Does the highlights get saved after closing the app?
I missed your post, sorry for the late reply. Yes, the highlights are saved into a .smx text file that Sumatra automatically loads again the next time the pdf is opened. Try it! If you run into any bugs post back here.
417
General Software Discussion / Re: No more Filehippo for me
« Last post by Nod5 on March 07, 2015, 03:07 AM »
Wow, that is a seriously misleading, malwaricious installer! Shame on Filehippo for hosting it.  :down:  A few thoughts:

1 I've used filehippo before and have seen the increase in these bundleware installers. My attitude was to just stay alert and avoid their shenanigans. But I've grown more negative. I mean even if I escape their tricky behaviour others do get caught up with bundleware from those installers. Otherwise Filehippo wouldn't keep pushing that. Well I don't like a site that so shadily tricks users so I'll stop using Filehippo.

2 Another reason to not use Filehippo and sites with similar bundleware tactics is that they poison the well for all sites hosting software. Howtogeek recently ran a post headlined "Spread the Word: Ninite is the Only Safe Place to Get Windows Freeware". They nuance that a bit in the text, but still. The combined effect of Filehippo tricky installers and the howtogeek type of very general advice can harm places like DC. I can imagine an average internet user who through google finds a tool on DC but in the end stay away from it simply because they've been burned by Filehippo style installers before and are just not familiar with DC.

3 In the tracks of 2, maybe DC could inform newcomers more that installers here do not have tricky bundleware installers? The about page says nothing about that. The software page only shortly state "None of our software contains spyware or adware of any kind" in the left column. Here's an idea: we add a dedicated "DC pledge" page that very clearly states no spyware, no bundleware, no tricky installers, link to info on AHK false-positives and so on. The page should also highlight the long and good track record of DC as a safe source for software. Add to that a DC pledge icon we all use to link to that page from dcmembers pages and in forum posts for newly made software. The icon could go also on the DC main page and other big landing pages.
418
Find And Run Robot / Re: Exclude Find and Run Hotkey from a Program?
« Last post by Nod5 on February 24, 2015, 01:52 PM »
TyrionBean, in addition to what mouser and tomos said, if you use Autohotkey I think you can make a small hotkey script that triggers FARR with ctrl+space unless some programs A B C ... are active. First set the FARR hotkey to the Break button. Then use a script like this

GroupAdd, nofarr, ahk_exe game.exe
GroupAdd, nofarr, ahk_exe anothergame.exe
return

#IfWinNotActive, ahk_group nofarr
^Space:: send {break}
#IfWinNotActive
Add one GroupAdd line for each process name that you want to take priority over FARR with regard to the control+space hotkey.
419
DC Member Programs and Projects / Re: Sumatra Highlight Helper
« Last post by Nod5 on February 22, 2015, 03:07 PM »
updated to version 150222

+ Four colors, color specific jumps, mouse controls
+ small GIF animations on download page show the features

Help me test it in Win8 and Win10 and post feedback here.

edit: small update to version 150224b
fix error in jump commands
jumps to/from nondigit pages now fully working (uses command line to jump)
420
General Software Discussion / Re: Windows 10 Announced
« Last post by Nod5 on February 13, 2015, 03:19 AM »
I've tried the latest Win 10 preview a bit in Virtualbox. Like it! I can so far only see improvements compared to 8.1. Like before we can opt out of logging in with a Microsoft account at install. 10 feels like the heir to Win7 Microsoft should have made in the first place.
421
Find And Run Robot / request: allow FARR searches with options open
« Last post by Nod5 on January 21, 2015, 07:24 AM »
While the FARR options window is open FARR search is disabled. Is that necessary? Could it be worked around? When creating more advanced aliases it is handy to search for files with FARR. But to do so one has to exit/reopen the options inbetween.
422
Find And Run Robot / Custom alias icon and file properties conflict
« Last post by Nod5 on January 21, 2015, 07:21 AM »
Setting a custom icon in an alias breaks the right click file proporties action for me.

Create an alias under myaliases with this as result
test | C:\test.txt /icon=test.ico
Copy test.ico to same folder as myaliases.alias

Next search FARR to display that result > right click > properties.
I get this error message:
Windows cannot find 'C:\test.txt /icon=test.ico'. Make sure you typed the name correctly, and then try again.
Happens in both Windows 7 and Windows 8.
423
Find And Run Robot / Custom alias icon issue Win7
« Last post by Nod5 on January 21, 2015, 07:19 AM »
Hi, Custom alias icons doesn't show on my Win7 computer. They do work on another Win 8 machine.

I can reproduce the problem by creating an alias under myaliases with this in the result box
Code: Text [Select]
  1. test | C:\test.txt /icon=test.ico
and copy test.ico to same folder as myaliases.alias (under C:\users\[current user]\ ...).
The icon isn't shown in FARR on my Win7 computer.

I have tried: FARR restart, reboot, FARR reinstall, refresh icon cache in Windows, change default application for .ico files, different files, different icon files.

Maybe related threads
https://www.donation...ex.php?topic=36329.0
https://www.donation...ex.php?topic=38771.0
424
N.A.N.Y. 2015 / Re: NANY 2015 Release: WhenLast (Android app)
« Last post by Nod5 on December 30, 2014, 09:38 AM »
I liked your old timestamp disc idea mouser and I like this too. Haven't had time to try the apk yet but here are some bits of quick feedback based on the screenshots.
1 Are "edit" and "now" buttons really needed? We could just press to do the now action and longpress to edit.
2 I like the short catchphrase "When Last?". Why not put that in the title area. A longer title run the risk of the dread that is ellipticalization on smaller screen devices as in Masonjar13's screenshot.
3 is there a mode to toggle time format between specific dates and a more minimal "days since" mode that would only say for example "8"?
4 user set time interval targets for each task. The timestamp/days since text could get more bold and more intensely red the later the user is (relative to interval target length).
5 a bigger idea for some future version: shared tasks plus some basic stats for how many times each user has done the task. A lot of multi person household tasks could be managed with the app then.

There are several interesting tiny bluetooth device projects for Android that I could see an app like yours interacting with in good ways in the future, like Flic but also Fizzly. Flic buttons could for example be quick ways to reset the time count for a specific item.
425
General Software Discussion / Re: Tool to facilitate transcribing speech
« Last post by Nod5 on December 27, 2014, 04:43 AM »
The obvious solution is something like Dragon software's speech-to-text. But the catch is that the speech is in Mandarin, and so far as I've been able to find, there's no software available to turn Mandarin speech into text.
Microsoft's real time translation project for Skype will likely support Mandarin in a not so distant future.
For now, the voice function of Skype Translator will only work in English and Spanish, the two most widely spoken languages in the world after Mandarin (it's likely the tech giant will want to launch in Mandarin as well, and position the tool as being for business as well as education). However, in a blog post the company says we can expect "40 plus instant messaging languages" to be up for translations.
http://www.wired.co....kype-translator-tool

While geared toward real time translation of small snippets of speech, I bet there is already work underway by MS and third parties to apply it also to do recorded-speech-to-text-processing. Here is a MS preview video of the Skype real time translation

https://www.youtube..../watch?v=G87pHe6mP0I
Pages: prev1 ... 12 13 14 15 16 [17] 18 19 20 21 22 ... 47next