Futurescale, Inc. PureMVC Home

The PureMVC Framework Code at the Speed of Thought


Over 10 years of community discussion and knowledge are maintained here as a read-only archive.

New discussions should be taken up in issues on the appropriate projects at https://github.com/PureMVC

Show Posts

* | |

  Show Posts
Pages: [1]
1  Announcements and General Discussion / Public Demos, Tools and Applications / Re: PureMVC Generator on: February 21, 2008, 11:15:53
Hi. Good job with the generator. A few issues though.

The generated Form Mediators do not compile due to :
Access of a possibly undefined property <property> through a reference with static type <form>.

Also the same error occurs in the constructor for the List Mediators.
2  Announcements and General Discussion / Architecture / Re: Multiple Views of the same components on: December 01, 2007, 11:31:28
Thanks Cliff, that's exactly what I was looking for!!
3  Announcements and General Discussion / Architecture / Multiple Views of the same components on: November 30, 2007, 11:30:34
Hi Cliff,

Maybe this is a stupid question but bleh, here it is :)

Ok, so I have this AIR application which acts as a main container for a SuperTabNavigator. Tabs to the nav are being added dynamically depending on what the user selects.

In the scenario of:

Tab 1 : Home
Tab 2 : UserForm for userA
Tab 3 : UserForm for userB

UserForm is using a Mediator calling other Proxies used to retrieve remote data and then in turn they update the view from the Mediator. The data is updated on an 5 sec interval for each UserForm tab. Would these Proxies interfere with each other and if yes, how could I go around it? (i.e when Tab 3 is opened, the data in the proxies for Tab2 will change with info for userB)
4  Announcements and General Discussion / Architecture / Re: Emulate a Session? on: November 19, 2007, 02:51:14
Wow you are quick! :) Thanks Cliff!
5  Announcements and General Discussion / Architecture / Emulate a Session? on: November 19, 2007, 02:00:00
Hi,

Where is the best place to keep 'session' based variables with PureMVC? Some examples would be a User model. Is ApplicationFacade a good place?

Thanks.
6  Announcements and General Discussion / Architecture / Re: Mediators for views created at runtime on: November 19, 2007, 01:58:14
Thank you Cliff..That makes sense!
7  Announcements and General Discussion / Architecture / Mediators for views created at runtime on: November 18, 2007, 11:36:32
Hi,

I'm new with PureMVC and this forum, and this might've been asked before.

I have an app which creates the following hierarchy:

App -> Component with SuperTabNavigator -> [dynamic tab including other custom components]

The dynamic tabs could be a number of different views that are not related to each other and would need individual Mediators for each.

My question is how do I initialize Mediators for those dynamic components? From what i've seen with PureMVC you have to pass an instance of the views to the view mediator to initialize it. How would I do that with dynamic added views to another component (SuperTabNavigator uses addChild to add a new tab).

Your help would be greatly appreciated.

Regards,
Julian.
Pages: [1]