Not finding what you are looking for? Request a recipe!
You can avoid some problems by making sure that a new Alert does not appear if one is already showing.
This is an example of using a Pixel Bender file in a Flex app.
Create a subclass of TextArea, monitor the underlying UITextField's numLines property, and override input events to prevent extra characters from being entered.