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 / Proxy to view problem on: August 24, 2008, 12:22:55
Hi everyone,

I've only recently started developing real-life projects based on the pureMVC framework and frankly, it's been hard but fun to learn.

I get the whole concept of using binding or notifications to get variables or object from proxy back to the views but the other day I found myself wanting to trigger a function a view from a proxy. In fact, the function is in a sub-component of the actual view. I need this functionality because I want to trigger the function when I get a result from the proxy. Does anyone know (the best) way to call a function in a sub-component of a view from a proxy?

Thx in advance.
Pages: [1]