| Author |
Message |
Topic: real expose clone |
holomind
Replies: 288
Views: 31779
|
Forum: Scripts & Functions Posted: Mon Oct 05, 2009 9:43 pm Subject: real expose clone |
I did'nt find much time working on the new version, so keep patient or just contribute, the basic structure is there, only the details need to be reimplemented or copied and beautified.
A funny th ... |
Topic: real expose clone |
holomind
Replies: 288
Views: 31779
|
Forum: Scripts & Functions Posted: Tue Sep 22, 2009 12:03 am Subject: real expose clone |
This Version now shows Active windows, also some Hidden-Ones (by accident?)
i had some syntax-error with BitBlt. There is a BIGGGG difference in AHK if you write " .... BitBlt( ..." or &quo ... |
Topic: real expose clone |
holomind
Replies: 288
Views: 31779
|
Forum: Scripts & Functions Posted: Mon Sep 21, 2009 10:59 pm Subject: real expose clone |
Tempversion:
[url=http://www.autohotkey.com/forum/viewtopic.php?p=297694#297694](Post)
is updated. |
Topic: real expose clone |
holomind
Replies: 288
Views: 31779
|
Forum: Scripts & Functions Posted: Mon Sep 21, 2009 8:17 pm Subject: real expose clone |
| Here is the first -new- version which uses Gdip.ahk, and only displays the current windows in a row. does not much yet. but basics are here. paints desktop to gui and copies windows with help of print ... |
Topic: real expose clone |
holomind
Replies: 288
Views: 31779
|
Forum: Scripts & Functions Posted: Thu Sep 17, 2009 2:30 pm Subject: real expose clone |
| Here is the first Version / Structure of the ReWrite of the Script. I found out there are not too many Functions we can skip, if we want to keep nice effects like animation and prevent Flicker with Ba ... |
Topic: real expose clone |
holomind
Replies: 288
Views: 31779
|
Forum: Scripts & Functions Posted: Wed Sep 16, 2009 1:56 pm Subject: real expose clone |
@kli6891: i put your code in the first-post. also as new download expose-20090916.ahk.
i see in the poll, there is some interest in a rewrite of the script. maybe the old version [url=http://www.h ... |
Topic: real expose clone |
holomind
Replies: 288
Views: 31779
|
Forum: Scripts & Functions Posted: Tue Sep 15, 2009 5:18 pm Subject: Re: Nice! |
Can I use your Expose code in my ShortCut! project?
Yes, its free to use and integrate, nice to see the script spread and somebody finds it useful. i am also amazed you managed to integrate all th ... |
Topic: real expose clone |
holomind
Replies: 288
Views: 31779
|
Forum: Scripts & Functions Posted: Tue Sep 15, 2009 2:57 pm Subject: real expose clone |
If I have a minimized window, and try switch to it via expose, it doesn't work, since the previously active window will take it over
Perhaps you can try to fix it. Maybe the problem is that now all w ... |
Topic: real expose clone |
holomind
Replies: 288
Views: 31779
|
Forum: Scripts & Functions Posted: Tue Sep 15, 2009 2:51 pm Subject: real expose clone |
Is your website down? I can't download from your website.
I used a wrong filename, it works now. |
Topic: real expose clone |
holomind
Replies: 288
Views: 31779
|
Forum: Scripts & Functions Posted: Mon Sep 14, 2009 9:22 pm Subject: real expose clone |
| After the Titles didnt show up in the hover-of the thumbs i used my script and integrated the minimized function. after seeing the animation of the minimize/restore is annoying i implemented the Group ... |
Topic: real expose clone |
holomind
Replies: 288
Views: 31779
|
Forum: Scripts & Functions Posted: Mon Sep 14, 2009 8:32 pm Subject: real expose clone |
I just found another script which is similar to expose-clone, or using parts. but it also has a settings section, maybe this could be integrated here also.
http://www.autohotkey.com/forum/viewtopi ... |
Topic: real expose clone |
holomind
Replies: 288
Views: 31779
|
Forum: Scripts & Functions Posted: Mon Sep 14, 2009 7:30 pm Subject: real expose clone |
I put the "branch" with the feature for minimized windows in the first post. no need to create a new thread, as this is a useful feature.
i added a config variable "show_minimized=1&q ... |
Topic: about Gdip_BitmapFromHWND and BitBlt |
holomind
Replies: 4
Views: 506
|
Forum: Ask for Help Posted: Mon Sep 14, 2009 6:04 pm Subject: about Gdip_BitmapFromHWND and BitBlt |
| If you only get transparent pixels by copying it can be the effect of using layered-window or translucent windows. (even when opacity is 100% or 255) then the whole window will be transparent while co ... |
Topic: real expose clone |
holomind
Replies: 288
Views: 31779
|
Forum: Scripts & Functions Posted: Mon Sep 14, 2009 3:31 pm Subject: real expose clone |
| It would be possible. Before you call the WinRestore, you can record the state of all windows (even the minimized) into an array "windowsState%A_Index%" and then on the end loop through the ... |
Topic: about Gdip_BitmapFromHWND and BitBlt |
holomind
Replies: 4
Views: 506
|
Forum: Ask for Help Posted: Sun Sep 13, 2009 2:31 pm Subject: about Gdip_BitmapFromHWND and BitBlt |
| i guess bitblt and printwindow only work with "windows" and not with controls. (maybe also with controls of type window, you can look with the inspector which type your element is). when you ... |
| |