Re: comctl32: Fix dialog ('Next' button was hidden)

2009-07-09 Thread Frédéric Delanoy
On 07/09/2009 01:18 PM, Frank Richter wrote:
> On 09.07.2009 07:42, Aurimas Fišeras wrote:
>> On 07/08/2009 10:31 PM, Frédéric Delanoy wrote:
>> I think it should be under the button "Finish", so that
>> the "Finish" button can be shown in the same place
>> instead of "Next >" on the last wizard page.
> 
> I recall some Wizards have Next and Finish visible & enabled at the same
> time ... so I don't think putting Next and Finish in the same place is
> a good idea.
> 
> -f.r.

The problem is there are basically 2 cases:
(1) only 1! finish dialog available (the last dialog in the user conversation) 
=> 'finish' and 'next' can be superimposed
(2) some user conversation processes allow the user to skip remaining dialogs 
(e.g. so they use defaults), and it that
case, 'next' and 'finish' can be used together

I don't know however if (2) is implemented in Wine. If not, there should 
probably be another dialog for this.

Frédéric




Re: comctl32: Fix dialog ('Next' button was hidden)

2009-07-09 Thread Frank Richter
On 09.07.2009 07:42, Aurimas Fišeras wrote:
> On 07/08/2009 10:31 PM, Frédéric Delanoy wrote:
> I think it should be under the button "Finish", so that
> the "Finish" button can be shown in the same place
> instead of "Next >" on the last wizard page.

I recall some Wizards have Next and Finish visible & enabled at the same
time ... so I don't think putting Next and Finish in the same place is
a good idea.

-f.r.





Re: comctl32: Fix dialog ('Next' button was hidden) [ invalid patch ]

2009-07-09 Thread Frédéric Delanoy
Please discard this patch

Frédéric




Re: comctl32: Fix dialog ('Next' button was hidden)

2009-07-09 Thread Frédéric Delanoy
On 07/09/2009 07:42 AM, Aurimas Fišeras wrote:
> On 07/08/2009 10:31 PM, Frédéric Delanoy wrote:
> I think it should be under the button "Finish", so that
> the "Finish" button can be shown in the same place
> instead of "Next >" on the last wizard page.
> 
OK. My mistake. 
I'll revert and resend in that case.

Thanks for your comment

Frédéric




Re: comctl32: Fix dialog ('Next' button was hidden)

2009-07-08 Thread Aurimas Fišeras
On 07/08/2009 10:31 PM, Frédéric Delanoy wrote:
> 
I think it should be under the button "Finish", so that
the "Finish" button can be shown in the same place
instead of "Next >" on the last wizard page.