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

Pages: [1]
Print
Author Topic: proxies vo AS3  (Read 7585 times)
sebastienk
Newbie
*
Posts: 1


View Profile Email
« on: July 11, 2008, 06:00:53 »

hello everyone,

I don't know if it's the right to make the things work...

I made getter to a VO in a proxy .
I try to access to the VO in command but when I compile I have an error message :

1149: the return can't be used a static init script.

1126: the function doesn't have any body element.

1126: the function doesn't have any body element.


1. why I have those errors ... ?

2. Is it the right to access to the VO in a command ?

thanks a lot in advance...

Logged
puremvc
Global Moderator
Hero Member
*****
Posts: 2871



View Profile WWW Email
« Reply #1 on: July 11, 2008, 08:50:22 »

You're going to have to show us a little code here. Specifically, the vo, the proxy and the command in question.

-=Cliff> 
Logged
Pages: [1]
Print