In a component \'Group\' I drag multiple pictures at one time I need to clean this component, but contains a component BitmapImage and I will not be erased:
Is there a way to take screenshot of the client\'s window using flex? I found an example which uses java bridge, but i am looking for differe开发者_如何学JAVAnt solution.Do you want to take a snapsho
I have a photo gallery. All the photos are displayed as thumbnails. When a user clicks on a thumbnail, the preview will be displaye开发者_如何学Pythond in a canvas with full size. Now, I want to zoom
See the simple application created below. I have a RichTextEditor and a RichText component. The idea is to display whatever typed in the RichTextEditor in the RichText component. Everything else (I th
I have a grid of text boxes in my Flex 4 app that loads an xml file and displays whatever is written there. The number of boxes won\'t change, but the text inside them will. This is a sign that needs
This question already has answers here: Closed 11 years ago. Possible Duplicate: What are the downsides to using Spark over Halo in Flex?
Ok, modules in Flex are popular but I have no idea why documentation and examples on the different uses of Flex modules can be so scarce.
I have few questions related to events. Can anyone explain the exact need of overriding clone() while creating custom events?
There 开发者_开发问答is event in spark Button - buttonDown. But how to determine the button up event?There is no buttonUp event. Although you can always rely on keyUp(for Keyboard) and mouseUp(for mou
I have a panel2 inside panel1. When I rollover panel1, I want panel2 to be visible and when mouseOut, panel2 to be invisible.