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 [2]
16  Announcements and General Discussion / General Discussion / What does VO stands for? on: March 24, 2009, 11:18:02
I have seen couple of references to VO but I still can tell what VO stands for.

For example see this line extracted from the following thread:
http://forums.puremvc.org/index.php?topic=950.msg4409#msg4409

"You can just respond to the page change by immediately parsing the segments into a VO, then store in a proxy, which fires off the note that there's a new URL to organize the app around. No need to break into all these steps.

And I'd put this in a Proxy. If other proxies need it they retrieve that proxy to get the info.

-=Cliff>"

Both times I have seen the reference to VO it seems like it has something to do with a Proxi but I still cant quite get it. MVC... VO? :)
17  Announcements and General Discussion / Getting Started / Where do I keep a reference to my Stage? on: March 23, 2009, 03:07:00
I need to use the Stage size in two of my views and I was wondering where is the right place to put that information to be used later during the application.

Suggestions?
Pages: 1 [2]