Captivate easy 9 in alignment problem

I'm having a problem with ease in animations Cap 9. The images do not end up where they are placed in the SWF file that is published, the short fall by all about 20px. However, in the code HTML that they behave exactly as you expect and find you where they are placed on the slide. I checked this Cap 8 behavior, and it works very well in both types of output in this version, so it's something new to Cap 9. I have also tried various mechanisms and the same problem. This happens with all the facilities in the animations (up, down, left, right), regardless of the duration of the animation or the amount of the facility. Did anyone else find this bug and knows the team Cap? I hope that they get by because his brutal to have to try to get the effect to look well in both types of output as it is.

I added pictures of example below to illustrate the problem.

2.JPG

1.JPG

Yes, and it fixes this problem with effect from the SWF (was one of my first bug reports). Try it: Hot fix. Adobe Captivate 9 questions

I also asked for the parameters of the effect? Already in CP8, problems occurred when the duration of effect was less than the default duration, especially for effects applied by advanced actions. Since you said that your question was not for CP8, I don't think it's due time.

Tags: Adobe Captivate

Similar Questions

  • alignment problem

    Hi, I have an alignment problem with my program. I use two verticalfieldmanager in a horizontalfieldmanager to display two columns. The problem is, according to the Simulator tha I use, the text seems aligned or not. In 9000, there is no problem, because the width of the screen is great. But if I use the 8110, which has a narrower screen, this problem occurs. How can I solve this problem for all simulators? Thank you. My code:

    SerializableAttribute public class DetallesOfertaScreen extends form {}
          
    GestNearController controller;
    Horizontal CustomHorizontalManager;
    VerticalFieldManager campos;
    VerticalFieldManager labels;
    RoundRectVerticalManager contGlobal;
    RoundRectContainer contProyecto;
          
          
          
    public DetallesOfertaScreen (GestNearController controller) {}
              
    This.Controller = controller;

    Cabecera
    setTitle ("Datos cabecera");

    If (Controller.getOfertaActual ()! = null) {}
                  
    Campos = new VerticalFieldManager();
    labels = new VerticalFieldManager();
    horizontal = new CustomHorizontalManager();
    contGlobal = new RoundRectVerticalManager();
    contProyecto = new RoundRectContainer();
              
    TAM int = Controller.gettamanoscreen ();
    Fuente1 of police;
    Fuente2 of police;
                  
    If {(tam > 320)
    fuente1 = Util.getNewFont (21, Font.BOLD);
    fuente2 = Util.getNewFont (21, Font.PLAIN);
    labels.setFont (fuente1);
    campos.setFont (fuente2);
    }
    ElseIf (tam<>
    fuente1 = Util.getNewFont (15, Font.BOLD);
    fuente2 = Util.getNewFont (15, Font.PLAIN);
    labels.setFont (fuente1);
    campos.setFont (fuente2);
    }
    else {}
    fuente1 = Util.getNewFont (19, Font.BOLD);
    fuente2 = Util.getNewFont (19, Font.PLAIN);
    labels.setFont (fuente1);
    campos.setFont (fuente2);
    }
                  
    LabelField labelArea = new LabelField("Área:");
    LabelField labelLinea = new LabelField("Línea:");
    LabelField labelVO = new LabelField("VO:");
    LabelField labelTitulo = new LabelField("Título:");
    LabelField labelCliente = new LabelField("Cliente:");
    LabelField labelFechaOfer = new LabelField ("date offer :");
    LabelField labelFechaCom = new LabelField ("date beginning :");
    LabelField labelFechaPrev = new LabelField ("date Aprobacion :");
    LabelField labelJProy = new LabelField ("Jefe proyecto :"); ")
    LabelField labelMeses = new LabelField("Meses:");
    LabelField labelProbabilidad = new LabelField("Probabilidad:");
    LabelField labelHorasPrev = new LabelField ("Horas Previstas :");
    LabelField labelRevision = new LabelField("Revisión:");
    LabelField labelSector = new LabelField("Sector:");
              
    Offer OfertaDTO = controller.getOfertaActual ();
              
    String FechaCom = oferta.getFechaComienzo ();
    String months = oferta.getMesesNum ();
    String HorasPrev = oferta.getHorasPrev ();
    String revision = oferta.getRevision ();
    VO string = oferta.getVO ();
    String date = oferta.getFechaCreacion ();
    String title = oferta.getTitulo ();
    String client = oferta.getCliente ();
    Sector of strings = oferta.getSector ();
    String line = oferta.getLinea ();
    String domain = oferta.getArea ();
    String JefeProyecto = oferta.getJefeProyecto ();
    String FPrevAprob = oferta.getFechaPrevAprob ();
    String probability = oferta.getProbabilidad ();
              
    LabelField input1 = new LabelField (Area);
    LabelField to input2 = new LabelField (Linea);
    Input3 LabelField = new LabelField (VO);
    Input4 LabelField = new LabelField (title);
    LabelField input5 = new LabelField (client);
    LabelField input6 = new LabelField (FechaCom);
    LabelField input7 = new LabelField (FPrevAprob);
    LabelField input8 = new LabelField (date);
    LabelField input9 = new LabelField (JefeProyecto);
    LabelField input10 = new LabelField (months);
    LabelField input11 = new LabelField (probability);
    LabelField input12 = new LabelField (HorasPrev);
    LabelField input13 = new LabelField (Revision);
    LabelField input14 = new LabelField (Sector);
              
    Añadimos a los contenedores
    labels. Add (labelArea);
    labels. Add (labelLinea);
    labels. Add (labelVO);
    labels. Add (labelTitulo);
    labels. Add (labelCliente);
    Para activar el scroll
    labels. Add (new NullField());
    labels. Add (labelFechaOfer);
    labels. Add (labelFechaCom);
    labels. Add (labelFechaPrev);
    labels. Add (labelJProy);
    labels. Add (labelMeses);
    labels. Add (labelProbabilidad);
    labels. Add (labelHorasPrev);
    labels. Add (labelRevision);
    labels. Add (labelSector);
                  
    Campos.Add (INPUT1);
    Campos.Add (INPUT2);
    Campos.Add (INPUT3);
    Campos.Add (INPUT4);
    Campos.Add (input5);
    Campos.Add (input8);
    Campos.Add (input6);
    Campos.Add (input7);
    Campos.Add (INPUT9);
    Campos.Add (input10);
    Campos.Add (input11);
    Campos.Add (input12);
    Campos.Add (input13);
    Campos.Add (input14);
                  
                  
    horizontal. Add-on (labels);
    horizontal. Add (Campos);
              
    contProyecto.add (horizontal);
    contGlobal.add (contProyecto);
    Add (contGlobal);
              
    }
    else {}
    Dialog.Alert ("invalid offer!");
    }
              
    }

    ...

    With 8110:

    Thank you!!

  • I use 8 Captivate. Here's my problem: I have a slide that has narration in the background.  I want to stay on the slide until the story is complete, no matter if the user steh bittun click Next and allow it to

    I use 8 Captivate. Here's my problem: I have a slide that has narration in the background.  I want to inform the user about this slide until the story is complete, before moving on to the next slide. Any ideas?

    Something like this: Force first discovered - Captivate 8 - Captivate blog ?

  • Weird alignment problem

    I think it might have something to do with my work on a small document - 48 * 48 icon - but maybe not.

    I have some strange alignment problems. I have an arrow head, I try to line up on a tree, and no matter what I do, they refuse to align the death. The alignment buttons don't work, dragging manually won't work - it falls right on 1px on each side where I want.

    Any ideas what's happening? I have no guides that would have an impact on it.

    Make sure you have not align on the pixel grid is activated in the transformation Panel.

    Although, if you prepare the content that will eventually be pixel based, leave this setting on ensures things seem to be crunchy in pixels.

  • Captivate 8: button text alignment, where at - it go?

    My work to date to Captivate 8. I work with an old Captivate 7 file.

    When I clicked on a button Transparent alignment policies went from centered on the left. I can't find anywhere to bring back the alignment to centered. Can someone tell me where to find this feature/capability? He was very helpful in Cp 7 whether right below the properties of characters. Now, I don't know where they moved so that it doesn't seem to be a property more.

    AlignmentMissing.jpg

    Text or Transparent buttons always had the possibility to align the button label, not even in previous versions, because they are centered.  If you have installed CP7, can you tell me where you found it? Double just checked that I was pretty sure.

    Can't explain why alignment has changed for you, only suspect it's perhaps in connection with the upgrade of the project. Never had this problem so far, the answer you want to know where you found the alignment option in CP7? Alignment is available for all containers of text such as the legends of text and forms. Since a shape can be used as a button, which is the only button, I know where the alignment can be changed. Of course, you can create Image buttons and adjust the alignment, but then it will be in the graphics application.

  • SCORM alignment problem

    I tried to force a Captivate 3 flash file to run in the upper left corner of the browser window.

    For those who had a go at my previous question...

    Aligning Captivate 3 Flash files in the browser

    I still have no solution, but I discovered today that if I generate a SCORM rather than the same content Captivate version, I don't have the problem of alignment.

    This is the file runs only Center screen if I generate a SCORM version.

    Any other suggestions?

    I'm starting to think that it is a SCORM related bug in Captivate 3?

    Thank you

    Hello

    Try adding the following code somewhere in your region of the head of the HTML page:

    
    

    See you soon... Rick

    Useful and practical links

    Captivate wish form/Bug report form

    Certified Adobe Captivate training

    SorcerStone blog

    Captivate eBooks

  • Inkjet e: 5740 5740 printer does not print color cyan &amp; alignment problem

    Hello

    Recently, I replaced my lights on my P 5740 printer ink cartridge while trying once photograpgh print [6 x 4] & have had nothing more than headaches since.

    The cyan color does not print ink levels indicate that it is used. I cleaned the heads of ink at level 3. I have replaced the ink cartridge & still have the same problem and now the alignment is unsuccessful.

    I'm challenged to begin with technology & this challenge is both frustrating and disappointing that I do not understand what I did right.

    Any suggestions before I have packing the printer & return to Staples?

    Thank you

    HI @RC23,

    Because the printer is only a couple of months I suggest to HP customer care and ask about a replacement printer. Most likely, it is a matter of ink system, since you've already tried another cartridge with the same results. Check the model number and the form to receive a file number for faster assistance.

    Thank you!

  • HP D4360 printer - alignment problem?

    My watch of the half cut letters (upper half), Headline is not yet printed on the page, a clear text than the rest of the text,

    white line crosses SOME of the lines of text, page #s top (right) not printed.

    Note: I have a new cartridge it works fine.

    Note: I had a paper jam the other day, out of paper on the other side (did not know that I should open a backdoor to do). But, I

    think I got an OK impression after that happened.  Today, printing problems. Help please!

    It's sunshyn2005 - thank you for your information. In fact, it is not a matter of color.  It was really the alignment.  I received instruction from someone on the spot - to go to start/printers-devices/preferences/services/then click the ALIGNMENT tab, which produced a sheet printed diagnostic, I then completed in the screen.  Had to re - align 3 times to get it perfect, but it worked.

    Thanks for your suggestion, the page that came on the colors and other things I have bookmark for playback if/when other problems arise.

    Thanks for your comments.

    TriciaJoy

  • Boolean text alignment problem

    Hello

    I use "propertyosition:Left" to line up my file names. Unfortunately, file names do not align vertically to the first "Choose file" button, especially when the length of the file names is different. If you press "Esc" in the menu "Select a file" and then "select a file" is pressed in the 'main Menu', file names are aligned now. I don't know why? Any help will be appreciated.

    First, run 'Main Menu' then 'Create a file' and then ' Select a File. " Please create files in the folder "C:\Test". Six files can be displayed.

    Steve

    John wrote:

    Hello

    Have you tried to delete a single file and add another file with different length of the file name? I'm sorry, what is your way on 'text version' on the properties?

    Thank you

    Steve

    Your problem is that you have locked the text and the default justification is out in all your buttons.  Correction is attached.

    (Just try this in "Select a File_Test.vi"):

    1. make all your buttons visible

    2. "text version" (as someone said - just right-click on the text and select "Text Version" - this to all buttons)

    3. Select all text, and set the left justification

    4. make all the invisible buttons

    It's everything he needed...

    -DP

  • Alignment problem Date 6i Oracle report in Arabic Windows 7 (Professional)

    Hello

    6i Oracle form and report work very well under windows 7, but we are facing problems with Arabic alignment (Date of the Hijra). like his appear 21/11/1431 and we would like to show 21/11/1431.

    Report 6i, we can change the format, but we have hundreds of reports. and same report another excellent work up to version 5.3

    Pleae help

    Thank you

    Contact the Oracle Support for assistance. ~ Robear Dyer (PA Bear) ~ MS MVP (that is to say, mail, security, Windows & Update Services) since 2002 ~ WARNING: MS MVPs represent or work for Microsoft

  • Easy transfer cable detection problem

    While trying to transfer files etc. from old computer using Windows XP Professional version 2002 service pack 3 for new computer using Windows 7, I get a message on the old computer indicating "Cable Easy Transfer undetected." The cable is fine because it works with another computer.

    FOR ANYONE WHO IS STILL HAVING THIS PROBLEM I THOUGHT IT!

    Shouldn't the Systemengineer Microsoft had to know this?

    Here's what worked for me.

    1. on your XP machine, check if you have Windows XP 32 bit (x 86) that you use/download version 32-bit (x 86) Windows Easy Transfer.

    2 install.

    3. you must now do a right-click 'my computer' and select 'Properties'. Go to the "hardware" tab and click on "Device Manager".

    3. now that you're 'Device Manager' connect your easy transfer cable.

    4. it should refresh and you should now see 'cable devices transfer' (mine had a question mark logo, which indicates that the driver was not installed...) Click the small 'sign' next to him and less must be something called 'Simple cable USB transfer' (this is what it says for my Dynex brand cable anyway...)

    5. right click and select "Properties". Go to the tab "driver", then click on "Update Driver".

    6. the "Welcome to the Hardware Update Wizard" should appear. Select "install from a list or specific location (Advanced)" and click "Next".

    7. Select "Search for the best driver in these locations" and also select "include this location in the search:

    8. now click on 'Browse' and navigate to the folder where Windows Easy Transfer installed in (something like7\cable C:\Program Files\Windows Easy Transfer according to your drive letter) "cable" is important. This is the driver. Now click 'ok'.

    9. click on ""Next ' and it should be a small thing of research. " Then when it's done it will probably say that your driver has been installed. It must not be an exclamation mark next to the name in "Device Manager" more.

    10. now run Windows Easy Transfer and it should recognize the cable. It actually automatically recognize the cable now when you plug it in.

    For some reason when you install Windows Easy Transfer it does not install the cable driver and you must do it manually.

    Now, I had another problem with mine. He repeated (on my Win7 machine) that it would take something ridiculous like 4 hours... then on my XP machine, a box would come and say "Trying to reconnect" and everything to stall. Disable your screen saver, screen off and standby (in power settings) on both computers. If that not help I also found that you do the transfer in the sections, do not try to transfer ALL in one session. As I made my photos, and when this was done I did my music, etc...

    I really hope this helps someone. I hope I've heard a few comments!

  • Alignment problem page &amp; ink cartridge

    I have a HP Officejet Pro 8000 Wireless printer.  Recently I have had several problems with it - from flashing lights saying there is a paper jam, but nothing was ever found.  That seemed to fix and now I have problems with the printer will print an alignment page after EACH print job.  I have cleaned the print heads, installed new cartridges, print diagnostic pages, etc.  The only "issue" on the reports seems to say that the health of the printhead to the status of magenta/cyan is monitor vs a good status on the yellow/black.  After that I cleaned the printheads (for the second time) I went through the steps intermediate and advanced also.  After the intermediary seems to show the magenta printing, but after the Advanced setting, she showed no magenta.  I tried to verify that there is no break in the tubes...  Has anyone else had this / these problems and how to correct you?  Thanks for any help!

    I am betting that it could be a problem with the Magenta/Cyan Printhead. Follow the steps outlined in the document below to try a clear problem. You can ignore the Solution 2, since it's just cleaning and which does not appear to have contributed. If the steps in the document do not resolve the problem, replace the printhead of problem.

    Alignment printed before each print job page

  • IP 7220 alignment problem

    I'm running with windows and an ip7220 printer.  This printer was sent, by cannon, 2 years ago (part of which is quoted below - last paragraph), as a replacement for another printer Canon (ip4920) that had gone wrong.  This printer don't work never really at the height but, now its going to be replaced.  The problem is quite simple.  When you print the thing checkprinthead the top black vertical lines are not strong but are two teeny black lines.  This effects all feel so photo eventually stained.

    I took the print head and cleaned nothing doesn't.  I cleaned it by washing it and then put it in a bath ultrasonic until the cleaner media (hot water) ran clear.  This is usually the case but, in this case, it made absolutely no difference and nothing has changed.   I ran all programs maintenance several times without success.  This thing will be all simply do not align properly and the black parts of the alignment process are all stained and never reach any type of solution regardless of the parameters bar none.

    (Mod Note: serial number removed as directed by forum), has been shipped via UPS. This is a replacement for your Canon  (Mod Note: serial number deleted according to the forum).

    Thoughts?

    I did everything I could, but just simply omitted.    I bought another printer that continue.   Thanks for the reply!

  • Cartridge alignment problem Officejet 6110xi

    Installed the new cartridge. Printer wants to align. Get the message 'paper too narrow. " Using same paper I used forever. Help, please.

    Hi DenBon,

    I see that you have a problem with an error "the paper is too narrow" on the printer.

    Please make sure you have the printer power cable connected directly to a wall outlet and not a bar/power strip. Here is a document that uses a LaserJet printer for example, but it is intended for HP products in general. Please click the link which explains the problems when connected to an uninterruptible power supply/Strip/surge protector power.

    I have also found a document that deals with one "Paper Mismatch", or "Paper Size Mismatch" Error Message displays when printing.

    If troubleshooting doesn't help not solve your problem, then I would say call the HP Technical Support to see all the other possibilities for you. If you call in North America, the number is 1-800-474-6836 and for all other regions, please click here: click here.

    Thanks for your time.

  • Photosmart 7510 alignment problem

    Hello

    I'm having a problem with my photosmart 7510.

    The screen an error alignment and the alignment and cleaning do not work.

    Is there something else to do? or should I buy a new printer?

    Thank you

    I called HP support 1-800-474-6836 and spent a few hours with their support to the execution of diagnostic tests.

    They recommended a replacement of the printer because basic troubleshooting has not helped.

    We power off of the pritner (power disconnected) and held the power button for 30 seconds.

    power turned back and removed printer cartridges and printerhead. Clean any electronic contact with a cloth and put back them.

    Also replace photo cartridge that was less than 30%.

    The alignment is still not.

Maybe you are looking for

  • I found an iPhone 5 abandoned in the street, and I want to get the iPhone SE

    I wanted to just get the iPhone, but I found an iPhone 5 in the street, the owner told me to pick it up and take home. He's another guy, iPhone 5 was dropped by accident and he got a new iPhone 6s and it uses 16 GB Black, but I saw, it is not cracked

  • Connection WiFi to internet goes down

    Hello I have a problem with access to the internet. After a few minutes, the WiFi connection to the internet goes down, and I'm not able to access internet again unless I restart the computer. I appreciate your help.JoPa

  • Windows Live Safety Scanner for Windows 7 using MS Internet Explorer 9

    Hi, I recently moved from my trusty XP to a new with Windows 7. I used to regularly use the Windows Live OneCare safety scanner - usually just clean - especially to clean the registry. I used to find after receiving updates Microsoft, the registry ne

  • Reuse a RAID disk and hot spare procedure

    My questions are for a PE R720xd with the PERC RAID internal H710P controller. I have replaced several RAID drives in the past, but I never did this before, so I was hoping to confirm my procedure for hard drives hot swap. A drive failed on one of my

  • capture packets in pcap format

    Running a packet capture on an ASA 5520 and I want to transfer the bucket from capture to the pcap on my computer for analysis format. I can get a record ASCII packets copied by using the command "copy", however, I would like to transfer the PCAP dum