Clock Wipe Border Issue

Does anyone have a fix for clock wipe borders that vary in thickness during the transition? I am editing a video using many clock wipes. In some sequences, the border thickness of the moving blade remains constant. In other sequences, the moving blade varies in thickness as it is moving through the transition.
Any help appreciated.
John
Power MAC G5 Quad   Mac OS X (10.4.8)  

You could use a variable to keep track of the growing rotation value rather than the _rotation value itself.  Each time you change the _rotation, you change that variable by the same amont, and use that variable for your conditional test rather than the actual rotation value.
stop();
_root.stopBtn._visible = false;
_root.stopTxt._visible = false;
myTimer = setInterval(play, 1000);
var secondCount = 0;
function wait() {
    mySeconds++;
    _root.mySecondHand._rotation += 1;
     secondCount += 1;
    _root.myMinuteHand._rotation += 30; // one fast minute hand
    _root.myMilliSeconds._rotation += 1; // one slow msec hand
    if (secondCount == 3600) {
        _root.clearInterval(myTimer);
Button:
on (release) {
    clearInterval(myTimer);
    myTimer = setInterval(wait, 101);

Similar Messages

  • CSS rounded border issue

    I've got a CSS rounded border issue. Safari (4.0.3) is drawing a slight white artifact on the rounded corners. Look at the comparison between the Safari screenshot and the Firefox (3.5.x) screenshot (look at the border on the Watch button):
    http://www.prototypos.com/screenshots/safariroundedborder.png
    http://www.prototypos.com/screenshots/firefoxroundedborder.png
    Do folks on the Apple Safari dev team read this site? If so, I'd appreciate it if they take a look at this issue.
    thanks, Chuck
    Message was edited by: Dr. Chuck
    Message was edited by: Dr. Chuck

    Are you doing this with CSS3 ? If your using CSS 3 you know it hasn't really been fully implemented in all browsers, (even if they say so). Even tho CSS 3 is out and running, I myself tend to shy away from stuff like round corners.
    No Apple won't see this.

  • Premiere Pro CS5 crashes when clock wipe transition is applied

    Hi,
    I applied a transition "CLOCK WIPE" and when i change any parameter within the transistion then Premiere Pro CS5 crashes.
    What I have tested is that only happens when the mercury playback engine is turned on.

    Adobe Feature Request/Bug Report Form

  • KKAX WIP Calculation issue

    Hello All Experts,
    I am facing an issue while performing KKAX WIP Calculation. The error is quite simple that "Cost Element does not exist in controlling area XXXX on date XX.XX.XXXX.
    Where I can see all the "Activity Types" which are used in Operation and Work Centres are DON'T have this cost element in master data. So from where this cost element is getting picked up ? I checked in KA03 this cost element is not even created so no question arises of using in costing anywhere I guess.
    Experts guidance will be helpful on this !
    Thank you.
    Regards,
    Sharu....

    Self solved.
    This cost element is maintained in "OKGA Update of WIP Calculation" and the same is not created in system.
    Thanks all.
    Regards,
    Sharu.

  • Border Issue - Components

    Hello to all,
    i have this little issue,
    I have one JPanel and there are for example some other JPanels.
    Every panel has a border.
    The Problem is, if i change the border in the PaintComponent(Graphics g) method of the ParentPanel for some time this way >
    Graphics2D g2d = (Graphics2D) g;
    g2d.setColor(Color.black);
    g2d.setPaintMode();
    float[] dashPattern = {
    30, 10, 10, 10};
    g2d.setStroke(dashed);
    all of the childPanels in this Panel has changed Border too.
    But i dont want to change this on the childrens...
    Thanx for some cool ideas, :-)
    Erik

    I'm not sure what you are saying, or what you are trying to do, but the basics of painting are as follows.
    1. Method paint (which you should avoid overriding!) calls paintComponent, paintBorder and paintChildren, in that order.
    2. Each is passed a graphics object -- in fact the same graphics object. Changes to the graphics object in paintComponent could effect how the border and the children of a JComponent are drawn.
    3. One easy way to avoid changing the graphics object:
    protected void paintComponent(Graphics g) {
        super.paintComponent(g);
        Graphics2D g2 = (Graphics2D) g.create(); //returns a copy
        /*or to clip out the border:
        Insets insets = getInsets();
        int x=insets.left, y=insets.top;
        int w=getWidth()-insets.left-insets.right;
        int h=getHeight()-insets.top-insets.bottom;
        Graphics2D g2 = (Graphics2D) g.create(x,y,w,h);
        //now paint with g2, not g
        g2.setStroke(...);
    }If you set the stroke in paintComponent now, it will not effect paintBorder or paintChildren. But if you way you want to set a stroke for your border, either define your own Border class (check out the API, it's not complicated), or try one the following:
    protected void paintBorder(Graphics g) {
        Graphics2D g2 = (Graphics2D) g.create();
        g2.setStroke(...);
        super.paintBorder(g2);
    //or
    protected void paintBorder(Graphics g) {
        Graphics2D g2 = (Graphics2D) g;
        Stroke oldStroke = g2.getStroke();
        g2.setStroke(...);
        super.paintBorder(g2);
        g2.setStroke(oldStroke);
    }Again, paintChildren will not be effected.

  • Border issue when creating custom text captions

    Applicable to: Captivate 5
    OS: Windows XP, SP3
    I seem to be experiencing an issue that I cannot locate an answer too, there are various discussions within the forums related to custom text caption issues but nothing specifc to mine. I hope someone can help.
    I am creating custom text captions for a project I am working on and have read & followed the help documentation related to customising text captions though I seem to be presented with issues displaying the border I have created.
    Scenario 1
    I copied the AdobeBlue1.bmp and associated .FCM from the Captions folder, created my own image based on the size of the .bmp and renamed the .FCM file then placed the 2 files into the Captions folder. Unfortunately the border on my custom image is not showing, all I see is the black background.
    Scenario 2
    I copied the AdobeBlue1.bmp and associated .FCM from the Captions folder, edited the image changing the colours of the border (green) and background (white) and renamed the .FCM file then placed the 2 files into the Captions folder. Unfortunately the border on my custom image is still not showing, all I see this time is the white background.
    Can anyone tell me why this is happening and if there are any ways of controlling the border of the text captions within the Captivate UI? There are various output options when saving the .bmp as I am working in GIMP but I have chosen all of them and this still does not affect the border in anyway, I just cannot see it. Help please!
    Thank you
    Tom

    Hi Rick
    GIMP has various options for saving as bitmap and I needed to save as Windows 24 bit bitmap (default 32 in GIMP). I did as you mentioned and created in a new project and repeated the steps appropriately and that seems to be working great now! Thanks for your help on this one, though it's very pernickity (fiddly)!!!!
    P.S. Formatting in text captions when using variables is a nightmare!!!! Raising on another post though.
    Cheers
    Tom

  • Gnome+compiz - window border issue

    Hi Folks,
    I am a longtime ubuntu user and just transitioned into Arch over the weekend (from karmic 9.10). I am very, very impressed so far, everything works on my thinkpad R50p without issues.
    I have gnome+compiz installed with the opensource ATI driver and everything works , but I have a strange issue. Whenever I maximize a window to fit fullscreen the top window border (with the window name, maximize/minimize/close buttons) doesn't display properly. I am able to 'unmaximize' windows by right clicking and choosing the proper option on the top window border.
    A couple screen shots:
    regular, unmaximized window (notice blue border): http://imgur.com/EMumh.png
    same window, maximized (notice absence of blue border just beneath the gnome top panel, where the mouse pointer is): http://imgur.com/Vrtzo.png
    Is there a fix for this issue? Do I have some setting wrong somewhere, by any chance?
    Last edited by psrivats (2010-03-21 19:35:26)

    I was struggling with this problem, until I found this blog.
    He suggests to open ccsm (run it as a command from the terminal, or start it from the system menu) and find windows decoration.
    Make sure it is enabled (it allready was, in my case). Now click on it, to edit the options. In my case command was empty. So, I put gtk-window-decorator
    there, as suggested on the blog, I mentioned earlier. Click on Back and Close. The borders should appear now.
    Hope this helps someone.

  • Hold Switch, Clock, and Reformatting Issues...Please help!

    Not sure if this is normal...when my nano is off and the hold switch is turned on, once I turn the hold switch off, the nano automatically turns on by itself. Should this be happening???
    Also, has anyone else had issues w/ their clock getting stuck on a certain time and then later changing to the correct time?
    What should I do to fix these problems? I have already updated my iPod w/ the new software. I have tried to reformat...I switch the hold button on and then off and then hold menu and the play/pause button, but nothing happens.
    Thank you for any advice you can provide!
    iPod Nano   Windows XP  

    Welcome to Apple Discussions!
    When you turn the hold switch off, you would most likely be about to use it, so it turns on (why else would you turn hold off, unless you wanted to use it?). That's normal.
    For the clock, you might want to try resetting the iPod. You seem to be trying to reset it, but those are the instructions for older iPods. See this for info on how to restore your iPod nano (it's menu and select/center)...
    Reset iPod
    btabz

  • Designjet T120 printing border issues

    I am at my wits end trying to print without a wide border showing up on one end, no matter the size. 8 1/2 x 11 or 11 x 17 or even on a 24" roll.  I have the newest driver and it's still a problem.  I go into the area of my printer settings to fix it and have tried all combinations to do so to no avail.  Why is it so hard?  The HP printer dialog says 8.11 x 10.14 for actual print area and you can see the picture showing a wide border at the top with smaller border around the rest of the photo I'm printing.   I go into the printer settings under borders and no matter what I change it to it doesn't change it. Please help.Is it possible to do borderless printing?Where do I fix the problem and make whatever borders I want?I also don't like having 2 areas to adjust the printer- The HP Designjet Preview screen and the printer settings itself.Also the list of paper sizes makes it difficult- why not just give the sizes instead of all these Architectural standard sizes?  Thanks to anyone for advice on getting the borders issue resolved. 

    When a printer is Wi-Fi enabled, as you know, it performs as a wireless client on the network. The printer, itself, provides print server services. All interaction between this printer and the Mac is via the printer driver installed on the Mac, the router (regardless of brand) does not come into play ... except to provide the communication path between the two. On the other hand, if you connect this same printer to the USB port of the Extreme, it's the Extreme that takes over the print server function. Printer drivers, may or may not, be written to support both connection types.
    It may be that the Canon printer driver does not support certain features of this printer when connected by wireless, but supports them when connected by USB ... although, I'd admit that would be a bit odd, especially if the printer is sold as being network-ready.

  • Spry collapsible panel - panel (link) border issue

    Hi folks. I'm new to spry and I'm inserting a spry collapsible panel into a web page in Dreamweaver CS4. It all works fine but i have this very ugly border around the panel tab (the link that you click to open the panel). In frefox its a dotted line and in safari its a blue border. I havent had change to check this in other browsers/platforms. (I'm using a mac) I've read that its an accessabilty thing? which can be overcome in a different way. I have to get rid of this border as it completely spoils the design of the site..
    Anyone know how to remove this?
    Thanks in advance :-)

    Hi, I asked that same question a minute ago, then I saw your solution you wrote to someone else previously.
    Works for me too!
    Thanks for solving it!
    Here is another question if you can help...
    I currently have  ">>read more" at the end of the text in my top content tab panel, so the user knows to click and read more in a lower panel.
    I want that ">>read more" text to disappear when it is clicked and lower content section is open.
    And then a "read less" to appear so user knows to click the top tab content to close the bottom panel.
    Can this be done using this Spry Collapsible technique?
    Thanks!

  • Mac :: Firefox :: CSS border issue

    Can someone with Firefox on a Mac check this page and see if
    you can tell
    why in the "products" boxes ( there are 3 ) .. the bottom
    border is missing
    on only 2 of them. I believe the 3rd box down renders the
    border. If I
    delete a paragraph from the 1st box, the border shows on the
    1st box and not
    the other two .. weird.
    http://65.115.104.39/html%5Fnewsletters/stevens/urban/
    The css is fairly complex for the entire page but the
    relevant code for this
    product box looks like this.....
    #pContent .adblock {
    border: 1px dashed #777;
    margin: 1em 10px;
    background: #fff;
    }There is more going on there but the .adblock style is this
    container with
    the dashed border. Seems to work fine in Safari, and IE and
    FF on PC.
    Regards,
    ..Trent Pastrana
    www.fourlevel.com

    oops, had an extra border in there.
    #outerwrap #wrap #pContent hr {
    position: relative;
    height:0;
    border-top:1px solid #777;
    Regards,
    ..Trent Pastrana
    www.fourlevel.com
    "T.Pastrana - 4Level" <[email protected]> wrote in message
    news:e99fee$7lu$[email protected]..
    > No, it's actually not the hr causing the missing border.
    It was doing
    > that before the hr was there. The hr was causing the
    redraw problem
    > though. Firefox also doesn't render height on hrs very
    well. The way
    > around both of these problems was to set the height of
    the hr to 0px and
    > give it a top border.
    >
    >
    > #outerwrap #wrap #pContent hr {
    > position: relative;
    > height:0;
    > border:0;
    > border-top:1px solid #777;
    > }
    >
    >
    > --
    > Regards,
    > ..Trent Pastrana
    > www.fourlevel.com
    >
    >
    >
    >
    >
    > "Osgood" <[email protected]> wrote in
    message
    > news:e98c42$oog$[email protected]..
    >> Osgood wrote:
    >>
    >>> T.Pastrana - 4Level wrote:
    >>>
    >>>> Really? ok thanks for checking...
    >>>>
    >>>>
    >>> Yeah...but now I check in the latest version of
    Firefox they don't
    >>> appear. Have you got any empty clearing
    <divs> in the code.
    >>>
    >>> If so put a   in and see it that helps.
    I seem to remember that the
    >>> latest version of Firefox reacts differently to
    empty <div></div> on
    >>> Mac.
    >>
    >> This is what is causing those bottom dashed lines to
    not appear in Mac
    >> Firefox.
    >>
    >> <hr width="90%" size="1">
    >>
    >
    >

  • Html:select border issue.

    Hi,
    I am trying to put a border on a dropdownlist. For the dropdown, I am using html:select tag. I tried giving the border using the style attribute in html:select.(<html:select style="border:1px solid red"). It does not seem to be working. Could someone help me out and guide me in the proper direction. Thanks.

    Are we talking java here? Or is this javascript? If javascript, you know that this is a java forum, and that the two languages are vastly different. If you're asking about java, then sorry, but I'm at a loss to help you as I've never heard of these before.

  • Border issue

    hi gurus
    i am new to script.i need border in the page ,for that i used the following code in the main window
    BOX FRAME 20 TW INTENSITY 0
    but it is coming only on the first page,i need border in all pages.the no of pages depend on the data to be displayed
    plz help  ,
    Thanks
    vivek

    chk this thread.
    Box alignment in next page
    sapscript box nto printed on all pages

  • Strange border issue

    When printing full images on A4 or 10x15 paper, when I select borderless prints I get a border on 3 sides of the paper, then on the longest side no border at all, i.e. image all the way to the edge.
    I have to select to print with borders such that I start to get normal-ish prints.
    I have tried this on both my mac osx 10.x (up to date!) and pc windows 7.
    A cure is when I print from the PC and use the HP gadget on the desktop. If I drag and drop an image file on this gadget the prints come out perfectly, borders are ok?????
    Any suggestions????? Does the mac have the same gadget or app????? 

    Ok, for anyone coming across this in the future.
    I resolved this by changing up the way I was running the MovUser command a little bit.
    Previously, I was using MoveUser with the -u option, it would migrate the mailboxes, as far as I could tell, successfully. Then I would update the mailhost ldap attribute myself.
    I changed to using the -l option with an ldap url and -A to have MoveUser update ldap, and it seems to be working just fine.
    Not sure why first command doesn't work though...

  • CMYK & border issue - beginner question

    Hi, I'm a newbie with Adobe Illustrator CS6 on a Mac.  Questions, as follows: 1) I have created a CMYK document and want to ensure all colors I select are CMYK. When the document was created, I selected CMYK as the color mode.  Does it end there? How do I make sure all of the colors that I've currently selected are CMYK?  I can see there is a Pantone CMYK palette, but I didn't use this.  Rather, I just selected using the Color Guides. I need to print a color palette for design purposes, so it's crucial the colors are accurate on paper. 2) Why am I getting a little white border around the circumference of the page, when printed? Also, when viewing the print preview, I can also see there's a dashed border as well.
    Thanks!

    blixa,
    The dashed border shows the non printing area for the printer in question.
    Whenever you work in CMYK colour mode, all colours are fundamentally CMYK, whether you define them by their (approximate) RGB values or their CMYK values.
    To have the screen appearance correspond (as well as possible, with inherent limitations owing to the different nature of additive and subtractive colours) to the printed appearance, you need to have monitor calibration and consistent colour management from screen to paper.
    You may have a look at CMYK, RGB, and colour gamuts, you may start with Wikipedia or a Google search or the good old computer darkroom,
    http://www.computer-darkroom.com/ps8_colour/ps8_1.htm

Maybe you are looking for