About dropbox and combobox widgets and variables

This is a two-part problem.
First, I wanted to use a combo box (or drop box) widget to insert a field that can be populated by choosing one of six options (A through F). The variable that gets populated is called 'a'. On the slide, there is the drop (or combo) box and a button that executes an advanced action. In the advanced action, It goes:
IF variable 'a' is equal to 'A' go to slide x.
ELSE go to slide y.
No matter what option is chosen on the combo (or drop) box, nothing gets assigned into the variable. I tried this with both widgets. I finally ended up using a textbox and asking the user to type the correct option into the text box.
Which leads me to the secont part of the problem. The textbox is associated to the variable 'a'. The correct answer is 'A'. The advanced action is the same as above. However, if I want to make the correct answer lower-case 'a', the advanced action ALWAYS evaluates as false and executes the 'ELSE' action, even if the user enters lower-case 'a' into the field. Regardless of what is entered as the answer in this text field, I simply cannot get a correct answer. Meanwhile, if the advanced action is changed to accept the upper-case 'A' as the correct answer, it works.
What am I doing wrong here? What do I need to do to make use of the combo box (or drop-box) widgets in the first place? Anyone with more experience?

Thanks for the response. it's Captivate 5 (sorry for forgetting).
I went ahead and renamed my variables to something more meaningful. That didn't quite resolve the problem. I went ahead with further investigation. I put five comboboxes, each with six different values and each populating their own variables. To see what's actually being entered into those variables, I put a simple text box on the side and populated it with variable values. My advanced action looked at those variables and and executed one of the two specific actions, depending on what the variables contained ("IF [variables] EQUAL TO [a set of data], then do this; ELSE do that"). However, no matter what they contained, it continued to execute the 'Fail' action, rather than 'Correct'. After a while, I noticed in that textbox that showed variable content, that there was a small space before the text. The space did NOT appear if I chose the first option on the list. This led me to see if the combobox would work if I listed options without any spaces. My original entry was: First, Second, Third, Fourth, Fifth. I changed the entry to: First,Second,Third,Fourth,Fifth. This finally solved my problem!
It seems that the widgets that come with Captivate don't behave consistently. Checkbox widget works properly when options are entered with spaces after commas. Combobox doesn't seem to. I haven't tested dropbox yet (I'm in a rush to deliver), but my guess is it won't allow spaces either.
One way to resolve this would have probably been to modify the action to say: IF [variable] CONTAINS [literal]..., instead of: IF [variable] IS EQUAL TO [literal]...
So, this problem has now been resolved. However, I now have a weird problem that I can't figure out, and it looks like a Captivate 5 bug. I have some 15 advanced actions. For some reason, I can no longer select one of them (no. 7 or so). All others I can select and edit, but this particular one I can't recall at all. The action no longer works correctly, so I re-created it, called it something else, and am now calling this new one. The original one can't be edited or deleted, and I'm just a bit concerned what's happened with that script.
Has anyone encountered this situation before?

Similar Messages

  • Basic questions about Objects and variables...

    If I have the following:
    Species theAnimal = new Species();
    Am I right in saying that the object here is 'theAnimal'?.
    If we just wrote it as:
    Species theAnimal
    Then i'm assuming that here 'theAnimal' is the variable name...right?
    I'm just trying to get facts straight when reading.
    Thanks for the help...
    Yash

    At first, theAnimal is pointing to one object, and
    theMammoth is pointing to another?
    In the final line, they're both pointing to the same
    object. Isn't that kind of saying, they're pointing
    to the same memory address/location?Yes.
    They might actually hold the physical memory address of the object, or they might hold some other abstraction that the VM uses to locate the object. In either case, though, they both hold the same value, and you can picture that value as the address of the object.

  • How to put the column name and variable value in the alert message.

    Dear,
    how can i put the column name and variable value in the alert message text. i want to display an alert which tell the user about the empty textboxes. that these textboxes must be filled.
    Regards:
    Muhammad Nadeem
    CHIMERA PVT. LTD.
    LAHORE
    [email protected]

    Hello,
    The name of the item that fires the current trigger is stored in the :SYSTEM.TRIGGER_ITEM system variable.
    The value contained in this item can be retrived with the Name_In() built-in
    value := Name_In( 'SYSTEM.TRIGGER_ITEM') ;
    LC$Msg := 'The item ' || :SYSTEM.TRIGGER_ITEM || ' must be entered' ;
    Set_Alert_Property('my_alert_box', ALERT_MESSAGE_TEXT, LC$Msg ) ;
    Ok := Show_Alert( 'my_alert_box' ) ;
    ...Francois

  • Issue with French characters and Variables combined.

    Using Captivate 4 and publishing to SWF, I discovered the behaviour shown below.
    You can see a text caption
    The text of the first line in Captivate is 'Modifier les paramètres Word - $$v_ScoreParam$$/10'
    When published the è is changed into a Chinese character.
    Is this a known issue? Or am I doing something wrong?
    Thanks for any clues.

    Hello,
    This is a known issue in Captivate 4 (there are several threads in this forum about it), and sorry, it has not been solved in CP4 but is no issue in CP5 (doesn't help you of course).
    I had quite a lot of problems with this. The only workaround is putting this variable in a separate Text Caption and try to put it in place in the other Text Caption. Personally I avoided using those variables when expecting combination characters (like é, à ü...).
    Lilybiri

  • Material standard and variable price

    Hi all,
    I've been ask to create a report that shows the variable and standard price of the material for the current month and compare this with the price of a month that they get to choose, and if they don't choose a month to compare it with then I should show the price of that material for every month of the year.
    My question is, where can I find this info in SAP. I know that in MM03 I see the standard and variable price of the month and the previous month, but that's about it.
    where can I find this historical info of prices for material?
    thanks in advanced,
    Fidel Gregorio Peralta.

    Hi!
    You can find current prices in table MBEW. Field VPRSV says, if you find moving avg. in column VERPR or the standard price in STPRS. Currency is company code currency.
    In table MBEWH you find historical values - which are only inserted in case of price changes - so missing periods have same value as last entry before.
    Regards,
    Christian

  • About NLS_DATE_FORMAT and NLS_LANG.

    Hi
    According to Oracle9 i Recovery Manager User’s Guide Before invoking RMAN, set the NLS_DATE_FORMAT and NLS_LANG environment variables. These variables determine the format used for the time parameters in RMAN commands such as RESTORE, RECOVER, and REPORT.
    I ahve already configured ramn. The V$NLS_PARAMETERS are
    For Target database
    PARAMETER               VALUE
    NLS_LANGUAGE               AMERICAN
    NLS_TERRITORY               AMERICA
    NLS_CURRENCY               $
    NLS_ISO_CURRENCY          AMERICA
    NLS_NUMERIC_CHARACTERS          .,
    NLS_CALENDAR               GREGORIAN
    NLS_DATE_FORMAT               DD-MON-YY
    NLS_DATE_LANGUAGE          AMERICAN
    NLS_CHARACTERSET          WE8ISO8859P1
    NLS_SORT               BINARY
    NLS_TIME_FORMAT               HH.MI.SSXFF AM
    NLS_TIMESTAMP_FORMAT          DD-MON-RR HH.MI.SSXFF AM
    NLS_TIME_TZ_FORMAT          HH.MI.SSXFF AM TZR
    NLS_TIMESTAMP_TZ_FORMAT          DD-MON-RR HH.MI.SSXFF AM TZR
    NLS_DUAL_CURRENCY          $
    NLS_NCHAR_CHARACTERSET          AL16UTF16
    NLS_COMP               BINARY
    NLS_LENGTH_SEMANTICS          BYTE
    NLS_NCHAR_CONV_EXCP          FALSE
    For Catalog database
    PARAMETER               VALUE
    NLS_LANGUAGE               AMERICAN
    NLS_TERRITORY               AMERICA
    NLS_CURRENCY               $
    NLS_ISO_CURRENCY          AMERICA
    NLS_NUMERIC_CHARACTERS          .,
    NLS_CALENDAR               GREGORIAN
    NLS_DATE_FORMAT               DD-MON-YY
    NLS_DATE_LANGUAGE          AMERICAN
    NLS_CHARACTERSET          US7ASCII
    NLS_SORT               BINARY
    NLS_TIME_FORMAT               HH.MI.SSXFF AM
    NLS_TIMESTAMP_FORMAT          DD-MON-RR HH.MI.SSXFF AM
    NLS_TIME_TZ_FORMAT          HH.MI.SSXFF AM TZR
    NLS_TIMESTAMP_TZ_FORMAT          DD-MON-RR HH.MI.SSXFF AM TZR
    NLS_DUAL_CURRENCY          $
    NLS_NCHAR_CHARACTERSET          AL16UTF16
    NLS_COMP               BINARY
    NLS_LENGTH_SEMANTICS          BYTE
    NLS_NCHAR_CONV_EXCP          FALSE
    If i want to restore my database with in the specific time. Will the above setup cause any problem.
    Please i need urget advice about NLS_DATE_FORMAT and NLS_LANG.
    Arif.

    In control file replace:
    MATUR_DT POSITION(78:85) DATE 'YYYYMMDD',
    OR
    On WinDoze, edit registry and set NLS_DATE_FORMAT to YYYYMMDD
    On *nix set NLS_DATE_FORMAT environment variable to YYYYMMDD                                                                                                                                                                                                                                                                                                                                                                                                                               

  • ICloud Photo Library with automatic photo upload services such as Dropbox and Google

    After enabling iCloud Photo Library in iOS 8, do automatic photo upload services such as Dropbox and Google+ still upload photos in full resolution?
    Or do they upload the low resolution file?

    About iCloud Photos Library Beta, it is yet more a preview than a beta
    Do not rely on it to store full res Photos/Videos even if you have a 200GB iCloud Store
    Major Bugs (according to help description of fonctionality):
    -only IOS8 Photos manually edited are uploaded full res from IOS ! If you do not edit you get low res photos in iCloud Library
    -uploaded 1080p videos from IOS are converted to 720p 5mb/s as in existing Photo Sharing and not originals.
    -No upload button in web iCloud photo Client on MAC for many (all?) users
    Also very slow and very often stuck doing nothing.
    I am afraid we would have to wait for next year... or later
    What is unbelievable is that there are no information at all by Apple about what should word on the beta, and known problems, nor any release date, that is definitely not a beta, just powerpoint preview. I am very angry after all the fuss they have done around "new" iCloud and my 200GB monthly payment that I cannot use.

  • Clarrification about JSF and JBoss Seam

    Hi ,
    i have just started a couple of hours ago reading about JSF and JBoss Seam and it seems interesting ......
    here is my question :
    i have a form ( registration form ) written in jsp and a congratulation page (jsp page too)
    is right what i am saying ?
    JSF form ( input values) are sent to Seam to be validated under hibernate rules and then it( Seam ) responses to the JSF the entity bean .
    again JSF form asks Seam to resolve the variable Register ( the value of the submit button in the form) and Seam returns the RegisterACtion
    After that the same jsp page invoke the register method of the RegisterAction stateless session beam .inside the register method it redirect the user to congratulation jsp page .
    do you think its correct
    sorry folks for my english
    Best reagrds
    yacine fandi

    or maybe if you can give a link of a good tutorial I�ll be greatfull
    cheers yacine
    Message was edited by:
    fandi_yacine

  • FM 9 and Variables -

    Using FrameMaker v.9.0p237, installing updates as they pop up (do I have the latest?). Running on Windows XP Professional Version 2002, Service Pack 3. I want to remove variables that we no longer need. When I select the variable name and click the Trash can icon, the first variable is deleted.
    When I select subsequent variables, the selection moves several places down the list and the variable selected for deletion is still there. Frame
    was crashing inmediately when I tried to delete variables before I installed the last update (using Adobe Updater). However, if I continue, Frame
    eventually crashes.The crash message ( "FrameMaker has detected a serious error and must quit") shows the numbers 9004, 6920492, 9676798.
    In addition, when I try to edit a variable, the Add/Edit Variable dialog shows empty fields for the
    Name and Definition. I can re-enter the variable name and definition and click Edit and have it
    save the change, but I shouldn't have to do this. This behavior is intermittent - there are times I can
    edit variables as expected, especially after a crash.....
    Any help would be greatly appreciated. .

    We use alphabetic and numeric characters for variable names. I'll have to check for spaces - that is possible.
    The tip about looking at the MIF is a good one. I've edited MIF before for font issues, so it makes perfect
    sense. Thank you for that reminder!
    The files and variables were created in FM 7.2 (some even earlier versions than that). We went from 7.2 to 9 at
    the beginning of June. As I update the "template" for our documents, I do change the variables - adding new and
    changing the definitions of existing ones, so yes, variables are imported from "other" documents.
    The conflict with other apps is a definite possibility, as I am frequently running several apps when working in Frame.
    Thanks very much for all the suggestions! I'll be working in Frame most of the day and will watch carefully what happens.

  • Dropbox and US throttling

    I have had Infinity for a few weeks and the speed is excellent. But I aslo use Dropbox and have found the connection speed is awful, 350kb or so download (I have 49mb down and 11mb up).
    I used speedtest.net to test servers in San Fran and NY and both test showed speeds of only 3mb down and 6mb up.
    Can someone explain why BT puts such a huge restriction on traffic from the US? Afterall we are an internationally connected society now.
    Solved!
    Go to Solution.

    I would like to add to this and wasnt sure about the best place to start.
    * I have had Infinity for several months and 80/18meg up/down is great
    * This is consistent in tests and all seems fine on the numbers unlike others who arent getting what was quoted as a complaint.
    However...I too have found dropbox is slower....and crashplan...and Backblaze...and and and others.
    At those same exact times I can still perform fantastic speedtests and at those same times I have other links on same account at 3 office and datacentre locations where they are achieving much, much fasters uploads.
    Backblaze in particular quote and standby the fact that they do not throttle...my numbers are good so....why do all the legitimate and NON P2P services seems to be restricted ?
    Its feel VERY much like anything that could be used and take some bandwidth is being throttled and that defeats the object of having infinity and paying all that money ?
    I also had an interesting situation when infinity was down one morning. Call support, couple of tests, indeed an issue...they were about to call someone out when I noticed it was back...something had nudged it. When I then went back to PC, Crashplan had gone from 1Mbps upload to between 8 and 10 Mbps !!! This remained for about roughly two days...then slowly dropped back to be 600kbps to 1Meg.
    1) If this was some result of traffic being off while the lines were down...2 days is too long
    2) why would it then gradually decrease almost in a controlled manner...some might say the more I uploaded the more I was throttled...sound familiar ?
    Not sure anyone will ever answer this honestly but surely some suspicious evidence there ? I dont use P2P for dodgy downloads !
    Ed.

  • Dropbox and iPad mini

    I have dropbox - and once it worked fine with iPad mini
    the dropbox account still works BUT it wont open on the ipad - infact on searching for it it cannot be located on iPad but when i go to apple store it says i have it but wont open it
    i have closed all other apps
    i have rebooted ipad
    I cannot delete dopbox and reinstall as i cant find it on ipad to delete and yet store says i have it.....
    any ideas about this random mystery for me???

    Try this  - Reset the iPad by holding down on the Sleep and Home buttons at the same time for about 10-15 seconds until the Apple Logo appears - ignore the red slider - let go of the buttons. (This is equivalent to rebooting your computer.) No data/files will be erased. http://support.apple.com/kb/ht1430
     Cheers, Tom

  • I go to Dropbox and press download I get the download icon but cannot find the picture on my iPad can anybody HELP !!!!!

    I am having trouble with downloading files from both Dropbox and iCloud to my ipad2.  I
    They appear to show as downloading but when I try to find the files there is nothing anywhere
    On Android tablets if I have downloads I can normally trace them through a download icon but with the iPad there appears to be nothing
    Am I doing something stupid. My tecky level rating is about "2".
    HELP.

    OK, but how are the pictures being sent to you?
    If you using DropBox, tap on the photo in order to open it on the right, and then tap the share icon in the upper right corner. From there you can Save the Image which will transfer it to the Photos app, or you can tap the Open In icon and select any compatible app in which to open and save the photos.
    If the photos are being emailed it is basically the same thing. Tap and hold down on it and select Quick Look to open it, tap the Share icon, etc, etc.

  • Save Status of Radio Buttons and Variables

    I designed a form that uses a Raddio Button with three choices. These choices selectibles enable/disable areas of the form. The user will save the form with a different name for archival. Right now if I save the form, the status of the Radio Button and variables used in the JS code are not stored. So if I open the saved file, the form will not reflect the original status of Radio Button and variables.
    What's the best way to implement this?
    Can I save the status of the Radio Button (choice selected) and variables when the user saves the form and then restore them when opened back?
    Thank you.

    Without knowing more about what you're doing, it's hard to give specific information. I'm not sure what you mean about the status of the radio buttons since when a form is saved, their state won't change when it's reopened. For saving data, you certainly could use a hidden field and read it in using a script that executes when the form is opened.

  • Fixed and variable sizes

    hi,
    i have a dought. What exactly the fixed and variable sizes represent in oracle.
    regards,
    kishore.

    hi kishore, seems you are using forums very well these days... :-)
    Part of the SGA contains general information about the state of the database and the instance, which the background processes need to access; this is called the fixed SGA. No user data is stored here. The SGA also includes information communicated between processes, such as locking information.
    more info on fixed size
    http://www.google.co.in/search?hl=en&q=fixed+size+in+sga&meta=&aq=0&oq=fixed+size+

  • DropBox and Google Chrome keep crashing since 10.8.4 update!

    Since my iMac update to 10.8.4 both Google Chrome as well as the DropBox application keep crashing on start. Even Apple Mail displays a single crash log upon opening the first mail. I've tried to re-install Chrome (deleting all profiles) as well as DropBox... without success. Here are my crash logs:
    http://cl.ly/PVUX and
    http://cl.ly/PUXh – both share the same trace:
    Thread 0 Crashed:: CrBrowserMain  Dispatch queue: com.apple.main-thread
    0   libobjc.A.dylib                         0x9500aa84 objc_msgSend + 20
    1   com.apple.AppKit                        0x96822aeb -[NSView _displayRectIgnoringOpacity:isVisibleRect:rectIsVisibleRectForView:] + 177
    2   com.apple.AppKit                        0x967ec381 -[NSView displayIfNeeded] + 1468
    Any ideas?

    You probably need to update dropbox and Google Chrome. To update Google Chrome, open it, click on the words "Chrome" in the top-left corner, and click on about Google Chrome. You Will See this screen:
    If you see a update button, click on it. if you don't and your Chrome is up to date, click on the "Report A Issue" button and explain the problem.
    To update DropBox, download the latest DropBox from this link: https://www.dropbox.com/install
    If it still crashes, contact DropBox for help.
    If you can't open Chrome to update it, shut down your mac and start it up again while holding the sift key when it's starting up. this puts it into Safe Mode. If it STILL Crashes, contact Apple and/or Google about the madder.
    Hope this Helps!
    Mini Apple Genuis

Maybe you are looking for

  • IChat and Internet Sharing conflict

    It seems that if I turn on Internet Sharing then I cannot make a Video connection. I have tested this with iChat Test ([email protected]) and it is a solid bug. Peter

  • What is the best practice - singleton & components

    I am converting a Flex 3.5 project to 4.0 and have hit a few snags.  One issue that I'm not sure about is the way to address labels.  We switch between English and Spanish if you click a button. I decided to make the component's labels all based on a

  • Creating Bookmarks in a PDF Doc

    Hi, I have a created a couple of ibots that create PDF documents - does anyone know how to have bookmarks created in the PDF file ? In a previous BI tool we used when a PDF was created it created a tree of bookmark links on the left side. Any idea's

  • Monitor Stand for Macbook Pro

    I have a 17" macbook and bought a Kantek monitor stand who claim to handle "today's wide laptops" (must have done more research!) This does not fit, anyone know of monitor stand that is wide enough to hold macbook book 17" laptop in the storage area

  • Can i backup dedicated server using rman?

    when i try to issure 'register database' under rmank, it report and error: RMAN-10035: exception raised in RPC: ORA-19550: cannot use backup/restore functi ons while using dispatcher RMAN-10031: ORA-19550 occurred during call to DBMS_BACKUP_RESTORE.C