Re: AW: rollOut Issue with child dropdown in panel

2016-09-21 Thread OK
Ulrich Andreas wrote
> Callout would be my first choice, sadly it's not the prettiest Flex
> component and needs a lot of skinning/styling which takes a lot of time...

Take a look at the screenshot at this demo [1].
If this look at and feel fits your needs just grab the skin wich is included
within the demo and you're done.
It's not perfect, but probably nicer than the original ;-)

HTH,
Olaf


[1] https://github.com/ok-at-github/Apache-Flex-Callout-demo




--
View this message in context: 
http://apache-flex-users.246.n4.nabble.com/rollOut-Issue-with-child-dropdown-in-panel-tp13568p13602.html
Sent from the Apache Flex Users mailing list archive at Nabble.com.


AW: rollOut Issue with child dropdown in panel

2016-09-21 Thread Ulrich Andreas
Intern: for project use only

Thank you - we'll try with relatedObject.
Callout would be my first choice, sadly it's not the prettiest Flex component 
and needs a lot of skinning/styling which takes a lot of time...

Regards
Andi

-Ursprüngliche Nachricht-
Von: OK [mailto:p...@olafkrueger.net] 
Gesendet: Montag, 19. September 2016 16:17
An: users@flex.apache.org
Betreff: Re: rollOut Issue with child dropdown in panel

>How can this be avoided? The Panel should stay open...

This modified "onRollout" code will work but maybe there is some more elegant 
way.
It uses the relatedObject property [1].
Btw: 
Instead of the Panel maybe the Callout component [2] better suits your needs?.

HTH,
Olaf

[1]
http://help.adobe.com/en_US/FlashPlatform/reference/actionscript/3/flash/events/MouseEvent.html#relatedObject

[2] https://github.com/ok-at-github/Apache-Flex-Callout-demo



http://ns.adobe.com/mxml/2009;
xmlns:s="library://ns.adobe.com/flex/spark">







--
View this message in context: 
http://apache-flex-users.246.n4.nabble.com/rollOut-Issue-with-child-dropdown-in-panel-tp13568p13569.html
Sent from the Apache Flex Users mailing list archive at Nabble.com.


Re: JAVA_HOME

2016-09-21 Thread Alex Harui


On 9/20/16, 1:21 PM, "amihanya"  wrote:

>how can i handle JAVA_HOME
>i try to change the env.properties and set there:
>env.JAVA_HOME=C:\Program Files (x86)\Java\jre6
>
>its not work...

Where are you using it?  What errors/output do you get?

-Alex