topbanner_forum
  *

avatar image

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

Login with username, password and session length
  • Friday June 27, 2025, 10:48 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 ... 61 62 63 64 65 [66] 67 68 69 70 71 ... 184next
1626
Updated again, check above post for the new version.

Now i'm thinking: I think the best way to avoid the problem of focusing windows off screen is to make the screen move to them. Thus, next thing i'm going to try is something like "keep the focused window on screen". This means: then you focus a window that isn't on screen (may it be by selecting it from the taskbar or with alt+tab), the screen is moved to make that window appear. (might get annoying, i think.. Let's give it a try)
1627
Living Room / Re: The SSL certificate industry is a messy business
« Last post by jgpaiva on February 15, 2008, 10:16 AM »
 :) I see house!

Thanks for the explanation ;)
1628
Now that i'm playing around with this, i think a "move everything but active window" feature is needed. (to organize the windows on screen)

[edit] and a way to limit the screen area, to make it easier to size windows [/edit]
1629
That's true, nudone.. Probaby ctrl+drag isn't a good idea.

Do you know anything that uses win+drag?
I like your idea about using backslash, maybe that's a good solution.
1630
Ok, i just updated it so that it now uses ctrl+Lbutton drag, it's way more intuitive.

About kmplayer: that program might be in the exceptions (which i imported directly from gridmove ;) ). Could you please tell me what's its window class?

About restricting it to horizontal/vertical movement... I think that makes sense and shouldn't be very hard to do. Could you please just play around a bit more with this version to see what comes to mind?

I'm thinking about a few things: Someone talks to you on MSN and the window is out of the screen. What should happen? I think there are 2 options when you move the focus to that window:
- the window is moved to the screen
- the screen is moved to the window

Which one do you think is better?

I'm also thinking this should have some kind of "snap window" to screen when moving, my windows get all chopped of for a few pixels :)

PS: man.. this is a fun idea! How come is it always you who comes up with the best stuff? :P (i believe it's already the second time i say this ;))
1631
Oh man, i think you'll love this one! :)

This is just a mockup, to see if ahk could support it. Apparently, it works pretty well.

Just press F8 and move the mouse. Press F8 again to stop ;)

unless you have gridmove or something else that allows you to move windows through keyboard installed, i don't recommend you try this software! :)
[edit]
updated: move with ctrl+lbutton. Makes things way cooler :D
updated: added screen contraints: the virtual screen is now 9 times larger than the "real" screen. (think like this: middle one, and 8 around it). Can be customized to something else.
updated: added "keep active window on screen" feature. Works like this: when you alt+tab/select a window that isn't completelly on screen, it moves there. If you have just moved, it waits 5 seconds for you to focus another window and then it'll move the screen back to the focused window (which might be offscreen).
updated: fixed an error in "keep active window on screen"
updated: removed the "anoyingness" of the "keep active(etc)" feature
updated: added "jump one screen" feature
updated: removed "jump one screen" "feature", was driving me nuts. Added "multiplier" feature
updated: it doesn't ignore the taskbar placement anymore
updated: added the "move the screen but keep the window under the mouse in place" feature. just press windows key and drag with the right mouse button. This is a very useful feature for moving windows around.
1632
Ok, just gave it a go, and... I don't quite like it, it isn't really "fuild".

It did give me an idea, though.
I was thinking about moving the whole desktop, but we could only move the windows itself like winscroll does. Thus, it'd make this get in the reach of an ahk script :) I'm sensing it'd be potentially destructible too, though (think loosing windows offscreen).

I'll give it a go, i should have something to play with in a few hours ;)
1633
This is definitelly a great idea, and i'd love to try it out.

I think it goes a bit against the concept of windows' explorer, probably it'd have to be a whole shell rather than an app to run on explorer.

I know there are quite a few "3d desktops" out there, this'd probably be similar.
1634
Living Room / Re: Free Polo Shirt From Microsoft for answering Vista quiz
« Last post by jgpaiva on February 15, 2008, 06:11 AM »
No silverlight support on opera.. Count me out on this one :)
1635
Living Room / Re: The SSL certificate industry is a messy business
« Last post by jgpaiva on February 15, 2008, 04:48 AM »
I know it's free, but why go through the trouble of having your certificate signed by cacert, when it still won't get you rid of the anoying browser warnings?
1636
 ;D When you do that, 4wd, please post it on DC! ;)
1637
Clipboard Help+Spell / Re: Hotkeys/keyboard macros??
« Last post by jgpaiva on February 15, 2008, 03:21 AM »
Tomos: yep, i was about to wait because his is so much more complete. But then you specified a hotkey and a format, and that makes things sooo much easier ;)

I'm wondering if this solved jpar5's problem.
1638
 ;D ;D ;D

Ok then, great! :)
1639
Living Room / Re: The SSL certificate industry is a messy business
« Last post by jgpaiva on February 14, 2008, 05:08 PM »
Why cacert, housetier?
From what i understand, it doesn't have any root certificate sign, and isn't included with browsers, thus it is as useful has having a certificate that isn't signed by a CA..
1640
Sorry, but i didn't understand from your post: Did you get the problem solved?  :-[
1641
Clipboard Help+Spell / Re: Hotkeys/keyboard macros??
« Last post by jgpaiva on February 14, 2008, 01:36 PM »
Following your indications, Tomos..
Here's PasteDate.ahk:

; Author: jgpaiva
;
; Script Function:
; Send the current date to the active window
;

#NoEnv ; Recommended for performance and compatibility with future AutoHotkey releases.
SendMode Input ; Recommended for new scripts due to its superior speed and reliability.

!D::
  FormatTime,CurrentTime,%A_Now%,yyyy-MM-dd HH:mm:ss
  tempClipboard := clipboard
  clipboard := CurrentTime
  Send,^v
  clipboard := tempClipboard
  return

It's really simple to change the format, just change the stuff after the last comma on this line:
FormatTime,CurrentTime,%A_Now%,yyyy-MM-dd HH:mm:ss
1642
Clipboard Help+Spell / Re: Hotkeys/keyboard macros??
« Last post by jgpaiva on February 14, 2008, 01:31 PM »
Allen made the perfect solution for this, in the ahk programming school section.

Maybe he could post it here? :)
1643
Living Room / Re: Sun Microsystems buys innotek
« Last post by jgpaiva on February 14, 2008, 01:22 PM »
Very interesting.. And it doesn't look like it follows mouser's theory about companies buying each other.

I think virtualbox is already a decent player in the virtualization field, hopefully this increase in competition will improve their development! :)
1644
I just tried it, lashiec, and while it doesn't compare to opera's sidebar, it's still quite interesting!
1645
Announce Your Software/Service/Product / Re: Scanahand RC1 Released
« Last post by jgpaiva on February 14, 2008, 10:47 AM »
This sounds like really fun software!!

If i had a tablet pc, i'd give it a go right now. (actually, i think i'd get a really bad font, because i have an terrible handwriting ;) )

Thanks for the discount, Erwin!
1646
Living Room / Re: Would anyone want a free DonationCoder.com bumper sticker?
« Last post by jgpaiva on February 14, 2008, 08:25 AM »
This might just happen in my country, but i'm guessing that if you use a magnetic bumper sticker, it'd get stolen VERY fast.

I think the best option would be the ones for the inside of the window.
1647
Clipboard Help+Spell / Re: Hotkeys/keyboard macros??
« Last post by jgpaiva on February 14, 2008, 08:23 AM »
I think a dedicated program for that might be better...
I could whip up something in ahk really fast.
What's the date format you'd like to use and the key combo?
1648
Find And Run Robot / Re: DcUpdater + FARR problem
« Last post by jgpaiva on February 14, 2008, 08:21 AM »
Sorry, i didn't understand your question.

For gridmove, i just use:
7za.exe a gridmove.zip grids/ images/ gridmovep1.ahk gridmovep2.ahk command.ahk
1649
Find And Run Robot / Re: DcUpdater + FARR problem
« Last post by jgpaiva on February 14, 2008, 08:00 AM »
Oh, if it works with the root, then i'll add it to gridmove's xml too!

Thanks ;)
1650
Find And Run Robot / Re: DcUpdater + FARR problem
« Last post by jgpaiva on February 14, 2008, 07:51 AM »
as to versioninfo.xml
if you take a look here https://www.donation...ex.php?topic=10105.0 there you also have root ;) But I will correct it :)
Oh, then mouser might have updated it. That's better, correctly formed XML are always preferrable.

Ok, then after you change it, tell us how it worked out ;)
Pages: prev1 ... 61 62 63 64 65 [66] 67 68 69 70 71 ... 184next