ATTENTION: You are viewing a page formatted for mobile devices; to view the full web page, click HERE.

DonationCoder.com Software > Post New Requests Here

IDEA: drag window to edge automatically resizes it

<< < (106/146) > >>

jgpaiva:
Sorry for taking so long, guys..
I have uploaded a new version of GridMove.
You can even download it through the DCupdater.

The new version allows you to disable the Office2007 behaviour.
To do this, run GridMove so that it updates its configs, and then:
Open GridMove's folder (should be something like "c:\program files\gridmove"), and open GridMove.ini with notepad.
Now change "DisableTitleButtonsDetection" from '0' to '1' and save the file.
Then restart GridMove, and all should be as it was before ;)

frew:
Hello friends!  Happy friday!

I am using gridmove and AHK for a lot of my computer interaction, and I was wondering if you could tell me how I can write an AHK hotkey that will

#1 open a window
#2 put it in a certain grid location
#3 open another window
#4 put it in different grid location
...

So far I have this:


--- ---#j::
Run \\Carbon\e
Run \\iron\c$\Perl\bin\PerlIS-Err.log
return

Which takes care of 1 and 3.  Is there a way I can either invoke GM or maybe use some of it's functions?

Thanks!

jgpaiva:
There's no way to do it directly, but maybe it'll work if you use the keyboard shortcuts:


--- ---#j::
Run \\Carbon\e
sendinput,#1
Run \\iron\c$\Perl\bin\PerlIS-Err.log
sendinput,#2
return
You'll probably have to add some winwait before the lines I added, though..

frew:
Excellent!  Thanks!


--- ---#j::
Run \\Carbon\e
WinWait, \\Carbon\e
sendinput,#1
Run \\iron\c$\Perl\bin\PerlIS-Err.log
WinWait, \\iron\c$\Perl\bin\PerlIS-Err.log
SendInput,#2
return

MacMichael:
Hi,
New guy to this forum and to GridMove.  I have a toolbar (Freebar) at the top of my screen.  Is there a generic way to define the window top just below this toolbar in GridMove?  I have added/subtracted pixels in some of the grid templates (e.g. GridTop = [Monitor1Top] +35) to make it work but this obivously is not a great way to do this for compatibility with other configurations.

Hope I didn't post this in the wrong place.

Thanks

Navigation

[0] Message Index

[#] Next page

[*] Previous page

Go to full version