Question regarding PageFlip

Hi there,
I tried to experiement with the phone regions and the PageFlip a little bit. Is it correct, that I can only have one PageFlip on an IWForm and that I can not change BackRegion and FrontRegion on this at runtime?

Best regards,
Stefan

  • You can use multiple IWiPhonePageFlip controls on a single form, but I would recommend using the IWiPhonePageTransition control instead.
    - I'm assuming you are trying to change the BackRegion and FrontRegion asynchronously?
    This is indeed currently not supported.

You know my by now, Bart - indeed I tried it...

I changed the entire app to be run without the PageTransition, since that seems to cause the overlapping issue. I was thinking about having the sliding in some areas but now went for the solution shown in the demo - simply setting "ARegion.Visible" to true or false.

Best regards,
Stefan