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

Can a wizard panel's data be susstained?


3 replies to this topic

Archie Pinkney

Archie Pinkney
  • Members
  • 5 posts

Posted 26 June 2001 - 22:37

Hi -
I am relatively new to java and ISMP.
I have created a custom action wizard to backup certain files before installing new ones [retro-fitting a product].  During my backup process I have a long wait with a blank panel.  I would like the info from the previous Install Preview panel to remain.  Is that possible?  or  How do I write to the panel from an action wizard?  I haven't figured that out.
Any HELP is appreciated.
Thanks,

Archie Pinkney

Archie Pinkney
  • Members
  • 5 posts

Posted 27 June 2001 - 19:44

Hello -

I thought I would look in the InstallShield Knowledge Base again and found the following document
ID: Q105208  dated June 13, 2001.
It does not explain keeping data on the panel fom a previous wizard, but it explains how to get my product action to control the progress bar.

I did not see this document when I searched before.  I hope it helps someome else too!

Thanks,


Archie Pinkney

Archie Pinkney
  • Members
  • 5 posts

Posted 27 June 2001 - 23:46

Sorry Gang -

This is not a solution to my problem!!!  I am using WizardActions and this article is about ProductActions.

I still need help if you have an answer.
Thanks,


RobertDickau

RobertDickau
  • Members
  • 29 posts

Posted 11 July 2001 - 16:11

You can add the following expression to your wizard bean's execute method:

getState().setStatusDescription("Please wait...");