PureMVC Architects Lounge

Announcements and General Discussion => Getting Started => Topic started by: sebastienk on July 11, 2008, 06:00:53



Title: proxies vo AS3
Post by: sebastienk 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...



Title: Re: proxies vo AS3
Post by: puremvc 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>