Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.lang.java.programmer > #21967 > unrolled thread
| Started by | Roedy Green <see_website@mindprod.com.invalid> |
|---|---|
| First post | 2013-02-01 11:12 -0800 |
| Last post | 2013-02-15 19:01 -0800 |
| Articles | 6 — 4 participants |
Back to article view | Back to comp.lang.java.programmer
slick progress bar Roedy Green <see_website@mindprod.com.invalid> - 2013-02-01 11:12 -0800
Re: slick progress bar zfollette@gmail.com - 2013-02-11 17:52 -0800
Re: slick progress bar bob smith <bob@coolfone.comze.com> - 2013-02-12 08:02 -0800
Re: slick progress bar Roedy Green <see_website@mindprod.com.invalid> - 2013-02-12 16:25 -0800
Re: slick progress bar Joerg Meier <joergmmeier@arcor.de> - 2013-02-14 00:50 +0100
Re: slick progress bar Roedy Green <see_website@mindprod.com.invalid> - 2013-02-15 19:01 -0800
| From | Roedy Green <see_website@mindprod.com.invalid> |
|---|---|
| Date | 2013-02-01 11:12 -0800 |
| Subject | slick progress bar |
| Message-ID | <4c4og89mi8u9q6ic9lqb417hm232iju51a@4ax.com> |
I have noticed a few windows apps displaying progress as a moving green tide on the icon on the task bar. This lets you monitor progress of a minimised app. It would be nice if some of Java apps did that. Is there anything in the Java API that hooks up to it? is there a jni lib? here is some info on how it works under .net in Windows 7 http://blogs.windows.com/windows/archive/b/developers/archive/2009/07/28/windows-7-taskbar-dynamic-overlay-icons-and-progress-bars.aspx -- Roedy Green Canadian Mind Products http://mindprod.com The first 90% of the code accounts for the first 90% of the development time. The remaining 10% of the code accounts for the other 90% of the development time. ~ Tom Cargill Ninety-ninety Law
[toc] | [next] | [standalone]
| From | zfollette@gmail.com |
|---|---|
| Date | 2013-02-11 17:52 -0800 |
| Message-ID | <47cf9b3b-cab7-4d09-84db-a6f6d8e828c7@googlegroups.com> |
| In reply to | #21967 |
On Friday, February 1, 2013 11:12:01 AM UTC-8, Roedy Green wrote: > I have noticed a few windows apps displaying progress as a moving > > green tide on the icon on the task bar. This lets you monitor > > progress of a minimised app. > > > > It would be nice if some of Java apps did that. > > > > Is there anything in the Java API that hooks up to it? > > is there a jni lib? > > > > here is some info on how it works under .net in Windows 7 > > http://blogs.windows.com/windows/archive/b/developers/archive/2009/07/28/windows-7-taskbar-dynamic-overlay-icons-and-progress-bars.aspx > > -- > > Roedy Green Canadian Mind Products http://mindprod.com > > The first 90% of the code accounts for the first 90% of the development time. > > The remaining 10% of the code accounts for the other 90% of the development > > time. > > ~ Tom Cargill Ninety-ninety Law Could you possibly set the icon label to have a loading bar looking image and extend the size of it depending on the percentage it is loaded?
[toc] | [prev] | [next] | [standalone]
| From | bob smith <bob@coolfone.comze.com> |
|---|---|
| Date | 2013-02-12 08:02 -0800 |
| Message-ID | <bdce283d-c63e-49f7-ad8b-43d6d56d1c8c@googlegroups.com> |
| In reply to | #21967 |
On Friday, February 1, 2013 1:12:01 PM UTC-6, Roedy Green wrote: > I have noticed a few windows apps displaying progress as a moving > > green tide on the icon on the task bar. This lets you monitor > > progress of a minimised app. > > > > It would be nice if some of Java apps did that. > > > > Is there anything in the Java API that hooks up to it? > > is there a jni lib? > > > > here is some info on how it works under .net in Windows 7 > > http://blogs.windows.com/windows/archive/b/developers/archive/2009/07/28/windows-7-taskbar-dynamic-overlay-icons-and-progress-bars.aspx > > -- > > Roedy Green Canadian Mind Products http://mindprod.com > > The first 90% of the code accounts for the first 90% of the development time. > > The remaining 10% of the code accounts for the other 90% of the development > > time. > > ~ Tom Cargill Ninety-ninety Law For some reason, the image there doesn't work: 403 - Forbidden: Access is denied. Maybe we could help more if we see an image?
[toc] | [prev] | [next] | [standalone]
| From | Roedy Green <see_website@mindprod.com.invalid> |
|---|---|
| Date | 2013-02-12 16:25 -0800 |
| Message-ID | <v9nlh8haq1psbbh04kfadappg8uio14uud@4ax.com> |
| In reply to | #22285 |
On Tue, 12 Feb 2013 08:02:23 -0800 (PST), bob smith <bob@coolfone.comze.com> wrote, quoted or indirectly quoted someone who said : >Maybe we could help more if we see an image? It is not my website. TopStyle uses the feature. See http://mindprod.com/jgloss/topstyle.html -- Roedy Green Canadian Mind Products http://mindprod.com The first 90% of the code accounts for the first 90% of the development time. The remaining 10% of the code accounts for the other 90% of the development time. ~ Tom Cargill Ninety-ninety Law
[toc] | [prev] | [next] | [standalone]
| From | Joerg Meier <joergmmeier@arcor.de> |
|---|---|
| Date | 2013-02-14 00:50 +0100 |
| Message-ID | <1eqsc4vo2jo7t$.7v9gtm18ocz9.dlg@40tude.net> |
| In reply to | #22288 |
On Tue, 12 Feb 2013 16:25:29 -0800, Roedy Green wrote: > On Tue, 12 Feb 2013 08:02:23 -0800 (PST), bob smith > <bob@coolfone.comze.com> wrote, quoted or indirectly quoted someone > who said : >>Maybe we could help more if we see an image? > It is not my website. TopStyle uses the feature. See > http://mindprod.com/jgloss/topstyle.html If you want people to help you, maybe you should go through the trouble of installing said software and taking a screenshot. If even you don't care enough to install it just to see that feature in action, why would anyone else ? Liebe Gruesse, Joerg -- Ich lese meine Emails nicht, replies to Email bleiben also leider ungelesen.
[toc] | [prev] | [next] | [standalone]
| From | Roedy Green <see_website@mindprod.com.invalid> |
|---|---|
| Date | 2013-02-15 19:01 -0800 |
| Message-ID | <k7tth8hlp9u30762ucqrq79tin05dp5tnd@4ax.com> |
| In reply to | #22297 |
On Thu, 14 Feb 2013 00:50:52 +0100, Joerg Meier <joergmmeier@arcor.de> wrote, quoted or indirectly quoted someone who said : >If you want people to help you, maybe you should go through the trouble of >installing said software and taking a screenshot. If even you don't care >enough to install it just to see that feature in action, why would anyone >else ? I can give you a screenshot, see http://mindprod.com/dropoff/progress.png but I don't think you will find it very interesting. I thought you would want to see it in action. This is a standard Windows C++ feature, so, if you are a windows user, once you see it, you will likely recognise it. -- Roedy Green Canadian Mind Products http://mindprod.com The first 90% of the code accounts for the first 90% of the development time. The remaining 10% of the code accounts for the other 90% of the development time. ~ Tom Cargill Ninety-ninety Law
[toc] | [prev] | [standalone]
Back to top | Article view | comp.lang.java.programmer
csiph-web