dreameyes
5 Apr 2011, 5:55 AM
Hi,
I'm developing on a particular custom Wizard which needs to associate a specific method to the card change event (e.g. this.load() on 'card-landing', this.save() on 'card-leaving') but this method have to be only invoked after the first time when the card is displayed and NOT on the 'beforehide'/'beforecardhide' event which is automatically fired on the initComponent method (e.g. during the hiding of the second and third card of the Wizard).
Are there any suggestion?
Thanks in advance.
I'm developing on a particular custom Wizard which needs to associate a specific method to the card change event (e.g. this.load() on 'card-landing', this.save() on 'card-leaving') but this method have to be only invoked after the first time when the card is displayed and NOT on the 'beforehide'/'beforecardhide' event which is automatically fired on the initComponent method (e.g. during the hiding of the second and third card of the Wizard).
Are there any suggestion?
Thanks in advance.