Page 1 of 1

WIZARD Button and IWCGJQLockIndicator

PostPosted: 11 Jan 2017 17:19
by eric.garcia
Hello,

I'd like to add a IWCGJQLockIndicator on wizard button , and especcially on the finish.
how to do it ?

thanks

eric

Re: WIZARD Button and IWCGJQLockIndicator

PostPosted: 12 Jan 2017 19:26
by Alexander Bulei
Hi eric.garcia,

just attach the LockIndicator to OnFinished/OnFinishing event.

Code: Select all
Event.Indicator
Event.IndicatorIndex


Best Regards.

Re: WIZARD Button and IWCGJQLockIndicator

PostPosted: 16 Jan 2017 18:52
by eric.garcia
ALexander,

idid this:
Code: Select all
  IWCGJQWizard1.JQWizardOptions.OnFinishing.Indicator:=IWServerController.IWCGJQLockIndicator1;
  IWCGJQWizard1.JQWizardOptions.OnFinishing.Indicatorindex:=0;


but it does not work. I don't see any aiting icon.

eric g

Re: WIZARD Button and IWCGJQLockIndicator

PostPosted: 16 Jan 2017 19:36
by Alexander Bulei
Hi Eric,

I can't create the simple projects every time when you have problems :/

Please check the our main demo.

Best Regards.

Re: WIZARD Button and IWCGJQLockIndicator

PostPosted: 16 Jan 2017 21:50
by eric.garcia
Hello,
I m sorry but it misses 2 un its in your sample:
GFrame.pas
Dialogframe.pas


thx

eric

Re: WIZARD Button and IWCGJQLockIndicator

PostPosted: 17 Jan 2017 10:25
by Alexander Bulei
Hi Eric,

Remove them from uses...no need for this example.

Best Regards.