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 / Getting Started / Re: First PureMVC Project on: August 05, 2010, 05:17:02
Thanks Cliff

I have manage to get over the pop up hurdle...

What I am not having problem with is the passing and exchanging of information to and from the proxy and how that will link to the VO, techinally I understand what I need to do, I can't seem to find a good example/demo of this.

Something along the line of the questions asked here

http://puremvc.org/content/view/84/188/

In a nutshell... after the user puts their name in the popup textbox and close... how do I send the data that have inputed to the proxy, once the proxy recevies this data (I'd imagine it will store it, but where?)...

Once the proxy has received and stored the image, how would the mediator get the those value from the proxy and update the view components.


thanks
2  Announcements and General Discussion / Getting Started / Re: First PureMVC Project on: July 29, 2010, 02:23:43
Thank you for the response I will have a read through the links....

Since the last post I manage to get the popup going, but I am not sure if it's the conventional way... the way I've done it for now is:

GameMediator listens to popup request, then it calls UIGame to show popup, UIGame then calls the UIPopUp.

Ideally though I would prefer for GameMediator to call UIPopUp directly, rather than going through UIGame, if that makes any sense. Also in a scenario where user clicks a login button, with a popup box with "username" input field, would I need to send the user input data to the Proxy first?.

I have other questions as this is quite a complicated project..

Thanks
3  Announcements and General Discussion / Getting Started / First PureMVC Project on: July 27, 2010, 10:17:18
Hi

So I've been reading through several tutorials and gone through some demos over the last couple months, trying to understand PureMVC and MVC as whole.

I decide to do the new project I've been assigned to at work in Pure MVC, I figured it will be the best way to learn it, by getting straight into it.

Simple over view of what I need to achieve....

1.) A simple form button, with a popup for the user name (with some validations), after which the user can be added to the game.

2.) A dummy chat system, in which the same user can click the chat button and it shows up during the game.


I have made ways on this, but I am not sure if I am going about it the right way.. just want to get a quick heads from the guys in the know on the best approach to this type of system.

Thanks
Pages: [1]