Adding buttons to the interactions (widget) in 6 Captivate

Is it possible to add more buttons to an accordion (widget) interaction.  I have 6 categories.  The widget has 4 buttons, but when I click on add another button, it won't let me add one more.  Is there anyway to add more?

Thank you

Jeff

Maximum is 5, as much as I know

Tags: Adobe Captivate

Similar Questions

  • LogInsight - need to 'cancel the query' button on the interactive analytical page.

    Case there when we need to find some first occurrences of the event. It could be an extensive research on all the time and we want an opportunity to cancel (stop, pause) the request once it finds few results.

    the function to cancel the running query exists, but you must browse the page admin for it. We need a button on the interactive analytical page.

    Thank you

    ildus

    Hey Ildus,.

    This feature exists on the page of the AI for queries that take a long time to execute (see attachment) - you must hover over an event once the results are returned to see the option (note is put in pause/resume). Looking for something else?

  • Error adding audio to the accordion Widget

    I am trying to use the Accordion widget that ships with Adobe Captivate 7. In the properties of the Widget, you can add audio to the description under each tab. When I go to select a narrated audio file (which has been recorded using Adobe Captivate) in the library, I get this error message indicating that I "chose the type of wrong file...» ». If someone has encountered this? What other types of audio file can be added?

    Audio Error.png

    Hello

    While I have not seen the exact behavior you describe, audio did not for me on this gadget until I did the following steps.

    1. export the audio library. Mp3 format.

    2. starting at the widget when adding audio, choose the import option and direct to MP3.

    I tried export from the library in WAV format and actually saw the message you have described. But by following the above steps it worked for me.

    See you soon... Rick

  • added button in the row of a datagrid

    < XY = "0" mx:DataGrid = "0" width = "100%" height = "100%" >
    < mx:columns >
    < headerText = mx:DataGridColumn 'close' width = "60" dataField = "col1" >
    < mx:itemRenderer >
    < mx:Component >
    < mx:Button label = "X" >
    < / mx:Component >
    < / mx:itemRenderer >
    < / mx:DataGridColumn >
    < mx:DataGridColumn headerText = "test" width = "60" dataField = "col2" / >
    < mx:DataGridColumn headerText = "test2" width = "60" dataField = "col3" / >

    < / mx:columns >
    < / mx:DataGrid >

    But when I run the code nothing happens and doubt I'll have more forward

    When the DataGrid is filled, the element will display the button on the lines that there is data.

    If you don't want to remove the data from the dataprovider completely, then you may be able to add it back in later, you should consider using a filter on the arrayCollection collection.

    I would create an array that contains the items you removed.  When you click the close button for a specific item, add this element to the table in the event handler.  Then refresh the arrayCollection collection and it isn't appearing any more.

    Your function filterFunction for the ArrayCollection collection holding all your data might look like:

    private var _excludes:Array = new Array();
    
    private function excludeFilter(item:Object):Boolean
    {
         if(_excludes.indexOf(item) != -1)
         {
              return true;
         }
         return false;
    }
    

    There are a number of other ways to accomplish this, but it's easier that comes to mind.

    -Marty [ http://www.theflexguy.com ]

    The useful answer? Be sure to mark this way.

  • Most of the tablets in the interaction of tab in Captivate 7

    I use the interaction tab in Captivate 7. I wanted to add seven tabs. But the interaction allows only five tabs. Can we increase it?

    For accordion and tabs of the interactions, the number of buttons is between 2 and 5. Circle of process can have between 2 and 3 buttons that timeline can have between 2 and 8 buttons.

    I have a descriptive chart on widgets and included interactions with Captivate, mentioning all the details. Busy now to update to CP8, because there are some nice changes. But why should I offer this for free?

  • Adding buttons to the quiz slide?

    Hello

    It seems to me that you can not add a button to a slide of questionnaire, is it true or I'm nuts... or both!

    See you soon

    Bill

    Hi Bill,

    Could not find a way to achieve what you want with the ordinary Question slides. In CP5 it is quite easy to slide "good plan" (I'll call it the 'cheat' further slide) and come back to the question slide after him (there is an option "Visited, jump to the last slide"), but this can only be triggered when the user has given an answer and click on the submit button. And when he returns to the Question slide, the response can be removed to be replaced by another. This isn't the way you want it to behave, I understood.

    The alternative does not use slides in Question but in order to build slides using standard and interactive objects (whose score must be fixed). Then you have the total control, you can "clear" a response if necessary, create a dedicated button to go to the slide 'cheat' and then return on the question slide, even to decrement the score possible (due to the use of the "slide cheat"), etc. Do you want give me it a try?

    Lilybiri

  • Adding buttons to the quiz slides

    I want to add a button 'Continue' on a quiz

    Slide, so that the user can take as much time to read the comments and then on the next question or the next task in e-learning.   The problem is that the icon of the button (to add new buttons) is grayed out in the slide of the questionnaire.  Similarly, I can't paste the navigation buttons I created for other slides on quiz slides.  How can I get around this (I'm not a programmer so don't want to try to create widgets)?

    Thank you, Richard

    I've had success with that by creating the button in a new project only 1 slide - and important "objects" only on my blade of quiz - the properties of the button remained intact (with the exception of the multiple actions)

  • Adding buttons and the scroll to dynamic text bar

    Hello

    I'm trying to connect a dynamic text to the scroll bar and buttons. I did the tutorial and Lynda.com and practically pasted the code with my names of files and for some reason it does not work. He said I "access of undefined property mask_mc" did I need to create a variable for that? I have not in the tutorial.

    Right now I have the dynamic text to load successfully in 2 different places and I wantd to add the scroll bar. I put the variables on the code in frame 1 and then I put the loading code on the frame where it is needed.

    Any suggestions?

    Thank you! Sandra

    HERE'S THE CODE FOR FRAME 1:


    var textLoader:URLLoader = new URLLoader();
    var textReq:URLRequest;


    var scrollPercent:Number = 0;
    var minScroll:Number;
    var maxScroll:Number;
    var targetScroll:Number = philText_mc.y;
    relaxation of the var: number = 5;
    var scrollAmt:Number = 15;
    var scrollDirection:Number = 0;

    HERE'S THE CODE FOR WHICH TEXT SUPPORT:

    textReq = new URLRequest ("text_philosophy.txt");


    function philosophyTextLoaded(event:Event):void {}
    philText_mc.philosophy_txt.text = textLoader.data;
    minScroll = philText_mc.y;
    maxScroll = minScroll - philText_mc.height + mask_mc.height;
    }

    function dragScroller(event:MouseEvent):void
    {
    var dragX:Number = line_mc.x - scroller_mc.width/2 + 1;
    var dragY:Number = line_mc.y;
    var dragW:Number = 0;
    var dragH:Number = line_mc.height - scroller_mc.height;

    scroller_mc.StartDrag (false, new Rectangle (dragX, dragY, dragW, dragH));
    stage.addEventListener (MouseEvent.MOUSE_UP, stopDragging);
    stage.addEventListener (Event.ENTER_FRAME, setScrollPercent);
    stage.removeEventListener (Event.ENTER_FRAME, scrolling).
    }

    function stopDragging(event:MouseEvent):void
    {
    scroller_mc.stopDrag ();

    }

    function setScrollPercent(event:Event):void
    {
    scrollPercent = (scroller_mc.y - line_mc.y) / (line_mc.height - scroller_mc.height);
    If (scrollPercent < 0)
    {
    scrollPercent = 0;
    }
    ElseIf (scrollPercent > 1)
    {
    scrollPercent = 1;
    }
    targetScroll = (scrollPercent * (maxScroll - minScroll)) + minScroll;
    philText_mc.y = (philText_mc.y - targetScroll) / acceleration;
    }

    function scrollUp(event:MouseEvent):void
    {
    setDirection (scrollAmt);
    }

    function scrollDown(event:MouseEvent):void
    {
    setDirection(-scrollAmt);
    }

    function setDirection(dir:Number):void
    {
    scrollDirection = dir;
    stage.addEventListener (Event.ENTER_FRAME, scrolling).
    stage.addEventListener (MouseEvent.MOUSE_UP, stopScrolling);
    stage.removeEventListener (Event.ENTER_FRAME, setScrollPercent);
    }

    function scrollText(event:Event):void
    {
    targetScroll += scrollDirection;
    philText_mc.y = (philText_mc.y - targetScroll) / acceleration;
    if(philText_mc.y > minScroll)
    {
    philText_mc.y = minScroll;
    targetScroll = minScroll;
    }
    of other if(philText_mc.y < maxScroll)
    {
    philText_mc.y = maxScroll;
    targetScroll = maxScroll;
    }
    scrollPercent = (philText_mc.y - minScroll) / (maxScroll - minScroll);
    scroller_mc.y = (scrollPercent * (line_mc.height - scroller_mc.height)) + line_mc.y;
    }

    function stopScrolling(event:MouseEvent):void
    {
    scrollDirection = 0;
    }

    textLoader.load (textReq);
    scroller_mc.buttonMode = true;
    philText_mc.external_txt.autoSize = TextFieldAutoSize.LEFT;
    scroller_mc.addEventListener (MouseEvent.MOUSE_DOWN, dragScroller);
    textLoader.addEventListener (Event.COMPLETE, philosophyTextLoaded);
    up_btn.addEventListener (MouseEvent.MOUSE_DOWN, scrollUp);
    down_btn.addEventListener (MouseEvent.MOUSE_DOWN, drop);

    I don't know if I already talked to you or not Sarah... I've made for one person recently however... I do not consider myself to be an expert with this stuff, and I gain no rewards for my outlook on the approach of a design solution. I say, if it works, use it.  If you can think of another way to help you on a Knoll, continue it... Doing this reaches you to achieve the solution that you need for the approach that you have filed.  Everything what you end up doing, you learn new things...  With Flash you really learn only by try, fail, rinse and repeat... (my opinion/experience)

  • remove an additional button of the widget accordiang Captivate 8

    How can I remove an additional button of the accordiang widget in Captivate 8 pre-built?

    Click on a tab, try to change the label and you'll see a sign less. Beware there are a minimum number of buttons, which is 2 for this interaction.

  • The Jeopardy widget in Captivate 9 working for anyone?

    I spent almost 2 hours Friday with the support of chat who told me to use the Task Manager to quit the program because it does NOT save or Exit on screen.

    He sent me a new widget.  The same problem.

    He told me to remove the entire program 9 Captivate and do a fresh install.  So I did including voice. When I copied the new widget in the file OK and started the new freshly downloaded program... same problem.

    The interactive Jeopardy in 9 CAPTIVATE Widget does work for anyone?

    As soon as the cat helps open Sunday PST to 9 that I will be on the line for assistance. This project was expected at midnight Friday night and everything that had left me was a simple vocabulary that I was going to do with danger.

    Does anyone have suggestions in the meantime?

    My OS is windows 7 on a laptop (1366 X 768 screen resolution) and external monitor 1920 X 1080)

    Since this Captivate previously worked at 8 without difficulty, I don't think that anything has been the question with my screen resolution.

    So while talking to tech support yesterday, I HID my taskbar and here I could indeed see the top edge of the buttons.  It is NOT possible to change the resolution on my laptop, but when it takes the external monitor my MAIN SCREEN, I could see the buttons.

    Guy tech support said that between 8 and 9, the widget window has been increased and therefore people who are 'old' hardware will struggle to see the end of the whole widget area.  My problem has been resolved and thanks to Rod Ward detective he hit it on the head it was a screen resolution problem.  Two monitors is ok with different resolutions.  The thing that was so confusing, is that the widget area seemed complete... and isn't going off the page.  If the widget box full looks like then why everyone assumes that... actually there something yet?  Maybe a bug to Adobe fix?

    Thanks to Rod Ward and the support tech yesterday guys I got my period this am.

  • button inside the movie will not react to the reversal

    Hello
    I'm developing some kind of film where the image scrolls around. That works, but when I try to define some hotspots on this by adding buttons to the movieClip that I can't respond to the action of reversal (onRelease and delivery) it is already used by the main movieClip.
    Any ideas on a work around?
    I read 4 hours and can not find a good solution.

    You must remove all mouse managers assigned to all clips of ancestor. Use a loop and hittests to replace all these managers of mouse you have deleted.

    for example:

  • Excel not downloaded in the same order as on the interactive report

    I have download to Excel on the interactive report, it is not sorted in the same way? Can I fix this?

    Hi Doug,.

    Could be a quick solution to this solution, you can have a download link on the header of the report area and that it points to a page that contains the same report with the csv model.

    Download CSV Report 
    
    where 3 is the page number for csv output report.
    *replace click by onclick
    

    or if you want more control over the report, you can create a button on the interactive report region and at the click of the button run a process to download a csv output file.

    Put dummy code for creating csv file

    DECLARE
    CURSOR cEmp IS
    SELECT
         Eno,Ename,SAL,DEPT
    FROM emp_table ORDER BY 1 DESC, 2 DESC,4;
    BEGIN
         owa_util.mime_header('application/octet', FALSE );
            htp.p('Content-Disposition: attachment; filename="Employee.csv"');
            owa_util.http_header_close;
    --Printer Header Row
         htp.p('Employee '  || ',' || 'Name'   || ',' || 'Salary'  || ','|| 'Department' ||  chr(13));
    for cThis in cEmp
    LOOP
              htp.p( '"'|| cThis.eno ||'"'||   ','|| '"'|| cThis.ename   || '"'|| ',' || cThis.sal||  ','|| '"'|| cThis.dept  || '"' || chr(13));
        END LOOP;
    htmldb_application.g_unrecoverable_error := true;
    EXCEPTION
              WHEN OTHERS THEN
                   htp.p('Download Error ' || SQLERRM || ' with error code ' || SQLCODE);
    END;
    

    Also, you can disable the download report link in the interactive report menu by going to reports-> Search bar attribute->, under include in the Actions Menu: uncheck the download option.

    I hope this helps.

    Thank you
    Manish

  • I have a question if someone is there. I have build an interactive site and have problems with the presentation widget?

    I am creating an interactive website for a client developer. We are eager to build an interactive site where a potential buyer can see the rendering of the image of the kitchen and choose different finishes (floors, counters, backsplash ect.). I use the widget presentation stacked for interactivity. For example, the cabinets are all in a widget. The second widget contains the upper part of the counter. The third widget will contain the floors. All targets of widgets are stacked with various components of rendering and triggers are more towards the left to graphically create a kiosk. I have a question when I look in a preview of the browser. Sometimes the trigger buttons work and some times they do not have. They don't seem to be any rhyme or reason to it. I need help! Someone has an idea?

    Thank you

    DJ

    DjElohim03 wrote:

    Is it possible that I could put all my layers on top of the original kitchen render and use States to reversal or clicking to give me the functionality I need?

    Demo host

    You must understand that triggers and targets are different... the triggers can be inside the goals as long as they do not belong in other triggers

  • Several radio buttons per line in the interactive report

    I added the code by radio buttons using Vincent Deelen "in a report of the APEX.

    Vincent Deelen: Using radio buttons in a report of the APEX

    It works exactly like his blog says that it will be a problem.

    My interactive report has more than one page of data. Whenever I click to go to the

    second page of data, the click event on the radio buttons in the dynamic action no longer works.

    I leave the page elements that stores my key no hidden values, and they do not change, once I have change the pages in my interactive report.

    Any ideas as to what to do or something I'm missing.

    Apex 4.2.1

    Oracle 11g Server

    theme of blue reagent 25

    Here's my query

    *********************************************************************************************************

    Select q_cev,

    apex_item. RadioGroup (p_idx = > rownum,)

    p_value = > 'Y ',.

    p_selected_value = > gmpick_flag01,

    p_display = > 'yes ', he said.

    p_attributes = > "class ="gmpickflag01 flagY"") "

    as RBYES,

    apex_item. RadioGroup (p_idx = > rownum,)

    p_value = > 'n',.

    p_selected_value = > gmpick_flag01,

    p_display = > 'no ', he said.

    p_attributes = > "class ="gmpickflag01 flagN"')"

    as RBNO.

    apex_item. RadioGroup (p_idx = > rownum,)

    p_value = > "U."

    p_selected_value = > decode (gmpick_flag01, null, 'U',

    'U', 'U', gmpick_flag01),

    p_display = > "undecided."

    p_attributes = > "class ="gmpickflag01 flagU"')"

    as RBUND,

    sort_qkey1, sort_qkey2, sort_qkey3,

    q_key1_trans, q_key2_trans, q_key3_trans

    from cts_ajha_q_ref LEFT OUTER join cts_gen_multipick

    on (cts_ajha_q_ref.q_cev = cts_gen_multipick.gps_cev

    and cts_gen_multipick.gmpickcode = 'CTS551HZGRCKLIST01. '

    and cts_gen_multipick.op_cev =: P155102_OP_CEV)

    where cts_ajha_q_ref.cts_no_show is null

    and cts_ajha_q_ref.cts_showflag01 is not null

    *********************************************************************************************************

    I created a dynamic Action

    Event:Click
    Selection type:jQuery Selector

    jQuery Selector: .gmpickflag01

    Run the JavaScript Code

    var rbyes = $("#radioreport_.apexir_worksheet_data_tbody_tr_td_[headers_="rbyes"]_{entree_:_checked').map (function)

    ({return $(this) .parent () .parent ().find('td[headers="Q_CEV"]').html ()}) .get (.join(':'))

    var rbno = $("#radioreport_.apexir_worksheet_data_tbody_tr_td_[headers_="rbno"]_{entree_:_checked').map (function)

    ({return $(this) .parent () .parent ().find('td[headers="Q_CEV"]').html ()}) .get (.join(':'))

    var rbund = $("#radioreport_.apexir_worksheet_data_tbody_tr_td_[headers_="rbund"]_{entree_:_checked').map (function)

    ({return $(this) .parent () .parent ().find('td[headers="Q_CEV"]').html ()}) .get (.join(':'))

    Send the Q_CEV bounded on the hidden page to submit items.

    $s ('P155102_RBYES', rbyes)

    $s ('P155102_RBNO', rbno)

    $s ('P155102_RBUND', rbund)

    Also have the code to step through the elements of the page to be inserted in the database.

    Try to define the scope of the event on the dynamic action to "dynamic".

  • To access the Spry Widgets I just added with Adobe Widget Browser

    Just added a few new spry widgets to "My Widgets" in Adobe Widget Browser. All the instructions say I should be able to access these new widgets by: Insert > Widget >...   Problem is, there is no option 'widget' in my control panel "insert" CS4. Widgets only I have access are preloaded into the Insert toolbar.

    If they are in "my widgets" in the Widget browser, then they should also be loaded into my Dreamweaver CS4, right? Where are they?

    The button Widget is available at DWCS5.

    But you can add the code manually. After getting the widget that interested in your collection of my Widget, click to preview.  Now, click on the 'Save Widget Files' button (at the bottom of the view) to save the widget files to a folder on your site. One of the files that is stored in the file is a sample page that shows the widget working with the content of the sample. You can use this page as a starting point, or copy the code of the widget from this page into one of your existing pages.

Maybe you are looking for