On Mon, 21 Jul 2003 21:52:04 +0200 (Romance Daylight Time) Vadim Zeitlin <[EMAIL 
PROTECTED]> wrote:

> On Mon, 21 Jul 2003 19:38:26 +0200 (CEST) Robert Vazan
> <[EMAIL PROTECTED]> wrote:
> 
> RV> I think this will trigger assert in wxWizardSizer::GetMaxChildSize,
> 
>  Hmm, it doesn't here... I did test it (in debug mode). Anyhow, just let
> me
> know if you find anything wrong with it.

The assert is unlikely but possible. Consider dialup page. It is enabled
when first iterating over welcome page siblings (useDialUp == -1).
However, upon entry to operations page, it becomes skipped (useDialUp ==
0). User can later enable it (useDialUp == 1).

If dial up page happens to be largest page in wizard (possibly as
consequence of long describtion), minimal size of wizard depends on
whether this page is skipped. Such change of minimal size will trigger
the assert. Sure that dial up page isn't the largest one, so it doesn't
assert right now.

Generally all independent chains including skippable pages should be
added to GetPageAreaSizer.



-------------------------------------------------------
This SF.net email is sponsored by: VM Ware
With VMware you can run multiple operating systems on a single machine.
WITHOUT REBOOTING! Mix Linux / Windows / Novell virtual machines at the
same time. Free trial click here: http://www.vmware.com/wl/offer/345/0
_______________________________________________
Mahogany-Developers mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/mahogany-developers

Reply via email to