Captivate Certificate Widget - Printing Problems.

Has anyone else experienced this problem? It's not a problem in Captivate, per say, but it's Captivate related.
First some vital facts:
OS: Mac OS X 10.6.4
Captivate 5
Flash: CS4
Flash Player: 10.1.53.64
Browser: Firefox
I have a customized Captivate Certificate Widget (AS3) from Captivate 4 that works perfectly. When one clicks the "Print Button", the print dialog box comes up and when one checks the print preview option, one sees the certificate ready to be sent to the printer.
Fantastic. Now I want to save this Flash file as a new file and I want to change a textbox on the certificate that is no connected to the ActionScript at all. When I publish this new file, the Print button no longer works. Can anyone explain this?
I have, in fact taken a look at the new Captivate 5 Certificate Widget. I published it out and it's print button doesn't work either! I took both my swfs into XP and opened them and they both worked fine in Firefox and IE.
After further examining both Flash files for the CP4 Certificate Widget and the CP5 Certificate Widget, I keep noticing that an error is traced to the output window when publishing the files. The error appears after pressing the Print button and then canceling the print. The error that I'm getting is:
TypeError: Error #2007: Parameter child must be non-null.
   at flash.display::DisplayObjectContainer/removeChild()
   at CertificateWidget_fla::MainTimeline/ClickPrint()
I've managed to point the problem to line 207: this.removeChild(sheets);
Is this causing the problem?
If anyone could help, that would be great. I don't want to tell my client that the certificate that was working, now doesn't work for no apparent reason.

I use Cap 4 for testing. You put a name field in the first slide, then the certificate widget will fill in the name, date, and score.  You get a print or e-mail field at the bottom of the certificate.
I used Internet sources to find out how to do some things, but the Adobe free online webinars taught me most of it.
Web sites: 1. http://blogs.adobe.com/edtechatadobe/2009/06/some_widget_fun_with_captivate.html
2. http://help.adobe.com/en_US/Captivate/4.0/Using/WS48CDC052-3430-49b3-9BFC-0FC7793F1C34.htm l 
3. http://stevehoward999.wordpress.com/2009/03/22/captivate-4-capture-stor-and-display-your-u sers-name/ 
Adobe webinars:  New one coming up: Effectively using Acrobat.com with Adobe Captivate 5 for Tracking Learners’ Quiz Results, May 11, 2011, 10:00 PT http://www.adobe.com/cfusion/event/index.cfm?event=list&type=eseminar&loc=en_us 
There are five or six more on Captivate on this page...scroll down. After the upcoming sessions, there are dozens of recorded session (one about adding quizzes in Captivate 5). (You just have to create an Adobe log in and password to be able to sign up for the webinars or watch and listen to the recorded versions if you miss it.)
I also check Adobe TV for great tutorials. http://tv.adobe.com/search/?q=captivate 
As far as making the certificate work in Cap 5, I've read a lot of suggestions, but couldn't make them work.
:O) Dabareh

Similar Messages

  • Change AS3 for Captivate Certificate Widget

    I need help in what actions to add to the Captivate 4 Certificate widget.
    I used Flash a couple of years ago, and have lost my touch. I am not sure what actions to add to captrue a click box score.
    Currently Captivate 4 was designed to only calculate scores from question slides for a percentage in the certificate. I create a lot of performance based tests and need to provide a certificate at the end of each test. I was told by a Captivate expert that it would have to be done in Flash.
    Can anyone help in how to create a widget with these parameters added?
    Thank you,
    Judy

    I use Cap 4 for testing. You put a name field in the first slide, then the certificate widget will fill in the name, date, and score.  You get a print or e-mail field at the bottom of the certificate.
    I used Internet sources to find out how to do some things, but the Adobe free online webinars taught me most of it.
    Web sites: 1. http://blogs.adobe.com/edtechatadobe/2009/06/some_widget_fun_with_captivate.html
    2. http://help.adobe.com/en_US/Captivate/4.0/Using/WS48CDC052-3430-49b3-9BFC-0FC7793F1C34.htm l 
    3. http://stevehoward999.wordpress.com/2009/03/22/captivate-4-capture-stor-and-display-your-u sers-name/ 
    Adobe webinars:  New one coming up: Effectively using Acrobat.com with Adobe Captivate 5 for Tracking Learners’ Quiz Results, May 11, 2011, 10:00 PT http://www.adobe.com/cfusion/event/index.cfm?event=list&type=eseminar&loc=en_us 
    There are five or six more on Captivate on this page...scroll down. After the upcoming sessions, there are dozens of recorded session (one about adding quizzes in Captivate 5). (You just have to create an Adobe log in and password to be able to sign up for the webinars or watch and listen to the recorded versions if you miss it.)
    I also check Adobe TV for great tutorials. http://tv.adobe.com/search/?q=captivate 
    As far as making the certificate work in Cap 5, I've read a lot of suggestions, but couldn't make them work.
    :O) Dabareh

  • Captivate 6 Certificate Interaction Printing Error

    I have read a few forum discussions about the prinitng problems associated with the Certificate Interaction in Captivate 6. I am having similar experiences whereby I can generate a certificate with the users specific information. However when they use the print option it clears all of that data and only prints a blank certificate. Has anyone found a fix or know a way around this? I tried the print widget but it would only print a small chunk of the page. I have afairly urgent need for this and could really do with some advice.
    Also on a side note, how do I create and tie a text box to the User Name field in the Certificate. I cant find any variables that are created with it. So cant see how to control it. At the moment im using the "Other" variable in the widget to pull through a name.
    Any help woudl be greatly appreciated. I feel so frustrated as im so close but seeminlgy so far.
    Jay

    I've seen a number of these issues reported so far.  Adobe has offered an update for one of the other interactions.  My hope is that they will soon do likewise for the certificate.
    In the meantime, if you don't need HTML5, you might try the older certificate widget that you can insert from the widgets panel.
    Or as an alternative, you might like to check out some third party certificate widgets from CaptivateDev.com.

  • Certificate Widget - Text formatting problem

    Hello:
    (FYI: This question is also posted in the Action Script 3 forum)
    I have been modifying the AS3 Certificate Widget that ships with Captivate 4 -- adding backgrounds, re-sizing, etc. However, I don't know how to modify the text format of the variable values when they display. Regardless of what I try, the displayed text seems to be 8pt. Arial. Keeping in mind that I am a complete novice with Action Script, please let me know how you think I might affect the text attributes.
    Here is code around line 35:
    var y_fmt:TextFormat = new TextFormat();
    y_fmt.font = "Arial";
    y_fmt.size = 30;
    y_fmt.bold = true;
    y_fmt.align = "left";
    It would seem that modifying the assignment for y_fmt.size would have some effect, but it does not. It does, however, change the font size of data in the widget parameters. So, I think my problem is that I don't know how to apply my custom TextFormat class to text that appears in these variables:
    v_Name1.visible = true;
    v_Course.visible = true;
    v_Grade.visible = true;
    v_Date.visible = true;
    v_Score.visible = true;
    I would be happy to provide all the code if that is appropriate (and helpful.)
    Any guidance would be greatly appreciated.
    Thanks!
    Charlie

    Hi Charlie,
    There is a little bit of junk in the current Captivate widgets. The AS3 certificate uses a label component to display the text. The TextFormat you're customizing is for the Widget Parameters in the Widget Dialog. The text is then copied over to the label and displayed on the certificate.
    What you have to do is to create a new text format say:
    var course_fmt:TextFormat = new TextFormat();
    course_fmt.font = "Arial";
    course_fmt.size = 30;
    course_fmt.align ="center";
    course_fmt.bold = true;
    course_fmt.color = 0xFF0000;
    and then assign it to the label such as
    v_Course.setStyle("textFormat", course_fmt);
    You can then apply the same recipe to the other labels: v_Name1, v_Score, v_Grade and v_Date.
    That should do the trick!
    Whyves
    www.flash-factor.com

  • Adobe Captivate 7: How to Customize Certificate Widget

    I can only add (1) additional variable option in a certificate widget text fields.  How can I add more variables on the certificate?  I need these variables to print out on the certificate when the learner selects the print button.  Is it possible to add a company logo onto the certificate that will print also. 

    Not all video files are created equal.  Captivate has in the past shown a preference for certain encoding in FLVs and F4V video files.  It's recommended that any video you want to use with Captivate be encoded via the Adobe Media Encoder app that comes with Captivate.
    Even the fact that your FLV was encoded with some other Adobe app, does not guarantee it will work with Captivate. (Don't get me started on that.)  So try re-encoding your FLV with AME and then see if that improves your chances of embedding the link.

  • How do i remove the authorized signature from a certificate widget on captivate 8?

    Does anyone know how to remove the authorized signature from a certificate widget on captivate 8?
    or
    How to build my own widget to include quiz results/score and print widget?

    Strange workaround, but just checked it and it works (even for responsive project): you can drag the Signature, I dragged it as far out as possible (to the bottom) and when previewing the Certificate it was gone.
    Do you need a widget? It is not that easy if you need it both for SWF and HTML output because I'm aware at this moment of only very few widgets available on the market. You can create a slide with all you need, using the quizzing system variables and a button with a JS to print?
    Maybe some inspiration here: Intermediate Score Slides - Captivate blog

  • Making Certificate widget Captivate 7 work

    It is probably a very simple question, but I am lost. How will I make Certificate widget work in Captivate 7 ?
    I have inserted the widget into last screen of my file, after quiz and quiz results. How will I make it "pick up" quiz score and grade? Can I delete grade?
    Thank you

    HI,
    The Certificate format is editable and so you can delete or add text in it. In the Widget Properties, double click on the Certificate and it becomes editable.
    The score obtained in the Quiz is automatically picked up by the widget and gets populated in corresponding section of certificate. 'Score' in Edit Variables should be ON. (Refer screenshot below)
    The username is taken from LMS. If you want to give your own username, a user-defined variable solves this problem.
    Click on the Edit Variables in Widget Properties
    Mark Name as OFF
    Mark Other as ON and give any user-defined variable name
    Create the user-defined variable with the same name in Captivate and give the name that should appear in certificate in Value field
    Let me know if you find any other difficulty in using the widget.
    Regards,
    Salini

  • Certificate widget and SCORM reporting in Captivate 5

    I have been trying to make the Moodle (1.9) Gradebook accurately report SCORM 1.2 results with no success. In desperation I have redesigned the project using a certificate widget, but I can't get that to work either! Please can someone direct me to a working fix? I have tried the fix mentioned by Xeon64 here http://forums.adobe.com/message/3867196#3867196 but when I try to use the widget I get an 'invalid widget' error message. I'd prefer not to have to rebuild the entire project a third time in Captivate 4, which seemed to work ok for me.
    A working solution will earn you eternal gratitude from a desperate ID!
    J

    To be quite honest, I've never taken to using the Certificate widget.  I've seen so many complaints about it on the forums that I've deliberately avoided it.
    On the last project I worked on, the client wanted a certificate that was populated with the user's name, employee id, site location, and course completion status.    But they specifically wanted to prevent one user from just altering the data and printing out certificates for other users.  So they also didn't want the user  And the client also wanted an email to be automatically sent with all the same data to their training department so that personnel records could be updated at the same time. But they wanted to have this email sent automatically without user intervention to prevent similar falsification of course completion.
    The current certificate widget wasn't able to give me all these fields and email functionaltiy.  So I ended up cobbling together my own solution using a widget from Jim Leichliter that allowed me to output User Variables as query strings on a URL so that I could pass data from the course to a PHP page on my website that first sent an email to training and then redirected to another HTM page with the Certificate and it's fields containing the user's completion data.
    Jim also has another widget that creates a PDF export page that can also serve as a course completion certificate.  If I were you, I'd be looking into that widget to see if it would do what you want.

  • Captivate 5 Certificate Widget Breaks Project in IE

    We have a Captivate 5 (CP5) project with a few slides and at the end we've added the CP5 Certificate widget. When we publish out the course, and upload it into an LMS and play back the course, it works fine in all browsers except Internet Explorer (IE). The SCO has major playback issues when viewed in IE6, IE7, and IE8.
    We've tried removing the CP5 Certificate Widget and replacing it with the CP5 Certificate widget (ActionScript 3.0 version) and the same problem keeps occuring in IE.
    Here's what happens when the Certificate Widget is in the project. The course plays but there is a constant flickering that occurs for the entire duration of the project. Our project displays momentarily, but is then interrupted by a clicking noise and a blank screen. Sometimes the blank screen is a white block. Other times its a gray block with the top two corners rounded. Sometimes it doesn't even revert to our screen.
    ANY and ALL insight into what could be causing this is helpful! We've submitted multiple bug reports to Adobe but have yet to hear a response. We don't know if its a CP5 issue, a IE Flash-Player issue, a Widget Issue or something else.
    Here's a video of what is happening:
    Here's a ScreenShot: The gray box with rounded corners is not in our project.

    Here's a better example of the project and how it's breaking.
    As you can see, I just have three slides, with a button to continue to the next slide, but functionality breaks over the whole project because the Certificate Widget is in the project. Also, notice that I don't have the rounded corners on my project.
    Seriously, does anyone have any idea what could be causing this issue?

  • Captivate 4 quiz not scoring correctly on certificate widget

    Hi, this is my first post, so I hope I get it right. I am fairly new to Captivate. I have created a quiz that is being scored at the end of a tutorial which includes an interactive training exercise.  The quiz has 5 questions and the student is able to retake the quiz indefinitely until he/she passes.  The problem is when they use the Retake Quiz option.  Although the score slide indicates that they have failed, the certificate is adding the scores of both failed quizzes. So, if someone takes the quiz and gets a 40%, retakes it and gets another 40%, the score report indicates a failing grade, but the certificate is adding it up to 80% and passing them.  Any help anyone can give would be appreciated!!
    Thanks,
    Mary

    This sounds like a bug in the certificate widget.
    Do you have the slide set up to ONLY branch to the certificate AFTER the user has successfully passed the course, or does the user see the certificate each time they do the quiz?

  • Captivate 5.5 customize Certificate Widget on flash

    hello all, I have a little problem with the certificate Widget, when I try to personalize it with logo and company colors, I do all this in flash and insert it into captivate 5.5 but when I put it to work it does not add the name of the course and student name, this widget is from the captivate gallery, that could be doing wrong? I appreciate your help thank you all

    Here's a better example of the project and how it's breaking.
    As you can see, I just have three slides, with a button to continue to the next slide, but functionality breaks over the whole project because the Certificate Widget is in the project. Also, notice that I don't have the rounded corners on my project.
    Seriously, does anyone have any idea what could be causing this issue?

  • How can I get a name to populate in Certificate Widget?

    Hi,
    I am using Captivate 5.5.  I am trying to use the Certificate Widget which I pulled into my project.  How can I get a user name to populate in the first line?  I will be using a text-entry field to ask for the name and that is the name I want to print on the certificate. 
    Also, I am passing the assessment with a score of 100% but on the Certificate it says 0% and Fail. 
    Any help would be greatly appreciated.
    Thanks

    I am having the same problem. I inserted the blank slide after the results slide and then put the widget in that blank slide.
    I also entered the information into the properties box. The only time the information actually came into the certificate was the very first time. The widget does prompt the use for their name but that only worked the first time. I was also not able to print.
    From what I see in the forum, the widget does not work and we have to create our own.
    I also do not see how the results slide helps determine if they see the certificate or not. If the person fails, they should not see the certificate but I don't find any place to set that up. I have not found these answers in the forum so far.

  • Certificate widget doesn't pause

    As I'm not a fan of the certificate widget in Captivate 5 (more info than I want, not terribly pretty), I've been using the as3 certificate widget from Captivate 4 on my quizzes. This method has worked perfectly for me for several months, and I've used this particular widget on 50 or 60 quizzes. Suddenly this week I'm trying to finish up 2 new quizzes, and the published project displays the certificate but won't pause the slide to allow the user to print (the print button doesn't work at all, even if I select it before the slide ends). I even re-published a quiz I know functioned correctly before and get the same problem. I'm confused why the certificate was working properly even 2 weeks ago but won't work now. I've tried everything I can think of -- any ideas?
    Thanks!

    In situations like this you always have to ask the question: What changed?
    If the content did not change, something in the delivery environment must have.  Are you in a corporate environment where security patches or updates are routinely rolled out?  Did you update your Flash Player, or browser?

  • AS2 Certificate widget scoring issue

    I received a fix from someone on the Captivate forum that is supposed to fix the AS2 Certificate widget scoring issue. The results on my Score Results page appear correctly, but the results on the certificate do not match those on the Score Results page. I tried to use the fix the provided (another widget that you insert at the beginning of the project) but it did not solve my problem. I am desperate for a solution to this and have tested the project what feels like 100 times to try to figure out how to fix this problem. I apologize in advance if this has been addressed in another string. I have spent a great deal of time going through the forums and have found some discussion on this issue, but no concrete solution anywhere. Can anyone offer any insight?
    FYI: I am using Captivate 4 and my project is set to AS2.
    Thanks!

    Weird ... I need to ask a totally unrelated question and came to the forum using a link I'd bookmarked ... to the "Certificate Not Widget Scoring Correctly" thread. And here's your post at the top of the list.
    I haven't played with scoring in quite awhile, so I'm not much help and maybe you've already read this thread, but just in case: here's the link: http://forums.adobe.com/thread/598503.
    Hope it's helpful.

  • Need Certificate Widget for Cap 5 with Auto Date

    Okay, folks--I've spent a half day on this and it's time to throw up my hands. I've wandered all over the internet, sure I would find the answer, but no.
    I'm not a Flash developer or a code afficianado. I'm just your average instructional designer trying to get along with Captivate 5. I don't want to create a bunch of new stuff. I want the functionality there for me. I did research and try to see what it would take for me to develop my own certificate widget, but it sort of defeats the whole rapid e-learning premise, if you know what I mean!
    I just want a certificate of completion widget that A) allows the user to enter his name B) autofills the date C) actually inserts my logo instead of asking for the file and then doing nothing with it C) prints out when you click the print button. Where can I put my hands on such a widget that will function in CAPTIVATE 5?
    (Why, OH WHY, doesn't the certificate of completion work the way it did in Captivate 4? In desperation, I tried loading the widget that was used for 4, but it's not happy in 5. And WHY would you have it available in the award certificate and not the completion certificate? I don't want to AWARD them. I want to acknowleded that they successfully completed a tutorial.)

    By the way the certificate widget doesn't work using the instructions in "Using Adobe Captivate 5" manual (which are actually 4s instructions), no blank slide with a variable of v_Name is required.
    The correct instructions for 5 are:
    Insert a blank slide after the quiz result and insert the certificate widget, choose the layout and add information:
    ·         Name of the course
    ·         Date on which the course was taken or leave default dates which fill in automatically upon completion
    ·         Signature of Authority
    Once published, before the certificate is displayed, there is an auto generated page by the widget requiring the user to input a name, and to use the Submit button. The name automatically is inserted on the Certificate. It can  also be tested by Previewing it.
    Note: This still didn't work for me after I had set up the certificate widget according to the manual and after much research I found that if you have already created a variable in Project/Variables named v_Name, in order to get the certificate to work in Captivate 5 the variable needs to be removed from Project/Variables.
    Captivate may tell you it can't remove the variable and that it is attached to a slide, however once you remove the slide that it was used on and delete it from the library you can remove the variable. As a precaution, I shut down Captivate and reopened it to clear any temp memory, then checked to see if the variable was gone and it was. At that point I inserted the certificate following the instructions above and it worked correctly.
    Good luck, Scharolet

Maybe you are looking for

  • How to find open item from sales order

    Hi all,   my requirement is one sales order is there partial delivery is happened for some materials,take exampla matarial X has 100 quantity in sales order pratial delivery 50 is done, iwant to know the open order qunatity for a  material X from sal

  • Background color of Pageheader

    Hi all, I searched on the standard documentation and several threads here, but I didn't find any reply to this specific problem. I need to change the background color of the Pageheader of a WDA modifying somehow a custom theme in the MIME Repository.

  • Using ARD 3.2 via IpSec VPN

    Anyone successful using a combination of ARD over VPN? I'm going to be configuring an IpSec VPN to a NetGear FVS 318 v3 VPN Router. Still haven't selected the VPN Client but VPNTracker looks likely.

  • How do I get pictures to email upright

    How do I get my pictures to be upright when sending it in a email? Never had this problem before until I upgraded to ios5

  • I just want to calculate a total

    Hi, I'd like to calculate automatically total of 2 inputValues. For sure i need to set the autoSubmit="true" on both of my inputValues + partialTriggers on the TOTAL one. What I'd like to know is what is the best practise on how to hanlde the result