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, 4:08 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 ... 123 124 125 126 127 [128] 129 130 131 132 133 ... 146next
3176
Welcome, DerekHal,

the promising noice from the modem, making a connection
;D
The noise is there, but the frequency is just too high for humans to be able to hear it. And lots of time the connection is kind-of permanent, so connecting isn't done that often anymore :huh:

3177
Finished Programs / Re: SOLVED: New Folder by F-key for Windows 7
« Last post by Ath on March 29, 2011, 03:29 PM »
Well, not to upset you, but since using 1.5, all is working fine now :-[ hadn't thought you where still looking for a solution, as imho it's fixed, but I now realize I didn't post that here... sorry :-[ :-[
3178
Finished Programs / Re: DONE: HTML Mail Merge
« Last post by Ath on March 29, 2011, 01:47 PM »
Some more info please:
  • What's the version of Office/Excel you have installed? I've been testing with Office 2007 with all SP's installed.
  • And where's the xlsx file located? on a local or network drive?
  • Are any questions/confirmations asked when you try to open the file directly?

Oh, and can you try using the au3 as the source (most likely Excel won't close even when E2H is finished, but you can do that by hand), it gives much more accurate line-numbers in the error report then the compiled exe.
3179
Where is Seamonkey?  ;)

It's the thin line, just about 0.1 pixel wide, at the far right of the image, they just forgot to put the versionnumbers along the line :P
3180
I had to add another Sleep between the ^c and Clipboard get:
       ; Copy user selection to a variable.
       SendInput, ^c
       Sleep, 100
       myText := Clipboard
Or it would get the previous content of the clipboard, instead of the selected text in the browser, just like you already have for copying the url, but now it's working just fine :up:

Might be caused by my rather snappy PC (i7-860, W7 x64, 8 GB), but the extra 100 msec confidence doesn't hurt anything :)
3181
General Software Discussion / Re: Alternatives to LightScreen
« Last post by Ath on March 26, 2011, 01:07 PM »
What's not good enough for using ScreenShotCaptor? It does all you request, afaics (and you said that yourself), the location of the stored screenshots can be set from configuration, and you requested a feature to prompt for the location with each screen shot. Is that an indispensable feature of LightScreen?
3182
Post New Requests Here / Re: IDEA: List & print all hotkeys used by programs
« Last post by Ath on March 26, 2011, 10:54 AM »
+1 for tranglos

@vevola
if you want to know all the key combinations available within a particular application

Some applications allow to set up your own hotkeys for all functions they offer, and if you're lucky you can even print that list.
In other cases you'd be studying the manual to get a list of hotkeys. If it's in the helpfile, then in most cases that's printable. :-\
3183
Finished Programs / Re: SOLVED: New Folder by F-key for Windows 7
« Last post by Ath on March 26, 2011, 06:32 AM »
Could you do me a favor and try v. 1.4?
Well I did... :( but sorry, my desktop WorkerW windowclass doesn't have a Window title set, so it's not counting in for Program Manager. Still a no-go.
I could suggest to add a -w switch that adds the WorkerW class to the list for the cases that need that, but that could give a minor interference with the alternate hotkey setting ofcourse.
Returning to my fixed-up version works just fine, as before.
3184
General Software Discussion / Re: which is the best free virtualization software?
« Last post by Ath on March 26, 2011, 06:22 AM »
Shame it is missing snapshots/clones though.  I LOVE that feature ...

That's about the only reason they are still providing the commercial Workstation edition, IMHO :)
3185
JGPaiva's GridMove and Ahk Tools / Re: Weird behavior in remote desktop
« Last post by Ath on March 25, 2011, 01:10 PM »
What's the OS you are RDP-ing into?

On Win7 hotkey <Win-G> is used to activate the Sidebar gadgets, so focus wouldn't go to GridMove anyway :P
3186
Post New Requests Here / Re: IDEA: OAuth function for Autohotkey
« Last post by Ath on March 25, 2011, 10:04 AM »
I've been thinking about this for a few days, but I really think this should be solved at the AHK level, and not anywhere else.

So: Please post this request over at the AHK forums, and see if the dev-team picks it up.
3187
Got this e-mail this morning:


Spring is here in the northern hemisphere! It's time of flowers, streams and
changes. We are happy to celebrate this beautiful season offering discounts
for our products. Until the March 31st you can purchase 'USB Safely Remove'
or Zentimo with 30% off. It's only 7 days left, hurry up!

 * Get USB Safely Remove with 30% off:
     http://safelyremove....m/order.htm?spring11
 * Get Zentimo with 30% off:
     http://zentimo.com/order.htm?spring11

Zentimo is our enhanced USB & SATA drive manager, read more about it here:
  http://zentimo.com/z...vsusbsr.htm?spring11


Not as big a bargain as some previous deals, but still a nice cutback.
3188
Announce Your Software/Service/Product / Re: Pre-launch of Super Simple
« Last post by Ath on March 25, 2011, 02:20 AM »
I We like that site, and the way you write about it here :D We'd seen SS already, ofcourse :up:
3189
Living Room / Re: When you make your 100'th Post
« Last post by Ath on March 24, 2011, 06:47 PM »
And we've got another score for one of our beloved members :D
skwire-2000.png
3190
Finished Programs / Re: SOLVED: New Folder by F-key for Windows 7
« Last post by Ath on March 24, 2011, 05:53 PM »
Ok, Thanks, I'll fix-up my local install of 7Folder. :Thmbsup:
3191
Finished Programs / Re: SOLVED: New Folder by F-key for Windows 7
« Last post by Ath on March 24, 2011, 05:33 PM »
Guess I'll just leave it the way it is and include source and icon in the download.  People can add WorkerW or whatever they want to the group.

That's a fine solution, it'll work for me :up:
3192
Finished Programs / Re: SOLVED: New Folder by F-key for Windows 7
« Last post by Ath on March 24, 2011, 03:30 PM »
Are you running some alternative desktop?
Nope, I'm using Explorer2 as filemanager, but it's not as an Explorer replacement, just as any other app.

Use the spy tool and see if the desktop has class name "Progman"
It shows WorkerW as the ClassName, and also does the AutoIt Window Info tool, so I added
GroupAdd,DesktopGroup, ahk_class WorkerW
just below the line with "progman", and all worked fine :D

There's a thread in the AutoIt forums about this subject (the AHK forum was the first google hit I got but had no info), and it turns out that the 'Desktop composition' feature of Windows (Aero) is using this WindowClass.
You might want to study that entire forum thread to see if this addition has adverse effects in other places, but I have no intention to turn off Aero :P
3193
Living Room / Re: Android tablets to rival iPad
« Last post by Ath on March 24, 2011, 08:55 AM »
While it rests on its stand (being charged) on the sideboard in the living room, it's a photo frame.

That's what my Motorola Milestone does (kinda) when settled in it's (official) deskstand. The deskstand has a magnet in a specific place, recognized by the phone, that switches it to Deskstand mode (a special Motorola supplied app) 8). The same goes for the car-holder, a magnet in another spot triggers the car-mode, and loads the default navigation app.
It's required for the phone/tablet to have hardware support for that ofcourse :-\
3194
Post New Requests Here / Re: Sending certain keystrokes via mouse click.
« Last post by Ath on March 24, 2011, 06:59 AM »
2 options:
WinButtons, by your's truly
and possibly Skrommel's Barnacle

3195
Finished Programs / Re: SOLVED: New Folder by F-key for Windows 7
« Last post by Ath on March 22, 2011, 05:36 PM »
It works for me.  Are you clicking in the desktop first to make sure it's the active window?
Yup, both F8 is shown in About, and Ctrl-Shift-n works, as reported earlier, but F8 doesn't work. Just nothing happens, no error,no action, nothing. But neither does F7 when 7Folder is started without command-line parameter...

I'll investigate the source, and see what's the cause of this, but that'll have to wait until Thursday, sorry, other obligations until then.
3196
Skwire Empire / Re: Birthdays (simple birthday tracking app)
« Last post by Ath on March 22, 2011, 01:25 PM »
Hm, I must say I like them as they are.

Afraid it's time for a few optional features for those that don't like or need them:
  • Age column on or off
  • Notes on of off
  • Note per name (that's a new one  ;))
  • Days left feature on or off

This 'small' project is growing a bit out of hand :P
3197
Mini-Reviews by Members / Re: Android widgets micro reviews
« Last post by Ath on March 22, 2011, 01:15 PM »
Very nice, we should have this kind of review more often, IMHO :-*
3198
Living Room / Re: Android tablets to rival iPad
« Last post by Ath on March 22, 2011, 10:49 AM »
The steep prices have kept me from buying one so far. And the Xoom was one of the contenders. I'm just waiting for the competition to kick in, so prices go to an acceptable level, before I get one of these 7" or 10" Android powered dreammachines :tellme:
Getting one straight from China or Hong Kong is good on price, but not on features, mostly outdated Android versions (as low as 1.5) or way to slow cpu or lack of memory. :mad:

My PC has currently enough power so I can postpone an upgrade for a few years (I just hope Win8 delays long enough)
3199
Skwire Empire / Re: Birthdays (simple birthday tracking app)
« Last post by Ath on March 22, 2011, 07:29 AM »
I think it's awesome now! :Thmbsup:
3200
Skwire Empire / Re: Birthdays (simple birthday tracking app)
« Last post by Ath on March 22, 2011, 05:10 AM »
I'd also vote to keep it simple, and confine the 'days left' feature to only show days until the next birthday(s) ahead (name(s) included), somewhere in the statusbar or toolbar area.
Pages: prev1 ... 123 124 125 126 127 [128] 129 130 131 132 133 ... 146next