Is it possible to change the 'accessibility' messages of a button?

I have buttons that control navigation in a subform.  These buttons are one instance - then addInstance as related subforms are added.
I would like to be able to control the accessibility message (since we use it more as a hover/mouseover) based on the user interaction.
Anyone know how I can change or adjust the message during user interaction?

Are you talking about the tooltip for the button? What would you want to change the message to?
Paul

Similar Messages

  • Can anyone please tell me if it's possible to change the text alert tone to a downloaded tune and how to do so? Thanks.

    Is it possible to change the text message alert tone to a downloaded tune on iPhone 4? How is it done?

    Simple answer, at the minute it's not possible. That may change with iOS 5

  • Is it possible to change the Global Lockout Message to include the time duration?

    Hi Everyone,
    Is it possible to edit the error messages that portal returns?
    Are they stored in a table we can just modify? Or are they
    secured?
    The one specifically that a client would like to change is:
    the error message related to the global lockout message to
    include the time that people would have to wait.
    Any ideas?
    Thanks
    tim

    Tim,
    You can change the message via an API. The code that we used is
    below:
    DECLARE
    CURSOR c_id IS
    SELECT id
    FROM wwnls_strings$
    WHERE name = 'edit_password_txt';
    v_msg LONG := 'Enter your old password and a new password.
    Confirm your new password to make sure you entered it correctly.
    Passwords are %1.'||chr(10)
    ||'Passwords must : <br>' ||chr(10)
    ||'<UL><LI> be at least 7 characters long
    </LI>' || chr(10)
    ||'<LI> not be the same as your username </LI>'
    || chr(10)
    ||'<LI> contain at least one alpha character
    </LI>' || chr(10)
    ||'<LI> contain at least one numeric character
    </LI>' || chr(10)
    ||'<LI> not be the same as your previous
    password </LI></UL>' ;
    v_id wwnls_strings$.id%TYPE;
    BEGIN
    OPEN c_id;
    FETCH c_id INTO v_id;
    CLOSE c_id;
    portal30_sso.wwnls_api.set_string      (p_id => v_id
                             ,p_text => v_msg
                             ,p_language => 'us');
    END;
    /

  • Is it possible to change the sytem defined Error Message

    Hi All,
    Is it possible to change the sytem defined Error Message: "Reason codes with automatic charge-off are not permitted here" to Warning Message. If so, how can I search in which application area  this message defined in OBA5 screen?
    Other details for this issue:
    Message: Reason codes with automatic charge-off are not permitted here
    Message Class: F5,
    Message No: 605.
    Thanks
    Chandra

    Hi,
    Without investigating deeper for this specific error message, I can say that the messages that cannot be maintained through OBA5 will in some cases remain in the system even if maintained in OBMSG. If message is not allowed for change in OBA5 and there is no OSS note regarding this message, it means that SAP designed it this way. Changing the nature in OBMSG (which is not standard or recommended SAP operation) will not always save the problem; the message could be simply hard-coded in the program with 'E' attribute.
    Regards,
    Eli

  • Is it possible to change the wait time for when you enter an incorrect password on your iphone/ipad?

    I reaaally hate how anti-procrastination apps like ColdTurkey don't work for apple products, because what's the point of restricting internet usage on the computer when you can just access it from your apple device? There's no point in using the parental controls or setting passwords for obvious reasons, either.
    So I had an idea: from what I know, after guessing the password incorrectly 6 times, the device is locked for 1 min, 7 times, 5 min etc. So I was thinking, is it possible to change the settings, for example, to lock the phone for 60min after 3 wrong password attempts? This would be incredibly helpful!!
    (if you know a way but don't want to post it here, please email me instead!)

    Thanks a lot Rob. That works.
    "Rob Woollen" <[email protected]> wrote in message
    news:3f29b665$[email protected]..
    java -Djava.io.tmpdir=<tmpdir path> weblogic.appc
    -- Rob
    Bernhard Lenz wrote:
    I realized that weblogic.appc creates a working directory
    /var/tmp/appcgen
    when compiling ejbs. What happens if 2 developers run weblogic.appc atthe
    same time? Will they be using the same temp directory and therefore getin
    each others way? I'd rather like to create a temp directory which isunique
    for the machine. Our build scripts would be able to create such adirectory
    but I couldn't find anything in appc to set the temp directory.
    Do you have any advice?
    Thanks for your help.
    Greetings
    Bernie

  • Is it possible to change the video card of a pavilion g7-1075dx?

    So, I have an HP Pavilion g7-1075dx Notebook with Windows 7. I'm an avid gamer and wish to play the newest games. However, there's one problem thats keeping me from doing so. Alot of the newer games require newer video/graphics cards. This particular laptop has an ATI Mobility Radeon HD 4250. The newest games seem to require ATI Radeon HD 4850 and above. This is the only thing thats keeping me from playing games like Starcraft II on the highest settings OR in the case of Star Wars: The Old Republic, it almost keeps me from playing the game, period, due to the graphics being too much for my current card to handle, causing massive lag. I was hoping I could change the video card. Upgrade. However, i've heard that with most laptops or notebooks you can't upgrade anything other than the RAM. I'm hoping anyone on here can help me out and tell me if it is possible to get a new video card for my laptop. We don't have a desktop computer so this laptop is my only hope for a long time to play newer PC games.

    Alright, let me put this in a simpler message: Does anyone know if it is possible to change the video card currently in my laptop, the HP Pavilion g7-1075dx, for a newer and better one. ATI Mobility Radeon HD 4250 to ATI Radeon HD 4850 or higher.

  • Is it possible to change the formating of a template.

    I am new to iweb & working on a heavy web site. I use Template "modern" & Blog page for the entries.
    1. Is it possible to change the Heading colour & size to a different one in the template, without changing it in each & every Blog entry.
    2. I want to remove the "Read More" text from the main Blog page & want to link a PDF file in that location. Is it possible.
    Please help
    Thank you

    I could not find any way to do that. There is no way access the song information like you do through iTunes.

  • Is it possible to change the position of beining of text in a standard report

    Hi,
         I am wondering wether it is possible to change the position of the test (the starting point) in a standard report. I would like to print a label with different texts at different positions. If its not possible in a standard report is there any other way to do it.
    Thank you,
    Mudda.

    Hi Mudda, I don't see any way myself to set any particular starting position for your text. It looks like the best way to emulate this behavior would be to add a new line with lots of tab characters or spaces to place your new text at a specific offset from the left. You can also use Append Table to Report and wire in a 2D string array with only a few positions filled in with your various text labels as shown below. This will space text labels pretty well across the page. Try it out and see if it works for you. You could be more clever and build the 2D array programmatically if you wanted more control over position.
    Message Edited by Jarrod S. on 06-02-2006 05:37 PM
    Jarrod S.
    National Instruments
    Attachments:
    Set_Report_Position.JPG ‏69 KB

  • Is it possible to change the dimension order when extracting data from HFM?

    Hello,
    When accessing Consolidation/Extract/Data is it possible to change the dimension order of the extract rather than extracting the standard order?
    I can see you can change the dimension order visually by going to "Reorder dimensions" but this does not carry through to the actual extract.
    If its not possible using this method is there another method? Trying to avoid using smartview for this purpose.
    Many thanks and kind regards,
    Rich

    Hi,
    No, it is not possible to change the order type.
    -Paul

  • Possible to change the xml output of the Inbound Interface?

    Hi All,
    I hav a scenarion where a third party system receives the XML from XI. the output of the xml from XI looks as follows:
      <?xml version="1.0" encoding="UTF-8" ?>
    - <ns0:Messages xmllns:ns0="http://sap.com/xi/XI/SplitAndMerge">
    <ns0:Message1>
    - <ns1:WMSItalyItemReplication xmlns:ns1="http://cpe.com/cpe_ftp_wms/ItemReplication">
    - <item_dl dt_tm_created="2006-06-29 09:02:23">
    - <item action="" owner_id="CIB" itm_num="3143832ZZ99">
      <itm_desc>Ageflex ACM50 Test</itm_desc>
      <unt_dol_val>1</unt_dol_val>
      <lic_ctrl_flg>Y</lic_ctrl_flg>
      <lot_ctrl_flg>Y</lot_ctrl_flg>
      <shelf_life>999</shelf_life>
      <product_life>999</product_life>
      <incubate_prd>0</incubate_prd>
      <hold_ord_flg>N</hold_ord_flg>
      <kit_type>N</kit_type>
      <prelabel_flg>N</prelabel_flg>
      <rcv_only_flg>N</rcv_only_flg>
      <convey_flg>N</convey_flg>
      <front_flip_flg>N</front_flip_flg>
      <pick_shp_bp>N</pick_shp_bp>
      <side_flip_flg>N</side_flip_flg>
      <rotate_flg>N</rotate_flg>
      <itm_udef_a />
      <itm_udef_b />
      <itm_udef_c>Constant1</itm_udef_c>
      <itm_udef_d />
      <multi_conf_flg>N</multi_conf_flg>
      </item>
      </item_dl>
      </ns1:WMSItalyItemReplication>
      </ns0:Message1>
      </ns0:Messages>
    And the output that the third party expects is as follows:
    <?xml version="1.0" encoding="UTF-8" ?>
    <!DOCTYPE item_dl SYSTEM "http://localhost/dtd/item_dl.dtd">
    <item_dl><item><itm_desc>Ageflex ACM50 Test</itm_desc>
    <unt_dol_val>1</unt_dol_val>
    <lic_ctrl_flg>Y</lic_ctrl_flg>
    <lot_ctrl_flg>Y</lot_ctrl_flg>
    <shelf_life>999</shelf_life>
    <product_life>999</product_life>
    <incubate_prd>0</incubate_prd>
    <hold_ord_flg>N</hold_ord_flg>
    <kit_type>N</kit_type>
    <prelabel_flg>N</prelabel_flg>
    <rcv_only_flg>N</rcv_only_flg>
    <convey_flg>N</convey_flg>
    <front_flip_flg>N</front_flip_flg>
    <pick_shp_bp>N</pick_shp_bp>
    <side_flip_flg>N</side_flip_flg>
    <rotate_flg>N</rotate_flg>
    <itm_udef_a></itm_udef_a>
    <itm_udef_b></itm_udef_b>
    <itm_udef_c>Constant1</itm_udef_c>
    <itm_udef_d></itm_udef_d>
    <multi_conf_flg>N</multi_conf_flg>
    </item>
    </item_dl>
    Observe the first two lines of the second output.
    I tried to generate the second xml using a java mapping. and it is working fine when i test it in the Interface mapping's test tab. but it is not working when i test the scenario end to end. It is giving some runtime error.
    is it possible to change the namespace, etc in the output of the XML coming out of XI? if v change those namespace stuff, does XI recongnise the message and send it to the appropriate reciever?
    Please suggest me any solution.
    any help wud b greatly appreciated.

    The first XML is a Split msg XML..Where there are multiple messages within a single XML document..Thats why u have a <ns0:Messages xmllns:ns0="http://sap.com/xi/XI/SplitAndMerge">
    <ns0:Message1>
    Tags..
    Recheck what ur target system needs are & change ur mapping in XI.

  • Possible to change the room laout (Navigation)

    I just succesfully created a coll. room in which it is possible for peple to discuss and upload docs. Now is it possible to change:
    - The navigation: Edit names and place em in the second level navigation
    - Is it possible to customize the documents part to my needs, like add more folders, put in some opening text and color. This is all pretty standard and i want to use this to develop a customized one. So:Can i import this in NWDS or sommit?!
    Additionaly: when you would make a page for your customers that should be exactly like they wish, but has great similarity to existing collaboration tools. Would you then:
    - Use the existing collaboration and customize.
    - Create an own application
    Is it possible to download these kind of applications from others?
    Message was edited by:
            Hans Wassink

    Hi Hans,
              Yes. It is possible. You can change layout of room.
    Create custom layout for your need. And assign this layout to particular room.
    Follow the given steps to change layout of the room.
    System Adminstration -> KM Content
    You can see list of folders in content area.
    room extensions - > cm stores -> documents -> workspaces.
    There you can see one or more folders named as 'documents'. Find your folder and change the layout of that folder. It will help to you.
    Thanks and Regards,
    Venkat

  • Is it possible to change the genre of a song on an iPhone 5s  (with no laptop/desktop)?

    is it possible to change the genre of a song on an iPhone 5s  (without using iTunes on a laptop/desktop)?

    I could not find any way to do that. There is no way access the song information like you do through iTunes.

  • Is it possible to change the formatting of Excel in place

    Hi,
    is it possible to change the standard formatting of columns and texts when using Excel inplace (Excel on the web for the BPS )?
    Many thanks,
    Simon Cohen

    Simon,
    I am afraid you can't modify styles using excel in place.
    Note 632333 says the following :
    List of the features the Excel OWC can use from the template:
    Text format - font, size, colour
    Cell format - background colour, border, alignment
    Number format
    "Simple" formulas
    Panes Split and Freeze (only for Office versions 2002(XP) or higher)
    Nevertheless this applies only for cells which are not filled by BPS runtime. All texts and values written by BPS runtime into the template use standard styles. The styles cannot be changed, see below.
    List of features that are not available in the Excel OWC:
    Styles. Consequently no changes to the SAP standard styles are taken over to the OWC. Therefore the features mentioned above are available only for the cells not containing a transaction specific data
    VB Macros. When needed, the designer can use a script language (VBScript, JavaScript) to access the DOM of the OWC. You can include HTML into a text component in the Web Interface customizing (tn BPS_WB) and place your script code there.
    Cell and text formats not mentioned above (e.g. text orientation,...)
    Line brakes within a cell
    Panes Split and Freeze (only for Office version 2000)
    Embeded elements (like form objects, pictures, background picture,...)
    Having more than one worksheet in the Excel OWC
    In comparison to HTML based planning layouts the Excel layouts do not identify the position of the documents.
    Hope it helps,
    Alberto

  • Possible to change the default spool request title ?

    Hello,
    I'm SAP Basis guy, I've been asked by our functional team if it would be possible to change the default spool request title.
    Our endusers have access to transaction SP01, where every morning, they can see the spools request that have been generated during the execution of night batches.
    Currently, the default spool name is displayed :
    Title or name of spool request LIST1S LOCL ZREPORTSUFFIX (in transactions sm37 and sp01)
    Is it possible to change the default name of this spool request with some abap coding ?
    Thank you.

    hi,
    goto transaction SPAD and change the default values as you require but i doubt whether you would be able to change the spool title after the job has been triggered i think it is nt possible
    but for further requests you can change it from SPAD
    reard if helpful
    vivekanand

  • Possible to change the front and back speaker volume ?

    Hello, as it says in the topic, i was wondering if it is possible to change the volume of the front and the back speakers (the same way it is possible to change the volume of the center speaker).
    If anyone could tell me wether this is possible at all i would largely appreciate.
    Specs:
    Creative Inspire T5900 speaker system
    Creative SoundBlaster Live! 5.1 Digital
    Windows XP

    The older Mac Pros had a separate board for the front panel connectors. Looking at pictures of the 2009 Mac Pro back-plane board I can't see any soldered on connectors. Based on the link below for an older Mac Pro it looks like it could be as easy as making a cable to replace the front panel board USB cable with one that could connect to a USB PCIe card (when they are available for Macs).
    http://ep.yimg.com/ca/I/lovemacs2113427757506
    Edit: Assuming that there is no additional circuitry on the front panel board that has to be USB3 compliant.
    Edit (again): I missed the fact that USB3 uses a different connector so you would have to replace the entire board with one that has USB3 connectors on it. It is unlikely Apple or even a third party would make one.
    Message was edited by: Martin Pace
    Message was edited by: Martin Pace

Maybe you are looking for