Wizard page custom size, how to?

Hi friends,

I have made a wizard dialog with page that load panels from xrc file. I have first page that long by width, but short by height and second page that is short by width, but long by height. If I set wizard size with FitToPage method by first page, the second page will be cliped by vertical and if I set size by second page, the first will be cliped by horizontal. What I shall do in case like this? How to set custom page size?

Thanks in advance!

I had a problem with fitting pages until I moved the FitToPage call later in the call, just before RunWizard.

Phil Mayes

ยทยทยท

At 02:13 AM 7/29/2006, you wrote:

Hi friends,

I have made a wizard dialog with page that load panels from xrc file. I have first page that long by width, but short by height and second page that is short by width, but long by height. If I set wizard size with FitToPage method by first page, the second page will be cliped by vertical and if I set size by second page, the first will be cliped by horizontal. What I shall do in case like this? How to set custom page size?

Thanks in advance!