Not finding what you are looking for? Request a recipe!
If You use not relative but absolute service URL in HTTPService property url property rootURL not used – so, we can use it to set some unique id to identify HTTPService instance. This trick may be useful in multiply thread loading and so on – just create several HTTPService instances with same funct ...
Add mantisconnect Eclipse plugin and set
Compile SWC project with proper manifest and URI for group of classes/components and use it in project via custom namespace setting.
Similar problem already solved by Phillip Chertok in his recipe http://cookbooks.adobe.com/post_How_do_I_access_the_front_facing_camera_on_a_mobil-19312.html . But this doesn't work "from the box" because there no AIR 3.0 for mobile devices yet. We have to pack runtime with our app.
Add needed text to UITextField() instance, take a BitmapData snapshot from it and use this data as specified region fill.
First we will create custom Event class extension with Object instance. Than we will override selectedIndex setter in our custom ComboBox nesting class with old value stores and custom event fires on selectedIndex changed.
Create static class, push embed resources in it's Array variable and use this Array items as corresponding classes throughout the project.
Create DateField extension with text input override with com.adobe.flex.extras.controls.MaskedTextInput.
Every interface element implementing flash.display.IBitmapDrawable programmic interface can be screened using ImageSnapshot.captureBitmapData(). Next step is to cover obtained BitmapData to jpg-containing ByteArray using JPGEncoder(), code it to string with Base64Encoder() and transfer to server in ...
Remove flex chrome for RichTextEditor textArea, add styles for global types and use custom CSS classes.