Daniel
Posts: 8276
Joined: Mon Apr 02, 2012 1:11 pm
Contact: Website

Re: Issue with Surface progress bar

Hello,

In order to avoid this limitation, as a workaround, you can proceed like this:
- Go to Dialogs page and select the "ProgressDlg" dialog from "First Time Install" tree node.
- Select the progress bar control and edit its subscribed event like this:
  • Subscribe To: Display overall installation progress (enhanced UI only)
    Attribute to set: Progress
- Build and run your project.

All the best,
Daniel
Daniel Radu - Advanced Installer Team
Follow us: Twitter - Facebook - YouTube
turnipfarmer
Posts: 3
Joined: Fri Feb 21, 2014 10:52 pm

Re: Issue with Surface progress bar

Daniel wrote:Hello,

In order to avoid this limitation, as a workaround, you can proceed like this:
- Go to Dialogs page and select the "ProgressDlg" dialog from "First Time Install" tree node.
- Select the progress bar control and edit its subscribed event like this:
  • Subscribe To: Display overall installation progress (enhanced UI only)
    Attribute to set: Progress
- Build and run your project.

All the best,
Daniel
Hi Daniel,

I'm having the same issue, I tried setting that option and it does change the behaviour of the progress bar but it still doesn't work very well. With the surface theme it keeps jumping to halfway and back instead of just the first few pixels, in your classic theme it basically just goes straight to full and stays there for the install.

Without the option set the Windows taskbar displays the progress pretty much correctly (i.e. exactly what we'd like the installation progress bar to do), however with that option set the taskbar also goes straight to full so overall I'd say it just makes things worse...

This is all replicated easily by creating simple new packages with just a few large files to install (so that you need a progress bar) and changing just the theme and/or that setting.

I know it's ultimately a Windows fail but it's really quite annoying tbh as it makes a lengthy install look very unprofessional, especially when most installers for major products don't have this problem. Presumably some competing products (which I'd rather not use as I love yours aside from this!) have overcome it somehow, if the Windows taskbar can do it then it must be possible...

Also I notice you seem to have removed the option in 11.x, rather than improve it, as I can only find it in 10.9.1? This thread is over 2 years old now so it would be great if you could address it.

Thanks
Daniel
Posts: 8276
Joined: Mon Apr 02, 2012 1:11 pm
Contact: Website

Re: Issue with Surface progress bar

Hello,

The "Subscribe To: Display overall installation progress (enhanced UI only)" event is still available in our latest application versions. Check the following screenshot.
screenshot.jpg
screenshot.jpg (273.62 KiB) Viewed 3403 times
Can you please enable the above subscribed event on the progress bar from "ProgressDlg" and test again the scenario (also please make sure the Enhanced User Interface feature is enabled)? I've tested it using AI 11.8 and I can confirm that the progress bar is successfully filled in (until the end) when the installation finishes. If you encounter a different behavior could you register a small video and send it us alongside your .aip (project file) so we can see what you mean?

All the best,
Daniel
Daniel Radu - Advanced Installer Team
Follow us: Twitter - Facebook - YouTube
turnipfarmer
Posts: 3
Joined: Fri Feb 21, 2014 10:52 pm

Re: Issue with Surface progress bar

Daniel wrote:Hello,

The "Subscribe To: Display overall installation progress (enhanced UI only)" event is still available in our latest application versions. Check the following screenshot.
screenshot.jpg
Can you please enable the above subscribed event on the progress bar from "ProgressDlg" and test again the scenario (also please make sure the Enhanced User Interface feature is enabled)? I've tested it using AI 11.8 and I can confirm that the progress bar is successfully filled in (until the end) when the installation finishes. If you encounter a different behavior could you register a small video and send it us alongside your .aip (project file) so we can see what you mean?

All the best,
Daniel
You're right, it is still there in 11.8, not sure how I missed that... Sorry! :oops:

Also it's true it does fill up the bar in 11.8, it's only in 10.9.1 that it only seems to go halfway (with the surface theme) but that's fine..

It's still not great/smooth like the Windows taskbar icon without that option enabled, it's basically just full for most of the install, but it'll do. Cheers :)

Return to “Common Problems”