[SOLVED] GTK dark theme. firefox text entry box unreadable

EDIT :: this is solved and discussed here http://bbs.archlinux.org/viewtopic.php?id=50409
well i found that the "royalty" gtk theme is the perfect theme for me, but with it, the firefox text colors say in web forms, or right now writing this text in the forum, the text is plain black and the background is so dark that for read the text i need to select it with the mouse for it to be readable...
here's an example... (the username it's leandro.chescotta)
here's the gtkrc file:
# Requires the gtk-xfce-engine.
gtk-icon-sizes = "panel-menu=16,16:panel=16,16:gtk-button=16,16:gtk-large-toolbar=16,16"
gtk-button-images = 0
gtk-menu-images = 0
style "default"
GtkButton::default_border = {0, 0, 0, 0}
GtkButton::default_outside_border = {0, 0, 0, 0}
GtkButton::child_displacement_x = 0
GtkButton::child_displacement_y = 1
GtkButton::default_spacing = 2
GtkButton::focus-padding = 0
GtkCheckButton::indicator_size = 8
GtkMenuBar::internal-padding = 1
GtkMenuBar::shadow_type = none
GtkHandleBox::shadow_type = none
GtkMenuItem::selected_shadow_type = none
GtkPaned::handle_full_size = 1
GtkPaned::handle_size = 2
GtkRadioButton::indicator_size = 10
GtkRange::slider_width = 6
GtkRange::stepper_size = 10
GtkRange::stepper_spacing = 0
GtkRange::trough_border = 0
GtkScrollbar::has_forward_stepper = 0
GtkScrollbar::has_backward_stepper = 0
GtkScrollbar::has_secondary_backward_stepper = 0
GtkScrollbar::min_slider_length = 10
GtkToolbar::shadow_type = none
GtkWidget::focus-line-width = 1
GtkWidget::focus_padding = 1
GtkWidget::interior_focus = 1
GtkWidget::internal_padding = 1
GtkEntry::cursor_aspect_ratio = 0.1
GtkEntry::cursor_color = "#8F8F8F"
GtkEntry::secondary_cursor_color = "#8F8F8F"
GtkTextView::cursor_color = "#8F8F8F"
GtkTextView::secondary_cursor_color = "#8F8F8F"
xthickness = 1
ythickness = 1
base[NORMAL] = "#262626" # Background, most
base[PRELIGHT] = "#222222" # Mouseover menu
base[ACTIVE] = "#1e1e1e" # Menu active item in inactive window
base[SELECTED] = "#1e1e1e" # Menu active item in active window
base[INSENSITIVE] = "#404040" # Background, insensitive
text[NORMAL] = "#ffffff" # Text in window
text[PRELIGHT] = "#ffffff" # Text on Mouseover
text[ACTIVE] = "#ffffff" # Active text in inactive window
text[SELECTED] = "#ffffff" # Active text in active window
text[INSENSITIVE] = "#FFFFFF" #8F8F8F" # Unknown
bg[NORMAL] = "#373737" # Normal Background, inactive Metacity bar, buttons
bg[PRELIGHT] = "#222222" # Mouseover buttons
bg[ACTIVE] = "#1e1e1e" # Mouseclicking, Tabs, active window list
bg[SELECTED] = "#222222" # Metacity Bar
bg[INSENSITIVE] = "#222222" # Insensitive buttons
fg[ACTIVE] = "#8F8F8F"
fg[INSENSITIVE] = "#505050"
fg[NORMAL] = "#8F8F8F"
fg[PRELIGHT] = "#e0e0e0"
fg[SELECTED] = "#8F8F8F"
engine "xfce"
smooth_edge = true
boxfill
fill_style = plain
widget_class "*" style "default"
style "menustyle" = "default"
xthickness = 2
ythickness = 0
engine "xfce"
smooth_edge = true
grip_style = none
boxfill
fill_style = gradient
orientation = vertical
shade_start = 1.02
shade_end = 1.00
widget_class "*BonoboDockItem" style "menustyle"
class "*BonoboDockItem" style "menustyle"
widget_class "*ToolBar" style "menustyle"
class "*ToolBar" style "menustyle"
widget_class "*MenuBar" style "menustyle"
class "*MenuBar" style "menustyle"
class "GtkWidget" style "default"
style "inactivetext"
engine "mist"
widget_class "*.<GtkLabel>" style "inactivetext"
widget_class "*.<GtkCellLayout>" style "inactivetext"
#widget_class "*.<Combo>" style "inactivetext"
style "inactivetext2"
fg[PRELIGHT] = "#B3B600"
text[PRELIGHT] = "#B3B600"
engine "mist"
widget_class "*.<GtkMenuItem>.*" style "inactivetext2"
style "button" = "default"
xthickness = 2
ythickness = 2
engine "xfce"
smooth_edge = true
grip_style = none
boxfill
fill_style = gradient
orientation = vertical
shade_start = 1.05
shade_end = 1.00
widget_class "*Button*" style "button"
class "*Button*" style "button"
widget_class "*button*" style "button"
class "*button*" style "button"
widget_class "*OptionMenu*" style "button"
class "*OptionMenu*" style "button"
style "sbstyle" = "default"
fg[PRELIGHT] = "#ffffff"
bg[NORMAL] = "#262626"
bg[PRELIGHT] = "#505050"
xthickness = 2
ythickness = 2
engine "xfce"
smooth_edge = true
grip_style = none
boxfill
fill_style = gradient
orientation = automatic
shade_start = 1.0
shade_end = 1.0
widget_class "*Scrollbar*" style "sbstyle"
class "*Scrollbar*" style "sbstyle"
widget_class "*GtkScale*" style "sbstyle"
class "*GtkScale*" style "sbstyle"
widget_class "*GtkProgress*" style "sbstyle"
class "*GtkProgress*" style "sbstyle"
style "fsstyle"
# fg[NORMAL] = "#8f8f8f"
fg[ACTIVE] = "#e0e0e0"
fg[SELECTED] = "#e0e0e0"
widget_class "*List" style "fsstyle"
class "*List" style "fsstyle"
widget_class "*Button" style "fsstyle"
class "*Button" style "fsstyle"
widget_class "*Tree" style "fsstyle"
class "*Tree" style "fsstyle"
style "ledstyle"
text[NORMAL] = "#ffffff"
widget_class "*Clock*" style "ledstyle"
class "*Clock*" style "ledstyle"
style "menuitem" = "default"
xthickness = 1
ythickness = 2
widget_class "*MenuItem*" style "menuitem"
class "*MenuItem*" style "menuitem"
style "flat" = "default"
xthickness = 2
ythickness = 2
engine "xfce"
smooth_edge = true
grip_style = none
boxfill
fill_style = gradient
orientation = vertical
shade_start = 1.00
shade_end = 1.00
widget_class "*HandleBox*" style "flat"
style "titlebar"
bg[SELECTED] = "#262626"
fg[SELECTED] = "#E0E0E0"
fg[INSENSITIVE] = "#8F8F8F"
widget "xfwm" style "titlebar"
widget_class "MetaFrames" style "titlebar"
class "MetaFrames" style "titlebar"
Last edited by leo2501 (2008-12-07 15:37:27)

tomk wrote:Try the fix included with this theme.
Well this really helped PARTIALLY because in some places the problem get fixed but in other doesn't... for example this text i'm writing here...
but it's perfect here...
Last edited by leo2501 (2008-12-07 15:07:30)

Similar Messages

  • Text entry boxes in CP6 - Enter key to validate input does not work in Safari?

    I'm using Captivate 6 to create a step by step walkthrough of some different processes that are commonly completed in my workplace. Some of the example processes have portions where text is entered to simulate a process the end user might need.  I have text entry boxes in these slides that require validation of the input to move along, with Enter used as a shortcut key. This works great in Firefox, Chrome and IE all the way down to 8....but if the course is run in Safari, the enter key does nothing.  Is this a known issue?
    Additional info: For many of these text entry boxes, the point is that it is a search field that has a little binoculars icon next to it that executes the search in the actual software we are simulating. For these slides I actually have the submit button associated with the text box made invisible (no fill, no stroke) and placed on top of the binoculars icon. This is an acceptable method of doing the task we're demonstrating, and just so happens to be a workaround for the enter key not working in Safari. However, a few places we have text entry that doesn't have the search/binocular icon next to it because there is a different goal on that section of the software we're visualizing. In those cases, there is no place for me to put an invisible submit button, and I can't make the submit button visible because that's not how the software we're demonstrating would work (thus defeating the purpose of the training).

    Sorry, this is a known bug with no fix available yet, but the makers of SwiftKey are aware of it and we will work with them to fix it: https://bugzilla.mozilla.org/show_bug.cgi?id=617298
    For now, the only solution is to use a different keyboard when using Firefox.

  • 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

  • Text Entry Box Always On Top Captivate 7

    I have a Captivate 7 slide that has nine text entry boxes all grouped together.
    I've used advanced actions to show another group contained within my slide but when the second group is opened it sits beneath the text entry boxes (see screen grab).
    Is the most efficient way to prevent this to hide the text entry boxes when I show the second group and subsequently show them again when the second group is hidden?
    My project is going to be published using HTML5 output.
    Thanks in advance for taking the time to read my question.

    Hi Lilybiri, here is the advanced action that is triggered when a hotspot (click1) on the main slide is clicked. The second line to hide the text_entry_fields group is what I've added to solve the problem but I'd be happoer if this particular line wasn't necessary.
    Here is the timeline:
    Once the rugbyPop is closed by clicking Button_153 this advanced action is triggered:

  • Text Entry Boxes and their content not being captured in Automatic Recording

    I have searched the forums here and elsewhere extensively and whilst I have found people with similar issues, I have yet to find a solution. My problem is this:
    I am trying to record myself using a piece of software which contains numerous text fields. In the past, when using Captivate 3, I would simply fill out these fields and Captivate would record my entries automatically. When the project was played back, the training simulation would pause and allow the user to type in the text field and provided the entry matched the options I had defined, the simulation would continue to the next step.
    So, my colleague and I have since bought Adobe Tech. Comms. Suite 2 and have upgraded Captivate 3 to version 4. Ever since doing this we have both been unable to successfully capture text entry boxes with their content when recording automatically in any mode. We have checked and triple checked the settings to make sure that the automatic capture of text entry in fields is turned on yet we still cannot get Captivate to perform this task it once so easily could. We both suffer from the same problem on both of our installations of Captivate 4. We have tried recording in all modes with no success.
    I am tearing my hair out as I need to come up with some sample content for a major Governmental client which would be worth a 5 figure sum to my company and I really don't relish having to manually create every text entry box as there are a LOT of them in this application!
    I have also reported this as a bug to Adobe using the correct form. As yet, no response.
    I would really appreciate any genuine help that can be offered by you guys.
    In desperation,
    Rob.

    Ok, I think I've sussed it!
    I've been pulling my hair out for weeks on this and after posting on here, I decided to try something and I think I may have found the problem.
    I work with a laptop as I am a Trainer and therefore quite mobile. When I'm in the office, I dock my laptop and use the Extended Desktop functionality of Windows so I have my laptop screen and a second 19" monitor which i find incredibly useful as screen real estate is always at a premium. And this is where I believe the problem lies.
    I performed a simple test and have repeated this test with identical outcomes everytime. Here is what I did. I fired up Captivate and Outlook and opened up a new mail window in Outlook. I then set Captivate to record the new mail window and hit record. I typed some text into the To field and the Subject field and then stopped the recording. I then previewed the results. When the new mail window was on my primary screen, (i.e the laptop) the Text Entry Box recording worked 100% fine. However, if the new mail screen was residing on my secondary screen, i.e. the monitor, the Text Entry Box recording failed!
    So it would seem that Captivate 4 has an issue with seeing the text entered on a secondary monitor when Windows is running in Extended Desktop mode. I am absolutely certain this wasn't an issue with Captivate 3 as I created plenty of content without any of these problems and I was using the Extended Desktop back then.
    So, if anyone else is having the same issue, and you are running an Extended Desktop, try what I did above.
    In the meantime, I am raising this issue with Adobe in the hope they can get this fixed, but at least now I can carry on with my content creation
    Regards,
    Rob.

  • How do I incorporate text entry boxes into a quiz?

    Hi Everyone,
    I am very new to Captivate 8. I am trying to incorporate TEB's into a quiz. When I try to check the button (include in quiz) it is grey and does not allow me to check it. In addition I do not know how to let the programme know what text I would consider correct or incorrect after the student has typed it into the text boxes.
    I am obviously missing something and would be very grateful for help because I am losing my patience ++ (all the videos on the web regarding this do not appear to be for captivate 8, only earlier versions :-()
    Thanks
    Alex

    Hey everybody.
    Im very new to Adobe Captivate and I try to create questions where the students have to enter numbers only. So I don't want them to be able to enter letters in to the field.
    In text entry boxes I'm able to set it to numbers only. Is there a way to control this in quizzes as well?
    If I try to create a new question I get only the choice showed on the pic below. Is there a possibility to add text entry boxes as quiz questions to the question-pool?

  • Text Entry Box not working right??

    This is strange…. If anyone has any thoughts…
    that would be great.
    I have a slide that tests someone's knowledge for inputting
    into a text entry box. I want to give them 2 tries for doing this
    task - and if they don't perform the task correctly, I want an
    error message to display. However, I want the error message to be
    different based on the 1st time that they try and the second time.
    The method to accomplish this.. I have done many times, and has
    always worked. However, for some reason, it's not working this
    time.
    In order to customize the error message based on whether it's
    the 1st try or the second - I have created 2 text entry boxes.
    The first text entry box is set to display at 0 seconds, is
    set to display for 2 seconds and is set to pause after 1.5 seconds.
    If the user enters a successful text entry the user will be
    navigated to the next slide, if the user enters an incorrect text
    entry they will continue on the same slide and a failure caption is
    selected to display (this is the first error message that displays
    for the first try.)
    The second text entry box is set to display at 2 seconds, is
    set to display for 2 seconds and is set to pause after 1.5 seconds.
    If the user enters a successful text entry the user will be
    navigated to the next slide, if the user enters an incorrect text
    entry they will continue on the same slide. No failure caption is
    selected to display. This is the important point... I have not
    selected for a failure caption to display for this text entry box.
    I have a text caption that displays at 4 seconds - this is
    the second error message that the user will see if they input an
    incorrect text entry into the second text entry box.
    Everything seems to work fine except... for some reason, when
    I enter an incorrect text entry into the second text entry box, I
    get the failure message that I set for the first text entry box.???
    Very strange. I have recreated this 3 times - each time it works.
    Then, all of a sudden, it stops working. I’ve even tried
    recreating the movie from scratch… but same results.
    Any thoughts?
    Thanks,
    Lynn

    Hi again
    Okay, makes sense. I suppose in this case, I'd simply use
    another slide. From what you have explained, it would appear there
    is a possible issue Captivate is having with multiple text entry
    boxes on the same slide.
    So I would insert a slide following the existing slide. Then
    on failure of the first text entry box, direct to the next slide.
    On success of the first text entry box, skip over the new slide to
    the proper "continue" slide.
    Hopefully that makes sense... Rick

  • Text Entry Box - Different Results based on Different Entries?

    Hello,
    I'm trying to figure out a way to use the Text-Entry Box (if there's a better tool to go about this, let me know) in order to bring up a particular caption box with a particular response. So for example, in a standard text-entry box, I have listed 4 possible "correct" answers, and for this example, I'll just say answer 1, answer 2, answer 3, and answer 4. I would like each answer to bring up a different caption box with a different statement based on which answer they type in. Basically:
    Answer one -> Caption 1
    Answer two -> Caption 2
    etc.
    All I can ever get is for each answer to just respond to the same standard buttons, Success, Failure, etc. I can't seem to add a new button that would pop up like the standard ones, or, as I would like better, Captions instead. Any ideas?

    Hello,
    Perhaps it is a problem with terminology, but as the 'proclaimed' advanced actions freak I have to ask what you mean by your latest answer 'captions did not come as variables to use'. A button is not a variable in my mind, but you mean perhaps the object ID? Which statement did you use in the advanced actions where the object ID of the captions do not show? AFAIK that is only the case with the statements Assign and Expression if you use variables, but there the button will not be in the list as well.
    Do you understand why I'm puzzled?
    My work flow would be this one:
    Create the Text captions TC_one, TC_two... and set them to invisible
    Create the Advanced conditional action that checks which (correct) answer was chosen, this action will have one decision for each correct answer; the action to be executed is to show TC_one in case answer1 was chose, TC_two for answer2 etc. If you allow the user to change his answer, hide at the same time the other captions
    Attach this action as Success action to the TEB, and have a shortcut or the Submit button like you wish.
    In case you allow also a Retake functionality, where the user returns to this slide, you'll need sort of a Reset that hides all Text Captions when entering the slide
    Please, I hope you'll take the time to answer my question in the first paragraph.
    Lilybiri

  • Text entry box actions based on value

    Hi there..
    I am currently working on a software simulator where users search for orders by typing an order number in a search field... In Captivate I have created a Text Entry box with "submit" button, what I am trying to achieve in is if the user type specific value (numbers) and click "submit" button it will take them to a specific slide in the project BUT if they type difference value (in the same text entry box) and click "submit" button it will take them to different slide in the project ?
    hope I have explained the question clearly.. btw I am using Captivate v5
    thanks

    OK, you know how to add the correct entries. Set attempts to infinite, and create this conditional action to trigger by Success for the TEB:
    I created a user variable to associate with the TEB instead of the generic one, it is labeled v_order.  I labeled the slides to jump to as well, makes it easier to use in an advanced action. Screenshots are from CP8, so will look bit different for you, but what you hneed is the same.

  • Text Entry box stops on "S"

    I have something happening in a SIMULATION that is driving me crazy.
    I have a text entry box that I want the user to type in something to the effect of:
    [email protected]
    But... as soon as they type the "S", the text entry box stops accepting keystrokes.  To confound the issue, I can type in virtually ANYTHING else into the text entry box as long as I don't type in the "S", and the text entry box accepts it.
    Why?

    Hi Lilybiri, here is the advanced action that is triggered when a hotspot (click1) on the main slide is clicked. The second line to hide the text_entry_fields group is what I've added to solve the problem but I'd be happoer if this particular line wasn't necessary.
    Here is the timeline:
    Once the rugbyPop is closed by clicking Button_153 this advanced action is triggered:

  • Using Value in a Text Entry Box for Calculation in a Variable

    I have a project where I ask the user to fill in their name in one entry box and their two-digit age in another text entry box.  Later in the project, I want to ask them to think back to when they were 6 years old and how they would describe themselves at that time.  (the project is on self-awareness).  To make this as personable as possible, I thought it would be neat to say. "(Name Variable), think back to about (Years Since 6)years ago, when you were just about 6 years old".  I am having trouble getting the "Years Since 6" variable to work, and would like to know if it is possible.
    I have set up the text entry box variable as "v_age"
    I have set up a variable as "v_age6" with a value of "6"
    I have set up the result variable as "v_result_age6"
    I have set up a standard action with a mathematical expression that reads "v_result_age6 = v_age - v_age6"
    The variable output does not show on the stage in project preview mode, and I think it's because there is only one variable with an assigned value in the equation.  The "v_age" variable does not have an assigned value because that is a text entry box.
    Is it possible to use a value typed in from a user as a variable to do math with?
    Thanks.

    Welcome to the forum,
    Each TEB has an associated variable, its generic name is the same as the TEB. But you'd better link your variable with the more significant name to the TEB. Have a look at this real old blog post, still valid (although maybe the screenshots are bit out of date):
    http://blog.lilybiri.com/timesaving-tip-create-associated-variable-for
    BTW: you didn't need to create an extra variable for the number 6. This action would have done as well:
        Expression  v_resultage6 = v_age - 6
    How do you trigger the action, by which event?
    http://blog.lilybiri.com/events-and-advanced-actions
    Lilybiri

  • How to make mutiple shortcut keys in one text entry box

    I'm trying to make F8 and Enter work in one text entry box and only one because I need to make the scoring work the way I want it to. I have made both F8 and Enter work, however they are both in seperate text entry boxes when I want both to work in the same text entry box... Please Help, this will solve alot of problems I've been having.

    Ok so I tried using advanced actions and failed... here's my attempt on putting 2 shortcuts in one text entry box with different entries like the problem described earlier on this thread:
    Note: I have 2 TEB in one slide I tried using in this action.. 1 has variable name PF8, the other has PF82, where I'm trying to have PF82 contain both actions of both TEBs.
    1. Went into advanced actions.
    2. Action name: Linking2inone
    3. Made it a conditional action.
    4. In "IF" attempted to use both any and all conditions are true
    5. Also in "IF" PF82 contains PF8
    6. Actions Jump to Slide 11
    7. updated action successfully.
    Then I closed advanced actions. I tried making the PF8 TEB have "no action" when correct and tested it... didn't work... then I made PF8 TEB have Jump to slide 11 when correct, cut and pasted it to another slide because I thought that PF8 TEB as a seperate TEB in the same slide was messing with the Advanced Action I'm trying to perform. Therefore, since PF8 was just in another slide, PF8 wouldn't be deleted still having the same action value in advanced actions having PF82 contain the action of PF8; but this failed as well...

  • Editing data in a text entry box

    I want a user to enter about 5 words in a text entry box. But in case of a mistake, they have to type the whole thing again. Is it possible to allow them to click in the middle of text ( say the third word) and add a letter.
    At present, you can't get the cursor in the text you have entered. The whole thing gets selected.
    I'd appreciate any help on this.
    Thanks

    Which version of Captivate are you using?
    In Captivate 5.5 it's perfectly possible to just select one of the words in a TEB to correct that part of the entered string.

  • Submit All button for all text entry boxes at end of exam in Captivate 7

    Hi everyone,
    I am new to this forum, and I was hoping that someone could help me out with a problem that has been eating my lunch for the last week.
    I have a captivate 7 project that I am setting up as a virtual workbook, with text entry boxes asking true/false, yes/no, and short essay questions through out the most part of the workbook, and then at the end it has a series of multiple choice questions that are set up on question slides. Is there a way to have all of the text entered in the text entry boxes submited along with the quiz questions at the end, to my LMS? And if at all possible, still inform the user if there are any questions that have not been answered? Like I said, I am new to this forum, so if I forgot to include any important information, I apologise, but if anyone could help me ouot, I would be extreemly thankful!
    thanks,
    Luke

    thenks for the reply Lilybiri! As far as I have been able to find, there is no way to associate a submit all button with TEBs, so I am not sure if this is something that I am overlooking, or if I am misunderstanding the recomemendation.
    What I am trying to do is set up a bunch of TEBs to be answer entry boxes for questions throughout the workbook, which will lead up to an exam. The exam, I am good on, because it has the submit all button attached. But the TEBs that I am using as the answer entry boxes, I can't seem to find a way to link them all to the same submit button.
    I hope I am being pretty clear about it, but I've been pounding away at this for a while, so I fear it might come out a but rambly. So, please let me know if I need to clarify anything.
    Thanks!

  • How do I show a hand cursor for a text entry box button

    I'm using Captivate 5 and have run into an annoying problem...
    For a general click box, there is an option for "Show hand cursor over hit area" which will result in the cursor changing to a hand when rolling over the click box region in the published presentation.  I want to do the same for the 'submit' button in the text entry box. Is this even possible?  I'm hoping to keep things consistent as a user is clicking through the presentation.
    I find it odd that it doesn't have the same property as found on the clickbox considering it has the same purpose.  I'm using a background screenshot image to simulate an entry in an application, so I'm actualy hiding the submit button, but the button I want them to press lacks the hand cursor that would indicate it is clickable.  I don't want to use a click box to allow the user to move on because I still want a failure in the text entry box to prevent the user from moving on.
    Hope that all makes sense.

    Hi there
    Another approach is to use a Rollover Caption. Just remove any text and configure the caption as transparent. Then layer the Rollover area over the part where you want the hand to change to a cursor. The net effect will be that the cursor change will occur. Clicking will then result in triggering the underlying Submit button, which appers to be invisible and layered over an image.
    Cheers... Rick
    Helpful and Handy Links
    Captivate Wish Form/Bug Reporting Form
    Adobe Certified Captivate Training
    SorcerStone Blog
    Captivate eBooks

Maybe you are looking for

  • Keychain is no longer able to update itself when I upgrade an application

    Recently, I have been experiencing a problem with Keychain Access. Whenever I upgrade an application that stores a password in my Keychain, I get the dialog box asking me if I want to update my keychain to correspond to the new version of the applica

  • JSTL sql tags with jndi datasource

              Im trying to use JSTL sql tags but get "no suitable driver" when trying to connect           to a jndi datasource. the jakarta dbtags works fine but jstl does not           

  • What is Super Start and how do I get rid of it?

    All of a sudden a tab called Super Start began appearing in my Mozilla pages. I don't know what it is, and I don't want it, but I also don't know what it is and if I made a mistake somewhere along the way, I want to correct, I want to get rid of this

  • Dynamic Action - Mail to Oulook

    Hi, I have set up Dynamic actions that send a mail to SAP MAIL via a distribution list and this is working fine.  My question is how do I send the mail to OUTLOOK ?  Is this possible using SAPCONNECT and customisation thorugh IMG or will I need to co

  • Global ALV Layouts for Costing report

    For   T code  S_P99_41000111 ie Analyse / compare material cost estimate  , I  want to create a global ALV layout  . When I am trying to create the layout option  for user specific layout comes with tick greyed out .System does not allow to remove th