Customize Wizard dialog/ Wizard [message #312924] |
Mon, 26 February 2007 06:04 |
Eclipse User |
|
|
|
Originally posted by: priya_kothari.persistent.co.in
Hi,
Is it possible to add custom buttons to the wizard page along with
Back/Next/Cancel/Finish?
My plugin requires to add couple of buttons on a wizard page.
TIA
~Priya
|
|
|
Re: Customize Wizard dialog/ Wizard [message #312926 is a reply to message #312924] |
Mon, 26 February 2007 09:39 |
Eclipse User |
|
|
|
Originally posted by: jakub.jurkiewicz.gmail.com
Hi,
Yes it's possible. When you extend WizardPage you have to overwrite
method IDialogPage#createControl(Composite parent)
In this method you can create all the controls, which you want to exist
on your wizard page, so you can add any button you want.
Hope this helps :)
Jakub Jurkiewicz
Priya napisał(a):
> Hi,
>
> Is it possible to add custom buttons to the wizard page along with
> Back/Next/Cancel/Finish?
> My plugin requires to add couple of buttons on a wizard page.
>
> TIA
> ~Priya
>
>
|
|
|
Re: Customize Wizard dialog/ Wizard [message #312929 is a reply to message #312926] |
Mon, 26 February 2007 09:56 |
Eclipse User |
|
|
|
Originally posted by: priya_kothari.persistent.co.in
Thanks a lot, it did help. One more question, Can i add them next to Next /
Cancel - I mean in same Row?
"Jakub Jurkiewicz" <jakub.jurkiewicz@gmail.com> wrote in message
news:eru9tc$pt8$1@utils.eclipse.org...
> Hi,
>
> Yes it's possible. When you extend WizardPage you have to overwrite method
> IDialogPage#createControl(Composite parent)
> In this method you can create all the controls, which you want to exist on
> your wizard page, so you can add any button you want.
>
> Hope this helps :)
>
> Jakub Jurkiewicz
>
> Priya napisa
|
|
|
Re: Customize Wizard dialog/ Wizard [message #312930 is a reply to message #312929] |
Mon, 26 February 2007 10:19 |
Eclipse User |
|
|
|
Originally posted by: jakub.jurkiewicz.gmail.com
I'm afraid you can't or at last I didn't hear about such possibility.
If somebody knows how to do this please let us know.
regards,
Jakub Jurkiewicz
Priya wrote:
> Thanks a lot, it did help. One more question, Can i add them next to Next /
> Cancel - I mean in same Row?
>
> "Jakub Jurkiewicz" <jakub.jurkiewicz@gmail.com> wrote in message
> news:eru9tc$pt8$1@utils.eclipse.org...
>> Hi,
>>
>> Yes it's possible. When you extend WizardPage you have to overwrite method
>> IDialogPage#createControl(Composite parent)
>> In this method you can create all the controls, which you want to exist on
>> your wizard page, so you can add any button you want.
>>
>> Hope this helps :)
>>
>> Jakub Jurkiewicz
>>
>> Priya napisał(a):
>>> Hi,
>>>
>>> Is it possible to add custom buttons to the wizard page along with
>>> Back/Next/Cancel/Finish?
>>> My plugin requires to add couple of buttons on a wizard page.
>>>
>>> TIA
>>> ~Priya
>
>
|
|
|
Powered by
FUDForum. Page generated in 0.03176 seconds