In Flex 3, when I use Alert.show(\"some text\"); I will get an alert message along with the OK button. When I press the OK button I get another alert message. I have tried the following code, but i
Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
I have a datagrid which has id=\"myGrid\" in my application, from it I call a component. Now from t开发者_运维技巧he component I can call parentDocument.myGrid.selectedIndex = 0; and it works fine.
I wonderingwhats the difference between url and destination using httpservice in flex. I came across a httpservice example that looked something like this
Is there 开发者_如何学JAVAa way to create components compatible with Flex 3.5 by using Flash CS5? I\'m stumped. Whenever I run the \"Convert Symbol to Flex Component\" command and then try to use the
The invalidate/commitProperties model used by mxml components is very useful, in my experience, and I\'d like to be able to make use of it in domain model objects in my actionscript applications. How
suppose i have 3 buttons(for example say, productin, marketing, sales ) on my main.mxml.. once i click on 开发者_StackOverflow中文版one button it should take me to abc.mxml page with production data,
This page describes how to override the drawHighlightIndicator/drawSelectionIndicators methods for the header of a DataGrid, but an AdvancedDataGrid does not have \"hea开发者_如何转开发derClass\" in m
How to stop this sound ? : MySound开发者_如何学Python.play(0,100,null); play returns a SoundChannel, which has a stop() method.See Documentation.
I\'ve got a DataGrid that shows a tooltip on each item.. but there are a few items where there shouldn\'t be a tooltip. So I thought I could prevent the being showed.