On Wed, 23 Jul 2003 14:03:07 +0200 (Romance Daylight Time) Vadim Zeitlin <[EMAIL PROTECTED]> wrote:
> On Tue, 22 Jul 2003 19:30:34 +0200 (CEST) Robert Vazan > <[EMAIL PROTECTED]> wrote: > > RV> The assert is unlikely but possible. Consider dialup page. It is > enabled > RV> when first iterating over welcome page siblings (useDialUp == -1). > RV> However, upon entry to operations page, it becomes skipped > (useDialUp == > RV> 0). User can later enable it (useDialUp == 1). > ... > RV> Generally all independent chains including skippable pages should be > RV> added to GetPageAreaSizer. > > However this would again potentially add the page to the sizer twice, > wouldn't it? When you talked about doubly added page, I thought it's about import page that is second page after welcome page and skippable at the same time. Import page should be added only once (rather than twice or never). However, dial up page isn't added in any other way than with wxSizer:Add. It's (sometimes) sibling-reachable from welcome page, but this doesn't mean it is added twice. It only means that it is asked twice for its minimal size. That should be no problem. ------------------------------------------------------- This SF.Net email sponsored by: Free pre-built ASP.NET sites including Data Reports, E-commerce, Portals, and Forums are available now. Download today and enter to win an XBOX or Visual Studio .NET. http://aspnet.click-url.com/go/psa00100003ave/direct;at.aspnet_072303_01/01 _______________________________________________ Mahogany-Developers mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/mahogany-developers