Welcome Guest.   Make a donation to an author on the site June 19, 2013, 03:52:44 AM  *

Please login or register.
Or did you miss your validation email?


Login with username and password (forgot your password?)
Why not become a lifetime supporting member of the site with a one-time donation of any amount? Your donation entitles you to a ton of additional benefits, including access to exclusive discounts and downloads, the ability to enter monthly free software drawings, and a single non-expiring license key for all of our programs.


You must sign up here before you can post and access some areas of the site. Registration is totally free and confidential.
 
Your Support Funds this Site: View the Supporter Yearbook.
   
  Forum Home Thread Marks Chat! Downloads Search Login Register  
  Show Posts
      View this member's profile 
      donate to someone Donate to this member 
Pages: Prev 1 2 3 4 [5] 6 7 8 9 10 ... 34 Next
101  DonationCoder.com Software / FARR Plugins and Aliases / Re: FARR plugin: FARR Windows Search 0.3.0 on: November 23, 2011, 02:09:58 AM
I was able to test on a different installation of Windows 7 and had more success -- get results in FARR now smiley

It is still puzzling to me though why via the windows key, "cmd" gives the result "cmd.exe" but with FARRWindowsSearch I get nothing.  Similar with "regedit".

Any ideas?

I can only guess. Could it be that 'Search programs and files' does not use the Windows Search Index exclusively, but offers search results from other sources as well, like the Control Panel or the 'All Programs' menu?
102  DonationCoder.com Software / FARR Plugins and Aliases / Re: FARR plugin: FARR Windows Search 0.3.0 on: November 22, 2011, 02:10:21 AM
Hi phitsc, I still get the EAccess violation error (mentioned in the thread earlier).

Ok, thanks for letting me know. So I'll go over a second possible source of crashes next (making sure I use the Search API correctly, especially checking all exception cases).
103  DonationCoder.com Software / FARR Plugins and Aliases / Re: FARR plugin: FARR Windows Search 0.3.0 on: November 22, 2011, 02:07:07 AM
I was indeed asleep cheesy

With ws SPACE search term you're using the plugin correctly. What should happen is that you get (roughly) the same results as if you had typed that search term into the 'Search Programs and Files' box after pressing the Win key. On my machine I get the exact same results as the ones in the 'Microsoft Outlook' category. I guess they are the ones most relevant. I could maybe implement grouping as Windows does itself in the plugin as well (i.e. add some results from Outlook as well as some file results).

Now why it does not work for you ewemoa I have no idea to be honest. If you type 'search' into the 'Search Programs and Files' box, there's a 'Find and fix problems with Windows Search' item in the 'Control Panel' category. Maybe you can give this one a try? As you say, I would guess that Windows Search is enabled (and therefore indexing) by default in Windows 7.
104  DonationCoder.com Software / FARR Plugins and Aliases / Re: FARR plugin: FARR Windows Search 0.3.0 on: November 21, 2011, 06:44:57 AM
I can't get the latest to work at all.  Using Windows 7 x64.  Every time I type ws a space and then anything it freezes and crashes.

But the one before that was working fine?

I'm using it on Windows 7 x64, by the way.
105  DonationCoder.com Software / FARR Plugins and Aliases / Re: FARR plugin: FARR Windows Search 0.3.0 on: November 18, 2011, 04:54:36 PM
Armando, would you mind giving FarrWindowsSearch another try? I've gotten rid of one possible cause of crashing. The problems you've experienced could well have some other cause, but I need to start somewhere ... I've also implemented natural language search, as an option. It's on by default.
106  DonationCoder.com Software / FARR Plugins and Aliases / Re: FARR plugin: FARR Windows Search 0.1.0 on: November 17, 2011, 01:53:12 PM
No problem Armando.

Natural language search basically allows you to search like this:

email from Carl or Ed received this week

instead of like this:

kind:email from:(Carl OR Ed) received:this week

According to MSDN it's supported starting from Windows XP with SP2.
107  DonationCoder.com Software / FARR Plugins and Aliases / Re: FARR plugin: FARR Windows Search 0.1.0 on: November 15, 2011, 03:40:24 PM
A good idea Armando. I was recently thinking about using natural language search (NQS) instead of the advanced query syntax (AQS) the plugin uses now, or at least offer it as an option. Would that be something you'd prefer to your suggestion, or not?
108  DonationCoder.com Software / Find And Run Robot / Re: FARR and Indexing Option - Feedback Requested on: November 15, 2011, 03:28:54 PM
My only gripe is that it still crashes farr too often in my specific case (using XP sp3). I know I'm not the majority (and for those without any stability problems, I wonder why they don't use it... It's SUPER FAST). If only I knew what did it (the problem), I'd use it much more. More than "Everything" as I don't have the accentuated chars problem with Windows Search...

Not good Sad I'll try using it more often in the coming days, in order to try to reproduce a crash.
109  DonationCoder.com Software / Find And Run Robot / Re: Some shortcut keys don't work anymore. on: November 15, 2011, 04:35:25 AM
I hope you meant Ctrl + Shift + Left / Right smiley

I did indeed! Thanks for the heads up.

Corrected in above post.
110  DonationCoder.com Software / Find And Run Robot / Re: FARR and Indexing Option - Feedback Requested on: November 15, 2011, 02:07:23 AM
I've made a FARR plugin to use Windows Search:

http://www.donationcoder....m/index.php?topic=18016.0

I'm not using it very often I must admit. I mean, I'm not using Windows Search very often, but when I do, I'm using it with the FARR plugin.

That said, if you have suggestions on how to improve it let me know.
111  DonationCoder.com Software / Find And Run Robot / Re: Some shortcut keys don't work anymore. on: November 15, 2011, 01:49:13 AM
I'd also like to add my vote for Ctrl + Shift + Left / Right making a selection. I find the fact that FARR doesn't do that very confusing.

Please also note that the "word boundary algorithm" allows for some improvement. As it seems, non-English characters (like äöü) are considered to be word boundary characters.
112  DonationCoder.com Software / FARR Plugins and Aliases / Re: FARR plugin: FARR Remember The Milk 1.1.3 on: November 07, 2011, 02:41:58 PM
Version 1.1.3 is now available. I've found and fixed the crash. It was related to tasks created by email. Thanks Koenie for pointing me in the right direction. Thmbsup
113  DonationCoder.com Software / FARR Plugins and Aliases / Re: FARR plugin: FarrWebMetaSearch 1.6.0 on: November 07, 2011, 10:01:00 AM
FarrWebMetaSearch should be able to handle anything that can be reasonably processed by a Regex. Now to be honest I'm not sure a Regex is the best thing to process JSON.
114  Other Software / Developer's Corner / Re: Herb Sutter's brief look at C++11 on: November 03, 2011, 12:02:31 PM
I will use auto like crazy. I will actually use it wherever possible. I think using auto will actually raise productivity. Lambdas will come in handy as well. They will finally allow us to get rid of the boilerplate functor code which is currently necessary to make effective use of some standard algorithms. Both of these are also a clear testimony that C++ is adopting important aspects of yet another programming paradigm (which I think is a good thing), namely functional programming. Even with auto, C++ is still a strongly typed programming language. auto does also not replace typedef, as the type of a lambda expression for example is only known to the compiler (if you want to assign the lambda expression to a variable).
115  Main Area and Open Discussion / Living Room / Re: Products designed to fail, a documentary on: November 03, 2011, 05:21:13 AM
I know that it's immoral, but I would actually prefer some of my stuff to break early in order to justify buying a newer, better version of it. I really think more companies should start to offer trade-in programs for their products. But they should also be forced to recycle stuff correctly, and be forced to build their products in such a way that as much of the used materials can be recycled.
116  DonationCoder.com Software / FARR Plugins and Aliases / Re: FARR plugin: FARR Remember The Milk 1.1.2 on: October 28, 2011, 10:28:59 AM
So I found out how to configure the userid and password within the proxy dialog, no modification needed!
So far(r) the good news.

I have also the Access violations mentioned higher. I tested with a brand new account and then it works fine. I suppose it has something to do with tasks in my default user, but I have no idea how to find out which one is blocking...

Thanks for your help!

Please excuse my laziness. I'm currently more in Playstation-mood than programming mood. Good that you found a way to configure the userid and password within the proxy dialog. Would you mind to share, so that I can add it to the help file?

Concerning the access violation: good that you have it! Well, not for you, I know. Unfortunately, I wasn't able to track down the problem last time it was reported because the user reporting it just removed a whole bunch of tasks and the problem went away for him. So maybe now, with your help, I might be able to find out what's going wrong.

If I remember correctly, the tasks he removed were actually ones which were already set to complete (hence he could remove them). The question is how do we find out which one is causing troubles?

Do you have many tasks? And many completed ones? I made a version of the plugin that traces out some info when the tasks are loaded, so you can see which one is causing the crash. It might actually still be on the ftp. I'll check later when I'm home.
117  Main Area and Open Discussion / Living Room / Re: Google's ∩-Shaped Menu With More, More, and Even More on: October 18, 2011, 02:41:36 AM
and they have moved the one menu item which I use most often (Reader) into More Sad

edit: changed "Groups" to "Reader" (don't know what I was thinking there)
118  DonationCoder.com Software / FARR Plugins and Aliases / Re: FARR plugin: FARR Remember The Milk 1.1.2 on: October 17, 2011, 02:59:12 AM
I'll look into it.
119  DonationCoder.com Software / FARR Plugins and Aliases / Re: FARR plugin: FARR Remember The Milk 1.1.2 on: October 11, 2011, 09:44:05 AM
Sorry for the late reply. I'm afraid Mouser is correct, FarrMilk can not be used offline.
120  Main Area and Open Discussion / Living Room / Re: Android tablets to rival iPad on: September 27, 2011, 02:02:48 AM
Anything you guys would like to know?

Yeah, how long until you got bored with the iPad? cheesy

I'm still without a tablet and was waiting for the Galaxy 10.1 (it's still not available in Switzerland, like I anticipated here. It's now scheduled for sometime in October). Actually, the iPad is now becoming an option for me again, as soon as iOS 5 is out, the reason being that it will then be possible to use it as a standalone device (don't want iTunes).

What's your opinion about the Samsung's performance (in terms of fluency of operation, starting apps, etc.) compared to the iPad?
121  Main Area and Open Discussion / General Software Discussion / Re: Explorer with Ribbon on: August 31, 2011, 02:03:19 AM
I now find the ribbon to be an improvement over the menu / toolbar combination, at least in applications like MS Word. But only after reading this MS article about ribbons helped me understand its major design concepts.

I don't think ribbons are meant to substitute keyboard shortcuts. It's only that while I have no problem remembering the dozens of keyboard shortcuts in applications like Visual Studio which I basically use daily, it does get a bit more difficult when it comes to MS Word which I use maybe once a week, or MS Excel which I use once a month only.

Nevertheless, I still dread the day when MS decides to introduce ribbons in Visual Studio Wink
122  Special User Sections / Site/Forum Features / Re: Posting from Mobile View on: August 25, 2011, 08:57:19 AM
Thanks  smiley
123  Special User Sections / Site/Forum Features / Re: Posting from Mobile View on: August 25, 2011, 08:29:10 AM
How do I get to the mobile view?
124  DonationCoder.com Software / FARR Plugins and Aliases / Re: FARR plugin: FARR Remember The Milk 1.1.2 on: August 16, 2011, 10:14:01 AM
I figured out my issue - I wasn't completely following the directions. After typing 'rtm' in FARR for authorization, I would close FARR instead of leaving it open. I got it to work when i RTFM.  smiley

Hey, thanks very much for reporting! Thmbsup
125  DonationCoder.com Software / Find And Run Robot / Re: %MYRECENTDOCS% not working? on: August 10, 2011, 09:59:04 AM
Well you can check and change the various Environment Variables (that's what those %whatever% are) through "Control Panel" > "System" > "Advanced System Setting" > "Environment Variables". With that you can see what it's currently set to and change it accordingly.

To make the job easier I'd recommend Rapid Environment Editor. Personally I use it whenever I need to mess those variables.

Seems like a useful tool to have. Thanks for mentioning it smiley
Pages: Prev 1 2 3 4 [5] 6 7 8 9 10 ... 34 Next
DonationCoder.com | About Us
DonationCoder.com Forum | Powered by SMF
[ Page time: 0.044s | Server load: 0 ]