• Global community
    • Language:
      • Deutsch
      • English
      • Español
      • Français
      • Português
  • 日本語コミュニティ
    Dedicated community for Japanese speakers
  • 한국 커뮤니티
    Dedicated community for Korean speakers
Exit
Locked
0

Is it intentional Cairngorm 3 Wizard definition does not accept fully qualified waypoint path?

Guest
Feb 02, 2011 Feb 02, 2011

Copy link to clipboard

Copied

Issue

Initially I had my wizard waypoint definition as

<cairngorm:Wizard waypoint="navigationPath.myWizard">

to match my Destination and actual waypoint data of...

[Waypoint(name="navigationPath.myWizard")]

and

public static const STEP1:String = "navigationPath.myWizard.step1";

However, wizard.next() would navigate the wizard to the next page but never update the wizard's currentIndex.

Work Around

To work around the issue I changed the context's waypoint definition to only have the last part of the waypoint path.

<cairngorm:Wizard waypoint="myWizard">

Questions

• Was this an intentional design decision?

If it was, then the documentation should be made very clear as to this usage. The documentation seems quite out of date.

• Would it be possible for the Wizard to support both simple waypoint and complex (full) path waypoint definition?

TOPICS
Cairngorm

Views

1.6K

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Guest
Feb 02, 2011 Feb 02, 2011

Copy link to clipboard

Copied

LATEST

It looks like this question has been asked before http://forums.adobe.com/message/2608631#2608631

But has no responses. I'd love to hear something from the Cairngorm guys.

Votes

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines