Creating Custom Buttons in Captivate 3

In the first version of Captivate, I was able to create my
own image buttons, including the three states of the button (over,
down, click). When I select one of the included buttons in
Captivate 3, the three states of that button are added
automatically. How do I create my own custom buttons and include
the three states in Captivate 3?
Thanks,
Erica

Hi Erica and welcome to our community
The process is essentially the same. The only difference here
is that instead of just browsing to the button images and selecting
them individually, you name them appropriately and place them where
Captivate expects to find them.
They are expected to be found in the following location:
(Assuming you haven't deviated from the default location during
install)
C:\Program Files\Adobe\Adobe Captivate 3\Gallery\Buttons
The names should be:
ButtonName_down.EXT
ButtonName_over.EXT
ButtonName_up.EXT
*Note that .EXT reflects the image format. This could be .GIF
or .JPG or .PNG or .BMP and ButtonName reflects what you want to
call your button.
Hope this helps... Rick

Similar Messages

  • Is it possible to create custom buttons for quizzes in Adobe Presenter?

    My company is not happy with the quiz buttons in Adobe Presenter and I was wondering if it is possibe to create custom buttons for quizzes and use them as defaults. Like you can do in Captivate.  I'm using Adobe Presenter 8 in Windows 7. 

    Hi,
    Do you want to change the appearance and position of buttons ?
    or
    Do you want to change the action when the button is pressed ?
    Thanks,
    Alpi Agarwal

  • Is it possible to create custom buttons in CRM Ondemand?

    Hi,
    Is it possible to create custom buttons in CRM Ondemand in any detail page like the inbuilt buttons like 'New', 'Delete' etc? If possible then how?
    Thanks
    Arpita

    You can add a button using custom javascript. but this could potentially have performance issues. please test the performance and functionality if you implement a lot javascript
    see this link : http://helponmyproject.com/TTOCOD/
    Regards,
    Royston

  • How to create custom button by amending template in sc and change po screen

    Hi,
    Can anybody tell the steps that How to create custom button by amending the template  in shopping cart or change purchase order screen.
    Full points for the answer.
    Edited by: shraman saha on Aug 17, 2008 6:44 PM

    Hi,
    I dont have any idea what you mean by Template for "Change Purchase Order" functionality. As far as i know there is a change button on the screen using which we go to the change mode and edit the PO.
    About your other query: you do not require to download any HTML pages. To see the templates for PO go through the following path:
    Transaction SE80 --> Internet options --> in the drop-down enter BBP_POC (for PO) --> Topic 99 --> HTML templates.
    Then look for the following templates :
    SAPLBBP_PO_UI_ITS 3000  --> for header basic data
    SAPLBBP_PO_UI_ITS 4000  --> for item overview
    SAPLBBP_PO_UI_ITS 4100  --> for item basic data
    SAPLBBP_PO_UI_ITS 2200  --> for buttons.
    Make appropriate changes to the screen and then publish it before using it. It is just like activating objects.
    Hope this helps.
    Thanks,
    Pradeep

  • Creating custom buttons in Photoshop

    Alright, I've been searching the forum and web all day and done some tutorials but I can't seem to find what I'm looking for or can't make it work so I'm throwing out a life line.
    I would like to create a custom button in Photoshop that I can use in DVDSP 4. I've built a psd file at 300x300 pixels@ 72ppi in a 16bit file. I created the 4 layers and arranged them from top to bottom Icon, Hightlight, Shape, and Mask.
    Imported into DVD studio pro as a custom shape, dragged it into the menu and said make button. Went to the color tab in the inspector clicked simple and change the normal selected and active states but it changes it for the whole button shape not just the shape of the psd file. HELP!!

    Alright, I've been searching the forum and web all day and done some tutorials but I can't seem to find what I'm looking for or can't make it work so I'm throwing out a life line.
    I would like to create a custom button in Photoshop that I can use in DVDSP 4. I've built a psd file at 300x300 pixels@ 72ppi in a 16bit file. I created the 4 layers and arranged them from top to bottom Icon, Hightlight, Shape, and Mask.
    Imported into DVD studio pro as a custom shape, dragged it into the menu and said make button. Went to the color tab in the inspector clicked simple and change the normal selected and active states but it changes it for the whole button shape not just the shape of the psd file. HELP!!

  • Create Custom Button

    I would like to make a button that initiates the "run sequence" and at the same time sets all the values to default. Is it possible to create a custom button that does this action. If so how do you create the custom button.

    Hi,
    I'm not entirely sure what you mean by the "run" sequence and what values you are setting to default. Also, if this isn't something specific to your hardware you would probably get more answers on a LabVIEW discussion board.
    Regards,
    Chris J

  • Edit button in uitableview (possible to create custom buttons)

    Hi
    Instead of Edit button in the UiTableView, we can create a custom buttons. Basically once we clicked the edit button it shows the option (delete button) to delete the corresponding row.
    Like that is it possible to create a custom button? Clicked on custom button, instead of delete button can we show other buttons (ok/cancel), rather than delete we can do any other action?
    Thanks
    mindus

    You can add a button using custom javascript. but this could potentially have performance issues. please test the performance and functionality if you implement a lot javascript
    see this link : http://helponmyproject.com/TTOCOD/
    Regards,
    Royston

  • How can I create a custom button for opening a form?

    I have a parent form having child forms. In my main form I want to create custom buttons for opening child forms. I want to use master-detail form but there are more than one child forms, and in master-detail form I can only create one detail form. So I will create a form based on a table and in that form I will call the child forms by custom buttons. Can I do that?
    Thanx,
    Gulsah.

    This can be easily done. First open up two instances of your Portal. In one window, you will need to go into your component you wish to link FROM. In the other window you will need to go into your component you wish to link TO. In the component you wish to link TO there will be a moduleid. Note this somewhere. Then, you will see an area that says: "Call Interface: Show". Click on this. (In the window you are linking to.). In this window, you will see a bunch of stuff. At the bottom you will see a URL call. This is the call you need to use. At the top, it explains each piece of the URL call. Just subsitute YOUR appropriate information into the URL call. In the form you wish to link FROM, create a button. Once you create this button, it will appear at the bottom, click on it and you will see an area to insert a Javascript. Click the onClick and insert:
    //this is the variable you want to pass from one form to the other
    get_field_name = getField(this.form,'COLUMN_NAME_IN_DATABASE');
    //this is so you can open the "child" form
    window.open('/pls/cc_prod/DAD_NAME.wwa_app_module.link?p_arg_names=_moduleid&p_arg_values=MOD_ID_HERE&p_arg_names=_sessionid&p_arg_values=&p_arg_names=COLUMN_NAME_IN_DATABASE&p_arg values='+GETFIELD_NAME+'&p_arg_names=_COLUMN_NAME_IN_DATABASE_cond&p_arg_values=%3D');
    In the fourth tab, where it says, "....before displaying form" insert the following: (This will tell the form how to handle the getField function.)
    htp.p('<script language="JavaScript1.3">
    < !--
    function getField(form,fieldName)
    var objName = "";
    var tmp = "";
    var dAction = "";
    var sel_idx = 0;
    var cnt = 0;
    var instance = 0;
    var slicedName;
    var fillData = new Array();
    for (var i = 0; i < form.length; i++)
    slicedName = form.elements.name.split(".");
    tmp = slicedName[2];
    instance = parseInt(slicedName[3],10);
    if (!tmp)
    continue;
    objName = tmp;
    if (objName == fieldName)
    return form.elements[i].value;
    //-->
    </script>');
    I hope this helps.
    null

  • Custom button images

    Hello all,
    In CP 1, I was able to 'easily' (compared to now) create
    custom button images in fireworks then import and set their states
    (up, down, over, . .). Now, it seems to be a much more tedious
    process, and I still haven't got it to work. According to the
    documentation - you now have to use .bmps, then save the img states
    in a certain naming convention, then save them in a particular
    directory! No more browse function for each image state?!?!.
    Furthermore, you can only select 1 image - and this 1 image becomes
    becomes the image for up, down, over, etc. even though I used the
    documented naming convention 'style-preview.bmp',
    'style-playbuttonup.bmp', 'style-playbuttondown.bmp'. I must be
    missing something - it cannot be this tedious to use your own
    custom created buttons. Anyone using their own buttons with up,
    down, and over states?? Any help will be greatly appreciated.
    Thanks.

    Thanks very much for this information. I'm now able to create
    navigation tabs out of custom buttons. This was much easier than
    the design template for tabs on the Captivate Exchange (
    http://www.adobe.com/cfusion/exchange/index.cfm?event=extensionDetail&loc=en_us&extid=1049 430).
    I opened one of Captivate's buttons (.bmp) from the Buttons folder
    in the Gallery folder (C:\Program Files\Adobe\Adobe Captivate
    2\Gallery\Buttons) into Adobe Photoshop, then I modified the
    background and font color, saved it back into the button folder
    with the naming conventions listed here. I then copied all the
    buttons as a group against a background image on every slide. The
    over, up, and down states are inherent in the buttons when you use
    the naming conventions. I'm sure it will be easy to create the tab
    shape to look like navigation tabs.
    I found some great samples here:
    http://www.alvit.de/css-showcase/css-galleries-tabs-navigation-showcase.php.

  • Custom Buttons

    Hi Gurus,
    I want to create some custom buttons on Runtime Prompts (like Add, Remove etc)?
    How I create Custom button and associate to the Business Rule?
    Thanks & Regards,
    Sravan Kumar.

    Hi,
    I explained how it was done in the post, but here we go again.
    Go to Administration > manage menus > "WFPMenuNewHires" > Edit > "1.1 AddSalaryTBH"
    See the input boxes
    Window Title:
    OK Button Label:
    Cancel Button Label:
    You can put your own values in these boxes so when a business rule it opened then the "OK","Cancel" button use the custom values you have entered, so for example you can change the "OK" button to "Add"
    Cheers
    John
    http://john-goodwin.blogspot.com/

  • Toolbar custom buttons

    Is there any way to add/create custom buttons fot the Pages toolbar??
    e.g. Iwould like to have a button where I press to execute the Latex thing, going to Services, and transform my latex code into the latex writing.
    Another one would be a button to export to PDF.
    These are all things that I do lots of times wile I'm writing in Pages.
    Thks

    No, you can only add the buttons available in 'Customize Toolbar'.
    There are third-party programs which can execute any command you like on a keystroke, or in some cases a button in a button bar: the best of these is QuicKeys - it's not cheap, but it is extremely powerful and can be used to automate complex processes: it can easily be used to open anything you want on a specified trigger.

  • Problems with custom buttons

    I have problems with custom buttons in Captivate 5. The button is not switching from the _up stage to _over stage, but when I click on it the _down stage works fine. It is not a problem with the naming of the buttons. They are all with the same name and in lower case. I have tried with various custom buttons and the problem is the same. There is no problems with the standard buttons from the Adobe Gallery, so it is a bit strange, also strange that it is only the _over stage that causes problems.
    The buttons I have made in Adobe Illustrator. Have tried both exporting in png and bmp format. It is the same problem.
    Hope someone has some idea as to what can be wrong.

    Hi Manish,
    I have uploaded the zip file with the button files to Acrobat and mailed you the link.
    Look forward to hear if you find a reason or more importantly a solution :-)
    Kind regards
    Rene

  • Can Captivate 3 Support a Rollover and a Custom Button in the Same Area?

    Hello,
    I'm trying to create a functionality in a slide that includes both a custom button and a rollover text box.  I'd like both the button and the text box to occupy the same area and trigger off the same MouseOver action.
    I'm finding that only one or the other will trigger on the MouseOver.  It seems like only the top-most object (whether it is the button or the rollover text box) will trigger on the MouseOver.
    I've considered multiple workarounds, but each of them I've thought about tend not to fail for one reason or another.  Here's what I've considered so far:
    Create a rollover slidelet.
              *  I can't find a way to import a button into the rollover slidelet.  Also, I can't use a rollover image in the slidelet because I need the _down, _up, and _over states.
    Create a button with transparent properties outside the bounds of the actual button to include the rollover text.
              *  Since I have so many buttons in a row, there's no way to exclude certain portions of the button that might overlap the rest of the buttons.  Also, I don't want people to MouseOver where the text box might be to enable the button.
    Create a click to jump to the button.
              *  This sacrifices the true functionality of the simulation.
    Finally, I don't want to use any other program other than the Captivate series of programs to complete this action.  I know I can import an animation, but I currently can't support that as a solution.
    I'm guessing that I've reached a Captivate limitation.  However, I figured I'd give a last ditch effort to see if there's anything out there that might be a clever workaround I can't figure out.
    So, what do you all think?
    Cheers,
    Chris

    Hi again
    I would then surmise you find yourself upstream with no visible means of propulsion.
    Please consider submitting a Wish Form to ask for this capability to be considered in the next version. (Link is in my sig)
    I'm not sure how many folks would actually realize there are three states. The down state happens so briefly it's hardly noticeable.
    Cheers... Rick
    Helpful and Handy Links
    Captivate Wish Form/Bug Reporting Form
    Adobe Certified Captivate Training
    SorcerStone Blog
    Captivate eBooks

  • How to create a custom Button in a SNP planning book

    Hi Experts,
    I created my own Planning Book and Dataview in SNP with 3 Key Figures: KF1, KF2, KF3. Now I want to create one my own button with Macro so that when I press that button, the Macro will run to calculate: KF3 = KF1 + KF2.
    I know that I can drag this Macro to one of default events like: Default, Level Change, Start. But actually, I want to create my own button so that I can handle the event as I want.
    My question are:
    1. How to create a custom button on the toolbar of SNP Planning book and writing macro for the button?
    2. Please give me any document, material teaching about writing macro and relating to my above scenario.
    Thanks very much!
    Duyennx
    Edited by: xuanduyen on Sep 6, 2011 9:20 AM

    Hi,
    Access the transaction "/n/sapapo/advm". In the list select your planning book/ data view and click 'Start Macro Builder' button.
    In the Macro builder screen, drag and drop your macro from Macro depot to the work area.
    Right click on your macro name and select 'properties'. In the pop up, next to the Assigned Push button field, there is a button 'Choose'. Click that. It will display all the available icons. In standard system, it displays more than 1000 icon. Choose any one icon which is suitable for your macro function. Close the pop up and save the macro. This will assign a push button to your macro.
    In the Planning book tool bar, you can see the selected icon in the header tool bar. Just by clicking that icon, you can execute the macro interactively.
    And I don't know whether we can include/design our own icon. But there are already 1000+ standard icons to choose.
    Regards,
    Manimaran M.

  • How do I create a toggle (hide/show) button in Captivate 5?

    What is the best method to create a button that will hide / show a particular caption? I looked into using an advanced action, but have not been successful in indicating the correct variable / control statement to make it work.
    Anyone have a button with this purpose developed already? I would love to be able to copy/paste it into into my piece and just change the names to make it work?
    (How lovely that would be!!!:)
    Thanks in advance!
    -Kate (cgoebelx)

    Hello Lilybiri,
    Thank you for responding and yes, I believe this is exactly what I'm trying to accomplish!
    Since it is the first time I’ve ever had to use the Advanced Actions in Captivate before, I’m having an issue re-creating the screen shots you sent me verbatim. Here is how far I was able to get before I noticed that the v_visib “if” statement is not “selectable” in the “else” piece of the statement.
    Do I need to “save” the “if expression” before I’m able to select it as a variable in the “else section”?
    Thank you for all of you assistance, it is MUCH appreciated!
    Sincerely,
    Kate (cgoebelx)

Maybe you are looking for

  • Problem in the audio output

    I bought an iphone 4-3 days ago, the audio output above does not work since I bought the unit. What do I need to do? Reinstall the software?!

  • How can I send a text from my iMac to a cell phone?

    Is it possible?

  • Creating My Own Game

    I need lots of help. 1. What program/programs should i be using to make a FSO style game just like First Star Online. 2. Can someone give me then link for the download. 3. Can someone get me or help me with these programs. (tutorial or MSN IM help) [

  • Row validation with Browser navigation (back button)

    I have created two pages for adding/editing rows in a view object (one for the add/edit page and the other for the DataEditComponent page) as per posting: Re: New user's access to views Scenario: * User fills in only part of the form leaving at least

  • Loading data from a web service to BW

    Hi I have a web service from a company we work with, It looks like http://xxxx.info/CustomerMissions.asmx I want to take the data that the web service returns and upload it into SAP BW. We are in BW 70105. I've read about the soamanager transaction a