topbanner_forum
  *

avatar image

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

Login with username, password and session length
  • Tuesday November 11, 2025, 4:01 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 ... 157 158 159 160 161 [162] 163 164 165 166 167 ... 184next
4026
Yes, that does work, Andy, but it's not easy to use. I'll add a better ay to do it, i'm just trying to solve the strange windows behaviour ;)
4027
General Software Discussion / Re: Find and Run Robot got an Award
« Last post by jgpaiva on April 07, 2006, 03:21 PM »
Great! More publicity for DC, and it's always good to see mouser's FANTASTIC work recognized :D
4028
Great site!!
You should put this one at the entry page to DC:
Or maybe this one:
4029
Living Room / Re: Giant devil rabbit terrorises village
« Last post by jgpaiva on April 07, 2006, 12:06 PM »
hehe... couldn't resist:
http://bau2.uibk.ac....yGrail/grail-21.html
That movie is nice, monty python is very good, really had me laughing!
4030
Living Room / Re: Firm pitches $2,800 64GB USB Flash disk
« Last post by jgpaiva on April 07, 2006, 09:32 AM »
If you now buy a 512 MB USB stick, you'll probably laugh about its size in 3 years - long before it stopps working.
Good point. Although.. If you still use it, you'd think "statistics are a bi..."
4031
As I've said before in another threads, I don't think that's the right way to think. Coding snacks "by contract" is not the right way to go. It goes against the concept of coding snacks, I think the right way to do it is if the person likes the helper's answer, then the person can donate. If the person can't donate, then, they can express their thanks in other ways. So, al least the way I see it, coding snacks section can't really be compared to "ther websites that contract custom written software". I'm not in any ways saying your idea is not good, I'm just enphasising that coding snacks don't have to be payed, it's up to the requester's conscience to decide so.
4032
Finished Programs / Re: DONE: Move Window without it gaining focus?
« Last post by jgpaiva on April 07, 2006, 05:42 AM »
...just to mention......when you use alt+<click> to move windows around, the tool allSnap does not work... and vice versa....
That is a good point, IvkovicD, but you can always change allsnap's modifier to turn off snapping, or edit MoveInactiveWin 's code and change it's activation key.
4033
it may also be more 'pleasing' if 'dialogmove' knew if the cursor was already close to the dialog window that appears.

if the cursor is already within 200 pixels (or whatever distance) to the small dialog window then 'dialogmove' wouldn't do anything. i feel this would look better as there really isn't a need for such small jumps and the eye does't then need to 'spot' the position of the window 'jerking' about.
I had already thought of that, but still didn't finish implementing it. As you can see now, it already checks if the box is below the cursor, and in that situation, doesn't move it. But i will finish that, and create those limits.

[edit](actually, that piece of code is there, but it looks like it's not doing anything)[/edit]
[edit2]i fixed the bug mentioned here^ you can get the latest version from :
.exe file: http://jgpaiva.dcmem...gMove/DialogMove.exe
.ahk file: http://jgpaiva.dcmem...gMove/DialogMove.ahk [/edit2]
4034
Try StopMouse.ahk (or StopMouse.exe). It uses the f8 hotkey to toggle mouse movement and right and left click.
Thanks! But it actually isn't working exactly like I need it to. The curser kindof pulsates around where it's frozen.
:( As you didn't describe what it was supposed to do, i did my best to comply to your needs, since there is no way to exclusivelly block the mouse in AHK (one can only block all the input, both mouse and keyboard, like skrommel proposed).
But i think that skrommel's solution can solve your needs, no?


4035
You know what? For me, the main anoyance in the jumping mouse method isn't having to go back to the place, is that the position of the mouse in the sreeen relative to the physical position of it changes. Ie, I will have to raize my mouse from the floor for it to be right with the mouse on the screen. (I don't think i explained myself decently)

I don't think that's the right way to solve the problem (by ignoring it and creating a list of windows it should use), since that would take some use of it. If there would be new dialogs appearing, it'd ignore them. But I'll add both functionalities, a ignore list and a "move list", when one is clear, the other one will be used. I might release a new version with that funcionality tomorrow afternoon, i think. (GMT)
4036
      WANTED
   Reward: 10Т
 Program that will
temperially disable
mouse movement
when a hotkey is
       held.
Try StopMouse.ahk (or StopMouse.exe). It uses the f8 hotkey to toggle mouse movement and right and left click.
4037
I must say I'm starting to think this is a great idea. I even am trying to use it myself.
@brotherS: if you like to use the "jump to box" function, I recomend you to try this script, it's much less intrusive than that method, and it allows for a better flow of work (and i know you love stuff that improves your flow of work ;) )

Still, i get a bit of an erroneous behaviour, which if I don't find the solution to, I will post at AHK's forum, since this shouldn't be happening.
Any opinions, nudone?
4038
Ok.. I did a small update, now it constrains the message boxes to the screen.
What I've been thinking about is how it somehow makes the windows act funny. Sometimes it resizes them, other times, it hides them, something is not right. But i have no command in it that could do that, so i guess i could blaim it on ahk.
BTW, does it act funny with you too?

.exe file: http://jgpaiva.dcmem...gMove/DialogMove.exe
.ahk file: http://jgpaiva.dcmem...gMove/DialogMove.ahk
4039
Post New Requests Here / Re: IDEA: DC RunAs Wrapper
« Last post by jgpaiva on April 06, 2006, 04:17 PM »
I belive you are looking for skrommel's "run as tools". Check https://www.donation.../Skrommel/index.html
4040
one could code an AHK script based on A_TimeIdlePhysical that would just start one of the predefined powerdimmer copies based on the current time!
Yes, that could be done, but wouldn't it be a waste of resources when windows already does that for you? ;)

Did you ever try something like that?

runwait, c:\winnt\system32\powerdimmer.scr, c:\winnt\system32\, hide

only brings up the config dialog, it doesn't actually start the screensaver...
Yes, that's true, but i think someone must know something to do about it.
I guess there has to be some kind of parameter passed to it.
4041
i wonder, is this just a quirk of my machine or a quirk of autohotkey?
Actually, I'd say it's a windows' quirk, the windows taskbar's always on top can be quite tricky.
4042
I think that the response to both posts could be a script that you set as screensaver, and that can do all you mentioned.
You can copy powerdimmer's executable twice, each one with different options (for day and night), and the script would run each of them.
As for powerdimmer not recognizing keyboard events, it has never happened to me...
Having 2 different screensavers is quite easy if you have a script that controls them, it would activate powerdimmer first, then send a key for powerdimmer to be closed, and would then launch the other screensaver.

Just my 0,02$..
4043
PredefWinHeight:=600
PredefWinWidth:=600
Yes, that was only the test value I selected, it will be costumizable.

it does appear to be doing a few strange things - reducing the size of some windows to just their title bars when bringing them back into focus.
That worries me. It wasn't supposed to. I will try to reproduce that.

the bit about preventing the dialog box jumping to off the screen edge needs to be implemented and it would be a lot better if the dialog box centered itself under the cursor when it makes the jump - providing this doesn't conflict with the opening off the screen edge.
Yes, as I said, it still isn't bullet-proof, i was only checking if this is what you're looking for.

jppaiva, i shall try to understand your script and modify it but i would be grateful if you carried on with this little project.
Yes, sure I will ;)

thanks for the work so far. DC credits will be on their way.
How about waiting to see if someone posts a better solution?
4044
Although it's not bullet-proof (yet ;)), please check if this is what you're looking for:
.exe file: http://jgpaiva.dcmem...gMove/DialogMove.exe
.ahk file: http://jgpaiva.dcmem...gMove/DialogMove.ahk
4045
Post New Requests Here / Re: IDEA: InventoryPoster
« Last post by jgpaiva on April 06, 2006, 06:51 AM »
I think AbteriX isn't being properly understood.
The thing is: he'd like a fast tool, that would put a bunch of information about his system to the clipboard, with a given format.
The problem with using the windows utility you mentioned is that it takes a few clicks every time.
How can this be solved?
A utility that the first time that is ran, opens msinfo32, gets all the information it needs, and the next time it is ran, it lets you select what information to copy, and how to copy.
Does this sum it up,  AbteriX?
4046
Let me se.. You want a script that would move every active dialog smaller than a given size to a place very close to the mouse?
4047
Living Room / Re: A personal note about DonationCredits
« Last post by jgpaiva on April 06, 2006, 03:57 AM »
Fantastic, at last we will have mouser back from the cave! :D
Congratulations on the launch of DCredits, now I hope it'll be the predicted huge success!
4048
@lanux: Please try "If Overwrite_File = 1" instead of "If Overwrite_File". I guess that has to do with the fact that the checkbox can have 3 states.

Or better, install the Microsoft Visual C++ 2003 toolkit. It's a better compiler, and it's free (as in money, not as in source... but who cares, I bet the majority of you haven't made tweaks to gcc or binutils :)).
MSVCpp is free? I thought it was payed... It is a full bundle, with IDE included, right?
What's the difference between MSVCpp and DevCpp?
4049
:) How about using XCOPY?
;D ;D ;D Always with the perfect simple solution.
Nice one!

Thank you jgpaiva, I have checked the site. It seems, that it is in fact a backup tool which I am looking for.
I noticed that might have been the case. If you feel like searching, there are a few threads in the forum about backup tools, and i think there is even a review coming that will focus on backup tools explicitly (not exactly on a guide, like the link i posted before)
4050
Aren't you looking for an incremental backup program?
There's a DC's Pro-User Backup Guide which might probably have the answer for the questions you're asking.
Isn't that what you want?
Pages: prev1 ... 157 158 159 160 161 [162] 163 164 165 166 167 ... 184next