Questions tagged [swiz]

For issues relating to the Swiz framework for Adobe Flex, AIR and Flash.

Swiz is a framework for Adobe Flex, AIR, and Flash that aims to bring complete simplicity to RIA development. Swiz provides:

  • Inversion of Control / Dependency Injection
  • Event handling
  • A simple life cycle for asynchronous remote method invocations
  • A framework that is decoupled from your application code
  • Compatibility with both Flex and non-Flex AS3 projects

Resources:

22 questions
0
votes
3 answers

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 file/config file where I can put such things and use…
priyank
  • 4,634
  • 11
  • 45
  • 52
0
votes
2 answers

Cannot compile royale app using Crux: Could not find file for class: mx.rpc.AsyncToken

I'm creating a hello world type of application using Royale 0.9.6 and Crux. It's my first time trying out Crux and I've been using the examples provided within the Royale sdk to move forward. Unfortunately after setting up everything the compilation…
0
votes
4 answers

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
marko
  • 10,684
  • 17
  • 71
  • 92
0
votes
1 answer

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 viewstack never realizes it. What could be the…
Mike6679
  • 5,547
  • 19
  • 63
  • 108
0
votes
1 answer

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 in Parsley. I can successfully inject the service…
Fletch
  • 4,829
  • 2
  • 41
  • 55
0
votes
1 answer

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 instance of this new component in the inside…
Scott
  • 16,711
  • 14
  • 75
  • 120
0
votes
1 answer

SWIZ framework missing PresentationModel in flex spark.modules.Module

I have an swiz application that loads swiz.modules.Module/ The module uses Swiz also. The application works correctly when i run it from FlashBuilder. The release vertion works incorrectly inside browser. Th module's presentation model does no…
1
2