DExposE Expose Clone
Rate Topic:




-
Group:
News Posters
-
Posts:
1,048
-
Joined:
11-October 04
Posted 17 April 2008 - 04:49 PM
hha... fair nuff.
I thought about your transparency app when reading that approach, this'll be a great addition to your program and fix something pretty much ALL the other expose-esque apps have had problems with. Heck, you may even get to it before topdesk does
Now, if only someone could fix the WindowBlinds6 border missing issue.
0
-
Group:
Developers
-
Posts:
732
-
Joined:
13-April 05
Posted 18 April 2008 - 05:45 PM
This is the technique I use in my program Overview to capture minimized windows. The problem with it is when you start to use Yz Shadow. When it restores the invisible window it brings the shadow with it. If you can figure a work around for that, it'd be great if you can drop me a line.
0
-
Group:
Member
-
Posts:
108
-
Joined:
26-December 07
Posted 18 April 2008 - 06:23 PM
I am facing a similar prob implementing the technique ...
An old bug of DExposE2 that was fixed ( which was a ghost image of the desktop coming up along with the other windows ) is occuring again if I do this technique .
The needs of why topdesk needs it and why I need it are different though .....
@tengshj --- I am still waiting for ur reply about the pm I sent u . I need that help baaadly to encounter this prob . Plzzz ..
0
-
Group:
Member
-
Posts:
1
-
Joined:
29-March 08
Posted 20 April 2008 - 08:47 AM
i like this!!!
0
-
Group:
Member
-
Posts:
174
-
Joined:
04-March 06
Posted 20 April 2008 - 05:32 PM
I downloaded the newest version 04/04/08 and I am still having problem after I install it -it gives me a error message 'string not found ' and it does not work when i press f9 f10 etc.
What am I doing wrong
0
-
Group:
Member
-
Posts:
108
-
Joined:
26-December 07
Posted 21 April 2008 - 08:50 AM
kftrainer;498465 said:
I downloaded the newest version 04/04/08 and I am still having problem after I install it -it gives me a error message 'string not found ' and it does not work when i press f9 f10 etc.
What am I doing wrong
Maybe u are trying to install it on one user and run it as another ??
But f9,f10 atleast should work . Maybe u should reinstall . Actually installer has no probs i think.
Maybe incompatible with something u have running .... ??
0
-
Group:
Member
-
Posts:
1
-
Joined:
23-April 08
Posted 23 April 2008 - 06:31 PM
It crashes immediately upon my attempt to run it. Dr. Watson runs immediately.
My mouse movement becomes extremely sluggish. Explorer becomes mostly unusable. If I do the ctrl+alt+del sequence enough times and quickly enough, I can kill the process and regain functionality.
I've saved the dmp file if you'd like to examine it yourself. I wonder if it has problems with nvidia nView?
-Celt
0
-
Group:
Member
-
Posts:
108
-
Joined:
26-December 07
Posted 23 April 2008 - 07:16 PM
U on vista ??? maybe the installation messed up . Try to reinstall

Its working for most people..
0
-
Group:
Member
-
Posts:
305
-
Joined:
21-November 03
Posted 23 April 2008 - 07:55 PM
"The bandwidth or page view limit for this site has been exceeded and the page cannot be viewed at this time. Once the site is below the limit, it will once again begin serving as normal."
Anyone have a mirror?
0
-
Group:
Member
-
Posts:
108
-
Joined:
26-December 07
Posted 07 May 2008 - 05:23 PM
http://media.libsyn.com/media/parkylondon/...E2-Reloaded.exe
here u go . Its an unlimited bandwidth link hosted by a friend .....
[[ Update: ]]
Cant help but double post ...
Coz did a portable version . Find it attached in the main post . Or
Link :
Download Portable Version
0
-
Group:
Member
-
Posts:
1
-
Joined:
22-May 08
Posted 22 May 2008 - 08:07 PM
devrexster, can you post the code to make it work on the upper left and right corners? I cannot make it work. I use the portable 08/05/2008 release.
Thanks
0
-
Group:
Member
-
Posts:
108
-
Joined:
26-December 07
Posted 28 May 2008 - 05:51 AM
crops;500772 said:
devrexster, can you post the code to make it work on the upper left and right corners? I cannot make it work. I use the portable 08/05/2008 release.
Thanks
Sorry for replying late . U can try the previous version at this link :
http://devrexster.go...E2-Reloaded.exe
.... and see if it works
0
-
Group:
Member
-
Posts:
1
-
Joined:
12-May 08
Posted 05 June 2008 - 02:30 PM
May I ask for hot-key exclusion policy for applications where F9-F12 are already reserver? E.g. Total Commander, FAR Manager, and many others... Would be great to have such option for running apps so I can toggle off hot-key reading by DExposE.
0
-
Group:
Member
-
Posts:
33
-
Joined:
27-April 05
Posted 01 August 2008 - 09:43 AM
Hmm, just tried the portable version and its incredibly slow, would installing it make a diff? It was incredibly worse when I had rocketdock running.
0
-
Group:
Member
-
Posts:
1
-
Joined:
21-October 08
Posted 21 October 2008 - 05:01 PM
First off, i just want to say that this is a great expose clone. It works well, and best of all, no aero needed for vista. However, i am having a problem with getting the hot spots to work. I downloaded this on my personal laptop (running vista) and my work desktop running xps2. The hot spots do not seem to work at all on either machine. Even with default settings, nothing happens when i move the cursor to any of the four corners of the screen. The hot keys and the F key functions work just fine, but it would be nice to have the hot spots available. Any advise would be appreciated.
0
-
Group:
Member
-
Posts:
13
-
Joined:
02-July 07
Posted 26 October 2008 - 03:44 PM
Nice expose!
One problem when using CAD (CD Art Display) program. As the hide all windows option also hides the CAD window even though it is being pin on to desktop. Is there anyway to not handle the CAD window?
Thanks.
0
-
Group:
Developers
-
Posts:
1,286
-
Joined:
04-September 06
Posted 28 October 2008 - 05:35 AM
@devrexster about ghostcrab problem:
Maybe you can get if a window is a "pin on to desktop" window by doing this:
parent_handle = GetWindowLong (window_handle, GWL_HWNDPARENT)
desktop_handle = GetDesktopWindow ( )
Then just compare parent_handle and desktop_handle.
I'm not sure if you should use GetDesktopWindow( ) or FindWindow (Nothing, "Progman" or something like that, can't remember)
Maybe an exceptions list would be better?
0
-
Group:
Member
-
Posts:
108
-
Joined:
26-December 07
Posted 28 October 2008 - 05:08 PM
Well actually its been a while since I really updated this app - but yeah I am working again, I released a standalone exe version some days ago
here. Sorry for not posting about the update ....
Ok next version in a few more days - and it will have an exclusion list by exe name
@matonga
well, u wont believe but I have tried almost everything but some windows like photoshop ones still create problems - so yeah as u said I am going for an exclusion list by exe name.
0
-
Group:
Member
-
Posts:
13
-
Joined:
02-July 07
Posted 04 November 2008 - 07:37 AM
Cool, waiting for the updates!
Thanks in advance
0
-
Group:
Member
-
Posts:
174
-
Joined:
04-March 06
Posted 04 November 2008 - 12:01 PM
What is the latest version do you have a link ?
I am confused
0