Can I add a PLAY or Continue button in my Configurator Panel with a script?

Some of my actions have a stop in them so that I can make some adjustments. How can I continue the action to complete it? Right now I need to go back to the regular action set and press the play button or have a shortcut key assigned to play. Can I add a PLAY button in Configurator?

ocphotog wrote:
Thanks but the action does most of that already. The action makes one last stop so that I can make a few last adjustments. I need a play button for the Configuator panel so that I do not have to go back to the action panel to press play.
If the Stop is the last step in the action that action is actually done. I do not do panels but I would venture two guesses.
1.) Put the stop message in the pannel instead and remove the stop that is in the action.
2.) Leave the stop in the action so the user knows the process is done and they should make any final adjustment on ther own manually. Make the stop a stop with continue and add to the stop message click continue now.

Similar Messages

  • How can I code to play audio continuously from page to page in iBooks for reflow ePub

    Hi,
    I have tried and successfully completed the iBooks ambient soundtrack option in Fixed Layout ePub. It works fine.
    But while trying the same in Reflow ePub, it is not working in iPad iBooks. I have latest iBooks version and latest iOS version in my iPad.
    Please let me know how can I code to play audio continuously from page to page in iBooks for reflow ePub?
    Thanks,
    Sundaram

    As soon as the user turns to the next page, the audio stops.
    That's how it works in all cases.
    the book is a read aloud book.
    See the 'How-To Read Aloud' section in iBA Tips and Tricks 01

  • Can you add a submit by email button without a "default" to: address?

    Can you add a submit by email button without a "default" to: address? I need the email window to launch without an addressee so the user can manually type in their addressee as needed. (A completed pdf will be attached to the email as well).

    Hi,
    use a regular button with this script in its click event.
    event.target.mailDoc({
              bUI: true,
              cTo: '',
              cCc: '',
              cBcc: '',
              cSubject: 'My form',
              cMsg: 'Dear ...,\n\nhere is the final form data. \n\nKind regards\n...'

  • How can I add the "Profile Removal Password Payload"  to a configuration Profile?

    How can I add the “Profile Removal Password Payload”  to a configuration Profile?
    I’m not seeing an option to add this option when I edit the configuration profile within Apple Configurator.
    Do I have to edit the configuration profile(xml file) within a text editor?
    FYI:
    https://developer.apple.com/library/ios/featuredarticles/iPhoneConfigurationProf ileRef/Introduction/Introduction.html
    Profile Removal Password Payload
    The Removal Password payload is designated by specifying com.apple.profileRemovalPassword value as the PayloadType value.
    A password removal policy payload provides a password to allow users to remove a locked configuration profile from the device. If this payload is present and has a password value set, the device asks for the password when the user taps a profile's Remove button. This payload is encrypted with the rest of the profile.
    Key
    Type
    Value
    RemovalPassword
    String
    Optional. Specifies the removal password for the profile.

    You have found where it is stored in Thunderbird?
    Delete it. When Thunderbird needs it again, it will ask you for it.

  • How can I add more than one same spry menu (eg. collapsible menu)  with in different styles (font size, color, background, etc) on current page?

    How can I add more than one same spry menu (eg. collapsible menu)  with in different styles (font size, color, background, etc) on current page?

    Hi Nancy,
    This screenshot was only for imagination. A part of the code (not all) is below.  In the code there are some background images but they are not seem in live mode.
    <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
    <html xmlns="http://www.w3.org/1999/xhtml">
    <head>
    <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
    <title></title>
    <link href="css/my_site.css" rel="stylesheet" type="text/css" />
    <link href="SpryAssets/SpryTabbedPanels.css" rel="stylesheet" type="text/css"/>
    <link href="SpryAssets/SpryCollapsiblePanel.css" rel="stylesheet" type="text/css" />
    <script src="SpryAssets/SpryTabbedPanels.js" type="text/javascript"></script>
    <script src="SpryAssets/SpryCollapsiblePanel.js" type="text/javascript"></script>
    <style>
    #CollapsiblePanel1 .CollapsiblePanelOpen .CollapsiblePanelTab {
        background-color: #003366;
        font-size: 18px;
        line-height: 52px;
        color: #FFF;
    #CollapsiblePanel1 .CollapsiblePanelTabHover .CollapsiblePanelTab {
        background-color: #003366;
        color: #FFF;
        text-shadow: 1px 1px #000;
        font-weight: bold;
        line-height: 52px;
    #CollapsiblePanel1 .CollapsiblePanelClosed .CollapsiblePanelTab  {
        background-color: #C3CFDF;
        border-radius: 5px 5px 0px 0px;
        color: #999
        text-shadow: 1px 1px #000;
        font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
        font-size: 18px;
        font-weight: bold;
        line-height: 52px;
    #CollapsiblePanel2 .CollapsiblePanelOpen .CollapsiblePanelTab {
        background-image: url(images/international.jpg);
        background-repeat: no-repeat;
        font-size: 18px;
        line-height: 52px;
        color: #FFF;
    #CollapsiblePanel2 .CollapsiblePanelTabHover .CollapsiblePanelTab {
        background-color: #003366;
        color: #FFF;
        text-shadow: 1px 1px #000;
        font-weight: bold;
        background-image: url(images/TR_Col-WEB.png);
        background-repeat: no-repeat;
        line-height: 52px;
    #CollapsiblePanel2 .CollapsiblePanelClosed .CollapsiblePanelTab  {
        background-color: #C3CFDF;
        border-radius: 5px 5px 0px 0px;
        color: #999
        text-shadow: 1px 1px #000;
        font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
        font-size: 18px;
        font-weight: bold;
        background-image: url(images/TR_Gray2-WEB.png);
        background-repeat: no-repeat;
        line-height: 52px;
    #CollapsiblePanel2 .CollapsiblePanelContent {
        background-color: blue;
    #CollapsiblePanel3 .CollapsiblePanelOpen .CollapsiblePanelTab {
        background-image: url(images/TR_Col-WEB.png);
        background-repeat: no-repeat;
        font-size: 18px;
        line-height: 52px;
        color: #FFF;
    #CollapsiblePanel3 .CollapsiblePanelTabHover .CollapsiblePanelTab {
        background-color: #003366;
        color: #FFF;
        text-shadow: 1px 1px #000;
        font-weight: bold;
        background-image: url(images/TR_Col-WEB.png);
        background-repeat: no-repeat;
        line-height: 52px;
    #CollapsiblePanel3 .CollapsiblePanelClosed .CollapsiblePanelTab  {
        background-color: #C3CFDF;
        border-radius: 5px 5px 0px 0px;
        color: #999
        text-shadow: 1px 1px #000;
        font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
        font-size: 18px;
        font-weight: bold;
        background-image: url(images/TR_Gray2-WEB.png);
        background-repeat: no-repeat;
        line-height: 52px;
    #CollapsiblePanel4 .CollapsiblePanelOpen .CollapsiblePanelTab {
        background-image: url(images/TR_Col-WEB.png);
        background-repeat: no-repeat;
        font-size: 18px;
        line-height: 52px;
        color: #FFF;
    #CollapsiblePanel4 .CollapsiblePanelTabHover .CollapsiblePanelTab {
        background-color: #003366;
        color: #FFF;
        text-shadow: 1px 1px #000;
        font-weight: bold;
        background-image: url(images/TR_Col-WEB.png);
        background-repeat: no-repeat;
        line-height: 52px;
    #CollapsiblePanel4 .CollapsiblePanelClosed .CollapsiblePanelTab  {
        background-color: #C3CFDF;
        border-radius: 5px 5px 0px 0px;
        color: #999
        text-shadow: 1px 1px #000;
        font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
        font-size: 18px;
        font-weight: bold;
        background-image: url(images/TR_Gray2-WEB.png);
        background-repeat: no-repeat;
        line-height: 52px;
    #CollapsiblePanel5 .CollapsiblePanelOpen .CollapsiblePanelTab {
        background-image: url(images/TR_Col-WEB.png);
        background-repeat: no-repeat;
        font-size: 18px;
        line-height: 52px;
        color: #FFF;
    #CollapsiblePanel5 .CollapsiblePanelTabHover .CollapsiblePanelTab {
        background-color: #003366;
        color: #FFF;
        text-shadow: 1px 1px #000;
        font-weight: bold;
        background-image: url(images/TR_Col-WEB.png);
        background-repeat: no-repeat;
        line-height: 52px;
    #CollapsiblePanel5 .CollapsiblePanelClosed .CollapsiblePanelTab  {
        background-color: #C3CFDF;
        border-radius: 5px 5px 0px 0px;
        color: #999
        text-shadow: 1px 1px #000;
        font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
        font-size: 18px;
        font-weight: bold;
        background-image: url(images/TR_Gray2-WEB.png);
        background-repeat: no-repeat;
        line-height: 52px;
    </style>

  • Can't add supervisor as Primary Supervisor in the "Team Configuration" menu.

    Dear All,
    I can't add supervisor as Primary Supervisor in the Team Configuration menu.
    What is wrong in my configuration?
    Thanks in advance
    Bahlul

    Hi Bahlul.
    I assumed that user has been imported on UCCX by selecting iccx extension on CUCM which automatically give agent capability to the user.
    If you use "user view" function on UCCX and then assign Supervisor capability to a user, you give him access to supervisor web page.
    To let the user to manage a team as supervisor, you have to define him also as an agent.
    That's the reason why you install both supervisor and agent desktop tool on Supervisor's Pc
    Anyway congrats for finding solution ;)
    Regards
    Carlo

  • How can I add the date at the top of the screen along with the day and time display?

    Hello,
    How can I add the date at the top of the screen along with the day and time display?
    Thanks so much!

    Open System Preferences>Date & Time:
    Ciao.

  • I need to add bpm to my songs but in some of them i just can't add/modify any info. it seems like it happens only with the verified songs (the ones i download from souncloud work for example) probably verified trough gracenote..is there anything i can do?

    i need to add bpm to my songs but in some of them i just can't add/modify any info. it seems like it happens only with the verified songs (the ones i download from souncloud work for example) probably verified trough gracenote..is there anything i can do?
    this is what happens when i try to add/modify the infos and it doesn't work, i'm even unable to click in the spaces
    thanks for your attention,sorry for the bad english

    Right-click on your main iTunes folder and click Properties, then go to the Security tab and click Advanced. If necessary grant your account and system full control to this folder, subfolders and files, then tick the option to replace permissions on child objects which will repair permissions throughout the library. This is the XP dialog but Windows 7 shouldn't be too different.
    tt2

  • How can I add more than one submit button in a jsp without use of javascrip

    I want to add more than one submit button in a jsp without use of javascript

    you can do add multiple submit button with this way
    <input type="submit" value="Previous" />
    <input type="submit" value="Next" />
    <input type="submit" value="Finish" />

  • Can I add images to my radio buttons in sharepoint ? If so, how do I add images to my radio buttons in sharepoint?

    Hello,
    I would like to add Images to my radio buttons in sharepoint input form. Has anyone tried this and succeeded? If so what did you do?
    I have a "how are you feeling section?" and rather than use words like Happy or Sad; I'd prefer to have a smilie face or a sad face.
    I tried leveraging off the text in the column entry screen (inserting <img) tags and inserting common string combinations that retruned smilie images from Lync/ Im or Skype...
    Any help would be appreciated.
    Thanks !
    Philip

    Hi,
    If it's InfoPath form that you are talking about, then its quite simple. Follow the below mentioned steps,
    1. Add option Button control field(two buttons for happy and sad)
    2. You are supposed to type in the option for the button(like Happy and Sad in words) following each radio button.
    3. Instead of typing there, add a picture control and make it read only. Put the smiley as the default picture of the picture control through picture control properties.(you can browse for the pic from your PC).
    Hope it helps!
    Thanks,
    Tamilarasan R.

  • Can you add things to the Firefox button menu?

    Regarding the orange Firefox menu button--can you add things to it? I want to add the zoom option to that menu. I an add the + and - zoom buttons to the toolbar, but I want the zoom option in the orange Firefox button menu itself instead. Is that possible?

    Have you considered using the keyboard commands for Zoom? <br />
    https://support.mozilla.org/en-US/kb/font-size-and-zoom-increase-size-of-web-pages
    Or use '''{Alt}''' to show the Menu bar - then hit '''{V}'''for the View menu - then '''{Z}'''for Zoom - then use '''{I}''' to zoom in or '''{O}''' to zoom out from the keyboard.
    Adding menu items isn't easy, plus the internal commands for the new menu item would need to be coded. You would either have to locate an extension which adds those menu items or learn how to create an extension that has that feature.

  • How can I add Internet browser back/forward buttons to the main toolbar?

    The developper of the software I'm testing manages to open
    web-pages in a window within our software. We find this a great
    feature, although it has one downside: no back/forward buttons the
    users have gotten used to thru standard Internet browsers.
    Is there any way to add these classic Internet browsing
    buttons to the main toolbar of a WebHelp output? I've noticed them
    on some other outputs (HTML-help if I'm not mistaken).
    I've noticed some similar topics in this forum, but the seem
    to discuss the browsing sequence buttons, which we find less
    usefull.
    Thanks for looking into this!
    Greetings,
    Olivier

    Hi Olivier
    Take a look at my Skinny on Skins file. There are
    instructions inside on how to accomplish this.
    Cheers... Rick

  • Can I add the Play/Pause and Mute functions to image buttons

    A custom skin that was created to wrap around a Captivate
    movie we are creating does not include the playbar, but does have
    both a Play/Pause button and a Mute button, both of which are
    normally located in the playbar. We want to create custom image
    buttons for these actions and assign the Play/Pause and Mute
    funtions to them. Can anyone suggest how we might do this? I
    suspect that the answer lies in creating Javascript that will
    accomplish these funtions. Any suggestions would be appreciated.
    Thanks.
    JazzzAl

    Does anyone know if it's impossible?

  • Can't add and play music to itunes

    i hope i get some help well i was going to add a new cd and and when it got in it got the names and the rest but when it begins to import it does it at 1 second per song and when i take it out and in again i stop the import and only try to play the songs it does the same 1 sec per song i'll put here the cd diagnoastics here so any body can give me a hand: . Microsoft Windows XP Home Edition Service Pack 2 (Build 2600)
    Compaq Presario 900
    iTunes 6.0.4.2
    CD Driver 2.0.4.3
    CD Driver DLL 2.0.3.2
    LowerFilters: PxHelp20 (2.0.0.0), drvmcdb (1.0.0.1), MxlW2k (1.1.0.116), Cdr4_xp (7.5.0.50),
    UpperFilters: GEARAspiWDM (2.0.4.3), Cdralw2k (7.5.0.50), pwd_2k (7.5.0.50),
    Video Driver: Mobility U1\Mobility U1
    Found aspi32 running.
    IDE\DiskFUJITSUMHR2040AT_______________________53BB___, Bus Type ATA, Bus Address [0,0]
    IDE\CdRomTOSHIBADVD-ROM_SD-R2102________________1A16___, Bus Type USB
    USBSTOR\CdRomMADDOG_MD-16X3DVD9-8X_1.F1
    Check the Windows Update website to verify that you have the latest service packs and patches for your OS. Service packs affect the performance of USB and firewire CD / DVD drives.
    Current user is administrator.
    D: MAD DOG MD-16X3DVD9-8X, Rev 1.F1
    Audio CD in drive.
    Found 14 songs on CD, playing time 51:03 on Audio CD.
    Track 1, start time 00:02:00
    Track 2, start time 03:31:34
    Track 3, start time 06:56:70
    Track 4, start time 10:53:57
    Track 5, start time 14:59:40
    Track 6, start time 18:48:04
    Track 7, start time 22:49:31
    Track 8, start time 26:09:05
    Track 9, start time 29:27:65
    Track 10, start time 33:02:46
    Track 11, start time 35:52:70
    Track 12, start time 39:31:63
    Track 13, start time 43:03:34
    Track 14, start time 47:11:25
    Audio CD reading succeeded.
    Get drive speed succeeded.
    The drive CDR speeds are: 8 16 24 32 40 48.
    The drive CDRW speeds are: 8.
    The drive DVDR speeds are: 8.
    The drive DVDRW speeds are: 8.
    i hope to get help here i even taken out itunes from my sistem and deleted my 1,450 songs to check out it began to work ok ti but it only lasted 1 day i even re-instaled my dvd-rw external 2 times in case but i dont know what else to do

    the strange thing is that i can do about everything with windows media player with my same dvd burner paly cds and burn them but when i go to do the same with itunes i can't it imports the songs a sec per song and when i go to the librery to hear them they do the same thing a sec per song

  • XI - Can I Add Page Up and Down Buttons Back?

    I just updated to XI and the page up and down buttons that used to be on the toolbar are gone.  Is there a way to add them back?
    Thank you.

    You can customize the tool bar like any other program. You are given a standard basic set of tool bar buttons and you can customize it as needed.
    Customizing Toolbars in Acrobat X
    Enterprise Toolbar Customization in Acrobat and Reader X

Maybe you are looking for

  • How to find out list user who did the printing

    Dear All, We are using network print server using HP LaserJet 5550 and jetdirect, since our number of users is more than 500 staff in one place, sometimes they do the unresponsible printing such as print full color photos for personal use, print a no

  • Smart form problem when printing header in table

    Hi Friends, I am facing some problem in smartform. In my smartform there is a table - where I should print "Header" at each start of line items and also at page break. So, I checked both the check boxes in Header as "Start of table" and "Page break".

  • Exception writing binary data to the output stream to client -Broken pipe

    Hi, I am trying to use the drag & drop feature using Contributor mode of Webcenter sites. Single Image Page Attribute is working properly where as Multiple Image Page Attribute throws the following error: [ERROR] [.kernel.Default (self-tuning)'] [log

  • Boot Camp crashes after the windows software support download is finished and before the software is installed on the thumb drive

    I have previously installed Boot Camp on this Computer (MBP mid 2012, 15" 2.6 GHZ).  I recently replaced the hard drive and was reestablishing bootcamp again.  While Boot Camp is writing to the USB thunb drive it crashes and rebootrs.  The crash does

  • Recover Undo Segment

    Hi, I am getting the following error in Alert Log file. SMON: about to recover undo segment 4 SMON: mark undo segment 4 as needs recovery SMON: about to recover undo segment 7 SMON: mark undo segment 7 as needs recovery Can any buddy tell us that how