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

Show Posts

* | |

  Show Posts
Pages: [1]
1  Announcements and General Discussion / Fabrication / Re: Not working with Flex 4 SDK on: July 31, 2009, 09:21:11
ok the reactionTo problem was the same as the respondTo

You have to removed "children()" from reactionToMethods.children().length();
2  Announcements and General Discussion / Fabrication / Re: Not working with Flex 4 SDK on: July 31, 2009, 07:45:10
reactTo doesn't seem to work with Flex 4

Here is the error:

"TypeError: Error #1010: A term is undefined and has no properties."

happening in FabricationMediator.as line 483 ... which is
"handlerName = reactionMethods.@name"
3  Announcements and General Discussion / Fabrication / Re: Not working with Flex 4 SDK on: July 31, 2009, 07:39:34
Are there any other known Fabrication issues when using the Flex 4 SDK??
4  Announcements and General Discussion / Fabrication / using respondTo with notifications who's name isn't just letters on: July 30, 2009, 05:55:15
I'm using the PureMVC config util and the ConfigProxy.SUCCESS const is something like "ConfigProxy/success/result"

How can I use a respondTo with this?
5  Announcements and General Discussion / Fabrication / Re: Not working with Flex 4 SDK on: July 30, 2009, 05:38:10
wow!! that fixed the problem!! Thanks so much!!
6  Announcements and General Discussion / Fabrication / Not working with Flex 4 SDK on: July 30, 2009, 03:57:38
Just tried to make a flex 4 app using Fabrication and it throws an error whenever a respondTo is used in a Mediator.
Pages: [1]