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 / General Discussion / How to pass data from different view and pass it to command class on: December 18, 2008, 01:13:44
Hi,

I have three views when I click on a button in one view, it need to pass data from other two views. What is the best way do this. Is there any viewlocater to look for other view datas.

all the views are having its own mediator doing its own thing.



Thanks,
Mansoor Achire
2  Announcements and General Discussion / Architecture / How to use resourceManager in Mediators on: November 10, 2008, 03:35:06
I am using resourceManager in my views using resourceManager.getString("myResource","myLabel")
How do I use the same in my mediators.

Thanks,
Mansoor Achire
3  Announcements and General Discussion / Getting Started / Where is the best place to declare a global variable on: November 06, 2008, 08:02:23
I would like to declare a global variable where I can access it anywhere, this global variable reading data from an xml file. In puremvc where should I declare this global variable so that I can access it in mediators, command and proxy classes
Pages: [1]