Strange stuff

On this test site http://www.cybermountainwebservices.com/client0/dragdrop/
I create 25 randomly colored sprites that can be dragged and dropped, increases and decreased in size and have the alpha changed.  There's an issue with the alpha that I think will go away when I move it to a slider.  The thing that's bugging me is the way the sprites bove accross the screen when scaled they're supposed to stay put and scale wher they are.  If I do a trace on the x and y of the sprite output says it's not moving yet I can clearly see it move.
Here's the code the revelent parts are in bold:
import flash.display.Sprite;
import flash.events.MouseEvent;
var squares:Array = new Array;
for(var i = 0; i < 25; i++){
var square:Sprite = new Sprite();
//square.name = "square" + i;
  var c:ColorTransform = new ColorTransform();
  c.color = (Math.random() * 0xFFFFFF);
  square.transform.colorTransform = c;
square.graphics.beginFill(0x000000);
squares.push(square);
squares[i].graphics.drawRect(i*3, i*3, 100, 100);
this.stage.addChild(squares[i]);
upArrow.addEventListener(MouseEvent.MOUSE_DOWN, scaleUp);
upArrow.addEventListener(MouseEvent.MOUSE_UP, stopScale);
downArrow.addEventListener(MouseEvent.MOUSE_DOWN, scaleDown);
downArrow.addEventListener(MouseEvent.MOUSE_UP, stopScale);
alphaUp.addEventListener(MouseEvent.MOUSE_DOWN, increaseAlpha);
alphaUp.addEventListener(MouseEvent.MOUSE_UP, stopAlpha);
alphaDown.addEventListener(MouseEvent.MOUSE_DOWN, decreaseAlpha);
alphaDown.addEventListener(MouseEvent.MOUSE_UP, stopAlpha);
stage.frameRate=1000;
var timer:Timer=new Timer(5,0);
// ***************************Alpha *********************
function increaseAlpha(event:MouseEvent):void {
    timer.addEventListener(TimerEvent.TIMER, alphaUpListener);
    timer.start();
function alphaUpListener(e:TimerEvent):void {
    trace("alphaUP " + lastTarget.alpha);
    if(lastTarget.alpha < 1.00){
    lastTarget.alpha*=1.01;
    e.updateAfterEvent();
    if (lastTarget.alpha == 1.00) {
        alphaOff();
function decreaseAlpha(event:MouseEvent):void {
    timer.addEventListener(TimerEvent.TIMER, alphaDownListener);
    timer.start();
function alphaDownListener(e:TimerEvent):void {
    trace("alphaDown" + lastTarget.alpha);
    if(lastTarget.alpha > 0){
    lastTarget.alpha*=.99;
    e.updateAfterEvent();
    if (lastTarget.alpha>.99) {
        alphaOff();
function stopAlpha(event:MouseEvent):void {
    alphaOff();
function alphaOff() {
    timer.stop();
    timer.removeEventListener(TimerEvent.TIMER, alphaUpListener);
     timer.removeEventListener(TimerEvent.TIMER, alphaDownListener);
// *************************** end Alpha *********************
// *************************** scaling **********************
function scaleUp(event:MouseEvent):void {
    timer.addEventListener(TimerEvent.TIMER, timerListener);
    timer.start();
function timerListener(e:TimerEvent):void {
    if(lastTarget){
     trace(lastTarget.x);
     trace(lastTarget.y);
    lastTarget.width*=1.01;
    lastTarget.height*=1.01;
    e.updateAfterEvent();
    if (lastTarget.width>250) {
        scaleOff();
function stopScale(event:MouseEvent):void {
    scaleOff();
function scaleOff() {
    timer.stop();
    timer.removeEventListener(TimerEvent.TIMER, timerListener);
    timer.removeEventListener(TimerEvent.TIMER, timerListenerDown);
function scaleDown(event:MouseEvent):void {
    timer.addEventListener(TimerEvent.TIMER, timerListenerDown);
    timer.start();
function timerListenerDown(e:TimerEvent):void {
    if(lastTarget){
    lastTarget.scaleX*=.99;
    lastTarget.scaleY*=.99;
    e.updateAfterEvent();
    if (lastTarget.width<2) {
        scaleOff();
// ********** Drag Drop ***********
//var _targetPiece:*;
var lastTarget:*;
for(var j = 0; j < squares.length; j++){
    squares[j].addEventListener(MouseEvent.MOUSE_DOWN, dragMovie);
    squares[j].addEventListener(MouseEvent.MOUSE_UP, dropMovie);
    squares[j].buttonMode = true;
function dragMovie(event:MouseEvent):void {
    event.target.startDrag();
    //this.filters = [new DropShadowFilter()];
    //this.parent.addChild(this);
function dropMovie(event:MouseEvent):void {
    event.target.stopDrag();
    lastTarget = event.currentTarget;
//    this.width = stage.stageWidth / 2;
//    this.height = stage.stageHeight / 2;
    //this.filters = [];
function disable():void {
    this.buttonMode = false;
    this.removeEventListener(MouseEvent.MOUSE_DOWN, dragMovie);
    this.removeEventListener(MouseEvent.MOUSE_UP, dropMovie);

I see at least partially what you're saying if I go to the bottom of the pile that one doesn't have the problem.  When I place the sprites on the stage at i*3, i*3 it seems there should be some way to be sure the registration point is there too.  I need to sleep on this my brain works much better in the mornings.  Doesn't the Strite have a local registration point?   I'll get back to you in the morning.

Similar Messages

  • Is my friends comp wierd, or does JOptionPane do strange stuff?

    Hi,
    This is hard to ask because I have not seen exactly what is happening, but I have a small program that displays some JOptionPanes, It all looks right on my comp WinXP... but on my friends comp (Win98), he says that the 'Dialogs Things' do strange stuff...
    He doesnt know much about computers so I got a silly description bout what happens... he said that the 'dialogs' were "poping up and around tha screen in weird places,... and sometimes they were hard to get to them..."
    Anyone know what this could be?...
    Thanks,

    Go to your freinds place and ask him to show you the strange behaviour, or ask him to explainm a little better. Your description of the problem is too vague.
    Graeme

  • Strange stuff in my PCM debug.log

    I have been installing patches on a number of machines and they were not
    going away in my patches list for the devices. Looking in my debug.log I am
    seeing the following strange entries on a number of patches. Normally it
    would list a file or a registry entry related to the patch. I see
    patchlink.com related entries for most patches. Anyone have an idea on this
    one?
    Jim Koerner
    Server - ZCM 11.2.3aMU1 and Internal Database on Win2008R2x64
    Clients - ZCM 11.2.3aMU1 on Win7SP1x64
    Definition Update for Microsoft Office 2010 32-Bit Edition (KB982726).pls
    Importing
    Filename : [Definition Update for Microsoft Office 2010 32-Bit Edition
    (KB982726).pls]
    OS Platform : [Microsoft Windows 7 Professional x64]
    Library Build : [6.1.0][Jan 24 2013 17:20:55]
    Finished Importing
    Detecting
    Looking In: [HKEY_LOCAL_MACHINE][SOFTWARE\PatchLink.com\Discovery
    Agent\NativeScan\cb55ff8a-312d-422b-a925-4bace4c8e67d\477255e0-384f-4945-a171-a065f53a0285]
    Key NOT found
    Finished Detecting
    Opening file:
    Definition Update for Microsoft Office 2010 64-Bit Edition (KB982726).pls
    Importing
    Filename : [Definition Update for Microsoft Office 2010 64-Bit Edition
    (KB982726).pls]
    OS Platform : [Microsoft Windows 7 Professional x64]
    Library Build : [6.1.0][Jan 24 2013 17:20:55]
    Finished Importing
    Detecting
    Looking In: [HKEY_LOCAL_MACHINE][SOFTWARE\PatchLink.com\Discovery
    Agent\NativeScan\fa089781-f9d1-4d57-be25-10a14121d2e6\2d72b783-bb7c-4184-9c2d-ce0b6aa74469]
    Key NOT found
    Finished Detecting
    Opening file:
    Definition update for Microsoft Office 2013 32-Bit Edition (KB2760587).pls
    Importing
    Filename : [Definition update for Microsoft Office 2013 32-Bit Edition
    (KB2760587).pls]
    OS Platform : [Microsoft Windows 7 Professional x64]
    Library Build : [6.1.0][Jan 24 2013 17:20:55]
    Finished Importing
    Detecting
    Looking In: [HKEY_LOCAL_MACHINE][SOFTWARE\PatchLink.com\Discovery
    Agent\NativeScan\b9d667af-d11f-4ba6-9211-e90e4f700c88\e140dd08-dfdc-4874-928c-48291ffbb994]
    WOW64: ON
    Key found
    Looking In: [HKEY_LOCAL_MACHINE][SOFTWARE\PatchLink.com\Discovery
    Agent\NativeScan\b9d667af-d11f-4ba6-9211-e90e4f700c88\e140dd08-dfdc-4874-928c-48291ffbb994]
    WOW64: ON
    Value [isInstalled] was found
    Data Found: [False], Check Against: [true]
    Data did NOT match
    Finished Detecting

    "Jim Koerner" <[email protected]> wrote:
    > Here's the TID for the issue
    >
    > http://www.novell.com/support/kb/doc.php?id=7012721
    >
    > I like the wording in the TID "some patches". I would say a awful lot of
    > patches, the bug renders patch management useless until this is fixed. I
    > installed about 100 patches on a new Win7x64 machine today and the
    > required patch list barely changed afterwards.
    >
    > Jim
    >
    >
    > "Shaun Pond" wrote in message news:[email protected]..
    >
    > Jim,
    >
    > yes, I saw an update from Lumension, they think they've fixed the issue
    > and it should be in 11.2.4
    I'm on vacation, but I know my colleagues are pressing hard on this...

  • MACBOOK strange stuff

    I turn on my MacBook this morning and the imovie icon is now a question mark, my photos in iphoto are gone. All my photos are gone. Basically most of my programs are reset back to the way the day I bought the computer. Even my desktop background has disappeared. Even my mighty mouse bluetooth has been removed!
    Help!

    Sounds like this may be your problem.
    Mac OS X 10.3, 10.4 or later: Return to default desktop, apparent "loss" of home directory
    http://docs.info.apple.com/article.html?artnum=107854
    Mort

  • Very strange stuff happening after disabling iTunes Match on iPhone - letter headings are wrong?

    So I finally got fed up of Match today when my Music.app crashed and would not open at all.  I've had all the problems with artwork and playlists not showing up then appearing then disappearing again but persevered with it as I had paid and waited ages for upload but this was the final straw.  I switched Match off on iPhone and switched phone off and on.  Having done this it would open again but the letter headings for artist, song, album, etc are now wrong.  All the A artists are listed under K, B under L and so on until P artists which are listed under Z.  All artists, songs and albums with titles beginning Q onward are listed under 123.  I have attached a photo to show what I mean:
    Has anyone else experienced this?  I will also add that even after switching off Match on iPhone, signing out of iTunes store and syncing iPhone with iTunes I still seem to have Match on and still am missing artwork which should be there.  The whole thing is a total shambles!

    Hi, thanks for the answer.  I had already tried the above steps and it still did not fix the issue with the letters.  I also still had cloud symbols against some artists/albums although only songs on the phone appeared to actually show up.
    I seem to now have resolved the issue by restoring the phone.  Certainly the heading letter issue is no more and the music seems to be back to the state it was in before I put on Match which is surprising but pleasing.  Best of all my artwork is working again.  Hallelujah!
    I have never restored it before in 18 months and wasn't sure to what extent the phone is restored so I am happy to see everything seems to be back to normal even remembering passwords and so on.  Hopefully I will see some general improvements in performance of the phone and I will try Match again an a couple of months if/when I hear it has improved!

  • DW CS4: pls help -- ctrl-v doing strange stuff

    all of a sudden in DW CS4 when I do ctrl-v (or even when I do edit -> paste) instead of pasting DW opens an "image preview" window..  what the heck is this..
    how do I fix this please.. (I closed DW and opened again, problem didn't go away..) 
    hopefully can get a response soon, as can't paste code at all right now..
    thank you..

    oh brother..   am on a diff machine, it's doing it again..  why should I go into edit -> keyboard shortcuts?  I haven't changed these settings (does DW change them on its own??? ), but ok, I did go in there..  for paste it shows ctrl-v and shift-ins..   BOTH of these now pop an image-preview dialog.. I simply have no way of pasting test now.. this is absurd..  this is a huge bug...  this changed from one minute to the other, spontaneously, w/o me doing anything..  and it's the 2nd time it's happening to me, on a diff machine (windows in both cases..)  even closing DW and opening again doesn't fix problem.. so what the heck do I do now? I can't paste text...
    so how do you report bugs to Adobe??   I mean this is a huge flaw in this program  (DW CS5, Windows XP)
    thank you..

  • Video Format incorrectly display, strange stuff

    Hello,
    I have a Mac Mini with a Matshita DVD-R UJ-845 Firmware: D8PB / MMC-3
    I've been toasting DVDs in NTSC on my Mac Mini, when I open the DVD player and get disc info it reads Video Format: NTSC, BUT...
    But my TV-DVD player on my NTSC TV says it is the "cannot play, wrong system". So I double checked the DVD disc on my PowerBook Al 12" PPC G4 1.5ghz and it's DVD player is saying that the video format is PAL!!! It's 2 machines against my macMini.
    I'm wondering how this can be? And how can I fix it so my MacMini correctly identifies the correct format??
    Thanks,
    A.S.

    For the Quicktime issue try:
    [Perian codecs for Quicktime|http://www.perian.org] - plugins to add functionality to Quicktime for playing additional audio and video formats
    [Quicktime audio problems, Perian, VLC|http://discussions.apple.com/message.jspa?messageID=9013669] - read note about uninstalling prior DIVX support before installing Perian.
    I'm not sure if this works with iTunes. I don't use itunes to watch video, I use [VLC media player|http://www.videolan.org/vlc> - general media player that plays just about anything.

  • Strange Stuff At Startup

    Whenever I restart my computer, the screen at startup always goes right to safari, and it opens up Printer setup utility. The cursor is always up positioned in the upper left hand corrner. The screen was freezing in this position, but now thankfully, it doesn't freeze anymore. I just rebuilt the hard drive using Disk Warrior. Anything to be worried about? Thanks for your help

    System Preferences->Accounts->Login Items->delete Safari and Printer Setup Utility.

  • Strange Things Popping Up

    Strange stuff is popping up when my students start GB. Before GB even starts, I must click on several things to make it work such as Native Instruments not found (click OK), then Izotope (authorize then hit cancel) then back to NI one last time. This is really driving me nuts. Can anyone help me? Thanks!

    Read this:
    Is "TuneupMyMac" a good and safe...: Apple Support Communities

  • The strange case of the downloaded track...

    Hi there.
    Strange stuff coming up. I've bought some tracks from iTunes, but for just three of them I got some problems. After I've put'em down into my iPod, they start playing, but after a few seconds they suddenly stuck and music skips to the next track. The weird is that on my iTunes they perfectly play and I did a CD from them, too...
    I think the problem is in the tracks themselves and not on my iPod (I love it and I'd have the same c**p for the other 500 tracks, I suppose...). Even the online support couldn't help me...
    Things I've already done:
    1) RESET and REBOOT
    2) Downloaded new firmware 1.2
    3) Re-organized my iTunes library
    By the way, I try to put in my iPod the same track in another audio format and of course it works.
    Does anyone of you meet the same problems?
    How can I convert AAC audio format protected (as I've bought from iTunes) in other different ones?
    Help me, please!
    Thanks for your kindness and forgive my lenght of writing...
      Windows XP  

    To your first question about truncated tracks, I am not sure if this is the same issue but here is a recent set of posts on this that might help...
    http://discussions.apple.com/message.jspa?messageID=2925367
    How can I convert AAC audio format protected (as I've bought from iTunes) in other different ones?
    One way to do it, which also strips away any sort of restrictions and protections on the tracks, is to simply burn them to an Audio CD (not an MP3 or data CD) then re-import them. You can now do anything you want with the re-imported versions.
    Patrick

  • Small simple lowend-(web/mail/db)-server for misc. stuff

    Hi!
    Can anyone recommend me a general direction in which to go for a small (virtual) server? I'm pretty confused with all the different possibilities and have a hard time choosing what's right for me...
    - mail: 3 to 10 email users
    -- with 1 or 2 email accounts each
    --- and those with 1 to 5 aliases each
    - web: 4 to 20 websites & domains
    -- only simple CMS or access by me (ssh), no other users that p.e. know what "ftp" is.
    -- low traffic, mostly static, not many updates, no high security etc. needed
    - database
    -- one used only by a phpbb
    -- another one for random stuff, accessed only by me
    I've spent the last two days getting rid of strange web admin interfaces and cleaning up the preinstalled modified debian... and now that all the strange stuff that messes around behind my back is gone, I'd like something simple.
    - I think I'll go with apache, as that's the only webserver I have used regularly. But I'm open for alternatives, if those are really better for something that small.
    - I've got no idea how to do the emails. I want access via pop3, smtp & webinterface... a few accounts, a few aliasses, and I want to change as few configs & install as few programs as possible. Most people seem to use a lot of interacting... things... even if there's only one or two email users and I've got a hard time finding a simple example setup. I'm not that familiar with the mail stuff and don't even know the program names to go with and do my research, if I really want something simple/basic. Postfix & courier? I remember that dovecot thing, I think it had just too many features for me and looked very chaotic, but then again, that was quite a while ago. So what would you use?
    - Some small cms... single user: gallery, blog, guesbook (or comments), not too many features, no community, easy for the news-posting enduser (like "put the right shape in the right hole"-easy) BUT simple (like not a thousand different features I don't need) in the background where I do my layout / code customizations.
    I'm reading and trying around a lot at the moment, but there's just too much information to be found on unnecessarily more complicated setups... too many choooices!!! Well - so, someone try to kick me some steps into the right direction pls! Or any direction... *g*
    Thanks!

    whoops wrote:no high security etc. needed
    Please don't make your Linux server an easy target for abuse otherwise it's just going to join the army of Windows botnets around the web.
    FWIW, I use Postfix with courier-imap, which does pop and imap. cyrus-sasl takes care of SMTP auth. I us a PostgreSQL database for everything.
    Last edited by fukawi2 (2009-09-05 07:18:08)

  • Strange behaviour of Mouse-Events and Range size

    Hello,
    i found a strange behaviour of the Paragraph-Ranges in Word and can't explain this myself.
    I have a add-in with a Custom Task Pane "UserControl1" and a button "Button1":
    dropbox.com/s/zz2m0out5rvds0m/word.jpg
    This is the Code for the user control:
    public partial class UserControl1 : UserControl
    public UserControl1()
    InitializeComponent();
    private void button1_Click(object sender, EventArgs e)
    showRanges();
    private void button1_MouseEnter(object sender, EventArgs e)
    showRanges();
    private void showRanges()
    Debug.WriteLine("-------------------------------------");
    foreach (Microsoft.Office.Interop.Word.Paragraph para in Globals.ThisAddIn.Application.ActiveDocument.Paragraphs)
    Debug.WriteLine(para.Range.Start.ToString() + " - " + para.Range.End.ToString() + " | " + para.Range.Text.ToString());
    The mouse-enter and mouse-click events of the button, prints out the ranges of the current paragraphs. In this example it outputs:
    0 - 15 | The first line
    15 - 32 | And a second one
    Thats fine!
    And now the strange stuff starts: When i change something in the first line in the document like "The VERY first line" and use the button again, i got different range outputs for mouse-enter and mouse-click events.
    mouse-enter event (wrong ranges):
    -------------------------------------0 - 143 | The VERY first line
    143 - 160 | And a second one
    mouse-click event (correct ranges):
    0 - 20 | The VERY first line
    20 - 37 | And a second one
    Why the hell I get wrong Ranges when I use the mouse-enter event??? (When I enter the button with mouse a second time, it shows the correct ranges again).

    Hi Torben,
    What is Word version?
    According to my test in Word 2013, the code you provided works fine for me.
    I changed the code as below:
    private void showRanges(string eventname)
    Debug.WriteLine(eventname + "-------------------------------------");
    foreach (Microsoft.Office.Interop.Word.Paragraph para in Globals.ThisAddIn.Application.ActiveDocument.Paragraphs)
    Debug.WriteLine(para.Range.Start.ToString() + " - " + para.Range.End.ToString() + " | " + para.Range.Text.ToString());
    private void button1_MouseEnter(object sender, EventArgs e)
    showRanges("Button MouseEnter");
    private void button1_Click(object sender, EventArgs e)
    showRanges("Button Click");
    The document:
    The output:
    The result is same.
    There might be something else at the end of the first line.
    If you change current document to .zip and find document.xml, what does it look like?
    Here is my document.xml:
    <w:body>
    <w:p w:rsidR="001347D9" w:rsidRPr="001511D8" w:rsidRDefault="001511D8">
    <w:pPr>
    <w:rPr>
    <w:sz w:val="72"/><w:szCs w:val="72"/>
    </w:rPr>
    </w:pPr>
    <w:r w:rsidRPr="001511D8">
    <w:rPr>
    <w:sz w:val="72"/>
    <w:szCs w:val="72"/>
    </w:rPr>
    <w:t>The VERY first line</w:t>
    </w:r>
    </w:p>
    <w:p w:rsidR="001511D8" w:rsidRPr="001511D8" w:rsidRDefault="001511D8" w:rsidP="001511D8">
    <w:pPr>
    <w:rPr>
    <w:sz w:val="72"/><w:szCs w:val="72"/>
    </w:rPr>
    </w:pPr>
    <w:r w:rsidRPr="001511D8">
    <w:rPr>
    <w:sz w:val="72"/>
    <w:szCs w:val="72"/>
    </w:rPr>
    <w:t>And a second one</w:t>
    </w:r>
    <w:bookmarkStart w:id="0" w:name="_GoBack"/>
    <w:bookmarkEnd w:id="0"/>
    </w:p>
    <w:sectPr w:rsidR="001511D8" w:rsidRPr="001511D8">
    <w:pgSz w:w="12240" w:h="15840"/>
    <w:pgMar w:top="1440" w:right="1440" w:bottom="1440" w:left="1440" w:header="720" w:footer="720" w:gutter="0"/>
    <w:cols w:space="720"/>
    <w:docGrid w:linePitch="360"/>
    </w:sectPr>
    </w:body>
    Is there anything different?
    I have uploaded the sample document for your test, please check:
    https://onedrive.live.com/redir?resid=AD77AE76D657E280!166&authkey=!AFfIP0eVTDQdMAc&ithint=file%2cdocx
    We are trying to better understand customer views on social support experience, so your participation in this interview project would be greatly appreciated if you have time. Thanks for helping make community forums a great place.
    Click
    HERE to participate the survey.

  • Strange screen of first boot of iPad

    My niece just bought a refurbished iPad from Apple, after I reassured her that the machine would be just as good as a brand new one.  When she booted up it for the first time, the first screen she saw said MMI at the top with a bunch of what I assume are chinese characters under the title, then "Drag to Unlock" at the bottom.  When you unlock, it goes to a screen that displays a bunch of large icons with labels under them.  For example one is a picture of a camera lens and says "Front Camera", and one for "Back Camera."  One says "Serial Number" and has a picture of a Cherios box above it.  The label "Touch" has a picture of a fingerprint above it.  Very strange stuff. And you can't get it out of this mode, whatever it is. I tried to do a system restore, but after downloading the iOS, it says it failed.  Of additional concern, when the iPad was attached to a computer, the computer describes it as having 5GB of storage.  I'm really confused.  At the very least I would have thought that Apple would have checked to make sure the iPad was working rather than leave this bizzare software installed.  Has anybody seen this?  I'm going to try to attach an image of one of the screen shots that I took with my iphone:

    You bought it directly from the Apple Online Store? If you are absolutely certain you bought it from Apple, take it and your receipt to an Apple Store if there's one within driving distance. No doubt they'll be fascinated to see what has happened! I'd wager they'll capture the iPad and return it to the factory, then give you a replacement on the spot.
    In a nutshell -- if this is actually from Apple.com! -- it would appear that it was accidentally left in a testing state: a technician in China would use the app you describe to test the various functions on the refurbished iPad before it is released for final sale.

  • Strange error or not? (ORA-01653 and APO Interface)

    Hi Gurus,
    I'm facing some strange problems in our BW-System. Last weekend we got some error messages: "ORA-01653: unable to extend table " This happend during loading. No problem, basis team worked fine and data loading ist going well again.
    Now comes the strange stuff: Every Cube that had problems last weekend has a request with status "red" called "Request loaded using the APO interface without monitor log". The Request date is in some cases 14 days in the past.
    What is this about? Basis team doesn't knows, so my coleagues. I learned SEM/BPS data is loaded this way, but our expert says he never dealt with the affected cubes.
    Best regards,
    Leo

    That's what the basis team did and that work fine. The problems were the red APO-requests. We had another problem last weekens. A source system was shut down and our communications user was deleted because. This system should be taken out of our BW, but the processes were still running. I guess that's the reason. I cut all connections to this system and now everythin is fine.

  • Very strange problem....Help Please

    I recently opened a project and played it only to find that where a portion of video was not displaying properly. The video in question was about a minute of football game film. Instead of displaying a football game like it was supposed to, it played something completley different, from earlier in the video. I double clicked the game film and it showed in the Viewer exactly what it should be, however, in the canvas it was completly different. I was able to replace the video in the timeline with the video from the viewer.
    Being a Final Cut user, I have seen my share of strange stuff, but this takes the cake. I would like to know what causes this and how I can avoid it in the future.

    This is sometimes seen when the material is captured with the capture now button and the file ends up on the drive called "untitled." If there are a bunch of these "untitled" and they have an effect applied and then rendered, fcp will have a hard time associating the render with the proper place in the timeline.
    You might try trashing and restoring preferences.

Maybe you are looking for

  • Image browser "memory card utility" downloading to wrong date folder

    Mac OSX 10.7, Image Browser 6.9.0.3 (9L) I own 5Dmarkii and 60D.  When I insert memory card, Memory Card Utility (1.7.0.0.9L) launches.  I select Download, and program transfers to my computer.  No fancy settings, just standard. Both cameras date set

  • Ipod Nano 4gb

    Just bought an Ipod, have been able to sync with itunes using Windows computer. I would like to know why I am unable to delete tracks from my Ipod. I have followed instructions and see the tracks held on my Ipod but when selecting a track it is ticke

  • I am not able to use picture functions(pixmap) in v5.1

    Hi I have Labview 5.1 installed on my PC. I cannot make use of the picture functions under graphics and sound palette. The functions are not executable, it just shows question marks. What can I do to fix this problem. Regards Vernon

  • Remote access Time Capsule using Windows Vista

    Hello I ve tried to connect TC remotely using a VPN connection but i ve failed. Does anyone knows how can i do that? Thanks

  • File splitting based on 3 parameterrs

    Hello experts, my requirement: i have to split a file based on country, then number of records, and finally based on whether records or historical or inventory. I have done till splitting using country and number of records, ie, if the user specifies