Recommended Posts

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 ;) ),

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 :) . 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:

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 !

SmartFlip.zip

Here are two screenshots:

post-186570-1168777728_thumb.png

post-186570-1168777860_thumb.png

PS: the next version will include voice recognition

You can improve a little the drawing speed if you set the background opacity to 255.

Edited by lgratian
Link to comment
https://www.neowin.net/forum/topic/529816-smartflip/
Share on other sites

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 :p.

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.

Edited by lgratian
Link to comment
https://www.neowin.net/forum/topic/529816-smartflip/#findComment-588225913
Share on other sites

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 =)

Link to comment
https://www.neowin.net/forum/topic/529816-smartflip/#findComment-588228082
Share on other sites

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. :(

Link to comment
https://www.neowin.net/forum/topic/529816-smartflip/#findComment-588228681
Share on other sites

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 :) Could be a performance interaction with something else I'm running, hard to say without knowing what your code is doing.

In the current version it's maximized, but i'm going to modify it.
Yeah... that will work better for Ultimate users :)
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. :(

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?

Link to comment
https://www.neowin.net/forum/topic/529816-smartflip/#findComment-588229358
Share on other sites

Well, my graphics cards is a 7800GTX... so I kind of doubt that is the problem :) 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 :)

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. ;)

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 :) .

And the source code (~7000 code lines) ... I haven't decided yet if I make it public ;)

Link to comment
https://www.neowin.net/forum/topic/529816-smartflip/#findComment-588229524
Share on other sites

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

Link to comment
https://www.neowin.net/forum/topic/529816-smartflip/#findComment-588252969
Share on other sites

This topic is now closed to further replies.
  • Recently Browsing   0 members

    • No registered users viewing this page.
  • Posts

    • Still using Microsoft Money 2005 in 2026 here!
    • I have a couple to mention, and they still run great on Windows 11 Adobe Lightroom Version 2 Alcohol 120% CLZ Book, Comic, Game, Movie, & Music Collector (PC - No longer sold / Grandfathered in - now mobile apps/online only) DVDDecrypter ISO Buster Pro version 1.9.1 (Still supports HD-DVD too) Nero Burning Rom 8 (Only the burning software, no backup, media converter, etc)   OpenAL (Runtime) - GuildWars 1 Reforged still uses it for 3d headphone audio PowerDVD 12 Ultra SPTD (SCSI Pass through Direct Driver) UltraISO Windows Media Encoder 9 WinImage You can tell I still sport an optical drive    
    • Linux 7.1 arrives with an NTFS overhaul and major hardware performance boosts by Paul Hill The founder of the Linux kernel has just announced the availability of Linux 7.1. This is a stable version of the kernel that will now be tested by various Linux distributions before it is shipped to users through update managers. Some users, like those on Debian, for example, might not get it for a long time, if at all, while Fedora users can expect it in the near future. With Linux 7.1 out on time, the merge window for Linux 7.2 is now open, giving contributors the opportunity to send in major new features that have been waiting for the last two months. Torvalds warned that he is currently travelling and will be in another timezone, so timing for the merge window may be irregular due to timezone differences and limited internet access. Torvalds said that he has already fetched early pull requests to allow him to do some offline work, but the travel could still cause disruption. Right now, he is not planning to extend the release, but did consider it. He said he might later regret not extending, though. In terms of this last week of development for Linux 7.1, Torvalds said there were no major or alarming changes. This week consisted mostly of smaller driver updates to GPU, networking, and sound, networking fixes, trace tooling fixes, and misc minor fixes. The shortlog this week lists fixes for driver bugs, memory leaks, I/O and USB fixes, networking and RDMA fixes, DRM/graphics fixes, and tooling and verification improvements. Specific fixes include USB series heap-overflow and buffer overflow fixes, and multiple use-after-free, memory-leak, and refcount corrections across subsystems such as i2c, zram, gpio, and net. There are fixes for graphics drivers, including amdgpu, i915, and virtio, as well as hypervisor and virtualization tweaks affecting mshv, vmbus, and hyperv. According to Phoronix, anyone running Linux 7.1 should look out for the new NTFS driver, Intel FRED for improved performance on Panther Lake and future CPUs, faster graphics with Intel Arc Battlemage, and improvements for older AMD Radeon GPUs. If you are running Linux on your computer and everything is fine, then you don’t need to worry about updating to Linux 7.1 as a priority; just wait for it to be pushed to you. If you have tried Linux on hardware but it didn’t work properly, trying again with a distro that uses Linux 7.1 could cause Linux to work on your machine, thanks to the new hardware support.
    • you can also do this with this tool: PowerSettingsExplorer made by mbk1969 at 3dguru forum.. I found it by accident researching on modern standby and annoying quirks of it in 2022
    • AB Download Manager 1.9.1 by Razvan Serea AB Download Manager is an open-source, feature-rich download manager designed to accelerate downloads, organize files efficiently, and provide seamless control over downloads. With support for multiple connections, resume capability, and an intuitive interface, it enhances the downloading experience for users seeking speed and reliability. The software integrates with various browsers, enabling quick link grabbing and batch downloading. It supports HTTP, HTTPS, and FTP protocols, ensuring broad compatibility with different file sources. Users can schedule downloads, set speed limits, and categorize files automatically for better organization. AB Download Manager is lightweight yet powerful, making it a great alternative to proprietary download managers. Its open-source nature allows developers to contribute, customize, and improve the software as needed. Whether you're downloading large files, managing multiple downloads at once, or seeking an ad-free experience, this tool offers a practical and efficient solution. Key features of AB Download Manager: Multi-Connection Support – Accelerates downloads by splitting files into multiple segments. Resume Capability – Allows paused or interrupted downloads to be resumed without starting over. Batch Downloading – Supports downloading multiple files at once for improved efficiency. Browser Integration – Captures download links directly from browsers for seamless operation. HTTP, HTTPS, and FTP Support – Ensures compatibility with a wide range of file sources. Download Scheduling – Enables users to automate downloads at specific times. Speed Limiting – Lets users control bandwidth usage for optimized performance. File Categorization – Automatically organizes downloaded files into designated folders. User-Friendly Interface – Simple and intuitive design for easy navigation. Cross-Platform Compatibility – Works on multiple operating systems. Ad-Free Experience – No intrusive ads or tracking for a clean user experience. AB Download Manager 1.9.1 changelog: Added An option to customize notification sounds (#1259) Fixed Ongoing notification was laggy on Samsung One UI devices (#1269) Improved Updated Translations Minor UI/UX improvements Download: AB Download Manager 1.9.1 | Portable | ~80.0 MB (Open Source) Download: ARM64 | Portable ARM64 | Android Links: AB Download Manager Website | Github Page | Screenshot Get alerted to all of our Software updates on Twitter at @NeowinSoftware
  • Recent Achievements

    • Week One Done
      rolfus earned a badge
      Week One Done
    • One Month Later
      Leroy Jethro Gibbs earned a badge
      One Month Later
    • Conversation Starter
      flexorcist earned a badge
      Conversation Starter
    • One Month Later
      AndreaB earned a badge
      One Month Later
    • One Month Later
      agatameier earned a badge
      One Month Later
  • Popular Contributors

    1. 1
      +primortal
      507
    2. 2
      +Edouard
      196
    3. 3
      PsYcHoKiLLa
      139
    4. 4
      ATLien_0
      90
    5. 5
      Steven P.
      81
  • Tell a friend

    Love Neowin? Tell a friend!