topbanner_forum
  *

avatar image

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

Login with username, password and session length
  • Friday April 26, 2024, 3:55 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

Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Messages - moerl [ switch to compact view ]

Pages: prev1 2 3 4 5 [6] 7 8 9 10 11 ... 16next
126
Living Room / Re: Is Moffsoft alive?
« on: April 12, 2006, 08:15 PM »
How about http://www.nonags.com/nonags/calcs.html
-Carol Haynes (April 12, 2006, 08:02 PM)
Now that's what I call a list. Damn! Thanks :)
And I'm through the list already. By far most of them are even older than Moffsoft in terms of updates... now I understand an application can be so stable and mature that there simply is no need to update it often, and that's fine. But nothing is PERFECT. It may just be me.. but I simply refuse to use software that is based on code that is by now over five years old, such as the oldest listed programs on NoNags. I've been bitching for quite a while about Trillian as well.. which has not been updated in over a year now, yet needs updates dearly.

I don't think there is anything wrong with Moffsoft Calculator. It's an excellent solution, but I would like to know if it is still being developed.. and that's hard to imagine given that there has not been an update since 2004. So where's mouser with that great free calculator he found? :)

127
Living Room / Re: Is Moffsoft alive?
« on: April 12, 2006, 08:06 PM »
How about http://www.nonags.com/nonags/calcs.html
-Carol Haynes (April 12, 2006, 08:02 PM)
Now that's what I call a list. Damn! Thanks :)

128
Living Room / Re: Is Moffsoft alive?
« on: April 12, 2006, 08:05 PM »
While I love FARR, I love it as a launcher. It works extremely well that way, and that's what I use it for exclusively as of now. I have not really considered using it in other ways, though I am sure there are plenty of ways in which FARR can be used other than as a launcher, I like it this way now. I like having the best tool for the job in all categories :). The idea of building additional things into FARR myself goes against that philosophy in that it is absolutely certain that if I try to use FARR as a calculator, I will have FAR from the best tool from the job. Sure, I would have a working calculator that would work just like Google works as a calculator.. but that's far too basic and brings with it none of the benefits of a dedicated calculator app. So, thanks for the suggestion :)

I'm curious to hear about the good free one you mentioned.

129
Living Room / Is Moffsoft alive?
« on: April 12, 2006, 07:52 PM »
I'm looking for a calculator and used The Great Software list as a guide, which told me that Moffsoft Calculator is great. By looking at the screenshot and reading the description, I found that it was the best fit for me. I went to the website and then found out that the software was last updated in 2004. This leads me to assume that development on it has died, and I don't need to tell anybody here what my stance is on "dead" software. It can be as good as it wants, if it is not being actively developed, my interest drops DRASTICALLY. Any comments?

http://www.moffsoft.com/downloads.htm

130
Oops nevermind.. when I start it from the start menu, I get the AHK icon in the system tray and can access it from there. Not that the window that opens makes any sense to me whatsoever, but at least it's working. Of course I have to read the documentation if I want to understand it, and I can't wait to get to that, but I have no time to do that now.

Again, thanks so much to all of you for trying to help.

131
The problem is that it is never noticing that the string " RealTek AC97 Audio" is in the window.
Try changing that line to "IfWinActive,ahk_class #32770,Realtek". I don't think that'll solve it, but it's worth trying.
Still, if that doesn't work, you can always make 2 different scripts, as Carol mentioned. Or, if you use it very often, make one script, with hotkeys.
Oh my... YOU DID IT! Your suggestion fixed the problem! It works now, in both directions :D:D:D. Brilliant! Thank you very much. Thanks to everybody else trying to help as well. Just awesome. Wow ;)

AHK is sweet. Now only to figure out how the hell to use it, and I'll be set!

While I'm at it.. how do I set a hotkey for scripts? And does AutoHotKey itself have its own GUI.. if so, how can it be accessed? I do have an entry for AHK on the start menu, but when I start AutoHotKey it starts with the default INI file and nothing really happens from what I could tell. It just opens the ini file in text-editing mode in notepad.

132
This version seems to work for me (see attached zip)

SetTitleMatchMode, Slow

Run, RunDll32.exe shell32.dll`,Control_RunDLL mmsys.cpl`,`,2
WinWait, Sounds and Audio Devices Properties

 IfWinActive, Sounds and Audio Devices Properties, RealTek AC97 Audio
     send, {alt down}d{alt up}s{enter}
 else
     send, {alt down}d{alt up}r{enter}
-Carol Haynes (April 12, 2006, 07:05 PM)
It behaves just the same way as I described earlier. When I have the Sennheiser headset set, this script can switch it to Realtek Audio. However, if Realtek Audio selected, it is not able to switch it to the Sennheiser headset. I wonder why! I mean.. it does work perfectly in one direction... just not in the other :/

133
Thanks :). I wish I could do it myself but I don't even have a damn clue how that super simple script I have now works... so... thanks.

134
I'll get back to you when I find some time to read all that you have written :). Just judging by what I see at a glance now, though, I can make this comment, though not having read all of what you have written, the answer may already be contained in one of your posts: if you have keywords AND tags, how do you use both of them? I mean, if you're going to use keywords for tagging but yet can't drag multiple TAGS onto images at once, doesn't that make a mess of everything? That's how I see it right now, but again, I have to read all of what you've written, which I can't do right now.

135
General Software Discussion / Re: Do you use RSS feeds?
« on: April 12, 2006, 04:54 PM »
Indeed. It's supposed to be a smiley sticking out his tongue, not one that looks like he's sick to his stomach..

136
I just found out something else as well that's interesting. If I have the system set to use the Sennheiser headset and THEN execute the AHK script, it works EXACTLY as desired, switching the used sound device from the headset to the system's soundcard, Realtek Audio. However, if Realtek is selected first and the script is executed, no change occurs. In other words, the script works exactly as it should, but only one way...

137
Hmmmm.. ok. I downloaded the script file, double clicked it while Realtek Audio is active, and while I do see the Audio properties popup and disappear right away, nothing changes. The device is not switched.

This is the script I used:

SetTitleMatchMode, Slow

Run, RunDll32.exe shell32.dll`,Control_RunDLL mmsys.cpl`,`,2
WinWait,ahk_class #32770

IfWinActive, ahk_class #32770, RealTek AC97 Audio
     send, {alt down}d{alt up}s{enter}
else
     send, {alt down}d{alt up}r{enter}

138
I saw SmartGUI Creator on the AHK download page. That sounds intriguing :)

139
where do I get them? I'm not sure what you mean by the names.

When you open the normal window the names are the ones you select in the drop down menu. Actually they are listed in your original post LOL

The first letters are S (Senheiser) and R (Realtek) - the script above already has the right letters.

All you need to do is download and install autohotkey (http://www.autohotke...utoHotkeyInstall.exe) save the script above via a text editor with .ahk as it's extension and then doubleclick the script file to toggle your sound card.

(I have attached the AHK script to this post in a zip file)
-Carol Haynes (April 12, 2006, 04:18 PM)
Exactly! That's why I was confused by jgpaiva's request, because I thought he meant something else still. I intentially took the screenshot with the whole dropdown list showing for the exact reason to show you all the names of the devices. Thanks for clearing that up :). While reading your post, I realized I wouldn't know which script to pick from above, so I'm doubly thankful that you attached it as a ZIP. Thanks :)

Another way to create a shortcut is to right click on the target file and choose Send to ... >Desktop (Create Shortcut)
-Carol Haynes (April 12, 2006, 04:32 PM)
Right.. what file would that be? A new text file with the information pasted in it? Would it remain a text file or would I have to change the extension to something else? I'll check out AHK now so this is not too important.

140
i believe that once this topic is picked by one of our AHK pros, you'll have a decent app in your hands. ;)

in the meantime, you can create a shortcut as you normally do... right-click on desktop, choose New>Shortcut. then paste the command, type an appropriate name then drag the newly-created shortcut to the quicklaunch bar.
I thought it was that simple too.. but when I right-click the desktop and choose NEW SHORTCUT the window that appears asks me for the file's location to which I want to create a shortcut. I can't just drop the code in that line :/

141

I think the script can act as toggle without ini. What do you think of this? (Untested).

SetTitleMatchMode, Slow

Run, RunDll32.exe shell32.dll`,Control_RunDLL mmsys.cpl`,`,2
WinWait,ahk_class #32770

IfWinActive, ahk_class #32770, RealTek AC97 Audio
     send, {alt down}d{alt up}s{enter}
else
     send, {alt down}d{alt up}r{enter}
Is this an AHK script or a "regular" script?

Until I figure that out, I'll try jgpaiva's solution here:
Common development.. Nice.

my 0,02$:
Run, RunDll32.exe shell32.dll`,Control_RunDLL mmsys.cpl`,`,2
WinWait,ahk_class #32770
send, {alt down}d{alt up}m{enter}
This code should work a little better, since it waits for the window to appear.

142
I'll get to it. I have so many things around me that need to be done :(. I hate when that's the case :)

143
Damn. Some sweet work has been done in here. I've never used AHK. Each time I looked at it it was too much to digest, too much to handle, so I let it be :).

jgpaiva: where do I get them? I'm not sure what you mean by the names.

144
That's no bad start. No bad start at all. Thanks! Before we figure out the real deal, how could I turn the command you came up with into a shortcut that, when clicked, for example from the quicklaunch bar, would get me to that window?

145
What kind of macro?

146
you could also use the 'keywords' instead of the 'tags' (categories) in a similar way as i mentioned above.
Sure, except with keywords, you have to type them all in manually. Just imagine the task of trying to tag 2,000+ pictures doing it that way... it really is no alternative to real, draggable tags.

well, i doubt this is going to be any kind of great revalation but i'm sticking with acdsee.

i've spent a bit of time with 'imatch' but it just feels like something i would have used on windows 95. i'm sure it must be good for metadata but i wouldn't recommend it for anything else.
Nothing wrong with sticking with what you know and like :). And I'm surprised at your impression of iMatch. It must not be as great as I thought, then! Anyone got anything else to say about iMatch? I can't believe it's THAT bad. I need to give my system a break with installs/uninstalls so I'm not keen on trying it out, especially since I'm quite happy with APE's organizational component for the time being. It just works very, very well. It's got the most powerful, intuitive tagging I have found anywhere, ever.

and, photoshop elements doesn't really do it for me either. just like adobe album i would say (if you disregard the editor part). yep, the tagging kind of looks funky and nice but i don't really see how it improves greatly upon what acdsee does. if anything, it feels claustrophobic and too restrictive in how you've got to work with it. i guess that's great if you fit into it's way of thinking.
I really can't speak for APE's editor as I've never used it. I stick to the organizer part and have yet to check out the editor. From what I've heard and read, however, the editor is at least as amazing as the organizer. Anyway.. I have no doubt that ACDSee is more powerful. Especially when considering the Pro version. If you need that sort of power there is no doubt you will be better served with ACDSee than with APE. Although generally Adobe meant to target more of a beginner/intermediate crowed with APE, just about no review/impression I've read ever fails to mention that APE is very well suited for everyone from beginner to advanced/pro photographer because its tool-set is so diverse and useful. Given the greatness of the organizer alone, I have no doubt about the truth of this assertion.
Also, I must defend APE here. To say that "the tagging kind of looks funky and nice" and that you "don't really see how it improves greatly upon what acdsee does" is to do APE a great injustice. I am completely serious when I say that APE RAPES ACDSee when it comes to image organization. It's not just the funkiness and cuteness of APE's interface and the nice little details like giving even the tags themselves thumbnails.. it's the sheer power of it. Comparing APE's tagging/organization system to ACDSee's is hard. I wanted to make an analogy but couldn't come up with anything that would fit. One example: I never found a way to assign multiple created tags to one image or multiple images in ONE STEP. In APE, it's as simple and as intuitive as clicking once on the tags that you wish to use, and then simply dragging them over to either just one image or a group of images you selected before. Let go of the mouse button, and your selection is tagged. When I tried to do that in ACDSee, each time I clicked on a tag merely to select it, ACDSee would actually change the display of the Image Well to display only the images using that tag. The same thing can be achieved with APE, but it's done by clicking the checkbox to the left of each tag. That way, you can either just select tags for use by dragging OR you can use the "display only images with this tag" checkbox. That in itself beats the living shit out of ACDSee in terms of tagging/organization, but there is more. APE distinguishes between categories and tags. A tag can have no items below it while a category can. With ONE option from the right-click context menu, you can turn any tag into a category and any category into a tag, if this is needed. This is extremely handy because sometimes you will realize that a tag you made would actually be better off being a category because you can fine-tune that particular item even more by adding sub-items. Example: let's say you create a tag called New York for pictures you shot in NYC while you were there on a trip. Now you tag pictures from that trip and suddenly realize that it would be even better to sub-divice the NYC shots into categories like.. "Trip to Statue of Liberty", "Empire State Building Visit", "Central Park", etc. If you created "NYC" as a tag initially, you cannot create sub-items of it. But here's where that feature comes in. Right-click, simply select "turn tag into category" or whatever, and boom. Now NYC is a category instead of merely a tag, and you can create SUB TAGS for that category, labeling them with the example items such as I mentioned above. ACDSee has nothing like this as far as I could tell. There's more. APE has image stacks. If you have similar shots, like burst shots or simply very similarly composed images of the same subject, with similar angles and light conditions and everything, you can create a stack of that so that not all thumbnails show up when browsing your image database, but only one of them that will be representative of that image group. Only the top image will show and the rest will be shown only by edges on the side, on multiple levels, below that top image, to indicate that that's a stack and not just a single image. With context-menu right click commands, you can immediately stack and unstack groups of photos. APE also makes use of its own feature by creating automatic stacks in case you choose to use automatic red eye fixing, because it will first make a copy of the image, apply its red-eye fix to one of the copies and leave the original alone, then create a stack of the fixed and untouched image, leaving you with both the fixed version and the original that you shot. It's beautiful. It doesn't screw with your work by simply messing with the image and then asking you if you want to accept or reject the changes... it just does it and leaves you with options by saving BOTH images. That's very smart in my book. I think I could go on, but this should be enough. I repeat: APE kills ACDSee, even the Pro version, 10 times over in terms of image organization, which, to be honest, is sad and disappointing for ACDSee, especially considering that it's targeted primarily at advanced photographers and pros.

Also... claustrophobic and too restrictive in how you've got to work with it? I don't know. It does rely on tagging, and heavily so, but how that is restrictive I don't know. Claustrophobic? Please tell me how. I'd love to hear to see another view.

i'll admit i want 'power' and the most options available at all times and i can appreciate that that isn't going to suit everyone.
That's true. You probably do have more options with ACDSee. Also, I'm not just trying to say ACDSee sucks and APE rocks. I know better than to do that. We all know ACDSee is a great application. It just boils down to what you primarily use it for and what style of organization you use. If you're a tagging person, there is no question that APE kills ACDSee. If you prefer folder-based hierarchical organization, ACDSee probably is the better choice. That's not to say ACDSee doesn't have tagging features, but compared to APE's, they simply suck. Also, I have to say I greatly miss a duplicate image finder in APE, which ACDSee does have and it's great. Also, ACDSee starts up in a fraction of the time that APE takes, although after the initial startup APE is very, very fast because of prefetching, I suppose.

i'm just glad i got used to using acdsee when i did. it was the right choice for me.
Glad to hear you found your baby :). As for me, I'm still looking. While I think APE is great, it isn't perfect. What is? And ACDSee fails miserably by my standards of image organization, as good and great as it is/may be disregarding that particular function. It's too bad.

now come, join me brothers, and let us all gather around and thank ACDSystems for creating ACDSee Pro.
I'll leave this to those addressed :p

147
General Software Discussion / Re: Do you use RSS feeds?
« on: April 11, 2006, 10:03 PM »
Cool. That changes the whole picture of course. Thank you! Will have to give it a shot then :)
I'm still trying to become friends with RSS Bandit. Our first date wasn't as smooth as it could have been. Maybe the second one will be better :P

148
General Software Discussion / Re: Do you use RSS feeds?
« on: April 11, 2006, 09:20 AM »
I'm a little discouraged by the tagline "RSS for bloggers". It sounds like it's very much a tool specifically geared toward bloggers who like to grab content from other blogs they may also want to blog about. Do you think it's a good RSS reader if it is judged by that function alone?

149
How could I make switching between the Realtek device and the Sennheiser USB headset really fast? :)

Normally, to do this, I have to do the following:

1. Click Start, Control Panel.
2. Open Sounds & Audio Devices
3. Select "Audio" tab
4. From "Sound Playback" devices choose the wanted device from the dropdown list
5. Click Apply, then OK.
6. Close control panel

In short, it's a huge pain in the ass and this really is something that I want to be able to do on the fly. Any ideas?

150
Living Room / Re: Best digital photo print service?
« on: April 10, 2006, 04:19 PM »
Nope.. she's in the US currently so I suppose that's what she's interested in. But I greatly appreciate your offer for help.

Pages: prev1 2 3 4 5 [6] 7 8 9 10 11 ... 16next