Re: [Flashcoders] pattern fever: composing dynamic object and knowing them remotely

2006-10-09 Thread Reuben Stanton
Why not use a initialization NavigationSettings class for your Navigation that has its own methods that can be interrogated by your controller? ie - new Navigation(new NavigationSettings(params)); The "controller bar" could access the NavigationSettings instance to find out its necessary se

[Flashcoders] pattern fever: composing dynamic object and knowing them remotely

2006-10-09 Thread Matt Garland
I have a design problem: A site I'm working up has a shell/module structure. Each module composes an instance of a Navigation class. This instance mixes and matches various navigation functionality. Some modules might have last/next methods, some might have last/next and direct goto (butt