This example shows you how to display or hide content in your Royale application, thanks to the View States feature. It uses the new Jewel UI set that supports themes and is available in the 0.9.4 release or later. 123456789101112131415161718192021222324252627282930313233343536 <?xml version=“1.0” encoding=“UTF-8”?><j:Application xmlns:fx=“http://ns.adobe.com/mxml/2009” xmlns:j=“library://ns.apache.org/royale/jewel” […]