Hi, Container "visible" is not behaving same on Flash & Java side. Below is lines of code. Please suggest.
<?xml version="1.0" encoding="utf-8"?> <js:View xmlns:fx="http://ns.adobe.com/mxml/2009" xmlns:js="library://ns.apache.org/flexjs/basic" xmlns:local="org.apache.flex.html.*" xmlns:ns="library://ns.apache.org/flexjs/svg"> <ns:TextButton id="btnId" text="Show Search" y="10" /> <js:HContainer id="containerId" y="100" visible="false"> <js:Label text="Search" /> <js:TextInput id="resultData" /> <ns:TextButton id="SearchbtnId" text="GO"/> </js:HContainer> </js:View> ----- Regards, Prashant -- View this message in context: http://apache-flex-users.2333346.n4.nabble.com/FlexJS-visible-behaving-differently-in-Flash-JS-tp13793.html Sent from the Apache Flex Users mailing list archive at Nabble.com.
