Jump to content


This is a ready-only archive of the InstallSite Forum. You cannot post any new content here. / Dies ist ein Archiv des InstallSite Forums. Hier können keine neuen Beiträge veröffentlicht werden.
Photo

Need a small progress indicator


1 reply to this topic

wenju_wang

wenju_wang
  • Members
  • 21 posts

Posted 18 July 2003 - 18:40

we can create a small progress indicator in IS6.3 by calling Enable(STATUSDLG); but it doesn't work in IS 7.0. I also tried the following calls, bot they don't work. why?

Enable(STATUS);
Enable(STATUSOLD);
Enable(STATUSEX);





wenju_wang

wenju_wang
  • Members
  • 21 posts

Posted 18 July 2003 - 19:47

After I updated IS 7.0 to the version 7.001.161, The function call Enable(STATUSDLG) works fine.