Banner and timer/ blinking text [solved]
Hi,
I am looking for an easy solution or best method to let my banner text blink.
As a certain part of my installer the user has the option to do a full HDD scan (which may take several minutes). So after clicking the button which starts the scan I hide the main installer window and show a banner instead (visible in the taskbar, stays always on top).
The banner text actually is only changed/ updated when a certain entry is found. Now I would like to have the first text line to blink so that the user knows that the application is still working and has not hung up.
I already tried the nsDialog timer (does not work - I guess due to the hide of the window) and I also do not want to use another banner (plugin).
Can anybody give me a tip or a hint how to achieve this?
Or what I possibly made wrong with timer?
Addendum 1:
I changed my UI and added a progressbar to the banner. Now the question is "How to Create a Smooth Progress Bar control" (like in http://nsis.sourceforge.net/NsDialog...ss_Bar_control)?
Addendum 2:
OK, I solved it. I found the solution in this thread: http://forums.winamp.com/archive/ind.../t-291517.html
Gunther