Thanks Alex, that was driving me crazy. I'll try it today again
2016-12-10 1:03 GMT+01:00 Alex Harui :
> I think I see a semi-colon after ActorVO(actorName:String = null)
>
> On 12/9/16, 3:59 PM, "carlos.rov...@gmail.com on behalf of Carlos Rovira"
> wrote:
>
> >Hi,
> >
> >this simple VO
> >
> >
I think I see a semi-colon after ActorVO(actorName:String = null)
On 12/9/16, 3:59 PM, "carlos.rov...@gmail.com on behalf of Carlos Rovira"
wrote:
>Hi,
>
>this simple VO
>
>package vos
>{
>[Bindable]
>public class ActorVO
>{
>public function ActorVO(actorName:String = null);
>{
>this.actorNa
Hi,
this simple VO
package vos
{
[Bindable]
public class ActorVO
{
public function ActorVO(actorName:String = null);
{
this.actorName = actorName;
}
public var actorName:String = "";
}
}
is failing in something very basic:
ActorVO.as(26): col: 4 The 'this' keyword can not be used in stati