Not able to stop flip effect available in the distortioneffects swc

Hi,
I am using flip effect available in the distortioneffects.swc component(http://blogs.adobe.com/auhlmann/archives/2007/03/distortion_effe.html).I am trying to stop a running flip effect.Though the isPlaying property of the effect is false when i traced it,the effect continued playing.Using Flex 3 sdk.
Here is a sample code snippet where you can reproduce this error:
<?xml version="1.0" encoding="utf-8"?>
<mx:Application xmlns:mx="http://www.adobe.com/2006/mxml" layout="absolute" xmlns:mxeffects="com.adobe.ac.mxeffects.*">
    <mx:Script>
        <![CDATA[
            import mx.controls.Alert;
            private function onBtn1Click():void
                if(flip1.isPlaying)
                    flip1.stop();
                viewstack1.selectedIndex = 0;
            private function onBtn2Click():void
                if(flip2.isPlaying)
                    flip2.stop();
                viewstack1.selectedIndex = 1;
        ]]>
    </mx:Script>
    <mx:Button x="170" y="153" label="One" click="onBtn1Click()"/>
    <mx:Button x="259" y="153" label="Two" click="onBtn2Click()"/>
    <mx:WipeLeft id="c1Effect" target="{c1}" duration="1000"/>
    <mx:WipeLeft id="c2Effect"  target="{c2}" duration="1000"/>
    <mxeffects:Flip id="flip1" target="{c1}" siblings="{[c2]}" duration="1000" direction="RIGHT"/>
    <mxeffects:Flip id="flip2" target="{c2}" siblings="{[c1]}" duration="1000" direction="LEFT"/>
    <mx:ViewStack x="170" y="212" id="viewstack1" width="261" height="200" creationPolicy="all">
        <mx:Canvas id="c1" width="100%" height="100%" hideEffect="{flip1}">
        <mx:DataGrid x="0" y="0" width="100%" height="100%">
                <mx:columns>
                    <mx:DataGridColumn headerText="View1" dataField="col1"/>
                </mx:columns>
            </mx:DataGrid>
        </mx:Canvas>
        <mx:Canvas id="c2" width="100%" height="100%" hideEffect="{flip2}">
            <mx:DataGrid x="0" y="0" width="100%" height="100%">
                <mx:columns>
                    <mx:DataGridColumn headerText="View2" dataField="col1"/>
                </mx:columns>
            </mx:DataGrid>
        </mx:Canvas>
    </mx:ViewStack>
</mx:Application>
Steps to reproduce:
1)Click Button 'two'.
2)When the effect is playing,quickly click on Button 'one'.
3)Effect continues to play and view1 not gets selected

Still i am facing this issue.Any help?

Similar Messages

  • Not able to Stop Instance

    Hi,
         Not able to stop our Solution Manager system.
    Os- AIX 6.1 & database-Oracle 11
    Getting this error when trying to stop the instance:
    pm2adm> stopsap unxs0275
    Checking PM2 Database
    Database is running
    stopping the SAP instance DVEBMGS10
    Shutdown-Log is written to /support/home/pm2adm/stopsap_DVEBMGS10.log
    /usr/sap/PM2/DVEBMGS10/exe/sapcontrol -prot NI_HTTP -nr 10 -function Stop
    stop of Instance failed
    Error log:
    pm2adm> pg stopsap_DVEBMGS10.log
    Trace of system startup/check of SAP System PM2 on Fri 26 Aug 10:55:50 2011
    Called command: /usr/sap/PM2/SYS/exe/run/stopsap stop
    10:55:54
    stopping the SAP instance DVEBMGS10
    10:55:55
    Shutdown-Log is written to /support/home/pm2adm/stopsap_DVEBMGS10.log
    10:55:57
    /usr/sap/PM2/DVEBMGS10/exe/sapcontrol -prot NI_HTTP -nr 10 -function Stop
    26.08.2011 10:55:57
    Stop
    FAIL: HTTP error, HTTP/1.1 401 Unauthorized
    10:55:59
    stop of Instance failed
    Can you please suggest?

    The sapstartsrv is not allowing you to perform the Stop option for instance 10.
    The sapstartsrv should create a streamfile in the /tmp/.sapstream5<instance number>13. Check
    if this file has the right permition, something like that:
    srwx---       1 <sap>adm sapsys       .sapstream51013
    To solve the issue you could try:
    1. Try restart the sapstartsrv for the instance 10 and check if this will solve the problem.
    2. check if the s-bit permission in the program sapuxuserch (note 927637)
    3. In the last way you could disable the protect method for sapstartsrv with the instace profile parameter
    "service/protectedwebmethods = NONE" and restart the sapstartsrv. This certainly  will solve the problem, but I do not recommend it for security aspect.
    Before unprotect the web methods you should try to update the sapstartsrv.
    Edited by: Clebio Dossa on Aug 27, 2011 12:52 AM

  • Workflow - Not able to stop at the breakpoint, how to debug?

    Hi,
    I am working on solving a workflow problem, but i am not able to stop at the breakpoint put on the function module called through the program.
    I am sure that the function module is called through the workflow. please tell me why is it not stopping.
    Pls help.
    Regards,
    Chamandeep

    maybe because it is a background method, its then executed by wf-batch.
    the easiest way to test/debug a method is doing it with tx swo1, fill in the Business object and test the method with the corresponding input parameters
    /Peter

  • Not able to stop ASM on 11g R2

    We are trying to bounce 11g R2 database and ASM with RAC, I was able to shutdown database using srvctl with out any issue,
    [oracle@dev1 ~]$ srvctl status database -d dev
    Instance dev1 is running on node dev1
    Instance dev2 is running on node dev2
    [oracle@dev1 ~]$ srvctl stop database -d dev
    however when i am trying to stop ASM i could not able to stop using srvctl
    [grid@dev1 ~]$ srvctl stop asm -n dev1 -i +ASM1
    -i option has been deprecated and will be ignored.
    PRCR-1014 : Failed to stop resource ora.asm
    PRCR-1065 : Failed to stop resource ora.asm
    CRS-2529: Unable to act on 'ora.asm' because that would require stopping or relocating 'ora.DEVDATA.dg', but the force option was not specified
    any comments.
    Thanks

    Also please provide the output of the following:
    srvctl status asmIn your 1st post you typed:
    [oracle@dev1 ~]$ srvctl status database -d dev
    Instance dev1 is running on node dev1
    Instance dev2 is running on node dev2
    [oracle@dev1 ~]$ srvctl stop database -d dev
    however when i am trying to stop ASM i could not able to stop using srvctl
    [grid@dev1 ~]$ srvctl stop asm -n dev1 -i +ASM1
    -i option has been deprecated and will be ignored.
    PRCR-1014 : Failed to stop resource ora.asm
    PRCR-1065 : Failed to stop resource ora.asm
    CRS-2529: Unable to act on 'ora.asm' because that would require stopping or relocating 'ora.DEVDATA.dg', but the force option was not specifiednotice this command "srvctl stop asm -n *dev1* -i +ASM1"
    you used dev1 after the "-n" option but it looks like dev1 is your instance name and not your node name.
    can you please try:
    srvctl stop asm -n <hostname>Thanks
    Edited by: user11150436 on Oct 25, 2010 12:09 PM
    Sorry I see dev1 is your nodename as well

  • Not able to stop Data supplier bridge

    Hi,
    After upgrading to SP 15 of XI3.0, we are not able to stop Data
    Supplier Bridge in http://Host:50000/sld --> Administration --> Data
    Supplier Bridge.
    We have upgraded all components to SP15 and there is no problem with
    that. Please help me with this.
    Regards

    Hi Kiran,
    Have a look at the following thread.
    Data Supplier Bridge won't start in URL
    Rgds,
    Sam Raju

  • Not able to stop batch session

    Hii,
    I have placed one session on error only mode.
    it has been running for last 5 hrs.I am not able to stop the session.
    Even after loging out of the system it still shows active session.when i tried to kill the session but it is not allowing me to kill the session.instead one more session is getting created.i am able to kill that session also.
    its very urgent pls help.
    Regards,
    Viren.

    see if this part of sap-help helps you!
    Deleting Sessions
    Use
    Normally, batch input sessions are deleted from the session list automatically when they are completed. However, sessions remain in the list if any of the following is true:
    They were generated with the KEEP option.
    They contain errors or were aborted with the /bend OK code. (Such a session is deleted when you finish processing it, unless it was generated with the KEEP option.)
    When you no longer need sessions that have been held in the list, you can explicitly delete them.
    Do not delete any sessions that contain unprocessed transactions. You must first correct and process such transactions or enter the data in the transactions into the R/3 System in some other way.
    Prerequisites
    Start the batch input management tool: Select System ® Service ® Batch input ® Sessions. Alternate: Enter transaction SM35. Both paths take you to the session overview of the batch input system.
    Procedure
    To delete a session from the session queue, mark the sessions to be deleted and choose Delete from the tool bar. The system asks you to confirm the deletion. It also asks you if the session log should be deleted together with the session.
    Message was edited by: Bapujee Naidu

  • I am not able to do a software update as the download button is disabled. Why and any advise may i upgrade my software

    I am not able to do a software update as the download button is disabled. Why and any advise may i upgrade my software

    The download button will be disabled if you are not on a WiFi connection at the present time.
    My 4G/LTE connection is actually faster than my available WiFi (in this present location), but those are the rules...

  • HT3819 how do I share movies/music between my computers. I have opened shared on both computers and both are on, but i am not able to drag anything from one to the other. Does anyone know where the settings button is on the bottom of the itunes screen?

    how do I share movies/music between my computers. I have opened shared on both computers and both are on, but i am not able to drag anything from one to the other. Does anyone know where the settings button is on the bottom of the itunes screen?

    Oops, I forgot a step between 7 and 8 ... before syncing the iPhone I need to explicitly send the document back to iTunes on the iPhone, or the changes won't come over at all ...
    and then one more thing ... Numbers on iOS does NOT recognize a number of key features of the OSX app, such as conditional formatting ... so after editing my document on iOS and syncing it back to OSX on my Mac, all of those settings are lost (no more conditional formatting, have to do it all over again)
    What am I doing wrong ?

  • I've just updated my iphone to the version 5.0 (9A334), I'm not able to create a new event in the calender, it shows "no calender"

    I've just updated my iphone to the version 5.0 (9A334), I'm not able to create a new event in the calender, it shows "no calender"

    Here you are "the strange draft logos"...

  • Not able to successfully subscribe to and see the TargetApplicationChosen event fire from Windows Phone 8.1

    Matt,
    Thanks for the reply.
    In my current experience, I am not able to successfully subscribe to and see the TargetApplicationChosen event fire from Windows Phone 8.1.
    In Windows Store 8.1 (Tablet), it works fine.
    Questions
    Is this event expected to fire in Window Phone 8.1 (Universal Apps, Not Silverlight 8.1) ?
    Does this event depend on the target application to supply AppName?
    Thanks for your help. Much appreciated.
    Example Code Block
    //From Page Contstructor or OnNavigatedTo Handler
    _dataTransferManager = DataTransferManager.GetForCurrentView();
    _dataTransferManager.TargetApplicationChosen += DataTransferManagerOnTargetApplicationChosen;
    private void DataTransferManagerOnTargetApplicationChosen(DataTransferManager sender, TargetApplicationChosenEventArgs args)
    //fires in tablet but not phone

    This is not an answer, Mr. Wong.  The link you referenced refers to the DataTransferManager class being supported only in Native apps, which includes Windows Phone 8.1 RT apps.  All aspects of the DataTransferManager work except for the TargetApplicationChosen
    event under a WP8.1 universal app.  This event does NOT fire in the Windows Phone 8.1 RT API implementation of DataTransferManager.
    You need to reopen this thread and address the issue, please.  The lack of support for this event is problematic for some phone scenarios, most notably supporting NFC Tap and Share.
    Mark Jones, Owner MJ App Factory

  • Hi. I have a ipod touch 4th generation, it's in perfectly good condition no cracks or anything. The issue is my ipod is locked and i'm not able to type in my passcode because the numeric keypad isn't working properly.Also my home button isn't working.

    Hi. I have an ipod touch 4th generation, it's in perfectly good condition no cracks or anything. The issue is my ipod is locked and i'm not able to type in my passcode because the numeric keypad isn't working properly.For ex. when i hit 8 (which is the second number in my passcode) the number 5 type in. Also my home button isn't working. Hope that was specfic enough.. thanks!!

    Place the iOS device in recovery mode with one of thes programs and then restore via iTunes
    For PC
    RecBoot: Easy Way to Put iPhone into Recovery Mode
    If necessary:
    Download QTMLClient.dll & iTunesMobileDevice.dll for RecBoot
    For MAC or PC       
    The Firmware Umbrella - TinyUmbrella
    How to put iPod touch / iPhone into DFU mode « Karthik's scribblings        
    For how to restore:
    iTunes: Restoring iOS software
    To restore from backup see:
    iOS: How to back up     
    If you restore from iCloud backup the apps will be automatically downloaded. If you restore from iTunes backup the apps and music have to be in the iTunes library since synced media like apps and music are not included in the backup of the iOS device that iTunes makes.
    You can redownload most iTunes purchases by:

  • I am not able to set up my ipad2 - tried the regular help but nothing seems to working. itune simply wont detect the ipad

    i am not able to set up my ipad2 - tried the regular apple help - did all those routines - but nothing seems to working. itune simply wont detect the ipad

    http://support.apple.com/kb/TS1538

  • TS1398 I have an ipad and just recently am not able to connect to home wireless wifi, the hourglass just spins when clicking the network to connect, other devices work fine

    I have an ipad 2 and just recently am not able to connect to home wireless wifi, the hour glass just spins when clicking the network to connect, other devices work fine and can connect.  Was able to connect at school, but not here at home all of a sudden, help?

    iOS 6 Wifi Problems/Fixes
    Fix For iOS 6 WiFi Problems?
    http://tabletcrunch.com/2012/09/27/fix-ios-6-wifi-problems/
    Did iOS 6 Screw Your Wi-Fi? Here’s How to Fix It
    http://gizmodo.com/5944761/does-ios-6-have-a-wi+fi-bug
    How To Fix Wi-Fi Connectivity Issue After Upgrading To iOS 6
    http://www.iphonehacks.com/2012/09/fix-wi-fi-connectivity-issue-after-upgrading- to-ios-6.html
    iOS 6 iPad 3 wi-fi "connection fix" for netgear router
    http://www.youtube.com/watch?v=XsWS4ha-dn0
    Apple's iOS 6 Wi-Fi problems
    http://www.zdnet.com/apples-ios-6-wi-fi-problems-linger-on-7000004799/
    ~~~~~~~~~~~~~~~~~~~~~~~
    Look at iOS Troubleshooting Wi-Fi networks and connections  http://support.apple.com/kb/TS1398
    iPad: Issues connecting to Wi-Fi networks  http://support.apple.com/kb/ts3304
    WiFi Connecting/Troubleshooting
    http://www.apple.com/support/ipad/wifi/
    How to Fix: My iPad Won't Connect to WiFi
    http://ipad.about.com/od/iPad_Troubleshooting/ss/How-To-Fix-My-Ipad-Wont-Connect -To-Wi-Fi.htm
    iOS: Connecting to the Internet
    http://support.apple.com/kb/HT1695
    iOS: Recommended settings for Wi-Fi routers and access points  http://support.apple.com/kb/HT4199
    Additional things to try.
    Try this first. Turn Off your iPad. Then turn Off (disconnect power cord for 30 seconds or longer) the wireless router & then back On. Now boot your iPad. Hopefully it will see the WiFi.
    Go to Settings>Wi-Fi and turn Off. Then while at Settings>Wi-Fi, turn back On and chose a Network.
    Change the channel on your wireless router (Auto or Channel 6 is best). Instructions at http://macintoshhowto.com/advanced/how-to-get-a-good-range-on-your-wireless-netw ork.html
    Another thing to try - Go into your router security settings and change from WEP to WPA with AES.
    How to Quickly Fix iPad 3 Wi-Fi Reception Problems
    http://osxdaily.com/2012/03/21/fix-new-ipad-3-wi-fi-reception-problems/
    If none of the above suggestions work, look at this link.
    iPad Wi-Fi Problems: Comprehensive List of Fixes
    http://appletoolbox.com/2010/04/ipad-wi-fi-problems-comprehensive-list-of-fixes/
    Fix iPad Wifi Connection and Signal Issues  http://www.youtube.com/watch?v=uwWtIG5jUxE
    Fix Slow WiFi Issue https://discussions.apple.com/thread/2398063?start=60&tstart=0
    Unable to Connect After iOS Update - saw this solution on another post.
    https://discussions.apple.com/thread/4010130
    Note - When troubleshooting wifi connection problems, don't hold your iPad by hand. There have been a few reports that holding the iPad by hand, seems to attenuate the wifi signal.
    ~~~~~~~~~~~~~~~
    If any of the above solutions work, please post back what solved your problem. It will help others with the same problem.
     Cheers, Tom

  • HT4259 I have the old airport express but my iPad 3 is not able to connect to it even with the app downloaded. What can I do?

    I have the old airport express but my iPad 3 is not able to connect to it even with the app downloaded. What can I do?

    Use a windows computer.. or ask a friend to bring a windows laptop and use the 5.6 version windows utility.

  • My iphone is not able to connect to itunes and shows the msg "cannot connect to itunes store", my iphone is not able to connect to itunes and shows the msg "cannot connect to itunes store"

    my iphone is not able to connect to itunes and shows the msg "cannot connect to itunes store"

    Hello there, Nau1988.
    The following Knowledge Base article should help with troubleshooting your issue:
    Can't connect to the iTunes Store
    http://support.apple.com/kb/TS1368
    In your case, focus on the section titled "Troubleshooting on an iPhone, iPad or iPod Touch", there are detailed steps here for working to a resolution of your issue.
    Additionally you might want to review the recommendations in this article as well:
    iTunes for Windows: iTunes Store connection troubleshooting
    http://support.apple.com/kb/HT1527
    Thanks for reaching out to Apple Support Communities.
    Cheers,
    Pedro D.

Maybe you are looking for

  • Wrting data to a file in specific positions

    Hi, i have written a program that reads from one text file, grabs certain data and I will write that data out to a new fie. I am successfully doing the write, but how do I tell it to write the different data in specific positions in that new file. Ri

  • Setting Icon on frame

    Hello All, I am facing problem in adding Icon to my JFrame. If the image format is jpg, icon is showing perfectly but when I try to add .png or .gif format images Icon does not displays? It gets added but showing blank. The way I have tried.. java.ne

  • [SOLVED] Tomboy fails to open in OpenBox

    Tomboy failed to open in OpenBox with the following error: Unhandled Exception: System.Exception: Unable to open the session message bus. ---> System.ArgumentNullException: Argument cannot be null. The solution I found was to append dbus-launch to th

  • Turning off VM in guest does not update status in VMM 2012 R2 Update Rollup 2 console

    I am seeing an issue with a few VMs where if you turn the VM off from within the guest OS, the status does not change in the VMM console.   Details about the environment: Six node cluster running Server 2012 R2 Datacenter Core Cluster validate comple

  • Tuxedo, Oracle, XA, and 2pc optimisation

    Consider this: you have 1 tuxedo instance, 1 Oracle database, multiple tuxedo servers (one connection per server), you're using xa connections to db and handling the transaction as global transactions (tpcommit/tpabort). Is is possible for Oracle to