Is this a bug or am I missing something?

Have a picture in CP5 in the centre of the screen.
Applying an Effect of RotateTimes and setting it to 3 clockwise turns.
Also applying a FadedZoomIn effect over the same period.
The "bug" seems to be that the picture only rotates 2.9 times (ish) and ends up on a diagonal.
Now, for my project I really like the way it has finished and will be keeping it this way, but it is very annoying for another picture that I do want to end up straight!
I tried to rotate by 3.1 turns but that's not allowed apparently and defaults back to the full number.
Anyone come across this?
Regards

Hi,
This issue seems to be happening only when you apply a ZoomedIn effect. If its only "rotateTimes", then the rotation works correctly.
This looks like a bug and you can raise it to Adobe Captivate Team here -
https://www.adobe.com/cfusion/mmform/index.cfm?name=wishform&product=5
Regards,
Mukul

Similar Messages

  • I can't seem to open additional tabs with the +, the drop down menu, or Command T? Is this a bug, or am I missing something?

    Hello,
    I can't seem to open additional tabs with the +, the drop down menu, or Command T? Is this a bug, or am I missing something?
    I'm running Firefox 30.0 in OS 10.8.5 on a Mac Book Pro with the 2.7 GHz Intel Core i7 and 8GB 1333 MHz DDR3 memory.
    Thanks in advance,
    Pat

    BOOM! You have hit the nail on the head, sir!
    I disabled my Vuze Remote Community Toolbar and the problem was fixed.
    Thank you, the-edmeister!!!!

  • I'm having trouble with the new reminder app for iOS 6 on my iPhone 4s.  The button for adding a reminder has disappeared. Is this a bug or am I missing something?

    The button for adding a reminder seems to have disappeared.  Is this a bug or am I missing something?

    It should be on the top of any list you create.  It is the Plus Sign in the upper right hand corner of the "Paper".

  • The x mark at the right corner of each tab is missing in my ff4.1. I have to right click the tab and then choose the close tab from the drop down? Is this a bug or am i missing something

    I am using FF4.1 and the x mark on the right side of each tab is missing
    Addons i have installed are
    ABP
    Download helper
    Firebug
    Forecast Weather
    Ghostery
    Live Http Headers
    Save as PDF
    Test Pilot

    I think we can eliminate the graphics card as a suspect (and therefore its driver).   I just re-connected my monitor using the internal graphics processor. The Intel 4600.  Not fantastic but actually has better features than the card I had hooked up before. (I might as well stay with this for now. It's an HDMI hook up.)
    The problem is still there.
      This gets more curious all the time.  At this point It would seem that the the likelihood of this being a bug is more or less zero, as myself and one other individual are the only ones reporting it.
    So, I'm thinking it has to be a flawed install. Maybe some line/lines of code are corrupt, if that can happen while still maintaining the rest of the programs integrity.
    Any other thoughts anyone?
    Derek.

  • Are these bugs, or am I missing something (PrE12)?

    Are these bugs, or am I missing something (PrE12)?
    1. Often get "Stopped Working" popup message on startup; this popup often persists on the work area until I click something. (Screenshot of this is available.)
    2. Sound track gets chopped up if I add anything to the Video 1/Audio 1 timeline ("expert" view).  (No screenshot--I'm trying to get some work done--but I can make one if it would help.)
    3. Titler often ignores my default.
    4. Titler will not change font size to the one I input.  Font will change size, but the same number and font will give results of different physical dimensions.  (e.g., 68pt font in one title is the same physical size as 75pt font in the next title.)  (Screenshot of this is available.)
    5. In at least one case, when I deleted the title from an video, the text remained burned into the video clip at that point.  Needless to say, that video clip is ruined. (Screenshot of this is available.)
    These are the most puzzling and troublesome ones at present.  I would appreciate any insights.

    Some of these are things that are supposed to happen  and some of these things indicate problems on your computer.

  • My iPod Touch 5 brightness suddenly turned dim but when I go to my brightness and wallpaper page in settings it is at the middle (Normal Brightness). Is this a bug in ios 6 or something?

    My iPod Touch 5 brightness suddenly turned dim but when I go to my brightness and wallpaper page in settings it is at the middle (Normal Brightness). Is this a bug in ios 6 or something?

    If the reset does not work I would try the following before going to Apple
    - Reset all settings      
    Go to Settings > General > Reset and tap Reset All Settings.
    All your preferences and settings are reset. Information (such as contacts and calendars) and media (such as songs and videos) aren’t affected.
    - Restore from backup. See:                                 
    iOS: How to back up                             
    - Restore to factory settings/new iOS device.
    If still problem, make an appointment at the Genius Bar of an Apple store since it appears you have a hardware problem.
    Apple Retail Store - Genius Bar          

  • My App Tabs disappear when I restart Firefox. Is this a bug or am I missing a step in the setup? They work great as long as I keep browser open, but disappear once browser is closed. Thanks

    I just upgraded to Firefox 5 yesterday...

    morning,
    i found that the icon you open to setup the tab apps has to be the same one everytime, i.e if you click on the firefox icon pinned to your taskbar to setup your tab apps, that is the icon you have to click all the time, (so clicking on anbohter firefox icon, the one on your desktop for instance will just bring up a fresh unedited firefox.
    so what i done was pinned the firefox icon to my taskbar, then set up the tab apps, then drag the little firefox icon from the left of the address bar to your desktop. Now only my edited firefox will open when any of those 2 selected.
    this worked for me
    hope it helps

  • An issue of ATG Portal install, is this a bug or I've missed anything?

    I tried to follow the ATG Install guide to install ATG Portal, but just got the errors below.
    **** Error Wed Dec 12 15:12:44 CST 2012 1355296364141 /atg/dynamo/service/jdbc/JTDataSource an exception was encountered while trying to populate the pool with the starting number of resources: atg.service.resourcepool.ResourcePoolException: com.mysql.jdbc.exceptions.jdbc4.CommunicationsException: Communications link failure
    I’m confused that despite of my intending to use Oracle Database, with using creating script under oracle folder which I believe is prepared for oracle database, it insist to seek and use mysql’s jdbc driver to try to connect to database. why? (You can notice Error line in the fragment)
    In my opinion, connecting to Oracle database by using mysql’s jdbc driver would never work and doesn’t make sense at all. I also investigated the script of install-oracle.sh, found the script below:
    echo "Importing data..."
    ( cd ../../../home; bin/startSQLRepository -m Portal.paf -database oracle -repository /atg/portal/framework/PortalRepository -import ../Portal/install/minimal-data.xml )
    The parameter after “…Portal.paf -database” is “oracle”, so I think at least, the processing should seek for oracle’s jdbc driver.
    Although I was told to set up my own FakeXADataSource.properties file to refer to my Oracle database information, where exactly should I put them? Now I put the file into /ATGinstallfloder/ATG10.1.1/home/localconfig/atg/dynamo/service/jdbc, and content is as below:
    $class=atg.service.jdbc.FakeXADataSource
    server=localhost:1313
    user=ATG-PORTAL
    needsSeparateUserInfo=false
    URL=jdbc:oracle:thin:@localhost:1521:orcl
    readOnly=false
    password=123
    database=
    driver=com.oracle.jdbc.Driver
    But I still keep receiving errors "/atg/dynamo/service/jdbc/JTDataSource an exception was encountered while trying to populate the pool with the starting number of resources: atg.service.resourcepool.ResourcePoolException: com.mysql.jdbc.exceptions.jdbc4.CommunicationsException: Communications link failure"

    >
    hero.wu wrote:
    **** Error Wed Dec 12 15:12:44 CST 2012 1355296364141 /atg/dynamo/service/jdbc/JTDataSource an exception was encountered while trying to populate the pool with the starting number of resources: atg.service.resourcepool.ResourcePoolException: com.mysql.jdbc.exceptions.jdbc4.CommunicationsException: Communications link failure
    I’m confused that despite of my intending to use Oracle Database, with using creating script under oracle folder which I believe is prepared for oracle database, it insist to seek and use mysql’s jdbc driver to try to connect to database. why?
    >
    I assume /atg/dynamo/service/jdbc/JTDataSource having [dataSource=/atg/dynamo/service/jdbc/DirectJTDataSource].
    To make sure, Can you check JNDIName value in /atg/dynamo/service/jdbc/DirectJTDataSource indicating properly in your xyz-ds.xml file that you have configured?
    >
    In my opinion, connecting to Oracle database by using mysql’s jdbc driver would never work and doesn’t make sense at all.
    >
    You are correct.
    >
    But I still keep receiving errors "/atg/dynamo/service/jdbc/JTDataSource an exception was encountered while trying to populate the pool with the starting number of resources: atg.service.resourcepool.ResourcePoolException: com.mysql.jdbc.exceptions.jdbc4.CommunicationsException: Communications link failure"
    >
    Please first confirm JNDIName as already mentioned above before proceeding to FakeXADataSource.
    -RMishra
    Edited by: RMishra on Dec 12, 2012 3:06 PM
    Edited by: RMishra on Dec 12, 2012 3:12 PM

  • Is this a bug or am I doing something wrong? (Custom Buttons)

    I have a project where I've created a custom buttonbase which has a custom skin.
    Create a button that uses the custom skin which extends the custom button base the first time the button is used it doesn't work the way I would expect.
    Here's what happens. The first time the app is loaded the button's up state shows up just fine. If I mouse over the button it flashes black for a second while it loads the mouse over state. If I mouse out and over again it works normally. Now if I click on the button it flashes black again while it loads the selected state and then the selected over state. After the first time the button functions correctly. But naturally I don't want the button to flash black the first time it's used. I want it to show my custom skin the first time not the second and subsequent times.
    I've included a project that demonstrates the problem. I have added some for loops in the part of the code that determines the custom colors for the button, just so that the black flash is really obvious.
    If you look at it there are three classes. The ButtonSkinBase which defines the base look for all skinned buttons. The ButtonSkin which is a specific skin to use. And the ButtonGraphic which is just a custom definition for a button.
    I think the problem is in the SDK in that it isn't loading the ButtonGraphics in the ButtonSkinBase class before they are used. It loads them when they are used. However, I'm not that experienced with the way the SDK functions under the covers so it could be that I'm not doing something I need to do.
    Any help with this would be great.
    Thanks,
    cdman

    >When you use the includeIn command, by default the object will only be created when it is needed. Hence, you will execute a creationComplete
    >event, and therefore atleast 100 million (sometimes 400 million) loops, when each required Button state is needed. Obviously, once each button
    >state has been created the creationComplete handler (invalidateDisplayList) will not usually be called again.
    So are you saying there is a better way or another way to do that? Or are you just telling me that's how it works? Because I know that the includeIn isn't creating the other buttons untill they are needed. I need them created when the button is created. That is my question, how do I get the other states to be created when the button is created so that I don't see the button flash black?
    >As written, bioStyleChanged will always remain true
    >if(!bioStyleChanged) {
    >       bioStyleChanged = false;
    >}    
    >this code does nothing for you.
    Sorry, I missed that when cleaning up the code to ask for help.
    Thanks,
    cdman52

  • New capture bug or am I missing something?

    Problem: I cannot click into or change any of the fields to the right, nor check or uncheck any of the checkboxes or even click on any buttons in the capture window when my Easy Setup is set to "DV-NTSC DV Converter".
    Some details: I just received and installed my FCE-HD 3.5 upgrade, and there's something a little different going on with capturing. I use a DV converter that has no DV control abilities, so I set my easy set up to "DV-NTSC DV Converter" like I used to with FCE-HD 3.0. As with v3.0, in v3.5, when I called up the Capture window, it says "No Communication" below the preview window, since there's no firewire control going on. All seems normal so far. However, I cannot click into or change any of the fields to the right, nor check or uncheck any of the checkboxes or even click on any buttons. Therefore, any capture I make with "Capture Now" just gets named "Untitled", "Untitled1", etc. Very annoying, and not helpful when I'm trying to identify what media files are what in the finder. If I switch my Easy Setup to "DV-NTSC Firewire" or "DV-Firewire Basic" and go back to the capture window, I can change all the reel/decrip/scene/etc fields as expected, but I get DV control buttons that of course do nothing, since my capture device is still not really controllable. (It's a Canopus ADVC-100) Check out this screen cap taken when the Easy Setup was set to "DV-NTSC DV Converter":
    http://homepage.mac.com/jonyo/FCEHD-captureproblem.jpg
    In this JPG, even though 3 of the checkboxes are not greyed out, they still cannot be changed.
    - JonYo
    G5 2x2.0GHz   Mac OS X (10.4.6)   2.5GB RAM, Canopus ADVC-100

    Yes, I can press the capture now button as usual when set to either DV-NTSC Firewire or DV-NTSC DV Converter. When set to DV-NTSC Firewire, I can enter my logging info and capture stuff, and simply ignore the device control buttons that aren't going to do anything with my DV converter. So, the problem isn't keeping me from working. However, the fact that one apparently cannot enter in any logging info in the capture window when FCE is set to DV-NTSC DV Converter seems like a bug to me, and I was hoping others would try it out on their systems to see if it's only happening with my system, or if it's a global bug that anyone can easily reproduce.
    - JonYo

  • Is this a Bug or am i doing something wrong

    Should Get Back ='Here is a test value'
    What I do get back='Here isa test value'
    It does the same thing if i do this
    Should Get Back ='Here is     a test value'
    What I do get back='Here isa test value'
    declare
    -- Local variables here
    Replace_Val VARCHAR2(4000);
    begin
    -- Test statements here
    Replace_Val := 'here is XXX value';
    owa_pattern.change(Replace_Val ,'\bxxx\b', 'a test','gi');
    dbms_output.put_line(Replace_Val );
    end;
    Message was edited by:
    user546271
    Message was edited by:
    user546271

    Why use \b wildcard ?
    SCOTT@demo102> declare
      2  -- Local variables here
      3  Replace_Val VARCHAR2(4000);
      4  begin
      5  -- Test statements here
      6  Replace_Val := 'here is XXX value';
      7  owa_pattern.change(Replace_Val ,'\bxxx\b', 'a test','gi');
      8  dbms_output.put_line(Replace_Val );
      9  end;
    10  /
    here isa test value
    PL/SQL procedure successfully completed.
    SCOTT@demo102> ed
    Wrote file afiedt.buf
      1  declare
      2  -- Local variables here
      3  Replace_Val VARCHAR2(4000);
      4  begin
      5  -- Test statements here
      6  Replace_Val := 'here is XXX value';
      7  owa_pattern.change(Replace_Val ,'xxx', 'a test','gi');
      8  dbms_output.put_line(Replace_Val );
      9* end;
    SCOTT@demo102> /
    here is a test value
    PL/SQL procedure successfully completed.Nicolas.

  • Weblogic bug or am I missing something?

    I know this might be the wrong place to ask this question but I have been trying to solve this problem for weeks now and am starting to run out of ideas.
    I am trying to run a Hyperion SQR 8.5 report by calling it from a proper command line that I am calling from an application hosted in a Weblogic environment. (Windows XP)
    The SQR report fails with the error that it cannot log onto the database.
    If I copy the EXACT command line to a command prompt window then the report executes fine.
    I was thinking that I was doing something wrong in my Java so I made a seperate Java app outside of Weblogic and passed the command line in through that app and it works fine!
    I am left wondering how Weblogic could have ANY effect on a completely seperate application's database access? They don't share the same connection pool to the database. I am pretty sure that SQR accesses the database via ODBC and Weblogic via JDBC.
    Other things I have tried, I have tried instead of passing the command line, I am writing it to a temporary batch file I created, then executing the batch file from Weblogic but the report STILL fails with the same error. If I double-click the batch file and execute it that way then it works fine!
    This leaves me to believe that it is almost certainly a problem with Weblogic but that makes me wonder if Weblogic could have some kind of security restrictions on applications executed from a Weblogic application?
    Are there certain character restrictions that the getRuntime.exec(String command) method can't handle? Here is an example of the database parameter being passed to the SQR application:
    USER/PASSWORD@DATABASENAME
    I know I am probably wasting my time here with this post, if that is the case then I am more or less venting my frustration with this problem.
    Any ideas are helpful.

    I am left wondering how Weblogic could have ANY
    effect on a completely seperate application's
    database access?Weblogic is running under some user's account. When you run the standalone app manually, you're running under another account. Other system environment differences may have effect also, such as environment variable settings.
    They don't share the same
    connection pool to the database. I am pretty sure
    that SQR accesses the database via ODBC and Weblogic
    via JDBC.You're not accessing the database from Weblogic though, right? You said you were executing a command-line script. That script is accessing the database however it is set up to do. It would not be aware of being run by Weblogic, so it wouldn't access databases any differently.
    You say this SQR thing connects via ODBC. Ok, so check the ODBC connection settings. Is it set up to connect using "Trusted connection" or "Windows based authentication", something like that? If so, then it is using the account of the calling process - back to my first comment.

  • Messages cannot be displayed at this time... am I missing something?

    In order to use my mail, I now have to use the browser instead of my mail application because of the new "upgrade". Unfortunately, my online mailbox keeps blacking out saying that my messages more than a week old cannot be displayed at this time. Any reason as to why? I cannot upgrade to Lion because I use software with my clients that is no longer supported in Lion.

    I have the same problem - same Mac etc.  Can anyone help please

  • Search open tabs from AwesomeBar using % in front of the term isn't working in FF 35. Is this an issue, or am I missing something?

    Numerous pages reference this procedure to search open tabs but only a new tab opens. I've tried this from both url (address) bar and search bar without success without success. Does the AwesomeBar need to be enabled or is there something else I'm doing wrong?

    Hi skippdiddly,
    Do you have the URL's that mention this? The closest thing I can think of is the "Switch to tab" feature.
    Take a look at this page [[Awesome Bar - Find your bookmarks, history and tabs when you type in the address bar]] the section labeled "Switch to tab" shows an example of what it looks like.
    Thanks,
    Curtis

  • Can not publish to MMe-bug or am I missing something?

    I am unable to publish to MMe from whitin Aperture. I have the album icon showing in the library pane, it sinchronizes for some time, but the album doesn't show on Mobile Me.
    When I go to Preferences, Web, the program freezes and I have to force-quit.
    I didn't have this problem before; I suspect that I picked it up with the last upgrade or with the previous one.
    What I am doing to circumvent the problem is to export the abum to the desktop and from there let MMe upload it. No problem here.
    Appreciate any suggestions.

    BOOM! You have hit the nail on the head, sir!
    I disabled my Vuze Remote Community Toolbar and the problem was fixed.
    Thank you, the-edmeister!!!!

Maybe you are looking for

  • Bridge CS4: works with Mavericks?

    [NOTE: Adobe Bridge CS4 came bundled with Photoshop Elements 8] MY CURRENT HARDWARE: Apple iMac (late-2012 slimline model), 2.9 GHz Core i5, 8 GB RAM, 1 TB Hard drive, external DVD drive MY CURRENT SOFTWARE: MacOS 10.8 Mountain Lion iPhoto 2011 Adobe

  • Mavericks support for Adobe Photoshop CS

    Will installing mavericks require an upgraded version of Photoshop CS to a newer version?  It is currently running on OS 10.6.8

  • How to find PG.xml file name and path associated with a FUNCTION

    Hi, I am having a function:IRC_VIS_HOME_PAGE with Web HTML value as below: OA.jsp?akRegionCode=IRC_VIS_HOME_PAGE&akRegionApplicationId=800&OAPB=IRC_BRAND How to find PG.xml file name and path assoicated with above funtion. Thanks, ashok

  • Cannot Open ID 3 file in ID 5.5. Cannot Export .inx

    I have a file originally created in InDesign 3 that will not open in InDesign 5.5. I happen to have ID 3 installed on my computer and use it only as a back up or when I need to save down to earlier versions from 5.5. I am able to open the file in ID

  • How do I change stores to UK

    How do I change stores on my iPad and latest iphone5