Problem Removing Mask

Hi,
I have a mobile IOS application that utilizes the TabbedViewNavigatorApplication component. The app has a skin that defines a background image for the entire app, and the skin is defined as an actionscript class. On one of my views, I am displaying stage video, and so to do this, when the view is active a mask is assigned to the view and the skin, so as to 'poke a hole' thru everthing in order for stage video to be visible. All is fine to this point.
The problem is that when the video is playing and you select one of the application tabs to transition to another view on another tab, the mask is not removed from the skin until after the transition is finished. This causes the video to briefly appear in the other tab's view. The call to remove the mask when the video's view is removed from stage is happenning in the right order, but for some reason the mask is still active when the new view is shown. Any ideas as to how to overcome this behavior?
thx

Any ideas anyone? I can't seem to figure this out.

Similar Messages

  • Hi I am having problems removing mail from trash folder. Can anyone help please

    Hi I am having problems removing mail from trash folder. I can send mails to the folder but cannot delete them permanently from the trash folder. I am using Iphone 3G and anm up to date with OS. Can anyone help please

    Check that there isn't a different Trash folder to the one with the proper Trash symbol on it.
    If you see one in your list of folders rather than a separate one, highlight it, then click on Mailbox...Use this mailbox for...Trash

  • Problem removing a Exchange Federation Trust

    Hi, 
    I'm having a problem removing a Federation Trust.  I have removed the Organisation Relationship successfully. However when I go to remove the trust by Powershell  I get the following error
    [PS] C:\Windows\system32>remove-federationtrust "Microsoft Federation Gateway"
    Can't remove federation trust "Microsoft Federation Gateway". It's in use by the following organization(s): CN=Federation,CN=XXXXXX,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=XXXXX,DC=local
        + CategoryInfo          : InvalidOperation: (Microsoft Federation Gateway:ADObjectId) [Remove-FederationTrust], Or
       gsStillUsingThisTrustException
        + FullyQualifiedErrorId : A17E4A11,Microsoft.Exchange.Management.SystemConfigurationTasks.RemoveFederationTrusts
    I cant seem to make other changes to it either, I cant add a domain, remove domain.  I have seen references to delete the object in the Schema but dont really want to do that unless I know it wont cause other problems as I need to recreate this.
    Ian

    There are few things you need to make sure before you remove the federation, like permissions, TXT records etc.
    http://technet.microsoft.com/en-us/library/jj657500(v=exchg.150).aspx
    http://technet.microsoft.com/en-us/library/dd297972(v=exchg.141).aspx
    http://www.c7solutions.com/2012/03/fix-federation-trust-issues-after-html
    Cheers,
    Gulab Prasad
    Technology Consultant
    Blog:
    http://www.exchangeranger.com    Twitter:
      LinkedIn:
       Check out CodeTwo’s tools for Exchange admins
    Note: Posts are provided “AS IS” without warranty of any kind, either expressed or implied, including but not limited to the implied warranties of merchantability and/or fitness for a particular purpose.

  • Problem removing Zombie GS

    Hey all. Having a problem removing Zombie Gunship from my Game Center. Basically, I want to delete my current progress and start over, thanks to my nephew messing up my config.
    So, I've deleted Zombie GS and it prompts me to remove the data and that my progess will be removed from the leader boards. So I do all that, restart it, blah blah blah. After I've reinstalled the app, my old config/progress/money is still there.
    I've emailed the game company and of course no response. So what am I missing or doing wrong? Or is this a situation where I can never start over?
    Thanks in advance for the help.

    I've got the same problem. I am revisiting the game and I want to start again from scratch but it seems Game Center has other plans for me. Dammit Apple gestapo!

  • Problem removing files with CVS (JDeveloper 10.1.3 Preview)

    Hello,
    I've got a problem removing files from CVS :
    - I right-click on the file I want to remove -> Versioning -> Remove
    - The file is removed from local directory, and it appears in "Pending changes" view, on "Outgoing" tab. Its status is "scheduled for removal".
    - When I commit the file in the "Pending Changes" view, and click OK, then nothing happens. The file stay with "scheduled for removal" status, and it is not deleted on CVS server.
    I tried to commit the package or the project, but it's the same thing.
    Files additions and modifications work correctly.
    I'm using JDeveloper 10.1.3 Preview version.
    Is this a bug ? Or do I do something wrong ? Is there an other way to solve my problem ?
    Thanks.

    Here is the message displayed in the log window when I remove file (in Versioning menu) :
    C:\J2EE\Projets\budgetapptest\src\test\swm>
    $ <internal cvs client> remove -l Test_suppr_1.java
    cvs remove: scheduling `Test_suppr_1.java' for removal
    cvs remove: use 'cvs commit' to remove this file permanently
    Here is the message displayed in the log window when I COMMIT the "scheduled for removal" file :
    C:\J2EE\Projets\budgetapptest\src\test\swm>
    $ <internal cvs client> commit -F C:\DOCUME~1\19363~1.WIN\LOCALS~1\Temp\.jdevcvs_cmt22356.tmp Test_suppr_1.java
    cvs commit: Examining .
    Thanks.
    Message was edited by:
    user444728

  • Problem removing focused object from a table

    Hi.
    I have a problem removing a component that is focused from a table. The
    whole row is removed except a single component (JSpinner) in one row.
    My table has three columns, the first two are String fields
    (not editable) and the last is a JSpinner. Since there is no
    Default cell renderer or cell editor for JSpinner I had to
    create them.
    So, if no element of the row is focused then calling the function:
    public void clearTable() {
    setVisible(false);
    dataVector.removeAllElements(); // clear data vector
    setVisible(true);
    works just fine
    but if a spinner in a row is focused them that spinner is left alone "floating" on an otherwise empty table.
    Questions:
    1) Any one has an ideia of what might be the problem?
    2) Do I have to play with Focus to solve this? (hate the idea,
    since always been told to avoid messing with focus, because
    of the problems it normally brings)
    Thanks in advance for the help,
    Rgds,
    Jorge

    The problem is that you need to properly stop the editing operation first.if( myTable.isEditing() ) {
        // If you want to throw away any edits use...
        myTable.getCellEditor().cancelCellEditing();
        // If you want to apply any edits, then end use...
        myTable.getCellEditor().stopCellEditing();

  • Problem removing session attributes

    I have a problem removing session attributes
    I try w/ mysession.removeAttribute("key");
    but it still lives in memory. I've tried setAttribute("key", null) as the API states that will do the same thing, but it doesn't work.
    I can get mysession.invalidate() to work, but I want to keep some of the attributes there, while removing another.
    I get no exceptions and no errors.
    Help.
    Running Tomcat 4
    jre 1.3.1

    Actually,
    response.addHeader("Expires", "-1");should be enough.
    The browser should then contact the Web server for updates to that page via a conditional If-Modified-Since request. You don't want a cache disabling 'overkill', since you'd still want the page to remain in the disk cache and used in appropriate situations without contacting the remote Web server, such as when the BACK and FORWARD buttons are pressed...
    Anyway, try this first, and if it doesn't solve your problem, add the other cache-disabling headers, as outlined in the previous post.
    If you're using JSP, verify also that your page has
    <%@ page session="true"%>

  • Problem removing Listener Service in Clusterware 11g

    It appears that I already have a listener service as shown below, and I am having problem removing this service so that I can create another. I know that I can just add a new listener service for each node, though if anyone would share some insight on how I can remove this listener service ofr Oracle 11g Clusterware with two node cluster, I would appreciate your insight. Thanks
    rac1.respecti.com>./crs_resources.sh
    HA Resource Target State
    ora.rac1.gsd ONLINE ONLINE on rac1
    ora.rac1.ons ONLINE ONLINE on rac1
    ora.rac1.rac1.lsnr ONLINE ONLINE on rac1
    ora.rac1.vip ONLINE ONLINE on rac1
    ora.rac2.gsd ONLINE ONLINE on rac2
    ora.rac2.ons ONLINE ONLINE on rac2
    ora.rac2.rac2.lsnr ONLINE ONLINE on rac2
    ora.rac2.vip ONLINE ONLINE on rac2
    rac1.respecti.com>srvctl remove listener -n rac1 -l rac1
    PRKO-2203 : Listener is running on node: rac1
    rac1.respecti.com>srvctl stop listener -n rac1
    CRS-0210: Could not find resource 'ora.rac1.LISTENER_RAC1.lsnr'.
    rac1.respecti.com>

    Hi, Is there any tnslsnr process running on the node. To understand the problem better, enable the debug trace for the .lsnr resource. You can enable trace by executing the following command as root.
    crsctl debug log res "ora.rac1.LISTENER_RAC1.lsnr:5"
    crsctl debug log crs "CRSRTI:1,CRSCOMM:2,OCRSRV:4"
    Try to stop the listener.
    Examine the log files under CRS_HOME/log/$HOST/crsd/* and CRS_HOME/log/$HOST/racg/*
    Thanks & Regards
    -Harish Kalra

  • I am having problem removing sim from E51

    I have problems removing sim from my E51. it seems. its very tight there.

    Did you already try these steps?
    Restart the iPhone.
    Try another means of reaching the activation server and attempt to activate.
    Try connecting to a known-good Wi-Fi network if you're unable to activate using a cellular data connection.
    Try connecting to iTunes if you're unable to activate using Wi-Fi.
    Restore the iPhone.
    If you receive an alert message when you attempt to activate your iPhone, try to place the iPhone in recovery mode and perform a restore. If you're still unable to complete the setup assistant due to an activation error, contact Apple for assistance.
    copied from iOS: Troubleshooting activation issues

  • My HP2575 give's "Ink Cartridge Problem - Remove and check cartridge on right"-error

    Hello,
    I have a HP photosmart 2575 all-in-one. For just a couple of month's I use my black 339 cartridge and suddenly it give the error "Ink Cartridge Problem - Remove and check cartridge on right", with means the black cartridge. I always use original HP cartridges and have never filled them by myself or other people. Because the expire date is just a couple of weeks late, HP won't support me.  For now I put a new cartridge in the printer, with works fine. How can I solve this problem with my cartridge? It has enough ink for many prints to make, so I don't like to throw that away. I hope you can help me with tis matter.
    Thanks a lot.

    Hello Tom_Heitbrink. I have located a document you can follow to troubleshoot your issue. Let me know your troubleshooting results after following the document. I'm only here to help!
    http://h10025.www1.hp.com/ewfrf/wc/document?docname=c00427221&cc=us&dlc=en&lc=en&product=441240
    Mario
    I worked on behalf of HP.

  • Having problems removing tags from script.

    I'm not using the browser to run Adobe Story, but the Desktop version from my iMac.  Cmd + Double Click works, but once every 30 times.  Is anyone else having this problem removing tags from a script?

    There are other ways to remove tags from a script
    From Tagging Panel:
    - Open Tagging Panel from View Menu
    - Click on Edit button. Here you have the option to delete individual tag-items or remove all from the scene.
    From File Menu
    - Open File - Tagging menu
    Here you will find the options to delete all/manually added/automatically added tags.

  • Problem with Masked Buttons

    As it stands i have a button called Start, when this button is hovered over, three more buttons appear at its side (all masked)
    I'm having trouble actionscripting the buttons, ive tried putting the AS on the button
    on(release){
    gotoAndStop(2);
    seen as everything so far is done on the first frame on various layers i just need it to go to frame 2. but this doesn't work.
    the code that's on the start button is
    on(rollOver){
    Startmenu.play();
    Start menu is the invisible movieclip which has the masks and rollout buttons in.
    anyone got any ideas?

    start button does overlay the other buttons and it is on the main timeline. as is the movieclip which activated the 3 buttons when the start button is rolled over with the mouse.
    Date: Fri, 26 Mar 2010 08:39:42 -0600
    From: [email protected]
    To: [email protected]
    Subject: Problem with Masked Buttons
    does your start button overlay the other buttons?
    is your start button on the main timeline?
    is the movieclip with the 3 buttons on your main timeline?
    does that movieclip respond to the mouse (and thereby intercept mouse events intended for the buttons it contains)?
    >

  • JMS: problem removing JMSDestination

    I am having a problem removing and cleaning JMsDestination. I get an error "Error cleaning database during destination delete". Below youse the code
    Any thoughts?
    zbestquest
    Microsoft Windows 2000 [Version 5.00.2195]
    (C) Copyright 1985-1999 Microsoft Corp.
    D:\>cd j2sdkee1.3\bin
    D:\j2sdkee1.3\bin>j2eeadmin -listJdbcDatasource
    JdbcDatasource
    < JDBC Resource : jdbc/Cloudscape , jdbc:cloudscape:rmi:CloudscapeDB;create=true
    >
    < JDBC Resource : jdbc/DB1 , jdbc:cloudscape:rmi:CloudscapeDB;create=true >
    < JDBC Resource : jdbc/DB2 , jdbc:cloudscape:rmi:CloudscapeDB;create=true >
    < JDBC Resource : jdbc/InventoryDB , jdbc:cloudscape:rmi:CloudscapeDB;create=tru
    e >
    < JDBC Resource : jdbc/EstoreDB , jdbc:cloudscape:rmi:CloudscapeDB;create=true >
    D:\j2sdkee1.3\bin>j2eeadmin -listJmsDestination
    JmsDestination
    < JMS Destination : jms/Topic , javax.jms.Topic >
    < JMS Destination : jms/Queue , javax.jms.Queue >
    < JMS Destination : jms/Myqueue , javax.jms.Queue >
    < JMS Destination : jms/MyQueue , javax.jms.Queue >
    < JMS Destination : MyQueue , javax.jms.Queue >
    D:\j2sdkee1.3\bin>j2eeadmin -removeAllJmsDestination
    Error occurred: javax.jms.JMSException: Error cleaning database during destinati
    on delete
    D:\j2sdkee1.3\bin>j2eeadmin -removeJmsDestination jms/Queue
    Error occurred: javax.jms.JMSException: Error cleaning database during destinati
    on delete
    D:\j2sdkee1.3\bin>j2eeadmin -removeJmsDestination MyQueue
    Error occurred: javax.jms.JMSException: Error cleaning database during destinati
    on delete
    D:\j2sdkee1.3\bin>j2eeadmin -removeJmsDestination jms/Myqueue
    Error occurred: javax.jms.JMSException: Error cleaning database during destinati
    on delete
    D:\j2sdkee1.3\bin>

    Need help : Any JMS client I run, not able to send a message, I am suspecting there might be a problem with the JMSDestination. Any one run through this before?
    I am having a problem removing and cleaning
    JMsDestination. I get an error "Error cleaning
    database during destination delete". Below youse the
    code
    Any thoughts?
    zbestquest
    Microsoft Windows 2000 [Version 5.00.2195]
    (C) Copyright 1985-1999 Microsoft Corp.
    D:\>cd j2sdkee1.3\bin> D:\j2sdkee1.3\bin>j2eeadmin -listJmsDestination
    JmsDestination
    < JMS Destination : jms/Topic , javax.jms.Topic >
    < JMS Destination : jms/Queue , javax.jms.Queue >
    < JMS Destination : jms/Myqueue , javax.jms.Queue >
    < JMS Destination : jms/MyQueue , javax.jms.Queue >
    < JMS Destination : MyQueue , javax.jms.Queue >
    D:\j2sdkee1.3\bin>j2eeadmin -removeAllJmsDestination
    Error occurred: javax.jms.JMSException: Error cleaning
    database during destinati
    on delete
    D:\j2sdkee1.3\bin>j2eeadmin -removeJmsDestination
    jms/Queue
    Error occurred: javax.jms.JMSException: Error cleaning
    database during destinati
    on delete
    D:\j2sdkee1.3\bin>j2eeadmin -removeJmsDestination
    MyQueue
    Error occurred: javax.jms.JMSException: Error cleaning
    database during destinati
    on delete
    D:\j2sdkee1.3\bin>j2eeadmin -removeJmsDestination
    jms/Myqueue
    Error occurred: javax.jms.JMSException: Error cleaning
    database during destinati
    on delete
    D:\j2sdkee1.3\bin>

  • Problems with masks compiled on win2000.

    Hi all,
    if I compile masks on win2000, these are not displayed correctly in winnt. The patchset is the same on both systems (6.0.8.16.1 for forms builder and runtime). on win2000 the form is displayed correctly. But on winnt the bars (toolbar, navbar) are not visible. The second problem is the mask not open in full screen in forms runtime but as a window in a windows.
    best regards, steven

    I found the other DevZone discussion you reffered to with gesa.
    http://exchange.ni.com/servlet/ProcessRequest?RHIVEID=101&RNAME=ViewQuestion&HOID=50650000000800000056160000&ECategory=LabVIEW.LabVIEW+General
    You might try the suggestion that was made there. Since the error message is complaining about the 9th argument of the property node, we can try removing it; that is, delete the constant connected to the last input and shrink the property node so that there is no DTR input. Alternatively, you can change the flow control mode to . I think what is going on here is that in the original VI, the VI set the flow control to DTR/DSR (hardware flow control) and then asserted the DTR line so that it would be in the proper state for
    the communication to begin. This may have been allowed in an older version of VISA, but I think in the new VISA, if you use hardware control, it won't let you manually change the state of that line. The line state should be controlled automatically by the low level drivers. The result is the error you are seeing which is basically telling you that you do not currently have access to that line. If you use a flow control mode that does not use that line, you are allowed to assert it manually.

  • Transport Noise Removal/Noise Removal "Masks/Layers" saving?

    Hi,
    I have a problem that I'm looking for an easier way to solve. I have about 75 old Digital8 tapes from a Sony DCR-TRV310 that has a VERY annoying tape transport whine through every single tape. It appears to be exactly the same in all tapes (though the *apparent* volume and irritability changes due to the volume of action/background noise).
    I have tried the "automatic" methods of dealing with this in Soundbooth, but they do not appear to make any noticeable difference. So I have been using the "Task", "Remove a Sound" option to remove the horizontal "bands" (frequency ranges) that appear in the entire tape (usually with multiple "takes" in different locations, so the banded sound would be unique to the camcorder). This has worked well, but is time consuming.
    To get these bands, I have to highlight one using the "Frequency Selection Tool" drag it to -96db and then let the computer proceed to reduce that particular band, which takes about 5 minutes on my computer. Then do the same for the next band, etc. There appear to be 5-10 primary frequency bands that are consistent throughout the tapes.
    It would be REALLY nice if I could manually select a SET of frequency bands (say, 1500-1625, 2050-2250, 3500-3675, etc.) that would eliminate the tape transport noise and be able to apply it as a custom defined mask/filter. This way I could do it once and then have it done for the entire tape.
    Is there an easier way to do this that I am just missing?!?
    Any help would be appreciated!
    Best regards,
    Scott

    Hi Scott,
    First, you can overlay the channels in the editor by selecting View > Channels > Layered in the menu bar, however this only applies to the Waveform view, not spectral, and I don't believe there are any user-facing opacity settings, so I don't think this is going to be the solution you want.
    Here's the steps I would take for this particular workflow.
    1. First attempt would be to use the Noise Reduction tools by capturing a Noise Print. Make a selection in an area of your recording that consists purely or mostly of the transport whine, then in the Tasks panel, open "Clean Up Audio" and select "Capture Noise Print." Click the "Noise..." button next to it and try the noise reduction again.
    2. If this does not provide sufficient results, you may be able to use the Advanced Parametric EQ effect instead. Open the Effects panel and add the Advanced > EQ: Parametric effect, then open it's Settings UI. You can adjust the center frequency of each band to match your needs. Using the values you gave above, I would adjust Band 1 to 1560 Hz, Band 2 to 2150Hz, Band 3 to 3590 Hz, etc, each being the centerpoint of the frequency ranges you listed. Adjust the dB value low - say -12dB to start, and the Q value pretty high - this is the width of the notched frequencies. You'll want to experiment with both of those parameters, but you should be able to create a rudimentary Notch filter.
    3. You may simply be trying to perform a task that is slightly beyond what Soundbooth is intended for. If you are using a Windows-based system, you may want to download the 30-day trial of Audition 3.0. It offers the same sort of Spectral view, but lots more effects and restoration features. In your case, I would recommend using the actual Notch Filter effect which gives even more control over the frequencies and width parameters. Once you find a setup that works, save it as a preset. You can then perform a Batch operation, correcting ALL your files at once using that preset. It's Adaptive Noise Reduction tool may also be more successful at identifying the constant tones and removing them.
    Durin

Maybe you are looking for

  • Windows 2012 R2 Deduplication Problems, 0 B SavedSpace and 0 OptimizedFiles

    Objective: On a Windows 2012 R2 server, enable Deduplication on a new 20 TB D: physical volume. This volume will become a target for Veeam Backup and Replication backups. Problem: Deduplication fails to dedupliate anything. Get-DedupStatus always rep

  • READ TABLE pointer ...

    Hi there. How can I assign an itab to pointer to have possibility to make operations on pointer (not itab)? [ I ] DATA: itab LIKE dbtab OCCURS 0 . field-symbols: <ritab> type any table . field-symbols: <rline> type any . ASSIGN itab TO <ritab> . it's

  • Photoshop CS4 Student Edition

    I am interested in purchasing Photoshop CS4 student edition. I live in the States and my operating system is a Mac OSX 10.4 Tiger. It's also an intel. Anyway, I know a graphic designer who told me you can't use the program for commercial use and also

  • When is Adobe going to fix the problem CS6 Premiere Pro has with AVCHD files?

    First they wanted me to reformat all my files from .mts to .mpg thru format factory, but that is to much time wasted and lose of quality!  Then they directed me to a patch by Sony, but that didn't work either.  They need to fix this!

  • If I update a book in iBooks will I lose my highlights/notes?

    If an author updates a book purchased from iBooks will I lose the highlights or notes I have made in the current version? For example, if I own edition 1.0 of a book and the author provides a free upgrade to edition 1.1 will the highlights or notes I