Skip to main content
Zeloslaw
Known Participant
February 21, 2013
Question

Callout focusOut not working for iOS

  • February 21, 2013
  • 1 reply
  • 726 views

Hi,
is it normal that focusOut does not work for component Callout spark?

My view:


<fx:Declarations>

        <components:CalloutGallery         id="callout4" />

    </fx:Declarations>

My Callout class:

<s:Callout xmlns:fx="http://ns.adobe.com/mxml/2009"

           xmlns:s="library://ns.adobe.com/flex/spark"

           contentBackgroundAppearance="none"

           horizontalPosition="start"

           verticalPosition="after"

           creationComplete="creationCompleteHandler()"

           focusOut="this.close()"

...

</s:Callout>

http://help.adobe.com/pl_PL/FlashPlatform/reference/actionscript/3/images/ca_calloutViewNav_ca.png

This topic has been closed for replies.

1 reply

Zeloslaw
ZeloslawAuthor
Known Participant
February 26, 2013

Problem solved, spark CalloutButton automaticly hide when focusOut.

<s:CalloutButton> ... </CalloutButton>