TiiToo / vegas

Automatically exported from code.google.com/p/vegas
1 stars 0 forks source link

MatrixContainer missing interface #54

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Try to create a MatrixContainer
var _container : MatrixContainer = new MatrixContainer();

What is the expected output? What do you see instead?
Should create a container, but the following compile time error is shown:
1045: Interface Drawable was not found.

Original issue reported on code.google.com by branc...@gmail.com on 12 May 2009 at 6:56

GoogleCodeExporter commented 9 years ago
Forgot to add that this only happens when I use the source rather then the swc 
file.

There are some new features in the MatrixContainer that are not in the release 
swc, specifically spaceH and 
spaceW.

Original comment by branc...@gmail.com on 12 May 2009 at 6:57

GoogleCodeExporter commented 9 years ago
Yes the swc is not compatible with the last version of VEGAS. I must update the 
SWC
in this week end :)

For the moment if you can use the src/ directory it's more easy.

Thanks for this report :) 

Original comment by ekamel...@gmail.com on 12 May 2009 at 7:06

GoogleCodeExporter commented 9 years ago
Hi, thanks for the fast response.

I add the following path to as3 library: /ASLibs/vegas/trunk/src
I've checked out the AS3 directory only.

This is when I get the error. The swc works fine its the source that throws the 
error. I would use the swc but I 
really need the spaceH and spaceW props.

Any ideas to get this working temporarily?

Thanks!

Original comment by branc...@gmail.com on 12 May 2009 at 7:16

GoogleCodeExporter commented 9 years ago
Hey I don't know what I did. Got it working now!

Thanks again!!! Love the work!

Original comment by branc...@gmail.com on 12 May 2009 at 7:22

GoogleCodeExporter commented 9 years ago
ok cool :) 

PS : ASO problem with the cache of Flash or the compiler ?

Original comment by ekamel...@gmail.com on 12 May 2009 at 7:43

GoogleCodeExporter commented 9 years ago
Hey, really sorry to keep on this. I'm really confused. I pulled this repo: 
http://vegas.googlecode.com/svn

I think I was using the old osflash repo before cvsdude. Now that I've pulled 
the clean repo, I no longer see any 
of the ADT classes. Specifically SimpleCollection. Is this no longer in the 
framework?

Thanks!

Original comment by branc...@gmail.com on 12 May 2009 at 7:50

GoogleCodeExporter commented 9 years ago
You target the AS3 branches ? 
http://code.google.com/p/vegas/wiki/InstallVEGASwithSVN?tm=4

If you want only use the AS3 source code use the SVN link :

http://vegas.googlecode.com/svn/AS3/

And to use all class target the AS3/trunk/src directory with all externals 
directories

PS : you use TortoiseSVN ? SVN command lines ? Subclipse ? 

PS2 : this question can be asking in my Google Groups : 
http://groups.google.com/group/vegasos

Thanks ;)

Original comment by ekamel...@gmail.com on 12 May 2009 at 7:59

GoogleCodeExporter commented 9 years ago
Hey I saw the commit message that you are moving everything to system. I have 
switched to ArrayCollection and 
all is working now.

Thanks again. Will post these types of things in the group.

I'm using Versions, on mac.

Thanks :)

Original comment by branc...@gmail.com on 12 May 2009 at 8:09

GoogleCodeExporter commented 9 years ago
Yes actually the trunk is a new version, the old version stable of VEGAS in in 
the
tags 1,3,0,1292 :

http://vegas.googlecode.com/svn/AS3/tags/

The trunk is in progress with all extensions (Maashaack with system, etc...)

The big refactoring for the moment it's the two package system.data and
system.process (old vegas.data and andromeda.process).

The new packages are changed with a big refactoring and unit tests. This new 
version
is better ;)

PS : ok i use Versions too and command lines in the terminal of OSX :)

Original comment by ekamel...@gmail.com on 12 May 2009 at 8:16

GoogleCodeExporter commented 9 years ago

Original comment by ekamel...@gmail.com on 13 May 2009 at 9:33

GoogleCodeExporter commented 9 years ago
I fix the new version 1,4,0,1303 in the AS3/tags/ in the revision 1306

http://code.google.com/p/vegas/source/detail?r=1306

Now the last stable version is the 1,4,0,1303 and the trunk can change in the 
next
days and weeks i implement the 1,5 of VEGAS inside.

Original comment by ekamel...@gmail.com on 13 May 2009 at 9:34