Reply to this topic Topic Options
Rating 5 V 5 Pages V   [1] 2 3 ... Next : Last » 
SmartFlip, Flip3D replacement
lgratian
Post #1 Jan 14 2007, 12:41


Neowinian
Group Icon

Group: Registered
Posts: 11
Joined: 8-November 06
Member No.: 186,570
Hi! I want to present a great application that I've developed. SmartFlip is a replacement for the Flip3D function in Windows Vista.
It places the windows on a circle (it's actually a ellipsis combined with a parabola wink.gif ),
You can select to which window you want to
flip by using the keyboard or the mouse. You can use as a trigger a keyboard key (you can even replace Flip3D, so that SmartFlip
appears when you press Win+TAB) or a screen region (for example, the left corner).

Because it's build using WPF (Windows Presentation Foundation), I could "copy" some
of the features Mac OS X Expose has. For example, when you place the mouse over a window, the title of the windows appears
with a nice glow effect smile.gif . Another useful feature I implemented is that you can display only the windows related (created by
the same program) with the active one (which has focus).
Another important thing is that you can fully customize SmartFlip.

Notice that this is a "beta" version and it may contain bugs. If you find one, or have any suggestions, please post it here.
You can find a small documentation in the zip file that comes attached to this post.

Edit:
Here you can watch the program in action: http://www.youtube.com/watch?v=bYX6YboNA4c
And here is a direct link to the application (for those who don't have a Neowin account): http://smartflip.110mb.com/SmartFlip.zip

DOWNLOAD !
Attached File  SmartFlip.zip ( 468.42K ) Number of downloads: 10014


Here are two screenshots:

Attached Image

Attached Image


PS: the next version will include voice recognition
You can improve a little the drawing speed if you set the background opacity to 255.

This post has been edited by lgratian: Feb 20 2007, 15:27
Profile Card PM + Reply to Post Go to the top of the page

Log In or Register · Advertise on Neowin
WelshBluebird
Post #2 Jan 14 2007, 13:07


Neowinian Senior
Group Icon

Group: Registered
Posts: 2,594
Joined: 5-August 05
From: Rhondda, South Wales
Member No.: 122,135
Looks awesome.
I don't have vista on my PC anymore, since atm I want all my HDD space for XP, although when I do get vista when it comes out, this may well be one of the first things I download and install.
Profile Card PM + Reply to Post Go to the top of the page
theh0g
Post #3 Jan 14 2007, 14:58


Neowinian
Group Icon

Group: Registered
Posts: 219
Joined: 30-March 02
Member No.: 11,188
Works great! 2 things: it doesn't find Remote Desktop Connection program, while Vista's flip does (EDIT: it won't find minimized Windows). There is some delay when I first try to rotate windows. Other than that, excellent!
Profile Card PM + Reply to Post Go to the top of the page
lgratian
Post #4 Jan 14 2007, 15:35


Neowinian
Group Icon

Group: Registered
Posts: 11
Joined: 8-November 06
Member No.: 186,570
Quote - (theh0g @ Jan 14 2007, 16:58) [snapback]588225833[/snapback]
Works great! 2 things: it doesn't find Remote Desktop Connection program, while Vista's flip does (EDIT: it won't find minimized Windows). There is some delay when I first try to rotate windows. Other than that, excellent!


It works for me with the Remote Desktop Conection program. And it always finds minimized windows ! The only window that it doesn't find is WinDVD, but
Flip3D doesn't finds it either tongue.gif.

Edit: I updated the application. Now it blocks any key press when it's running. So it prevents you from starting, lets say, Explorer when you replaced Flip3D.

This post has been edited by lgratian: Jan 14 2007, 15:49
Profile Card PM + Reply to Post Go to the top of the page
+Brandon Live
Post #5 Jan 15 2007, 08:04


shell dude
Group Icon
Group Icon

Group: +MVC
Posts: 8,927
Joined: 8-June 03
From: Seattle, WA
Member No.: 30,311
Cool app!

A couple things I noticed...
1) It's really really slow if I turn on the "Show window titles" option, and "animate on show" doesn't really work, just adds a delay it seems.
2) There's no option to show the desktop window in the list, as Flip / Flip3D do.
3) I have a hunch that you are marking your application window as maximized... and that you should not =)
Profile Card PM + Reply to Post Go to the top of the page Email Poster
lgratian
Post #6 Jan 15 2007, 15:02


Neowinian
Group Icon

Group: Registered
Posts: 11
Joined: 8-November 06
Member No.: 186,570
Quote - (Brandon Live @ Jan 15 2007, 10:04) [snapback]588228082[/snapback]
Cool app!

A couple things I noticed...
1) It's really really slow if I turn on the "Show window titles" option, and "animate on show" doesn't really work, just adds a delay it seems.
2) There's no option to show the desktop window in the list, as Flip / Flip3D do.
3) I have a hunch that you are marking your application window as maximized... and that you should not =)


Let's start with the first problem. When you set the "Show window titles", it may be slow because it usses WPF to display the titles, which
needs a good graphics card. Probably you graphics card is not powerfull enough.
It should show how the windows come to their place, try this with, let's say, 3-4 windows. When you have many windows,
DWM API it's too slow too update so many window.

Until the final version (probably one week after Vista ships), I will provide a feature to display the desktop icon too.

In the current version it's maximized, but i'm going to modify it.

Final note: thank Microsoft for providing this very "powerfull" way to handle window thumbnails. You can only use them in 2D, and moving them is very slow, even on a good graphics card. sad.gif
Profile Card PM + Reply to Post Go to the top of the page
Meshuggah
Post #7 Jan 15 2007, 15:06


Neowinian Wise One
Group Icon

Group: Banned
Posts: 4,698
Joined: 13-November 02
Member No.: 19,111
wow cool...another app i will watch and use once a few more updated builds come out biggrin.gif
Profile Card PM + Reply to Post Go to the top of the page
+Brandon Live
Post #8 Jan 15 2007, 19:03


shell dude
Group Icon
Group Icon

Group: +MVC
Posts: 8,927
Joined: 8-June 03
From: Seattle, WA
Member No.: 30,311
Quote - (lgratian @ Jan 15 2007, 07:02) [snapback]588228681[/snapback]
Let's start with the first problem. When you set the "Show window titles", it may be slow because it usses WPF to display the titles, which
needs a good graphics card. Probably you graphics card is not powerfull enough.
It should show how the windows come to their place, try this with, let's say, 3-4 windows. When you have many windows,
DWM API it's too slow too update so many window.


Well, my graphics cards is a 7800GTX... so I kind of doubt that is the problem smile.gif Could be a performance interaction with something else I'm running, hard to say without knowing what your code is doing.

Quote -
In the current version it's maximized, but i'm going to modify it.
Yeah... that will work better for Ultimate users smile.gif

Quote -
Final note: thank Microsoft for providing this very "powerfull" way to handle window thumbnails. You can only use them in 2D, and moving them is very slow, even on a good graphics card. sad.gif


Well, the 2D thing could change at some point, who knows. As for performance, that could be a matter of how you're using the API. Unfortunately there is no managed code interface so if you're using WPF it might take some work to get the best performance out of it with WPF (especially since it's an HWND-based mechanism).

Oh - and I forgot to ask... Any plans to release the source?
Profile Card PM + Reply to Post Go to the top of the page Email Poster
lgratian
Post #9 Jan 15 2007, 20:18


Neowinian
Group Icon

Group: Registered
Posts: 11
Joined: 8-November 06
Member No.: 186,570
Quote - (Brandon Live @ Jan 15 2007, 21:03) [snapback]588229358[/snapback]
Well, my graphics cards is a 7800GTX... so I kind of doubt that is the problem smile.gif Could be a performance interaction with something else I'm running, hard to say without knowing what your code is doing.

Yeah... that will work better for Ultimate users smile.gif

Well, the 2D thing could change at some point, who knows. As for performance, that could be a matter of how you're using the API. Unfortunately there is no managed code interface so if you're using WPF it might take some work to get the best performance out of it with WPF (especially since it's an HWND-based mechanism).

Oh - and I forgot to ask... Any plans to release the source?


I have an old FX 5700LE, so I tought that the performance problems are caused by it. I just made a simple app that displays a text with glow, and I noticed it's pretty fast when it's animated. Maybe it's someting wrong in my code, I will check it tomorow. wink.gif

I really hope they will make the 3D API public. The window updating it's not slowed by WPF. At the beginnig, I made the same sample application in Win32 and in WPF. I haven't notice any difference in update speed, so I moved foreward with the WPF implementation.

If you have other suggestions, please let me know smile.gif .

And the source code (~7000 code lines) ... I haven't decided yet if I make it public wink.gif
Profile Card PM + Reply to Post Go to the top of the page
fatcatxp
Post #10 Jan 16 2007, 11:42


Neowinian
Group Icon

Group: Registered
Posts: 36
Joined: 11-July 02
From: Canada, Ontario, Toronto.
Member No.: 14,972
Man, best Windows program ever seen!
Profile Card PM + Reply to Post Go to the top of the page Email Poster
paesan
Post #11 Jan 19 2007, 14:23


Neowinian
Group Icon

Group: Registered
Posts: 83
Joined: 20-November 01
Member No.: 3,880
Nice app. Good work
Profile Card PM + Reply to Post Go to the top of the page Email Poster
Digix
Post #12 Jan 19 2007, 15:01


Doofus
Group Icon

Group: Registered
Posts: 6,996
Joined: 26-June 05
From: Auckland, New Zealand
Member No.: 116,051
indeed, nice.
Profile Card PM + Reply to Post Go to the top of the page
akb
Post #13 Jan 23 2007, 13:43


Neowinian
Group Icon

Group: Registered
Posts: 38
Joined: 7-November 03
Member No.: 39,914
nice and working well, thx for this one :-)
Profile Card PM + Reply to Post Go to the top of the page Email Poster
bcell
Post #14 Jan 23 2007, 16:22


Resident One Post Wonder
Group Icon

Group: Registered
Posts: 1
Joined: 23-January 07
Member No.: 198,078
Overall, it looks really nice. I'm running it on my Thinkpad T43 and it seems really smooth. I really like the ability to scroll through windows created by the current app. When working with Matlab, I often end up with many figure windows, which can be a pain to sort through.

The only problem I'm having is that I can't seem to scroll through the windows using tab or shift-tab. I can right click on windows to zoom them, but tab seems to do nothing. Am I do something stupid?

thanks
Profile Card PM + Reply to Post Go to the top of the page
b0m8er
Post #15 Jan 23 2007, 16:40


Neowinian Wise One
Group Icon

Group: Registered
Posts: 5,109
Joined: 2-May 03
From: U.S. of A.
Member No.: 27,390
awesome thanks!
Profile Card PM + Reply to Post Go to the top of the page Email Poster
« Older · Customizing Windows Vista · Newer »
5 Pages V   [1] 2 3 ... Next : Last »   Reply to this topic