rafalszemraj / fabrication

Automatically exported from code.google.com/p/fabrication
2 stars 1 forks source link

fabrication-0.7.5-flex-moxie.swc doesn't FlexApplication class? #16

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1.fabrication-0.7.5-flex-moxie.swc download
2.Cannot recognize class Fab:FlexApplicaiton
3.Seems like class is missing from the swc.

What is the expected output? What do you see instead?
Class Not found , Compiler Error

What version of the product are you using? On what operating system?
Flex SDK 3.5

Please provide any additional information below.

Original issue reported on code.google.com by ranjit.s...@gmail.com on 10 Aug 2010 at 3:58

GoogleCodeExporter commented 9 years ago
Sorry my mistake its renamed as "FlexHaloApplication" for Flex 3.

Original comment by ranjit.s...@gmail.com on 10 Aug 2010 at 4:00

GoogleCodeExporter commented 9 years ago
Hi, 

I am still junior in AS world, and I love fabarication a lot and it do help me 
a lot. I have similar situation recently when I try to use module and try to 
load module in shell.

I found if you remove super.onregister() from Meidator's onRegister() function, 
you should conpile it without any question, but you may have same problem when 
you try to registerProxy in module's Meidator. It's ok to registerProxy in 
shell.

All the error message are can not found the class (sorry, I don't remember 
exact words now). I am not sure, but I think it's a bug.

Now I try not to use module.

I am using Fabricaton in pure actionscript project and I try serveral version 
and have same problems.

Flex SDK 4.1 on Windows 7 with Flash builder 4.

Original comment by tzukai....@gmail.com on 18 Nov 2010 at 5:17