in
Forums
Blogs
DevExpress.com
Client Center
Support Center
DevExpress Channel

Back Button Visibility When Using the Aero Style

Last post 2/18/2009 2:01 AM by Andrew Jackson_1. 1 replies.
Sort Posts: Previous Next
  • 2/16/2009 7:51 AM

    Hmm [^o)] Back Button Visibility When Using the Aero Style

    Hi

    I'm using Dev Express 8.3.2 and Visual Studio 2008 9.0.30729.1 SP

    I can't seem to get the back button working for my wizard when I am using the Aero style. Using the Wizard97 style results in the back button appearing. I opened the WizardAeroDemo project, and manually set wpRecipientData's AllowBack to true, but this had no effect. I even tried

            private void wpRecipientData_Enter(object sender, EventArgs e) {
               wpRecipientData.AllowBack = true;
            }

    in the vain hope that the magic code squirrels that live inside my northbridge would use that bit of code to solve the problem.

    Once again, the problem is only evident when I am using the WizardAero style, and not the Wizard97 style.

    Thank you.

  • 2/18/2009 2:01 AM In reply to

    Re: Back Button Visibility When Using the Aero Style

    Answer

    Problem solved. The back button is in the top left hand corner, not next to the next button. I just didn't see it. Talk about user-unfriendly for the Aero style. This isn't a complaint against Dev Express, just Vista/the aero standard.

Copyright © 1998-2010 Developer Express Inc.
ALL RIGHTS RESERVED