| Author |
Message |
Topic: WinCut - cut out piece of window on the fly |
Roland
Replies: 27
Views: 3074
|
Forum: Scripts & Functions Posted: Wed Sep 12, 2007 10:33 pm Subject: WinCut - cut out piece of window on the fly |
No idea about the crashes Mustang gets. Though I've only used WinSet,Region a couple times, I've never had it crash the target app (or the script.)
Should have said before, Im running Aero theme
... |
Topic: WinCut - cut out piece of window on the fly |
Roland
Replies: 27
Views: 3074
|
Forum: Scripts & Functions Posted: Wed Sep 12, 2007 10:28 pm Subject: WinCut - cut out piece of window on the fly |
I cant drag the window after I cut it out.
I recommend you try [url=http://www.enovatic.org/products/niftywindows/]NiftyWindows. |
Topic: WinCut - cut out piece of window on the fly |
Roland
Replies: 27
Views: 3074
|
Forum: Scripts & Functions Posted: Wed Sep 12, 2007 10:26 pm Subject: WinCut - cut out piece of window on the fly |
| Great script for learning WinSet!! I am attempting to make some mods to the script to enable multiple cuts (see code). However, with the mods I have made I seem to get a "shredded" window ... |
Topic: WinCut - cut out piece of window on the fly |
Roland
Replies: 27
Views: 3074
|
Forum: Scripts & Functions Posted: Wed Sep 12, 2007 10:24 pm Subject: WinCut - cut out piece of window on the fly |
Do you get the gui when you drag? Nope. I tried #InstallMousehook, not better.
msgbox % x "-" y " " x+w "-" y " " x+w "-" y+h " " x " ... |
Topic: WinCut - cut out piece of window on the fly |
Roland
Replies: 27
Views: 3074
|
Forum: Scripts & Functions Posted: Sun Sep 09, 2007 1:47 pm Subject: WinCut - cut out piece of window on the fly |
nicely done.
maybe a restore hotkey might be useful...
+#Esc::
WinSet, Region,, A
return
or such..
Thanks for the suggestion - has been added. |
Topic: WinCut - cut out piece of window on the fly |
Roland
Replies: 27
Views: 3074
|
Forum: Scripts & Functions Posted: Sun Sep 09, 2007 1:40 pm Subject: WinCut - cut out piece of window on the fly |
| Just a tip: You should try to restrict it's use to windows. and have it exclude the Program Manager (Desktop Screen). I accidentally cut out the whole lot of my icons and hed to reset my comp to get ... |
Topic: WinCut - cut out piece of window on the fly |
Roland
Replies: 27
Views: 3074
|
Forum: Scripts & Functions Posted: Sun Sep 09, 2007 1:39 pm Subject: WinCut - cut out piece of window on the fly |
But it keeps crashing the window its trying to cut
@Mustang & lexikos: Looks like it's a Vista-related problem.
Sorry, but the script doesn't work for me either and I'm running XP SP2 (FR). The ... |
Topic: WinCut - cut out piece of window on the fly |
Roland
Replies: 27
Views: 3074
|
Forum: Scripts & Functions Posted: Thu Sep 06, 2007 4:43 pm Subject: WinCut - cut out piece of window on the fly |
A partial workaround for your script could be to automatically remove the border when the region entirely excludes it. (Not a request, just an idea.)
It might be better if you code that - I woul ... |
Topic: WinCut - cut out piece of window on the fly |
Roland
Replies: 27
Views: 3074
|
Forum: Scripts & Functions Posted: Thu Sep 06, 2007 12:11 pm Subject: WinCut - cut out piece of window on the fly |
I just made two small changes to the script (after cutting my taskbar into little shreds yesterday ).
@Mustang & lexikos: Looks like it's a Vista-related problem. One of you should prob ... |
Topic: WinCut - cut out piece of window on the fly |
Roland
Replies: 27
Views: 3074
|
Forum: Scripts & Functions Posted: Thu Sep 06, 2007 1:20 am Subject: WinCut - cut out piece of window on the fly |
I can't watch tennis on TV, but would like to follow the Federer-Roddick match later, so I found myself this:
http://img528.imageshack.us/img528/8237/slamtrackerrh6.png
Which is terrible. :shoc ... |
Topic: Problem with Sort, VarName, U |
Roland
Replies: 1
Views: 284
|
Forum: Bug Reports Posted: Thu Aug 30, 2007 4:53 pm Subject: Problem with Sort, VarName, U |
A little problem with the 'U' option in the Sort command (remove duplicates):
list:="5|6|5|6|5"
Sort, list, D| U
msgbox % list
I get "5|6|" here, which implies that the ... |
Topic: possible bug with One True Brace style |
Roland
Replies: 3
Views: 411
|
Forum: Ask for Help Posted: Fri Aug 17, 2007 12:00 pm Subject: possible bug with One True Brace style |
Yeah, I think engunner's right, you're probably confused about what the % signs will do in an expression.
Here's an example:
var:="someOtherVar"
someOtherVar:=100
x1:=1 ... |
Topic: Crashing when adding a 1 pixel jpg |
Roland
Replies: 3
Views: 333
|
Forum: Bug Reports Posted: Mon Aug 13, 2007 9:40 am Subject: Crashing when adding a 1 pixel jpg |
Roland, you should have said "it is unlikely that I will win the lottery this year"...
 |
Topic: Crashing when adding a 1 pixel jpg |
Roland
Replies: 3
Views: 333
|
Forum: Bug Reports Posted: Sun Aug 12, 2007 10:31 pm Subject: Crashing when adding a 1 pixel jpg |
I had a similar bug a while back, which Chris found had to do with some limitations in the OS. I suspect you're bug falls in the same category.
[url=http://www.autohotkey.com/forum/viewtopic.php?t=1 ... |
Topic: Problem with UP modifier in hotkeys |
Roland
Replies: 4
Views: 397
|
Forum: Bug Reports Posted: Mon Aug 06, 2007 9:27 pm Subject: Problem with UP modifier in hotkeys |
Thanks.  |
| |