Tagged Questions

4
votes
2answers
191 views

Any Flex 4 migration experience?

My current development stack is MySQL + iBatis + Spring + Spring BlazeDS Integration 1.01 + BlazeDS 3.2 and Flex 3 with Mate 0.8.9 framework. Now Flash Builder 4 beta 2 is out. Th …
3
votes
4answers
456 views

Disable Flex CSS type selector warning?

I'm building a somewhat large Flex project that includes several modules (a single Flex project that produces multiple SWFs) Right now, I have a single css file, being loaded in t …
2
votes
1answer
214 views

Flex4 (codename Gumbo) SWF Filesize Speculations

I've heard that the components in the upcoming Flex 4 framework will be more loosely coupled possibly allowing for smaller filesizes for projects that use relatively few components …
1
vote
2answers
57 views

Migrating to Flex 4

How much of an impact will migrating to Flex 4 have on our code base? We have about 40k LOC written in Flex 3. I'm hoping that there are no breaking changes in the Flex SDK, and th …
1
vote
5answers
153 views

Scroll to selected item in Flex 4 Spark List component

I'm setting selected element in s:List component with Actionscript, it works, but List doesn't scroll to selected item -- need to scroll with scrollbar or mouse. Is it possible to …
1
vote
2answers
150 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 …
1
vote
1answer
86 views

Flash Builder 4 BlazeDS Problem

Currently, I'm trying to develop a rich internet application using Flash Builder 4 Beta In Flash builder 4 BlazeDS can be connected directly using Data menu. However, I face this …
1
vote
1answer
195 views

FLEX 4 s:Scroller, how to bring contained component into view?

Hi, I have lots of child text inputs within a spark Scroller. How can I make the TextInput with id of "x" come into focus if I have a..z id's, also for the scrollbar to scroll aut …
1
vote
4answers
445 views

Set Flex component width to 100% at runtime?

If I am creating say a input field through MXML, I can set the width to 100%. But I cannot seem to do this at runtime through ActionScript. This works: <mx:TextInput ... width …
0
votes
0answers
6 views

Flex 4 Datagroup Item Renderer coordinates

I'd like to have an overlay that draws lines between selected items in different Flex 4 List controls. The problem is I can't figure out how to access the x, y coordinates of the …
0
votes
3answers
102 views

Flex-4 Beta2 : Background image stopped working

AFter upgrading a project from Flex4 Beta1 to Beta2, I've found that the background-image style is no longer supported on Halo components. Eg: <mx:VBox xmlns:mx="http://www.ad …
0
votes
1answer
57 views

Animating child elements in Flex 4

Anyone know how to animate the size/position of child elements of a layout in Flex 4 ? Example: I have a list component with a custom layout. I want when I change the positions …
0
votes
1answer
94 views

ListItemRenderer background color

Using flex4, I have a list with an item renderer: <mx:List id="queueView" dataProvider="{presenter.queue.items}"> <mx:itemRenderer> <fx:Component> &l …
0
votes
1answer
24 views

Edit Multiple States At Once in Flash Builder 4

While in Design mode in Flash Builder 4 (gumbo, beta 2), is it possible to edit multiple states at once? In the "states" window, it would seem like I should be able to shift-select …
0
votes
1answer
100 views

Buttons in AdvancedDataGrid in Flex

Is it possible to have a Button object in a column in an AdvancedDataGrid object in flex 4? And how would I do this?

1 2 next
15 30 50 per page