-
as seen on Stack Overflow
- Search for 'Stack Overflow'
Currently I am working on flex using puremvc framework. Actually my question is related to where to register mediator in puremvc framework. One of my colleague is registering mediator in views(components) creationComplete method only (inside view). While my preference is send some notification from…
>>> More
-
as seen on Stack Overflow
- Search for 'Stack Overflow'
A component is created at runtime and a mediator is created and registered. All is well.
In a separate view, another instance of that component is created. The mediator is created but onRegister() isn't called the 2nd time. I don't know if this is normal... but if it is, how do I get it to call…
>>> More
-
as seen on Stack Overflow
- Search for 'Stack Overflow'
I am developing a a game in Flash using the PureMVC framework. From time to time I need to show dialog pop-up window to get a user response back (e.g. "Cancel", "OK" and other kinds of asynchronous user feedback) while "locking" the background for interactivity.
I need some management for my pop-ups:…
>>> More
-
as seen on Stack Overflow
- Search for 'Stack Overflow'
In the context of AS3 and specifically a framework such as PureMVC, I was wondering if someone could point me in the right direction for understanding what an API for a View Component means.
Thanks in advance.
>>> More
-
as seen on Stack Overflow
- Search for 'Stack Overflow'
Hello,
I was reading these days about large projects implementation in python and Flex, and very often people praise the use of framework (like Cairngorm, PureMVC or others) over traditional OOP coding.
I think i dont really understand the advantage of using FW, which is the strong point over classic…
>>> More
-
as seen on Stack Overflow
- Search for 'Stack Overflow'
In Flex3, I could compile pure as3 code and use "embed" tags to load in images. This was done by Flex making a BitmapAsset class.
I can still do this in Flex4.
However, there was a trick to fakeout flex3 and use my own mx.core.BitmapAsset class to remove some of the extraneous stuff Flex's BitmapAsset…
>>> More
-
as seen on Stack Overflow
- Search for 'Stack Overflow'
Hello!
Does anybody please know, how could you attach symbols from an .swf file in the Actionscript part of your Flex3 file?
I've prepared a simple test case demonstrating my problem. Everything works (there are icons at the 4 buttons, there is a red circle) - except the getDefinitionByName() part…
>>> More
-
as seen on Stack Overflow
- Search for 'Stack Overflow'
Hi,
Can u tell me , How to develop & co*strong text*mpile flex application without Flex Bulider.
>>> More
-
as seen on Stack Overflow
- Search for 'Stack Overflow'
Hi guys,
What are the advantages of migrating a Flex 3 app (Java backend, BlazeDS, Spring, Hibernate) to Flex 4?
One of the biggest advantages of Flex 4 is design. Assuming that design / UI isn't a big driver for the business right now as compared to performance, what are the other factors we can…
>>> More
-
as seen on Stack Overflow
- Search for 'Stack Overflow'
I am from a programming background ,and newbie to flex3 . i would like to learn flex3 and develop some application using rails and flex3 . Is it necessary to know flash in order to learn flex3 or just learning Action script 3 would do ? .Can anybody tell what are the prerequisites to learn flex3…
>>> More