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:08 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 ... 73 74 75 76 77 [78] 79 80 81 82 83 ... 184next
1926
Oh, you don't need to have it showing.. It works even when it isn't sowing. It sends keystrokes to a hidden window, that still should prevent the screensaver from coming up.

Are you sure the screensaver still comes up?
1927
 ;D ;D

I'm glad you like it, 037 ;)
1928
Ok, i modified Skrommel's Noise to have this work and attached to this post.

Just download and install autohotkey and run the script.

It'll disable the screensaver when the current window has "youtube" on its title, or when windows media player is the active window.

The best way to add it more rules is by editing the code and adding other stuff after the following lines:

if (WindowClass = WMPlayerApp)
  GoSub, MAKENOISE2

if WindowTitle contains Youtube
  GoSub, MAKENOISE2

Those are the 2 rules it has right now. If you'd like it to make the screensaver not start when opera is the active window, you only needed to add:

if (WindowClass = OpWindow)
  GoSub, MAKENOISE2

or

if WindowTitle contains Opera
  GoSub, MAKENOISE2
After the mentioned lines.

To find out the windowclass of some window, use windowspy (which is included with autohotkey) or Winspector.
1929
Living Room / Re: iPod Touch - any opinions?
« Last post by jgpaiva on January 09, 2008, 08:59 AM »
For me, the biggest problem with the ipod touch (and consequently with the iphone), is the fact that you can't use it without looking at it, because it doesn't have a keyboard.

Probably i'm just being skeptical, but i think that having a touch screen isn't as fast as having a keyboard, specially in terms of SMS writing and such.
1930
I can see what you mean, painz. Currently, there's no way to implement that, it'd take a major change in the win+right feature i added and i don't have that time.

You can, however, use the "restore" grid element, which does just that. You press it once, and it'll resize to the last size that window had, you press it again and it'll go back to the size it had before you restored. (it's represented as "last size" and is present in the "edge grid", for example).
1931
Post New Requests Here / Re: IDEA: drag window to edge automatically resizes it
« Last post by jgpaiva on January 09, 2008, 05:43 AM »
Hi tim!
I'm glad you like gridmove :)

The thing you refer about having too many grids in the "templates" is caused by "historical" reasons. When gridmove started, it didn't have custom grids. Thus, it only had those 6 predifined grids, which are defined in the code itself (with a different syntax than the ones on .grid files). Until i convert all of them to .grid files, i'll have to keep those.

The best way for you to get a grid similar to that one, would be to edit the 3-part grid which is pretty similar (only doesn't have that big vertical element).

About having one screen mirroring the other one.. Currently it's not possible, the best way to do that would be for you to make the first monitor, and then copy and paste all that into a file, then using a text editor, change all the "monitor1" to "monitor2" and incrementing the numbers correctly. That's how i do it :)

(i know, making grid files is really a pain. I've thought about a better syntax, but really couldn't come up with anything as powerful but simpler :( )
1932
It's really good but question again - is it possible to somehow skip grids on win-arrrows? I use grid with WindowOnTop area and when window gots to it it just shrink uncontrollably.
That wasn't supposed to happen, it should only cicle through grid elements that move the window, not special grid elements like "run", "alwaysontop" and such... Are you sure that's happening with the latest version? (V 1.19.50)

And #2 is it possible to inject additional pseudo-selector which will autosave and restore position/size we began with?
Sorry, i don't understand what you mean.

And maybe actually remap win key? Thank you.
That already can be done, just change the modifier of "fastmove", as it uses the same one.
1933
Developer's Corner / Re: My Application...
« Last post by jgpaiva on January 08, 2008, 04:02 PM »
It's simple, CodeByte!
Just copy the code from your editor, then paste it on the reply box. Then select all the code, and press the # button, which will enclose the code in [code] tags.

PS: if you'd like to have syntax highlighting, press the # button, and then add =cpp to the [code], so that is looks like this:

[code=cpp]
int main void(){
whatever
}
[/code]
1934
Post New Requests Here / Re: IDEA: drag window to edge automatically resizes it
« Last post by jgpaiva on January 08, 2008, 02:44 PM »
Sorry, i said i had uploaded a new version but inadvertedly uploaded the same v1.19.49 with the bug. It's fixed now.
1935
Post New Requests Here / Re: IDEA: drag window to edge automatically resizes it
« Last post by jgpaiva on January 08, 2008, 11:35 AM »
Maybe you could check if its already loaded? Like, you know, "allow only one copy". And then hmm... unload old one(s)?
The thing is that it already is doing that, autohotkey as a directive called "singleinstance" that does exactly that.
The problem is that it probably starts reloading in a loop, or something like that. The only way to really know is by testing it, and i currently don't have my second monitor. In a few weeks i should be able to fix it, though.

Anyway, i have disabled that "reload on resolution change" "feature" and have uploaded a new version.
1936
Developer's Corner / Re: Article Convinces Me To Move To vi(m)
« Last post by jgpaiva on January 08, 2008, 10:47 AM »
Interesting article, even for those that (like me) already use vim ;)

It gave me a few cool tips, which i'll now proceed to practice :P
1937
Post New Requests Here / Re: IDEA: drag window to edge automatically resizes it
« Last post by jgpaiva on January 08, 2008, 10:14 AM »
Now that's crazy!  :mad:

Ok, i'll kill that option now, and i'll bring it back when i have my second monitor to test.

Thanks for the bug report!
1938
 :huh: :huh: Crazy stuff... And there's no way to stop windows from doing shadow copies?
1939
I do something similar to this. My computer doesn't lock when i have media play or bsplayer as the active window.

Do you think this should be done as "if windows media player is running" or "if window media player is active window"?
1940
I found one small bug with the latest version 1.19.49. I tried it with my simple 2 zone-grid presented above. Right arrow works, but the window remains stuck when the left arrow is pressed when the window has its top 10% hidden. Maybe a small bug in your code...
Actually, the problem is a little different. Some windows don't resize to larger sizes than the screen. (windows explorer is a good example.) Thus, When you try to resize them using that second grid element, they don't get the correct size, and don't get identified as being in grid 2 when you press win+left. If you try that with a window that does resize to a size larger than the screen (which is very rare, from what i can see), you'll notice that it does work as expected.
1941
Find And Run Robot / Re: Ctrl+A to select entire string in input field
« Last post by jgpaiva on January 07, 2008, 08:38 PM »
:) Yep. Actually, it's 1 hour earlier. Still, pretty late, i just thought i'd answer before going to bed (and then i got distracted for another hour..  ;D ;D)

You're welcome!
1942
Find And Run Robot / Re: Ctrl+A to select entire string in input field
« Last post by jgpaiva on January 07, 2008, 08:16 PM »
You're right, that doesn't work right now.

While mouser doesn't add it, you can use escape, which stops the search and selects all the text in the edit box ;)
1943
Living Room / Re: Request: fixes for geshi syntax formatter
« Last post by jgpaiva on January 07, 2008, 07:19 PM »
No, selection on opera is done correcly, one space after the number.

For example, line numbers look nice, but when you go to select the code in your browser to copy it? You got the line numbers too! Not such a good thing, but thankfully this issue is now solved.
From the above quote, i think it means this is the correct behaviour ;)
1944
Best Text Editor / Re: Boxer Text Editor
« Last post by jgpaiva on January 07, 2008, 07:07 PM »
f0dder: While i agree that it doesn't make much sense for variable names, i think that localized strings make sense for parts of the user interface and possibly for comments, thus, it's interesting to have an editor/compiler that supports it.

I've used utf-8 in java, though, and found it to be quite a mess. (i didn't know how to change the encoding in emacs, and that resulted in uglyness both in the editor and then in the compiled code).
1945
You're right, when it doesn't find a match, it should just move to the first grid instead.

As for redifining the hotkeys, i'll have it use the same modifier as fastmove.

Ok, new update to incorporate the above changes, and also corrected an error with the connection with DCUpdater.

Regarding step 2 of "cycle grid elements", i know exactly how to do it, but i'll have to wait for some time to implement it since it involves quite a few changes to the way gridmove works.
1946
Unfortunately ampa, not all developers are aware of that :(
1947
JGPaiva's GridMove and Ahk Tools / Re: WinManagement Snap!
« Last post by jgpaiva on January 07, 2008, 02:18 PM »
None, tomos :)

It's a modified version of the script i used for this farr alias.
1948
JGPaiva's GridMove and Ahk Tools / Re: WinManagement Snap!
« Last post by jgpaiva on January 07, 2008, 01:51 PM »
That's because armando is using (in the same manner as i was using in winmanagement) the A_screenheight/a_screenwidth variables, which don't take into account the height of the taskbar.

If you'd like to solve this, armando, see this page, specially:
SysGet, OutputVar, MonitorWorkArea,1

That allows you to get the values of the top,right,bottom and left of the screen on the following variables: OutputVarTop, OutputVarRight, OutputVarBottom and OutputVarLeft.

[edit] added explanation[/edit]
1949
Am using source code from launchy and other sourceforge projects
-prototype_angel (January 07, 2008, 12:41 PM)
Pay attention to the licenses of the code you're using, if they are GPL, for example, you'll have to release your code under GPL too.
1950
Post New Requests Here / Re: IDEA: Explorer View change carries to subfolders
« Last post by jgpaiva on January 07, 2008, 01:09 PM »
I think these guys had exactly the same problem and made a script to solve it ;)

before you use this script, see jojo's comment below!
Pages: prev1 ... 73 74 75 76 77 [78] 79 80 81 82 83 ... 184next