PDA

View Full Version : Not Responding



smh_2007
07-23-2010, 06:55 AM
Hi To All,

When running our Base Installer, users see the words "Not Responding" in the title bar of the installer window. Is there any way to get rid of that verbiage. It is a windows message not something that we display.

Thanks,

Sharon

LSConsulting
07-23-2010, 10:44 AM
There is not enough data there to go on from what you say above, but here are some things that come to mind. First of all, Windows (and not the installer!!!!) displays the "not responding" title bar message. So I assume you are launching another program with a "wait" option enabled.

1. Make sure you are using the very latest SB72 build.
2. Make sure you do not have a bug in your script coding.
3. If 1. and 2. does not help, display a "Wait Dialog" with the "Start on separate thread" option enabled.

Hope this helps.

Lindersoft Emergency Support

smh_2007
07-27-2010, 02:39 PM
Thanks for the response. I was curious if you could post a sample of how to implement the Wait Dialog. Is there a sample project to look at?

LSConsulting
07-28-2010, 12:50 AM
Most Core PreRequisites make use of the Wait dialog.

For example: the VC2010 redistributable (download the VC2010 redist and check the rt_vc2010redist_x86.sbi). It demonstrates how to use the Wait dialog and run an external program (with wait enabled).

Lindersoft Emergency Support

smh_2007
07-28-2010, 08:54 AM
Thanks for the example, we are on our way!