The swiz tag has no wiki summary.
3
votes
2answers
682 views
Displaying Flex Object References
I have a bit of a memory leak issue in my Flex application, and the short version of my question is: is there any way (in AcitonScript 3) to find all live references to a given object?
What I have is ...
1
vote
1answer
46 views
Adobe Flex: Injecting data and mediating events in modules with Swiz
Since my application is getting bigger, I decided to fragment my project into serveral modules, but the documentation from Swiz on Modules is very poor ...
1
vote
1answer
135 views
Flex, Swiz Framework: Mediate (EventListener) tag does not work using a string constant
I am using the Swiz framework with Flex. I am trying to use the the mediate tag with some luck here is my problem:
public class Locale {
private static function onLoadSuccess(event:Event):void
...
1
vote
1answer
275 views
How to create instance model that can be shared throughout a component (which can be created more than once)
I am trying to create a modular structure that will eventually live inside another actionscript/flex application. I am using cairngorm in the outside application and I'd like to create more than one ...
1
vote
4answers
402 views
Swiz mandates weak encapsulation
I just started using Swiz, and, it seems like Swiz forces you to create classes with weak encapsulation. Swiz requires all event handlers to be public in order to mediate events.
Assume that ...
1
vote
3answers
783 views
Flex Application Framework — PureMVC Portability vs. Swiz?
My company is building a Flex application that we may need to port to other platforms:
Silverlight (likely)
Mobile (maybe -- iPhone: Objective-C , Android: Java, etc.)
Desktop (maybe -- AIR, .NET, ...
1
vote
1answer
324 views
Flex: swiz .6.2 undefined method loadbeans
I'm trying to set up the swiz framework in flex but cant seem to get it to compile. Im using swiz 0.6.2 and flex 3.0.2. The swc is in the libs directory of my flex project.
Im following the tutorial ...
0
votes
1answer
39 views
Swiz 1.3.1 LogProcessor
i try everything to get the LogProcessor for Swiz to run.
Here are the project Foomonger.
I fear however, the ressources refer to an old version of swiz.
I want to implement the LogProceccor without ...
0
votes
1answer
158 views
Swiz framework with AIR - Using ViewAdded/ViewRemoved on child windows?
I'm trying to implement a popup window (NativeWindowType.UTILITY) in an AIR 2.7 application that uses Swiz for dependency injection.
I have followed the Swiz guidelines that I've been able to find, ...
0
votes
1answer
133 views
SWIZ: Getting started with first example
I am trying to start with the framework, but it appears to be
dramatically hard for some reason. I want to follow complete example
posted here
...
0
votes
2answers
60 views
Injecting a controller into another controller
I have a controller that receives an event with some data. As a part of the processing this s new data it needs to modify a collection in another controller. Is it a bad idea to inject a controller ...
0
votes
1answer
116 views
Inject properties into itemrenderer
Is it a bad idea to inject data into an itemrenderer. The reason I ask this is because the state of each item is dependent on different changing data sources. So the original data is used to just ...
0
votes
4answers
617 views
Comparison between Mate, Swiz and Robotlegs frameworks for Flex development
My company is willing to reffactor its biggest and heaviest project introducing some kind of framework. Are there good online source/issue/blogpost with comparison of these 3 frameworks - Robotlegs, ...
0
votes
3answers
202 views
How do I include properties file or config file in flex application (I am also using swiz framework)
I have a flex application which contains different feature that includes google maps, twitter, facebook etc.
Currently I have hardcoded api keys in the code it self but I want to use a properties ...
0
votes
4answers
241 views
What's the best and smallest framework for flex 4?
I'm looking for a framework that is small and reliable and works in Flex 4.
I have some suggestions (but which should I choose):
Mate
swiz framework
robotlegs
0
votes
1answer
370 views
Bindable variable not updating with viewstack / swiz
I'm using the Swiz framework and I'm trying to update my viewstack's selectedIndex with a bindable property. It gets to my event handler which updates the bindable variable but the Main app file's ...
0
votes
1answer
468 views
How do you use Parsley with GraniteDS in Flex?
I want to use the Parsley framework and I want to use GraniteDS for remoting. As of 2.1, GraniteDS generates AS3 service classes from your Java code as local proxies, and I want to use these classes ...
-1
votes
1answer
43 views
Flex mobile using Swiz framework
I am investigating an flex mobile application using SWIZ framework.
However, I have no experience with all frameworks.
Where can I know what is it and have a quick start?
I know that it is using MVC ...