2 Attachment(s)
Beta Release of Superbar Progress Bar
[size:20pt]Superbar Progress Bar[/size]
[size:14pt]Extension Created by Crazy_Ivan[/size]
This Extension is Beta
Please report any bugs
[color:#FF0000]Note: This extension will only work on Windows 7 or later[/color]
Due to fact that the Windows API Code Pack is written in C# (ie .NET) there are 2 dlls that are required to be in the same directory as your built exe file. Without them your program will crash :(
-------------------------------------------
Recommended Settings for Stability reasons
* Uncheck Compress the Runtime
I value feedback :)
Additional Extensions require to use example: Trackbar
Re: Beta Release of Superbar Progress Bar
Hi Crazy_Ivan. Exactly what does this extension do?
Marv
Re: Beta Release of Superbar Progress Bar
Apparently it's a progress bar that only works in Windows 7. I have visual settings off so I can't tell if there is anything special about it.
Re: Beta Release of Superbar Progress Bar
Re: Beta Release of Superbar Progress Bar
Quote:
Originally Posted by Pkeod
Only works in Windows 7
:cry: Can I at least see what it's supposed to look like?
Re: Beta Release of Superbar Progress Bar
Quote:
Originally Posted by Crazy_Ivan
[color:#FF0000]Note: This extension will only work on Windows 7 or later[/color]
Yes.....
All those silly XPers have to suffer now, and those Vistaers are already suffering. =)
Re: Beta Release of Superbar Progress Bar
Vista'ers have always suffered not being able to play their old games but this was a problem for all Win32 & Win16 users until Dosbox arrived.
Re: Beta Release of Superbar Progress Bar
I get an odd feeling if I even think about switching to windows 7. I want to be sure everything MMF-related is compatible with it before I do.
Re: Beta Release of Superbar Progress Bar
For those who don't have Windows 7, I made a few picys to show what It would look like :)
http://crazyivan.wikispaces.com/file/view/superbar.png
Direct Link
http://crazyivan.wikispaces.com/file/view/example.png *
Direct Link
Also, should work with or without visual settings
Re: Beta Release of Superbar Progress Bar
So... it makes a progress bar on the window in the start bar? Neat, but I don't like only seeing the icon... can you make it show the text too like on XP so I can actually see what is what?
Re: Beta Release of Superbar Progress Bar
It doesn't mess with the icon, that's just how he has his Windows 7 set up. The progress bar, you'll notice, shows on installation files and on Windows Updates.
Re: Beta Release of Superbar Progress Bar
yes, Jon Lambert it right, All it does is calls a Windows Function and places a progress bar behind your app.
Also I'm planning on making an update for stuff like JumpLists and Overlay Icons, but they seem to not be working at present :( which i why they haven't been added, yet
Re: Beta Release of Superbar Progress Bar
this is the part I like
Quote:
Originally Posted by Crazy_Ivan
[color:#FF0000]Note: This extension will only work on Windows 7 or later[/color]
Has there already been a new OS since 7??? :P
Re: Beta Release of Superbar Progress Bar
Very cool! Will this extension be disabled if an app made with it is run on an XP or Vista machine?
Re: Beta Release of Superbar Progress Bar
Quote:
Originally Posted by LB
So... it makes a progress bar on the window in the start bar?
I don't really see me ever needing to use that lol.
Re: Beta Release of Superbar Progress Bar
I suppose it could be very useful for anyone creating a tool that can perform an operation that takes some time (e.g. an auto updater or anything). I don't know how it applies that it only works on Windows 7 though - will the application still load even if an earlier Windows version is in use? That would make most sense, because then you wouldn't block out all 2000/xp/vista people just to support this feature for 7 users.
I personally wouldn't use this extension though, too many dependencies.
Re: Beta Release of Superbar Progress Bar
2 dlls and .NET 3.5, I guess..., I might try and convert it to C++ to remove all the dependencies for the next build. But it will most likely take awhile.
Re: Beta Release of Superbar Progress Bar
Quote:
Originally Posted by Alonso
I get an odd feeling if I even think about switching to windows 7. I want to be sure everything MMF-related is compatible with it before I do.
Works great for me!
Quote:
Originally Posted by dragonguy
Quote:
Originally Posted by LB
So... it makes a progress bar on the window in the start bar?
I don't really see me ever needing to use that lol.
Don't download it then.
Re: Beta Release of Superbar Progress Bar
Quote:
Originally Posted by wizkidweb
Very cool! Will this extension be disabled if an app made with it is run on an XP or Vista machine?
Haven't tested it yet, but I think it just dies silently, or thats what some people say, must try it
Re: Beta Release of Superbar Progress Bar
Quote:
Originally Posted by Crazy_Ivan
...it just dies silently...
LOL, can we see a grave for some proof?
Re: Beta Release of Superbar Progress Bar
I tested it on two different Vista computers, and they both crashed. You may want to add a check in the extension, detecting which version of windows is running, and display a warning. ;)
Stephen1980
Re: Beta Release of Superbar Progress Bar
I've been trying to implement this feature for a while but I can't get the right code (ie: always fails to compile)
Stephen could you pm the code or possibly an example for Registry interfacing?
Re: Beta Release of Superbar Progress Bar
It wouldn't have to be through the registry, but yeah, give me a few and I will help you.
Stephen1980