topbanner_forum
  *

avatar image

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

Login with username, password and session length
  • Wednesday November 12, 2025, 5:17 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 ... 76 77 78 79 80 [81] 82 83 84 85 86 ... 184next
2001
id rather swap the message box for a timer without a message box.
Ok, shouldn't be hard to add.

oh and just to make sure -- this program should not trigger the killing if it's just me manually exiting it.  it should only trigger at system shutdown.
Yep, it already works like that :)
2002
Fantastic  :-* :-* :-* :-*
I'll test and report.
The only thing i'd love to request extra is to be able to set a delay before it starts killing the processes.  So i can set it to wait for 5 seconds or so before doing the terminations.. just to give these programs a chance to gracefully shut themselves down.

That's quite simple. Right now it pops a message box before it starts the killing. as long as you don't press "ok", it won't kill anything :)
2003
Post New Requests Here / Re: IDEA: Volume Controller
« Last post by jgpaiva on January 02, 2008, 12:03 PM »
From what i recall, http://www.indievolume.com/ can do this per-application volume setting, but it doesn't have the autolevel feature since that's something quite hard to add...
2004
Well.. Since no one found the solution for this, here it is:
As of version 1.0, it just kills all the programs on the list, without trying to close them before.
Run once to create the sample ini, then modify it and run again.


KillProcesses v1.0 created 02-01-08:
kill a list of processes when the computer shuts down
[Forum Topic] [.ahk Version] [.exe version]
2005
Find And Run Robot / Re: bug in regex processing? or bug in my regex?
« Last post by jgpaiva on January 02, 2008, 10:42 AM »
I can see your problem, mysteryman! (oh, and thanks for teaching me how to use the ?: after parenthesis, i had never understood how that worked).

The problem here is that both the non-matched and the matched groups get numbers, and you'd like to have only the matched groups to be numbered.
I think this requires someone with a higher "regex-fu" (like f0dder called it) than i have, to tell us how this is supposed to work by the regex rules.

BTW: do you know how would other programs do it? (i couldn't find any program that would do a parsing by groups like farr does :()
2006
JGPaiva's GridMove and Ahk Tools / Re: Feature request for GridMove
« Last post by jgpaiva on January 02, 2008, 10:07 AM »
The problem here, is that there's something i wasn't very specific about. The maximize vertically/horizontally grid elements don't really replace that "window height" / "window width" with the height and the width of the window and then move it, those are just placeholders so that gridmove can know that that grid element refers to a maximize verticaly/horizontaly element.

"If, after loading GridMove, I manually resize a window or open a new one isn't GridMove aware of that?"
Nope, gridmove isn't aware of any current state of the windows, it doesn't need to. The active window is moved to the coordinates specified by the grid element selected (which, at the time of moving, are already only numbers, because all the parsing of the variables happens only once when gridmove is started).
2007


Job well done!

Congratulations mouser and lanux, that's and outstanding list!
2008
JGPaiva's GridMove and Ahk Tools / Re: Feature request for GridMove
« Last post by jgpaiva on January 02, 2008, 06:45 AM »
Ok.. Now i remember the problem. The values of those variables are evaluated at the moment the grid is loaded, because it's way too slow to evaluate them as you move the mouse around the areas. Thus, there can't be any values that depend on the context of the current "drag and drop" :(

Maybe this could be implemented on the "move with keyboard" features, but it might still take too much time.

I'll look into it again the day after tomorrow and i'll see what i can do ;)
2009
JGPaiva's GridMove and Ahk Tools / Re: Feature request for GridMove
« Last post by jgpaiva on January 02, 2008, 06:38 AM »
Hey tynsar!

Strangelly, i already had this idea, but for some reason i didn't implement it. Not sure if it had any kind of problem or something...
Bur it shouldn't be too hard to implement. I'll do it right away and report back.
2010
General Software Discussion / Re: BBCode : Vim Syntax highlighting for BBCode
« Last post by jgpaiva on January 02, 2008, 06:32 AM »
 ;D ;D
Funny idea!!

Maybe now f0dder will start using vim to compose his posts, instead of notepad++ :P (or would it be notepad2?)
2011
JGPaiva's GridMove and Ahk Tools / Re: GridMove Grid Making Tutorial
« Last post by jgpaiva on January 02, 2008, 06:31 AM »
Oh man... How this has evolved since the last time i read it!!

Ok, i think it's time for me to remove the "make your own grid" section from the help file and link here instead..  ;D
2012
Screenshot Captor / Re: My wishlist-grab changes in focused window
« Last post by jgpaiva on December 28, 2007, 06:49 PM »
Hey PhotoComiX!

I'm wondering: why don't you use something like wink?
I think it looks more adjusted to what you're trying to do than SC..

PS: what's your native language? there is a pretty good chance that someone around here speaks your language :)
2013
Post New Requests Here / Re: IDEA: drag window to edge automatically resizes it
« Last post by jgpaiva on December 28, 2007, 06:44 PM »
Ok, done.. And updated.
I also fixed another bug that could make the left drag method stop working after being used in a window that was one of the exceptions (like winamp). <- this ****** was bugging me for QUITE a while now.. I'm glad it's gone ;)
2014
Post New Requests Here / Re: IDEA: drag window to edge automatically resizes it
« Last post by jgpaiva on December 28, 2007, 04:09 PM »
You could try basing it on the window's style.
WinGet winStyle, Style, A
if (winStyle & 0x40000) { ;0x40000 = WS_SIZEBOX = WS_THICKFRAME
   ;code to resize
}
Looks like that works beautifuly!

I'll add it right away, as a "safe mode" ;)
2015
General Software Discussion / Re: Print Calender on Desktop Wallpaper?
« Last post by jgpaiva on December 28, 2007, 03:14 PM »
I know there are a few programs that do stuff like that, but i can't recall any...
There's also such stuff for todo lists and alike, iirc
2016
incredible...... amazing...... i'm missing the words now

congratulations, vitalyb!
When will you start using winamp? :)

Is the source code available? Maybe someone could adapt it ;)
2017
I usually don't read the newsletter (even though i've helped in making it a few times ;)) because i already read every single post on DC, but this time i started reading it and couldn't stop!
Congratulations mouser and darwin, you've done a fantastic work here!
2018
I'll just throw a bunch of ideas:

I love both the idea of having shift+enter or alt+q. BUT, shift+enter is already used in winamp for queueing (for exaple) and i think makes more sense.
About de-queing, with alt+q it'd be easier, shift+alt+q could be used.
Another option would be ctrl+tab/ctrl+shift+tab.

Alt + # / ctrl + # would have a big advantage: one would be able to have a "queue and don't clear" action for alt+shift+#/ctrl + shift + #, which would allow us to queue several items with one search.


Now,my conclusions:
Best system:
  • shift + enter to queue and clear textbox,
  • shift + ctrl + enter to queue and don't clear the textbox
  • backspace when the textbox is cleared deletes items from the queue
  • represent the queue as a simple filename + filename + filename ... line above the textbox.
2019
Living Room / Re: Ideas to make DC even better
« Last post by jgpaiva on December 28, 2007, 05:54 AM »
I think #1 is a good idea, and it might even give some of our retired members a hobby in programming or something like that.

As for #2, i don't have a position as strong as cranioscopical, but i think i also stand more on the "ads go against donationcoder's spirit" side of the river.
I find the ads on posts a bit too intrusive, and they'd go against the "donationcoder is a site interly funded by private donations" kind of spirit.

In no way i'm saying you should stop this kind of suggestions, veign, some help in the way of having DC paying mouser's studies is definitelly cool!!
2020
Light on Dark, always :)

I use the asmanian2 theme for vim:
Screenshot-07_12_28,11_27_46.png
2021
Developer's Corner / Re: [Wanted] VB6 Programmer
« Last post by jgpaiva on December 28, 2007, 05:22 AM »
I think this is a very interesting proposal, and i'm glad you consider DonationCoder the right place to ask for help,schitzn!

I really can't help you, but i honestly hope someone here will, and we'll see you offering some discount to DC for the brilliant piece of software you 2 make  ;D

Well.. Welcome to the site, i hope you enjoy your stay!!

Maybe you could help out on out Basic programming school section? :)
2022
Living Room / Re: 2007: My 'Best of' list
« Last post by jgpaiva on December 28, 2007, 05:03 AM »
 ;D zaine!
Emacs is said to be as good as vim, or even better. I don't think you won't be well seved with that one.

The reason i started using vim, is because it is included in every default linux instalation (wereas emacs isn't) and it's a bit lighter (thus faster to open) then emacs.
But emacs is said to include almost a whole OS inside, thus, it should do everything you thow at it ;)
2023
JGPaiva's GridMove and Ahk Tools / Re: GridMove Tutorial (Incomplete & Preliminary)
« Last post by jgpaiva on December 28, 2007, 05:01 AM »
 :huh: :huh:
I'm dazzled... Fantastic work, Tyinsar, i wouldn't do it better myself :)

I hope this'll be VERY useful for others and we'll start to see new grids appearing ;)

[edit] typos... story of my life [/edit]
2024
Living Room / Re: 2007: My 'Best of' list
« Last post by jgpaiva on December 27, 2007, 07:48 PM »
Best Movie:
The Departed

Best thing on TV:
The Unit I would have voted for heroes, but the last episodes weren't as good as expected.

Best website discovered:
FreeRice Loved the idea

Best software discovered:
vim, the editor i use for almost everything right now

Best hardware/gizmo bought:
Samsung 205bw so damn good that i'm considering to buy myself yet another 20' lcd ;)
2025
Post New Requests Here / Re: IDEA: drag window to edge automatically resizes it
« Last post by jgpaiva on December 27, 2007, 07:22 PM »
Edit: Is there a GridMove grid-making tutorial? If not I'm thinking of making one.
I somehow missed that part..
Nope, there's none. But it sure would be great to have one! (specially since the atempt at a gridmaker i made went very wrong)
Pages: prev1 ... 76 77 78 79 80 [81] 82 83 84 85 86 ... 184next