Behaviors - adding text to pop up jpg

I have thumbnails on my site and know how to add a behavior
so that you can click on the thumb to get the full size pic. I want
to do two things that must be easy but I cannot figure it out:
1. I want to add text to the bottom of the pic, like "cool
shot of the mountains"
2. I want the curser to change to the "hand" when you mouse
over the thumb to show the viewer it's clickable. Right now it does
nothing, but it does link when you click.
Any help appreciated.
Thanks,
Gary

Hi Sapainters,
This might be what you want:
The Price List Table is a database of stock and prices.
The Order Table is where you have Pop up menus to select a customer's order.
The first item in each Pop up is a space (if nothing is selected, the Cell appears blank).
The price lookup is done in Column B of the Order Tabler:
=IFERROR(VLOOKUP(A2,Price List :: A:B,2,0)," ")
IFERROR() places a space in the Price Column (B) if nothing is selected from the Pop up in that Row.
Fill Pop ups and formulas down.
Choose "blank" from all Pop ups then Save As Template.
Regards,
Ian.

Similar Messages

  • InContext editing error: This region contains content with dynamic behavior added..

    We just set up a web site with InContext editing following the procedures in Business Catalyst documentation to do that. But now when we go to the administration section of the site, and turn on InContext editing, it won't let us update the text. We receive an error message:
    "This region contains content with dynamic behavior added..."
    Does anyone know what causes this problem, and how to fix it?

    Hi,
    InContext Editable (ICE) regions can only contains static areas like text and static  assets, it cannot wrap around javascript – populated areas or dynamic content like slideshows. (most likely causing the error)
    ICE can edit only static page content such as regular HTML content. It cannot edit any element that is dynamically updated for example a div (or another element) which is manipulated (created or its contents are modified) by JS– populated areas or dynamic content like slideshows. It cannot edit menus, content holders or content outputted by system modules or tags either.
    By default, on a page that has no ICE editable regions defined the editor attempts to find any regions you might want to edit and if possible make them editable. If it does not find the correct regions you want to edit you will need to explicitly define some editable regions.
    Refer to this article on Defining InContext Editing editable regions - http://kb.worldsecuresystems.com/838/cpsid_83855.html?bc-partner
    Hope this helps!
    -Sidney

  • Adding Text

    Can anyone help me out on adding text to an image. I have followed the instructions in both books and videos on how to add text (using the text tool) and when I get to the point of typing text in, it doesn't go 'in'. The box that I assume it should show up in just stares at me - blank. What am I missing?

    David,
    Also, there are basically two types of Text: Paragraph Text, where you first drag a Text Box, and what I'll call "Open Text," 'cause I'm having a brain cramp and cannot come up with the proper syntax. There are some differences in the behavior of the two. The manual (do they still ship those, or is F1 the only recourse nowadays?), should make the distinctions clear.
    Also, when Text does not behave, as you think it should, look at your Layers Palette. Since about version 5, PS creates a Text Layer, when you start using the Text Tool. Make sure that you are in the correct Layer. If it doesn't seem to be working still, Dbl-click the icon with the T in the correct Layer. You should see your Text selected/highlighted. With the Text Tool, you can edit, or add to from there. This gets you on the correct Layer. If you first just click with the Text Tool, you are most likely creating a new Text Layer, which is not what you want, if you intend to edit, or add to existing Text. Always keep the Layers Palette open and in view. When things don't work, check to see just which Layer is active. That is NOT just for Text, but for almost everything in PS.
    Good luck, and let us know how it goes. I also like the "Classroom in a Book" series from Adobe Press. They step you though many aspects of PS in little "projects." They are fun, expose you to things that you might not find for a bit, and are highly informative.
    Hunt

  • How can I create a text pop up window in my Pages document? I want text to pop up when the reader hovers his/her cursor over a certain word.

    How can I create a text pop up window in my Pages document? I want text to pop up when the reader hovers his/her cursor over a certain word in the document. I am teacher. So for example when a student came to word he/she did not know, if he/she hovered the cursor over the word, a defintion or other information would appear.  You can do this in Word using bookmarks/hyperlinks but I can't figure this out in Pages. I can link it to another point in my Pages document but I just need the text to pop up - not take the reader to another location.  THANK YOU!!!!!!

    Have you tried Word for Mac?
    You will need to test if links survive export or printing to .pdf
    Peter

  • Photoshop CC : Workspace Flashing Black When Inserting Guides & Completely Black When Adding Text

    I recently bought Photoshop CC (2 Days Ago) and shortly after installing I jumped onto Photoshop CC and started to set up the prefferences for my personal use and started to just do some basic stuff and see whats new in CC. when inserting Guides & adding Text the workspace started to flash/stay BLACK. I don't know whats going on but my specs are better than the minimum requirements? Any idea whats going on? Operating System : Windows 8.1

    Have a look through this step by step guide.
    http://blogs.adobe.com/crawlspace/2012/07/photoshop-basic-troubleshooting-steps-to-fix-mos t-issues.html
    It's coming up 1am here, so I am calling it a night.

  • I saved a PDF doc in adobe and then added text to the form. But every time I try an email it it only

    I saved a PDF doc in adobe and then added text to the form. But every time I try an email it it only sends the original form without text. Once I've changed a doc in Adobe, how can I save it so that I'm able to use it with added text and notes? Also, I'm using a new iPad.

    If you are using those apps or websites, they are likely viewing the PDF using iOS' built in PDF previewing, which will not show annotations and markup to the PDF. We have informed Apple of this issue, but do not have any insight into whether or when they will fix it.
    Regarding the qustion about importing pictures, Adobe Reader does not provide any capabilities to import pictures into a PDF. To do this, you'll need to use Acrobat, available on your desktop computer.

  • How can I remove the underline from added text for tracing edits

    We have a lot of content that includes underscores and when we use the track text edit feature added text is green and underlined. How can I change the properties of the added text to not be underlined?

    Starting with FM11, you could specify a custom colour to be used for track changes, but the styles (underline, strikethrough) are still hardwired.
    Even if you try to make the changes to the rack text edit conditions in a MIF file, they will get overwritten as the MIF is interpreted when opened by FM.
    Please use the new Bugs & Features form to submit an enhancement request: https://bugbase.adobe.com/index.cfm

  • How to Fill Text in Pop UP Window

    Hi Friends,
    My Requirement is to display Purchase Requisition Header text in POP UP Window in SRM ,  i used RFC_READ_TEXT  function module , data is coming into internal table,  but not able to fill the text in POP up Window, its giving DUMP, Cn any please help me
    Thnx
    Kumar Srini
    my Code :
    DATA lo_nd_header TYPE REF TO if_wd_context_node.
      DATA lo_el_header TYPE REF TO if_wd_context_element.
      DATA ls_header TYPE wd_this->element_header.
    *   navigate from <CONTEXT> to <HEADER> via lead selection
      lo_nd_header = wd_context->get_child_node( name = wd_this->wdctx_header ).
      DATA : lt_rel TYPE TABLE OF bbp_pds_hrel,
             ls_rel TYPE bbp_pds_hrel.
      DATA : ls_guid TYPE crmd_orderadm_h-guid.
      DATA : doc_no TYPE be_object_id.
      DATA lo_COMPONENTCONTROLLER   TYPE REF TO     IG_COMPONENTCONTROLLER .
      TYPES:  BEGIN OF ty_ibiptextln,
               mandt      TYPE mandt,
               tdobject   TYPE tdobject,
               tdname     TYPE tdobname,
               tdid       TYPE tdid,
               tdspras    TYPE tdspras,
               counter(3) TYPE n,
               tdformat   TYPE tdformat,
               tdline     TYPE tdline,
              END OF ty_ibiptextln.
      DATA: lt_ibiptextln TYPE TABLE OF ty_ibiptextln,
            ls_ibiptextln TYPE          ty_ibiptextln.
      DATA : LV_TEXT TYPE STRING,
             LV_DOC_TEXT TYPE STRING.
    *  *****> DATA DECLARATION FOR CALLING POPUP WINDOW
      data lo_window_manager type ref to if_wd_window_manager.
      data lo_api_component  type ref to if_wd_component.
    *  data lo_window         type ref to if_wd_window.
    *   @TODO handle non existant child
    *   IF lo_nd_header IS INITIAL.
    *   ENDIF.
    *   get element via lead selection
      lo_el_header = lo_nd_header->get_element( ).
    *   @TODO handle not set lead selection
      IF lo_el_header IS INITIAL.
      ENDIF.
    *   get all declared attributes
      lo_el_header->get_static_attributes(
        IMPORTING
          static_attributes = ls_header ).
      ls_guid = ls_header-guid.
      CALL FUNCTION 'BBP_PD_SC_GETDETAIL'
        EXPORTING
          i_guid       = ls_guid
        TABLES
          e_header_rel = lt_rel.
      LOOP AT lt_rel INTO ls_rel.
        IF ls_rel-objid_a IS NOT INITIAL.
          doc_no = ls_rel-objid_a.
        ENDIF.
      ENDLOOP.
      IF doc_no IS NOT INITIAL.
        ls_ibiptextln-mandt     = ''.
        ls_ibiptextln-tdobject  = 'EBANH'.
        ls_ibiptextln-tdname    = doc_no.
        ls_ibiptextln-tdid      = 'B01'.
        ls_ibiptextln-tdspras   = sy-langu.
        APPEND ls_ibiptextln TO lt_ibiptextln.
        CALL FUNCTION 'RFC_READ_TEXT' DESTINATION 'TD1CLNT400'
          TABLES
            TEXT_LINES = lt_ibiptextln.
      ENDIF.
    *  ****> Get Refrence of Component Controller .
    lo_COMPONENTCONTROLLER =   wd_this->get_componentcontroller_ctr( ).
    IF lt_ibiptextln IS NOT INITIAL.
        LOOP AT lt_ibiptextln INTO lS_ibiptextln where tdline is NOT INITIAL.
             lv_text = lS_ibiptextln-TDLINE.
             CONCATENATE LV_DOC_TEXT lv_text INTO LV_DOC_TEXT SEPARATED BY space .     " CONCATANATION OF THE PRODUCT DESCRIPTION
        ENDLOOP.
    * ************* CALLING METHOD OF COMPONENT CONTROLLER
    lo_componentcontroller =   wd_this->get_componentcontroller_ctr( ).
    lo_componentcontroller =   wd_this->get_componentcontroller_ctr( ).
      lo_componentcontroller->fill_doc_text(
        lt_doc_text =  lv_text                     " string
    DATA lo_window         TYPE REF TO if_wd_window.
    "_*AT THIS POINT I AM GETTING SHORT DUMP_*
    lo_window         = lo_window_manager->create_window(
                       window_name            = 'ZSRM_WIN'
                       title                  = 'Text Description'
                       message_display_mode   = if_wd_window=>co_msg_display_mode_selected
                       button_kind            = if_wd_window=>co_buttons_close
                       message_type           = if_wd_window=>co_msg_type_none
                       default_button         = if_wd_window=>co_button_close
    else.
        lo_componentcontroller->fill_doc_text(
        lt_doc_text =  'THERE IS NO TEXT FOR THIS Document Number' ).
      lo_window         = lo_window_manager->create_window(
                       window_name            = 'ZSRM_WIN'
                       title                  = 'Text Description'
                       message_display_mode   = if_wd_window=>co_msg_display_mode_selected
                       button_kind            = if_wd_window=>co_buttons_close
                       message_type           = if_wd_window=>co_msg_type_none
                       default_button         = if_wd_window=>co_button_close
      endif.
      lo_window->open( ).

    You haven't created lo_window_manager
    you are missing the following two lines of code:
    lo_api_component  = wd_this->wd_get_api( ).
      lo_window_manager = lo_api_component->get_window_manager( ).
    Put them just before you get your dump.
    Good luck!

  • Adding Text to a photo...Need help

    I'm new to Adobe Photoshop Elements 7. I'm following the instructions for adding text to a photo, but I can't see what I'm typing. I can see the cursur, but nothing else. I can see the text in the Layer, but not on the photo. Please help.

    Check the font size in the options bar. If it's really small you won't see it.
    Look in your layer's palette and insure your text is in a layer located above the photo in the stack.
    You might also check your image's resolution in the Image Size dialog. I've seen a couple of posts where someone changes the resolution to 1 with resample turned off...then can't see the text because it's too small even when they have large numbers inserted in the font size box.

  • Acrobat crashes whenever adding text

    This occurs whether there is a text box to be filled in or using the add text function. There may be other things also crashing it but this is the biggest issue for me on my Mac host system. If I open the same documents in a Windows VM using Reader, I can enter text without difficulty.
    Mac 10.8.4
    Acrobat XI Version 11.0.03
    Here's some of the error message displayed:
    Crashed Thread:  0  Dispatch queue: com.apple.main-thread
    Exception Type:  EXC_CRASH (SIGABRT)
    Exception Codes: 0x0000000000000000, 0x0000000000000000
    Application Specific Information:
    abort() called
    terminate called throwing an exception
    Thread 0 Crashed:: Dispatch queue: com.apple.main-thread
    0   libsystem_kernel.dylib                  0x929d3a6a __pthread_kill + 10
    1   libsystem_c.dylib                       0x96905b2f pthread_kill + 101
    2   libsystem_c.dylib                       0x9693c4ec abort + 168
    3   libc++abi.dylib                         0x94e1a7e0 abort_message + 151
    4   libc++abi.dylib                         0x94e18249 default_terminate() + 34
    5   libc++abi.dylib                         0x94e18289 safe_handler_caller(void (*)()) + 13
    6   libc++abi.dylib                         0x94e182f1 std::terminate() + 23
    7   libc++abi.dylib                         0x94e193e6 __cxa_throw + 110
    8   com.adobe.linguistic.LinguisticManager          0x14054a46 0x1404e000 + 27206
    9   com.adobe.linguistic.LinguisticManager          0x1405dabb devtech::LM_FileSpec::LM_FileSpec(FSRef const&) + 43
    10  com.adobe.AcrobatPlugin.Spelling          0x1340b733 0x133d0000 + 243507
    11  com.adobe.AcrobatPlugin.Spelling          0x1340b05e 0x133d0000 + 241758
    12  com.adobe.AcrobatPlugin.Spelling          0x1340affb 0x133d0000 + 241659
    13  com.adobe.AcrobatPlugin.Spelling          0x13400acb 0x133d0000 + 199371
    14  com.adobe.Acrobat.framework             0x00286b29 0xda000 + 1755945
    15  com.adobe.Acrobat.framework             0x0028666a 0xda000 + 1754730
    16  com.apple.CoreFoundation                0x9743c406 __CFRUNLOOP_IS_CALLING_OUT_TO_A_TIMER_CALLBACK_FUNCTION__ + 22
    17  com.apple.CoreFoundation                0x9743bda5 __CFRunLoopDoTimer + 709
    18  com.apple.CoreFoundation                0x97420bb2 __CFRunLoopRun + 1842
    19  com.apple.CoreFoundation                0x9742001a CFRunLoopRunSpecific + 378
    20  com.apple.CoreFoundation                0x9741fe8b CFRunLoopRunInMode + 123
    21  com.apple.HIToolbox                     0x9017ff5a RunCurrentEventLoopInMode + 242
    22  com.apple.HIToolbox                     0x9017fbf5 ReceiveNextEventCommon + 162
    23  com.apple.HIToolbox                     0x9017fb44 BlockUntilNextEventMatchingListInMode + 88
    24  com.apple.AppKit                        0x9070f93a _DPSNextEvent + 724
    25  com.apple.AppKit                        0x9070f16c -[NSApplication nextEventMatchingMask:untilDate:inMode:dequeue:] + 119
    26  com.apple.AppKit                        0x907055cc -[NSApplication run] + 855
    27  com.adobe.Acrobat.framework             0x000e38b0 0xda000 + 39088
    28  com.adobe.Acrobat.framework             0x000e1ff3 RunAcrobat + 307
    29  com.adobe.Acrobat.Pro                   0x000d3ed5 main + 91
    30  com.adobe.Acrobat.Pro                   0x000d3e71 start + 53

    I'm having a similar issue. Every third or fourth time I save after adding text Acrobat crashes with no meaningful reason (at least none in the crash message)...even though the added text is saved. I'm working through trying different text settings to see if there is a problem there. I'll post what I find.

  • Unable to print added text only in Acrobat Pro XI

    User is trying to print added text that's been added to an existing PDF page.  In Acrobat X she chose "Form fields only" under Comments & Forms from the Print menu.  In XI it produces a blank page.  The added text only shows up if she chooses Document or Document and Markups, but then she gets the entire document.  She only wants the added text to print.

    Thanks to all who commented here.  I found that adding text using Tools>Content Editing>Add Text will not allow the user to print solely the added text.  As everyone responded here, that's as designed.  However, using Comment>Annotations>Add Text does allow the user to print solely the added text as she was used to doing in Acrobat X.  I thought it was the same tool under two different headings, but obviously they interact differently in the print menu.  Choosing Form fields only from the Print Menu's Comments & Forms panel will produce solely the text added under the Comment panel's Add Text tool without printing the rest of the document page.  And the user doesn't have to turn the document into a form to do so.

  • Why does Preview automatically resize the text box to cut off the last character of added text? How do I fix it?

    Why does Preview automatically resize the text box to cut off the last character of added text? How do I fix it?
    I use the Tools > Annotate > Add Text feature, and when I click away after adding text, it automatically changes the text box size such that the last letter -- or last word -- gets bumped off into an invisible line below it, forcing me to manually adjust every single text box. It is highly annoying when trying to complete PDF forms (e.g. job applications).
    It appears to be a glitch, quite honestly, an error resulting from Apple's product design. Has it been fixed in the new operating system (for which they want $30)?
    I would very much appreciate any help you can provide! Thank you for your time.

    * "Clear the Cache": Tools > Options > Advanced > Network > Offline Storage (Cache): "Clear Now"
    * "Remove the Cookies" from sites that cause problems: Tools > Options > Privacy > Cookies: "Show Cookies"
    Start Firefox in [[Safe Mode]] to check if one of your add-ons is causing your problem (switch to the DEFAULT theme: Tools > Add-ons > Themes).
    * Don't make any changes on the Safe mode start window.
    See [[Troubleshooting extensions and themes]] and [[Troubleshooting plugins]]

  • How do I back-link to a text box, pop-up, or sidebar?

    I can make a hyperlink from a text box, pop up window, and sidebar to a bookmark, but can't make a return link to any of these? Is it just not possible, or did I miss something.
    Thanks.

    I don't know what you mean by "unique link/bookmark pairs." I believe all bookmarks are unique.
    You just said what I said.... Thanks for confirming.
    A bookmark needs a link to work. A link needs a bookmark to work. Those two things create a unique pair that work together. A & B. To B from A.
    Are you asking how to back-link or how to bookmark?
    You cannot create A & B and then expect the user to do: A ▶ B ▶ A
    If you want B ▶ A, you need to create another pair: C, D
    Put C next to B and D next to A, then the user can do: C ▶ D, which in effect takes them from B back to A.
    Now you have two unique pairs: A/B & C/D

  • Why does added text disappear when I move the cursor

    After adding text to an unprotected .pdf file the text disappears when I move the cursor and want to add a second box of text. The text in the first box reappears when I double click on the space where the box was. How do I set the text so that it remains visible and printable?

    Hi,
    I think the data in the PDF file was filled-in using MAC preview.
    One option is to ask the user to fill the file again using Adobe Reader or Acrobat.
    Or else refer to following link:
    http://acrobatusers.com/actions-exchange/pdf2fdf_auto-save
    Regards,
    Anoop

  • Adding text to a photograph

    Hi,
    My question is in 2 parts really:
    1) Once the photos are uploaded into iphoto, is there anyway of adding text to the photo?  Say a title, or details of something about the picture that I wouldn't want to forget?  If so, how can I do this?
    2)My camera has the ability to add text to pictures.  If I did this, when I came to uploading them into iphoto, would the text come with the pictures, and if so, where would it be displayed?
    3)When exporting the photographs, to share with others or print, would I be able to disable the text, so it doesn't show on the photograph?
    Thanks very much.

    in iPhoto there are several ways to add information about a photo - a title - a decscription - keywords - putting it in an album = these are all metadata and local to your computer - you can choose to include or not include them when you export a photo
    if you want to actually put text on a photo then you must use a thir party program (Preview can do this - Annotate) or external editor - one you add text to a photo it is there and the old information behind the text is gone
    as to what you camera does - read the camera manual - if it puts text in the EXIF ro IPTC fields and if iPhoto reads thos fields then that information will be part of the iPhoto database - it it puts text directly on a photo then it is part of the photo
    LN

Maybe you are looking for

  • What are the Major Step for Completely Avoiding the Server Problem?

    Like Ora-01033,Ora-12514.

  • Saving Arrays to database???

    Hi! I'am new on Jsp and I want to save values that the user add into a combobox. I Have a Save_action.jsp that executes when the user click on the submit button. So I want the array values to be saved into the database + be updated. Here is the probl

  • Loading java file in a java file

    Hi everyone, Sorry this is probably a really simple question, but i'm getting a bit stuck and i can't find anywhere that helps explain how to do it. I've got two files that represent two questionnaires (questionaire 1 and questionnaire 2), depending

  • ALV printing setting Layout

    Hello I do have an issue printing at ALV -  I want the Layout X_44_120 - g_grid  TYPE REF TO cl_gui_alv_gri   ps_print-print_ctrl-pri_params-LINCT    = 44.   ps_print-print_ctrl-pri_params-linsz    = '120'.   ps_print-print_ctrl-pri_params-paart    =

  • I require a Human Task allowing a null, updatable, payload parameter

    Hello, I hope to get help here for I have been stuck for a while. I am developing a BPEL process for employee Onboarding. Several of the Human Task forms contain parameters, like Address2, MIDDLE_NAME, etc, which it is perfectly all right for the par