You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@flex.apache.org by PKumar <pr...@gmail.com> on 2016/10/09 08:08:19 UTC

FlexJS : "visible" behaving differently in Flash & JS

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.