Field Property dialog jumping to next field

When I finish entering the field NAME in the field property dialog and tab or select with mouse to enter information in the TOOL TIP field, I am taken to the Tool Tip of the next field in the tab order. (This only happens when I paste in the field name, not when I type it in by hand.)

This is either a progam error or some strange feature built into Acrobat 9.
I discovered it doesn't matter if you paste info or type in by hand. In field propeties, when the name field looses focus the dialog automatically tabs to the next field. So, I wind up looking at the tool tip window of the following field.
If I enter the tool tip first, and then shift-tab to get up to the name this doesn't happen.
(Note: this auto field tab happens when the field navigator is open and we open the propeties dialog from a selected field by Alt- p.)

Similar Messages

  • Advanced action: jump to next slide if all text entry boxes are filled out. If not, pause project and show error message

    Hi there
    Working with captivate 4 and advanced actions, which is a great new feature, I encounter the following problem:
    I have a sign-in slide, where the user has to insert his name and several other data. For user-friendly handling, I have the text entry boxes appearing one after another, so when the user confirms his entry, the next text entry box appears and has the focus.
    The button for jumping to the next slide works with an advanced action:
    Only if the user has filled out all the text entry boxes, the action "jump to the next slide" is performed.
    If not, an error message is shown.
    It works well so far.
    Now, I want the project to pause there, and not to jump back to the beginning of the slide (as suggested in another Thread in this forum), because then the text entry boxes dissappear again.
    I tried to set the movie control variable rdcmndPause to 1 in order to make the movie pause, but nothing happens.
    I tried it with an external playback control bar and without, it didn't work in either case.
    I found the hint:
    To control the project through the skin file, add the prefix cpSkinLoader_mc to the variables. This might be the solution.(?)
    But how can I change the name of a MovieControl Variable?
    If anyone knows, how this is supposed to work or has another suggestion to solve the problem, please let me now.
    Thanks a lot.
    Petra

    Hi Petra,
    I believe I can help you, but from a completely different angle than anything you've tried yet.  I try to find simple solutions to complex problems.  No advanced actions will be needed, just a little creative timing.  First, I need to be sure I correctly understand what it is you're hoping to accomplish.
    If I understand you correctly, you've got a single welcome slide.  On this slide you've got several TEB's (text entry boxes), set up with variables to make your project more personal or gather some required information.  These TEB's have no right or wrong answers, they simply require an entry: such as an address which begins with a numeric key.  The TEB's are set to appear one after another, as one is completed the next one appears.  Once all have been completed a next button, set to "jump to next slide" takes them  to the next slide and on through your course.  You want the project to pause until the user clicks this button, and only proceed if all TEB's have been entered.  If not, you wish an error message to appear.
    If the above description is correct, I'd do the following:
    Leave your TEB's to show up one at a time as the previous is submitted, as you've described. (each one pauses the slide till info is submitted, then "continues" the slide and the next TEB displays)
    Set each TEB to "display for rest of slide".
    For the next button:  In the properties dialog box, options tab, name the button "Next_button" and uncheck the visibility box.
    Open the properties for the final TEB that students will fill in and set the on success property to "show" then choose the Next_button by clicking the drop down arrow beside the "show" field.  This will hide the Next button until all TEB's have been filled in.
    There is no error message, because there is no possibility of error.  Why tell a student they've messed up, just eliminate that possibility!    All TEB's only display after the previous is entered, and the Next button is hidden until the last TEB is entered.
    I've tested this in a simple 3 slide project and it all worked fine, including some variables.  If you need more detailed info, or would like to see the sample proj. I created let me know.
    Hope this helps.
    randy

  • Song wont play and just jumped to next song automatically

    Hi guys, Im using MacBook Pro OS X 10.9.2, iTunes 11.1.5(5) and iPhone 4S
    Actually, i added my musics on iTunes library and all of them play properly in iPhone but when im going to play a specific one it wont play and automatically jumped to next track. Once I deleted the song on MacBook's library and add it again but still cant paly it on iPhone! However, i can play the exactly same song on MacBook without any problem but in iPhone cannot!!!!
    is there any solution for this issue ?!

    Hi Sharif - when you go to play the music on your iPhone is there a cloud icon with a red arrow next to the length of the track as shown below?
    If so the track is not on your phone. Tap the cloud and it will download to your phone and once finished you can play it normally.

  • Jumped to next page eventhough first page's main window not full

    Dear All expert,
    I meet a problem that my script form sheet jumped into next page even though the first page is not full.
    I checked in script there is not any new-page command.
    Do you have any suggestion?
    appriciate your help.

    Hi,
    There could be many reason for this.
    Please check the followings.
    1. Page protection command is not used.
    2. size of main window
    try to debug the script and find the exact reason.
    Hope this will help you.
    Regards,
    Raj Gupta

  • Button Widget - Need it to jump to next slide, not simply continue

    I'm new to Cp 5.5. I was an expert in Cp4 and prior versions, but due to work changes I've not worked with Captivate in a few years and am just getting back into it. Definitely things have changed!
    I setup a master slide and at the top-right I placed one of the static SWF button widgets that comes with Captivate. In the options for it I set it to go to the next slide when clicked, however upon preview it is continuing on the same slide and not jumping to the next one. I tried it with a few of the swf buttons and they all work the same. Am I doing something wrong? Or is the code broken on these buttons?
    If the latter, then I guess my option, if I really want to keep the look of the button (I do), then is to just use it as an image button?

    Hello and welcome back,
    The static button coming with Captivate 5.5 has no pausing point but it should work OK, does for me anywat. How did you test? Can you insert a text caption with the system variable rdinfoCurrentFrame to see if there is indeed no jump to next slide?
    If you want the static button with a pausing point, at half its duration, you can download it from my blog:
    What I (dis)like in Captivate 5.5
    I do not understand your last question? You want only the image, not the functionalities of that button? You should be aware that only static objects can be inserted on a master slide, not interactive objects.
    Lilybiri

  • Jump to next record when current record blocked

    Dear all,
    I have a problem with my oracle forms on the trigger WHEN-VALIDATE-ITEM.
    i used that trigger to validate records...if i have a record status "sealed" i want that record wont show up.
    here is my script:
    if :documents.court_case_number is not null then
              case_id:=court_admin.case_read_pck.CcntoCasId(:documents.court_case_number);
              select sealed into cs_seal from cases where id=case_id;
              if cs_seal='D' then
                   message('court case: '||case_id||' status seal: '||cs_seal); <-- if status "D" mean : sealed >> i want to just skip that record and jump to next record, i need help the script for this stage
              else
                   return;
              end if;
         end if;
    thank you

    Hadi Wijaya wrote:
    Dear all,
    I have a problem with my oracle forms on the trigger WHEN-VALIDATE-ITEM.
    i used that trigger to validate records...if i have a record status "sealed" i want that record wont show up.
    here is my script:
    if :documents.court_case_number is not null then
              case_id:=court_admin.case_read_pck.CcntoCasId(:documents.court_case_number);
              select sealed into cs_seal from cases where id=case_id;
              if cs_seal='D' then
                   message('court case: '||case_id||' status seal: '||cs_seal); <-- if status "D" mean : sealed >> i want to just skip that record and jump to next record, i need help the script for this stage
              else
                   return;
              end if;
         end if;
    thank youDefine Skip!! When?? during navigation, Query??
    You are using WHEN-VALIDATE-ITEM trigger to validate records????
    If you want the records that are "sealed" to be excluded from your query, you can set the block's either DEFAULT_WHERE or ONETIME_WHERE clause programatically using SET_BLOCK_PROPERTY.
    Explain your requirements more clearly so we can help you.
    Tony

  • Jump to next frame label without specifying a name

    Is it possible to jump to next frame label without specifying
    the name of the frame label?
    For example instead of saying
    on (release) {
    gotoAndPlay("Step_02");
    I wanted it just to go to next available frame label.
    Thanks
    Jonas

    not with actionscript 2.

  • Download to improve your LV 2009: "Apply Icon To VIs" button for Library Property dialog

    Users made a request on the LabVIEW Idea Exchange to add a button to the Library Property dialog that would apply the library icon to the member VIs without having to edit the library's icon. Rather than wait for the 2010 release of LabVIEW, you can have this now. Download the attached .zip file. Unzip it and place the files in this directory:
    labVIEW 2009\resource\Framework\Providers\VILibraryoverwriting the files that are there already.
    Solved!
    Go to Solution.
    Attachments:
    ApplyIconToVIsButton.zip ‏145 KB

    Hi AQ
    Thanks for writing/posting this code (and for ThSa for pointing it out to me).
    I have made it into a package to easily share it using VIPM (plus I can easily upgrade a new install of 2009 this way too).
    It can be downloaded via LAVA CR
    Cheers
    -JG 
    Certified LabVIEW Architect * LabVIEW Champion

  • When playing songs in iTunes playlist, How do you keep the next song from jumping to next song? I am working on song list updating other tracks info and then the next song starts and I lose my spot in song list?

    When playing songs in iTunes playlist, How do you keep the next song from jumping to next song? I am working on song list updating other tracks info and then the next song starts and I lose my spot in song list?

    Max OSX 10.6.8, iTunes 11.1
    I had a similar problem: I wanted to synch my playlist to my iphone. I like to have my playlist sorted by genre. But under each genre, albums are not sorted by the track numbers. This is a problem, especially when I am listening to club mixes when the DJ smoothly transitions from 1 track sequentially to the next one. Under the properties of each audio file, the Track Numbers and Disc Numbers are already there.
    My perfect solution was to turn On Sorting - Sort Album under View>Show View Options. Then, select all the songs in that album (Shift click, Cmd click, etc) , and Edit multiple item information (Cmd I). You will see Info-Video-Sorting-Options buttons. Click on Sorting. Then, under Sort Album, Enter the name of the album. Then OK.
    You should now have the playlist sorted by Genre, then each album individually sorted by track numbers. On your playlist you should see, if you scroll right, the column added called "Sort Album".
    Hope this helps.

  • Why is the 'Choose icon...' button in the Options tab of the field property dialog box not enabled?

    I am using Adobe Acrobat Professional XI running on Windows 8.
    This “feature” has been bugging me for some time now. I remember it happening when I used Acrobat 9 Professional (Windows XP) and it is still happening in Acrobat XI Professional. I think I figured out a situation when I can reproduce this “feature” conistently and I hope someone fixes this.
    Try the following and see what happens:
    1. Acrobat Professional is not open.
    2. Launch Word and start editing a document (or some other authoring tool that can generete PDF document).
    3. After editing the document, generate a PDF version of the document.
    4. Launch Acrobat Professional and edit the PDF document generated in 3.
    5. Add a button.
    6. View the button's properties.
    7. Change the Fill Color property in the Appearance tab to none.
    8. Change the Layout in the Options tab to Icon only.
    Now here is what bugs be. Shouldn’t the 'Choose Icon ...' button be enabled? It is not enabled after step 8. It is possible that 'Choose Icon ...' button is enabled for some of you. I this case, it would be nice if at least one of you who experience the same bug say so in this thread so that Adobe doesn't think I am sending them on a wild goose chase.
    I can enable it by selecting a different tab and then returning to the Options tab. A similar thing happens when reverting back from 'Icon only' to 'Label only' but I am not sure how to reconstruct a scenario for this one.
    Here is the dialog box for one instance when I noticed the bug.
    Regards,
    John

    You're right, it has been that way for a long time. I've never bothered reporting it as a bug since it's simple enough to deal with, but reporting it would be a reasonable thing to do.

  • Aut. cursor jump to next cell/field in Web Dynpros ALV

    Hi all
    How do I get the cursor in a cell to jump automatically to the next cell when the user enters the last character?
    Any help is greatly appreciated.
    Regards
    Lars Romer

    Here is the sample code for auto tabing.
    You can use as per you need where ever you wanted. Reward & close the thread if its helpful.
    <!-- TWO STEPS TO INSTALL AUTO TAB:
      1.  Copy the coding into the HEAD of your HTML document
      2.  Add the last code into the BODY of your HTML document  -->
    <!-- STEP ONE: Paste this code into the HEAD of your HTML document  -->
    <HEAD>
    <SCRIPT LANGUAGE="JavaScript">
    <!-- Begin
    var isNN = (navigator.appName.indexOf("Netscape")!=-1);
    function autoTab(input,len, e) {
    var keyCode = (isNN) ? e.which : e.keyCode;
    var filter = (isNN) ? [0,8,9] : [0,8,9,16,17,18,37,38,39,40,46];
    if(input.value.length >= len && !containsElement(filter,keyCode)) {
    input.value = input.value.slice(0, len);
    input.form[(getIndex(input)+1) % input.form.length].focus();
    function containsElement(arr, ele) {
    var found = false, index = 0;
    while(!found && index < arr.length)
    if(arr[index] == ele)
    found = true;
    else
    index++;
    return found;
    function getIndex(input) {
    var index = -1, i = 0, found = false;
    while (i < input.form.length && index == -1)
    if (input.form<i> == input)index = i;
    else i++;
    return index;
    return true;
    //  End -->
    </script>
    </HEAD>
    <!-- STEP TWO: Copy this code into the BODY of your HTML document  -->
    <BODY>
    <center>
    <form>
    <table>
    <tr>
    <td>Phone Number : <br>
    1 - (
    <small><input onKeyUp="return autoTab(this, 3, event);" size="4" maxlength="3"></small>) -
    <small><input onKeyUp="return autoTab(this, 3, event);" size="4" maxlength="3"></small> -
    <small><input onKeyUp="return autoTab(this, 4, event);" size="5" maxlength="4"></small>
    </td>
    </tr>
    <tr>
    <td>Social Security Number : <br>
    <small><input onKeyUp="return autoTab(this, 3, event);" size="4" maxlength="3"></small> -
    <small><input onKeyUp="return autoTab(this, 2, event);" size="3" maxlength="2"></small> -
    <small><input onKeyUp="return autoTab(this, 4, event);" size="5" maxlength="4"></small>
    </td>
    </tr>
    </table>
    </form>
    </center>

  • Jumping to next page after downloading a pdf

    Hello
    I have three links on a page which load pdf files however clicking on the fisrt link is OK but if you click on the 2nd it jumps to the next page in the course.  I want it to stay until someone clicks the next button only.
    Thanks
    Ken

    Hi there
    You need to edit the Click Box or Button that is opening the PDF. There is a down arrow to the immediate right of the field. You click it to choose New to coax the PDF to open in a new window. Sounds like you have already done that. You need to click a second time and DE-select the "Continue playing project" option.
    Once you do this the slide should stay put.
    Note that this action will need to occur on each of the Buttons or Click boxes that open external documents.
    Cheers... Rick
    Click here for Adobe Certified Captivate and RoboHelp HTML Training
    Click here for the SorcerStone Blog
    Click here for RoboHelp and Captivate eBooks

  • In Day view, how to jump to next month

    I've just updated to 10.7 and while there are so many things that annoy me about this iCal update, I'm going to try and focus on some very straightforward user interface options that were both solid and useful in 10.6 (and practically every other calendar software ever built) but have disappeared with the "Here's what we think you'd like in a Western Wear store if you were made to go into a western wear store and buy the fringey glitter eel skin boots you don't really want" update.
    In 10.6 in the day view, we could show multiple future months at a time by toggling an option in the lower left. Wow, pretty revolutionary. It's kind of like those paper calendars I've seen in Mad Men episodes from the 1950s that have an easy way to see many (or all) months at a time. Wow they had it good back then. In the 10.6 iCal software, it provides an easy way to jump to a future date to check on it (AND REMAIN IN DAY VIEW), which I'd say is a pretty essential part of a calendaring software program. One click, you're months in advance. One more click, you're back on today.
    In 10.7, we get the handy current month at top left with a big number (and an abbreviated day, ***?), but from what I can tell, absolutely no easy way to get to a day view in a future month. For example, it's Nov 22nd. If I want to check on Dec. 1, what does one have to do? Let's review the "updated" options-
    1. Click the day advance button 9 times
    2. Switch to month view, advance to the next month, then double click on the Dec. 1
    3. Use the event list tiny scroll bar to hunt the date down like the event carnivore that I am (Why am I forced to look at this event LIST anyhow, I just want a calendar - it's called iCal, not iList)
    4. View menu, go to date, and manually TYPE in a date? Not even a graphic month view here, like you'd find in, say, ANY system that lets you pick a date?
    But, maybe I'm missing something (other than 10.6)
    Please, someone out there tell me this is not an OMEN of untested, experimental, and ugly updates to come from Team Cupertino.
    Gonna go look at my eelskin boots now. Later y'all.
    Looking forward to your thoughts.

    Hi,
    any settings that are not possible in the XML, need to be set in the controller instead.
    Using the string value of an enum is fine, though.
    Regards
    Andreas

  • I had to reload all my programs after a  hard drive problem. Now certain songs are skipped over or only play for a sec or 2 then it jumps to next song. all songs played before. Some are Itune bought and some are my old music.

    I had to wipe my hard drive clean and reload all my programs. After reloading Itunes, I noticed that some songs will not play, they are skipped over, or the songs plays for 1-2 secs then it skips on to next song. Any ideas what I did wrong? All songs played before and some of affected songs are bought, some are my old library I copied off of CDs

    TimT wrote:
    I had been thinking that the hard dri've is starting to fail on me but then I thought about the fact that, If I play an MP3 and the player freezes up or starts jumping through the mp3 file, Then I restart the player and start the same MP3 agian and this time it plays normally, Is it really a hard dri've problem?
    Could be a lot of things unfortunately, from corrupt firmware, corrupt format on the disk, a problem with the mainboard, or a problem with the hard disk.
    I figure that if the hard dri've was damaged it would always freeze up on the same file at the exact same point in the music wouldn't it's
    Not necessarily. It could be just an intermittent fault.
    I want to Format my Zen Touch and reload the Firmware to start from scratch, but I first want to backup my 28 GBs of MP3 and WMA files. However I noticed that when I transfer the files to my hard dri've, all the ID3 Information is gone. Now adding ID3 info to 28GB of files will take days!
    Strange. Did you edit the tag data on the player? If so what happens is the tag data changes are made in the Music Library but not in the files themselves. There's only one way to write the changes back and this involves getting a copy of MediaSource 3. You then transfer the files back to the PC Music Library, and use an update function to update the files (the PC Music Library will have the same tag data as the Music Library on the player). One problem is that MediaSource 3 is very large, and not available from Creative as a download. I can try and get a copy to you if you can't find it elsewhere.

  • Playing podcasts in iTunes, jumps to next episode before finished.

    Playing a podcast in iTunes (12.1.0.50) on iMac (Yosemite, 10.10.2), after playing for about 5 min it jumped to the next episode in the list, played that one for 5 min, then jumped again, and did this until got to the end of the list, then just stopped!

    I had this problem it's because the next episode isn't downloaded, you need to click the cloud with the arrow on it on the right hand side. Will play fine after that.

Maybe you are looking for

  • How do I manually sync without deleting everything on my iphone?

    A few weeks ago my computer broke and I lost everything on it, I got a mac book pro and but now when I try to add songs to my iphone from it it wont let me. If I click sync manually it wll erase everything on the iphone. How do I add songs to my ipho

  • Long Text printing in SAP SCRIPT

    Hi Experts, I have a requirement of printing long text in sapscript. There are 15 condition types for each item in sales order and one long text for each condition record. Each long text has multiple lines i.e. for one long text it may have 2 lines a

  • In designing selection screen

    hi in selectio screen , i have two parameters p_vbeln , p_audat. only one input i have to enter. if p_vbeln is entered p_audat must become greyed (should not allow input). if p_audat is entered p_vbeln should be greyed

  • Does Gnucash work with Mavericks?

    I am running Mountain Lion on my Macbook Air and wish to download Mavericks but am concerned with issues relating to third party software.  I am particularly concerned about Gnucash.  Does anyone know of any problems? Thanks

  • Selecting a file name from a stack of cascaded files?

    Supose I have 5 cascaded files open which I renamed: Picture 1, Picture 2 and so forth. Can a script select lets say Picture 3? An action can not do this to my knowledge.