Not finding what you are looking for? Request a recipe!
This entry provides a small helper class CPreferencesManager, which does the trick by maintaining a preferences file under the hood. Note, that CPreferencesManager is ment for general preferences/user defaults, which are not related to document, which the applications create. Thus, preferences are ...
This entry provides a small helper class CPreferencesManager, which does the trick by maintaining a preferences file under the hood. Note, that CPreferencesManager is ment for general preferences/user defaults, which are not related to document, which the applications create. Thus, preferences are ...
Since multiple SQL statements are postfixed by ';', we need to split the statement sequence into parts and execute them step by step.
While AIR does not provide a feature to display a PDF directly, it is simple to present a PDF through Flex' mx:HTML component. This entry wraps mx:HTML into a single window to show a PDF.
This solution is a demo project which demonstrates how to animate a set of object - space-ships in this case - on a playground.