0
votes
2answers
23 views
Flex error 1120 (Access of undefined property XXX) when using constants in MXML
Hey folks
Again pulling my hair out due to some Flex/AS3 weirdness. The following code does not compile due to error 1120 - Access of undefined property AbstractWizardModel
<m …
1
vote
1answer
15 views
flex mxml multiple layers
Hi,
is it possible to have multiple layers in a flex mxml document?
What I actualy want is a panel with a form in it, but with a movieclip as a background.
What is the best way t …
1
vote
2answers
48 views
Is this the correct way to call a component method inside mxml
Hi,
I'm hacking my way through learning Flex and have found some strange behaviour. When I try to compile my code, I'm thrown this error - Error: Call to a possibly undefined meth …
1
vote
2answers
21 views
Flex: Components bound to empty ArrayCollection at load time don’t render as expected when the ArrayCollection is updated
Hi,
I'm new to Flex and am using TileList bound to an ArrayCollection. The array collection is empty at load time, and then updates with the results from am HTTPService call. The …
0
votes
1answer
36 views
AIR application design
Hello!
I would like to make some AIR application which would be used for tracking jobs inside a company.
The idea is to create some database which will handle all the data and, whe …
0
votes
1answer
55 views
Flex TileList start offset and click handler
Hello!
I have some images I would like to display in TileList in Flex. My TileList dimensions are 2 columns by n rows. What I want to do is to display the first item (row 1, column …
0
votes
1answer
41 views
Program doesn’t respond when I add canvas on enterFrame function
Hello all!
I have been making a simple aplication and i have a problem i cannot find the solution (neither why it is happening)
The thing i want to do is to dynamically add a can …
0
votes
2answers
81 views
Flex BitmapData or ImageSnapshot for uninitialized components
Hi!
I would like to make some kind of thumbnail with capturing BitmapData or ImageSnapshot of some UNINITIALIZED components in my Flex application.
Is it possible?
Thanks in advan …
0
votes
2answers
77 views
Thumbnails for mxml components in Flex
Hi!
Is it possible to make some kind of 'dynamic' thumbnails for mxml components which I'm using in my application? By 'dynamic' I mean if I change some layout in mxml component, m …
0
votes
0answers
55 views
Greyed out buttons in MXML file even though it says enabled=”true”
In the main Canvas of a ViewStack I have a few combobox and a two buttons. Each is coded appropriately.
In one of my canvases the buttons and comboboxes are enabled. But, on the …
0
votes
2answers
44 views
static/private child component in mxml?
Are there any way to declare a child component in mxml which is private/protected or even static?
Sure we can do this inside a script tag, but are there any other way?
0
votes
2answers
84 views
Problem using flex to read XML in e4x format from SOAP webservice
UPDATE: The problem was not to do with
namespaces or flex at all. My
webservice was returning the wrapped
xml. I was blaming the language I had least experience with befor …
1
vote
2answers
80 views
Flex 4: Build a Group with a background
I'm trying to build a simple component extending spark.components.Group to have a background color, more specifically a spark.primitives.Rect component stretched to fill the backgr …
0
votes
1answer
12 views
mx:MediaPlayback Flex tag
I'm trying to compile gui/flex/songs.mxml in the fourth edition of Bruce Eckel's Thinking in Java book and am getting a compilation error with Flex 3.4.
Here is a simplified versi …
0
votes
5answers
119 views
Flex: Binding to an MXML-esque “binding string” in action script?
Is it possible to specify MXML-esque "binding strings" in ActionScript?
For example, I want to be able to do something like:
MXMLBinding(this, "first_item",
this, "{m …
