JSpinner problems with alignment of text

I experience problems with the alignment of the text within the spinner. I read a few topics on this forum. Many answers point to the solution of grabbing the JFormattedTextField from the spinner and call the setHorizontalAlignment(int) method. Seems hat doesn't work for me.
Here is the code I wrote:
SpinnerDateModel dateModel = new SpinnerDateModel();
JSpinner dateSpinner = new JSpinner(dateModel);
JSpinner.DateEditor dateEditor = (JSpinner.DateEditor)dateSpinner.getEditor();
JFormattedTextField tf = dateEditor.getTextField();
tf.setHorizontalAlignment(JFormattedTextField.RIGHT);
maybe I am missing something. Please help!
Thank You in advance.

I'm not sure if this is the solution, but the getTextField() Method should be called on a JSpinner, rather than a SpinnerDateModel. I took this Method from the Swing Tutorial and made it static, so i could use it anywhere:
public static JFormattedTextField getTextField(JSpinner spinner) {
          JComponent editor = spinner.getEditor();
          if (editor instanceof JSpinner.DefaultEditor) {
               return ((JSpinner.DefaultEditor)editor).getTextField();
          } else {
               System.err.println("Unexpected editor type: "
                                      + spinner.getEditor().getClass()
                                      + " isn't a descendant of DefaultEditor");
               return null;
     }Besides, setting an Editor for this JSpinner is not neccesary, because it is chosen automaticaly. You only need to do so if you have implemented a custom SpinnerModel.
Hope this was any help...

Similar Messages

  • Problem with align element.

    Hi everybody,
    i have a problem with align element on my page. I explain:
    i have used into a panel page a panel group to align my element horizontal, but when i set the vertical-align on top, the element are align in middle.
    Now is......
    text text text text text text
    text text text text text text
    text text text text text text
    text text text text text text tablelayout
    text text text text text text
    text text text text text text
    text text text text text text
    But i wont........
    text text text text text text tablelayout
    text text text text text text
    text text text text text text
    text text text text text text
    text text text text text text
    text text text text text text
    text text text text text text
    Thanks.

    Have you tried using a panelHorizontal instead of a panelGroup?
    The components are automatically laid out horizontally and it has a Valign property that you can set to top.

  • Problems with the Widget "Text Ticker"

    Hello, I have a problem with the widget "Text ticker". I tried to put more then one text ticker on my site, but it doesn't work, when I look in Muse it looks like this:
    and when I look in the preview only the first text ticker works...maybe it is not possible to have more then one text ticker on one site?
    Thank you.

    It seems you are using the same name for all the ticker instances on page.
    You need to have unique names for each of the ticker you want on a single page. Tickers with duplicate names will not work.
    Cheers,
    Vikas

  • [svn:fx-trunk] 8452: - Fix flicker problem with constraint bound text that is being autoSized.

    Revision: 8452
    Author:   [email protected]
    Date:     2009-07-08 08:38:32 -0700 (Wed, 08 Jul 2009)
    Log Message:
    - Fix flicker problem with constraint bound text that is being autoSized.  If the remeasure is done in a 2nd pass you will see a flicker as all the objects are moved to accommodate the reflowed text.
    - Fix data binding issue with text setter.
    - Rework measure() to accommodate implicit autoSize.
    If explicitWidth or widthInChars specified and explicitHeight or heightInLines specified, or for now, blockProgression != "tb", the text has fixed dimensions and is not auto-sized.
    If no text and width specified, but no height, start at specified width and one line high and grow taller.
    If no text and height specified, start at 1 char wide with the specified height and grow wider.
    If neither width nor height specified, and toFit lineBreaks, start at explicitMaxWidth, or default maxWidth of 160, and grow taller.
    If neither width nor height specified, and explicit lineBreaks width is unlimited and can grow taller.
    These are further constrained by min/max Width and Height except in the case that explicitWidth or explicitHeight are specified.
    - Change default maxWidth for RichText and SimpleText to 160 to match RET.  Previously it was 10000.  This is used for
    text with toFit lineBreaks if a width isn't specified.
    QA Notes: 12 or so TextGraphic tests fail because of the new default maxWidth.
    Doc Notes:SDK-22014, SDK-21837
    Reviewers: Gordon
    Ticket Links:
        http://bugs.adobe.com/jira/browse/SDK-22014
        http://bugs.adobe.com/jira/browse/SDK-21837
    Modified Paths:
        flex/sdk/trunk/frameworks/projects/spark/src/spark/primitives/RichEditableText.as
        flex/sdk/trunk/frameworks/projects/spark/src/spark/primitives/supportClasses/GraphicEleme nt.as
        flex/sdk/trunk/frameworks/projects/spark/src/spark/primitives/supportClasses/RichEditable TextContainerManager.as
        flex/sdk/trunk/frameworks/projects/spark/src/spark/primitives/supportClasses/TextGraphicE lement.as
    Added Paths:
        flex/sdk/trunk/frameworks/projects/spark/src/spark/primitives/supportClasses/RichEditable TextEditManager.as

    You have used elements like header, footer, footer1 and nav without using the correct DOCTYPE declaration. Replace the first line of your code with
    <!doctype html>
    Also have a look here for other problems http://validator.w3.org/check?verbose=1&uri=http%3A%2F%2Fhome.surewest.net%2Fstorytales%2F test%2Fforposting.html
    After the above has been fixed, please come back here to fix the remaining problem(s)
    Gramps

  • Problem with align and Selection Tool.

    This is a weird problem which I cannot explain at all.
    I am using AI CS3 with Windows XP.
    I am having this completely random problem with the selection tool and align pallette I cannot explain.
    I have a group of objects and groups of objects I am trying to use the align pallette on.
    Sometimes when I select all of the items I want to align, either by shift-clicking each one, or by drag-selecting them I am getting a random behavior where sometimes the align button will move all of the objects COMPLETELY off of the artboard, all the way to the edge of the working area and beyond into the grey area you cannot see.
    Normally, this would be caused by a stray point somewhere way off-screen or some other cleanup oriented thing on my part. However in this case, the behavior is random and does not happen every time I hit the align button.
    Sometimes it takes items within my grouped objects (lines of text) and moves THEM completely off the work area, leaving the other items in the groups in place. Sometimes the bounding box when I drag-select the items will stretch extremely far off of the work area.
    I have even dragged the extra large bounding box, bringing the edge that was once way off screen onto the work area, in outline view, in hopes of finding the stray point or object that could be causing this. However NOTHING appears that can be causing the align to throw all of my objects off-screen.
    The random nature of this behavior and the way it sometimes affects my text objects inside of groups leads me to believe it is a program bug and nothing I am doing.
    The behavior takes place regardless if I select by dragging or by shift-clicking, and is happening in more than one file, also randomly.
    Also, choosing "align to art board" vs. "align to crop area" does nothing to change this behavior.
    It is quite irritating. I've been using illustrator since v.88 so I have enough experience to know this is not normal.
    Any help with this one would be greatly appreciated.

    When this behaviour occurs, are perhaps guides included in your selection?

  • Problem with bullets in text boxes

    Hi,
    I haven't seen this problem written up anywhere but I am
    having problems with my text formatting differently in text boxes
    when I've used bullets in the text. I am using Captivate 2.
    So here's what happens:
    If the text caption has a bullet
    anywhere in the body, when I publish my captivate course, the text
    looks like normal 12 pt Arial.
    If there is a text box without any bullets, the text looks
    like it was bolded.
    The next result is that I have two types of body text
    throughout my course.
    I went into every slide and verified that there is no other
    text formatting going on and I did find that Impact was sometimes
    in the same text boxes where I had bullets but I finally got rid of
    all the impact. However, the problem remains. Can anyone help me?
    Thanks,
    Lin

    Hi Lin and welcome to our community
    My guess here is that you are using the Transparent caption
    type. When you do this, the caption anti-aliases the text inside
    and many claim it looks either bold or fuzzy. You have two options.
    1. Use Bullets on all captions. Don't worry, you don't have
    to actually SEE the bullets. Just press Enter a few times and apply
    bullets to one of the blank lines. Then size the caption so the
    bullet part is hidden from view.
    2. Implement a trick discovered by fellow Adobe Community
    Expert Paul Dewhurst. You can see his trick by
    clicking
    here.
    Hopefully one of these works for you... Rick

  • Problem with lenght of text and footer elements displaced (bug?)

    I have a problem with the footer of my pages. The footer is composed with elements of the master page and two elements that are page dependant so these elements are defined in each page. All the elements in the footer are marked as page footer elements so they should appear below the main content of the page and all in the same position relative to each other.
    But the truth is the main content extends below the top of the footer overlapping it and the page dependant elements of the footer are displaced in the same amount and so these elements do not match in the space reserved for them in the footer.
    I think the problem is caused by the text box in the main content being displayed with a bigger height than it appears in the editor. Even worse: every web browser shows the text with a different height so the footer elements all appear displaced differently. I have tried to define the height of the text in pixels (px) instead of percentage (%) but the result is the same. But even with this indetermination, the footer should always appear below the main content and not overlaping (or overlaped) by it, so either this is a bug or I am doing something wrong.
    Here is how i see the page in the editor. The grayed out keywords and the "UK Photographers" link of the footer are in the current page. All other elements of the footer (horizontal line(rectangle of 1px height), "facebook - links - contact" links and Copyright notice) are in the master page:
    This is how the page appears in Firefox 15 with the text zoom set to default. notice how the footer elements that are defined in the current page appear overlaping those defined in the master page (there should be a 27px space between the end of the text and the horizontal line) and moved down in the same amount than the main content exceeds the footer limit:

    I am able to repro this on my end as well. Seems like a bug that we will be fixing in a future release.
    Work around would be to make sure that the footer item on the individual pages are above the ones from the master page or put everything on the master page or the individual page.
    - Abhishek Maurya

  • IPhone 3GS multiple problems with calls and text

    I have AT&T for service provider and I am having these problems with the THIRD Iphone 3Gs that I have received since Jan 12.
    I  turned off 3GS again after newest update, not sure if it willl help or not.
    Also, I have the same problems with this phone as previous 2 Iphones I got at Apple Stores:
    * sporadically drops calls -  even if I don't move from the spot I originally called from.  This is my only phone, so I need to make and receive any calls to this phone.
    *"Searching", "No Service", so text messages don't get sent, but I don't know that unless I check back to see the red ! and I keep trying to resend...
    * No SIM card - but, only know this if I check, not good when busy and waiting for a call or text.
    Do I need to go to an Apple store again (not nearby me) to replace it before my replacement warranty runs out?
    Thanks for any help!

    Try powering the phone off, then removing and replacing the battery, and powering the phone back on. 
    Then try  dialing *228 send and option 2 on the phone to update the PRL.
    Then try closing down applications that you are not using on the device.
    From the home screen, touch the applications tab (located at the bottom of the display).
    Touch Settings.
    Touch Applications.
    Touch Running services.
    Touch a service you are not using then.
    Touch Stop.
    From the home screen, touch the applications tab (located at the bottom of the display).
    Touch Settings.Touch Applications.Touch Running services.
    Touch a service you are not using then.
    Touch Stop.
    Repeat steps as needed.

  • Two problems with my linked text

    Hi, I am having a couple of problems with my code for a link.
    Problem 1
    I am trying to get the text "learn more" to be "red" on (main) but it is only showing "red" on (over) or hover. Please tell me how to make the text "red" on (main).
    Problem 2
    The code seems to be identical for all thumbnails but only the text below the "circled" image seems somewhat correct. I can't figure out why the other text has a link (is linked) when the code is the same as the "circled" code.
    http://www3.telus.net/~jessum/holiday pools/index.html

    <a href="http://www3.telus.net/~jessum/holiday pools/services.html" target="_self">
    Thanks Nancy, so I named my main website folder "holiday pools", (with a "space") I guess this is bad. So in my code (see above) there is a space in "holiday pools".
    Question #1
    Do you know how can I delete the space or add a underscore without destroying all of my linked pages and images?
    Question #2
    I read that this (see below) is how I can add comments without it being visible in the browser, so why is this giving me errors?
    <!-- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- this divider is not visible in browser -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -->

  • Portal Collection List Renderer - problem with alignment

    Dear All,
    I'm having an issue with alignment of columns when changing a Layoutset.
    This modification is all done with SAP standard components, so I decided to try my luck here first at SDN before writing an OSS message.
    Here's what is happening:
    I want to have the KM files listed like this:
    (as I can't put a printscreen, I will put it on text for you to have an idea)
    FILENAME..................MODIFIED...........................MODIFIEDBY
    ...file1..........................xx/xx/xxxx..........................aaaaaaaa
    Description of file1 here....
    file2.............................xx/xx/xxxx..........................aaaaaaaa
    Description of file2 here....
    file3.............................xx/xx/xxxx..........................aaaaaaaa
    Description of file3 here....
    To obtain this I'm changing the standard object AdminCollectionListRenderer
    I do this by going to KM configuration and change this SAP standar object on
      Collection List Renderer Settings > AdminCollectionListRenderer
        Flavor:
          From: List
          To: Not Set
        Displayed Properties:
          From: rnd:icon,rnd:displayname(contentLink)+rnd:action,contentlength,rnd:lock,modified,modifiedby
          To: rnd:displayname(contentLink),rnd:lock,modified,modifiedby,rnd:description(\[2;1-1\]/noTitle/maxChars=300)
    The result is ok, but there's a very small detail that doesn't disappear no matter what I do.
    If you go to the txt above, the "file1" is ALWAYS one blank space to the right. It's not aligned with the
    other items on the list.
    Has anyone experienced this ?
    Is there any solution ?
    Kindest Regards
    /Ricardo Quintas

    Check in your type preferences. Apply leading to entire paragraphs will fix this. It's likely that the return at the end of your last line has a larger point size assigned to it, and it's throwing your leading off.

  • Problems with getting default Texts (HRRCF00_GET_DEFAULT_TEXTS)

    Hi experts,
    we are using EHP4 and I have implemented and activated BADI HRRCF00_GET_DEFAULT_TEXTS for getting default Text during the posting procedure within SAP E-Recruiting based on WebDynpro.
    The BADI is called from WD Controller ERC_C_REQ_MGMT_UI.
    get default text values from BADI HRRCF00_GET_DEFAULTS_TEXT
        wd_assist->read_default_posting_text( EXPORTING iv_language                 = ls_language-langu
                                                        is_post_hrobject            = ls_hrobject
                                              IMPORTING ev_company_desc_default     = ls_language_tab-company
                                                        ev_department_desc_default  = ls_language_tab-department
                                                        ev_project_desc_default     = ls_language_tab-project
                                                        ev_task_desc_default        = ls_language_tab-tasks
                                                        ev_requirement_desc_default = ls_language_tab-requirements ).
    Directly after the call of BADI HRRCF00_GET_DEFAULTS_TEXT it seems that the company description is correctly filled.
    But unfortunately I am not able to see the default text within the Input Field of the view.
    As far that I know there should be a Button to fullfill the company description with the default text. But I can't see any button.
    Is there anything else I have to configure?
    Many Thanks!

    Hi Roman,
    I have testet it both. With a complete new requisition and with a old one. Same problem.
    But know I have recognized a strange system behaviour.
    If I toogle the first language I am not able to see my default_text. But if I toggle a second on(English etc) I can see the default text within this second tab.
    So the result is that I am able to see the default texts but only if I toggle two languages
    I am thinking I am missing something within my BADI implementation.
    The only thing I have done is to prorgram follwing section within the method GET_PROJECT_DESC
    method IF_EX_HRRCF00_GET_DEFAULT_TEXT~GET_PROJECT_DESC.
    *{   INSERT         M11K900044                                        1
    break erec1.
    project_desc = 'This is a example for the project description'.
    *}   INSERT
    endmethod.
    And it seems fine becaus if I switch to debugging mode I can see that the method is called and tht the variable project_desc will be filled correctly.
    Would be great if you could give me a helping hand on this.
    Many Thanks!
    Marco

  • Problems with IE and text item

    Hi,
    I have a problem with IE (v6.0) when I add an text item to a region. IE puts 2 records with the same content into the DB (table wwv_text), Mozilla only 1.
    The Problem is, if I change the text of the item with IE, Mozilla, doesn't show the changes made, due to the fact, IE only changes one of the two records and Mozilla reads exactly the other one.
    But if I add a text item with Mozilla, only one record is stored in the DB.
    Is this a portal or IE bug?
    PS: I have disabled version control on the entire page group.

    hi dorian,
    is it possible that you add an item in a different language if you are using internet explorer. in this case 2 records are created. one for the base language and one for the translation. this also explains that you do not see the edited version of the item in the other browser - in case you are using a different language.
    a good technote related to this topic:
    http://www.oracle.com/technology/products/ias/portal/html/cm_main_10g_translation_tech_note.html
    just an idea...
    regards,
    christian

  • Problem with missing column text - PDF to Word conversion

    I just bought Acrobat Standard X and have a serious deadline to meet.  Problem is I converted a PDF with newspaper style columns to Word XP (2003) version and the first column of two will not budge with the right hand margin.  The text is there when prompted but some of the endings to words are being hidden.  I have tried putting an 'equal column width' command and it still doesn't work.  I have selected individual paragraphs to try and stretch out the margin to justify with the previous page alignment (which appears ideal) and it still will not do as I want.  On the ruler line, there is a blue gap between the columns and I can't get rid of it.  So, the first column insists on staying narrower than it should be and if I stretch it out to align with the other pages, it loses words I have typed until it reverts back to its original width.  Any ideas would be most welcome. This is a right pain in the butt. Thanks.

    Alas your expectation is not reflective of what the application is capable of.
    Acrobat's OCR has no concept of "styles". Nor does OCR provide Tagged content. As Acrobat's OCR does not incorporate a "zone" approach to character recognition the manual tagging of OCR output is non-trivial (and yes you'd have to do it manually).
    Having the PDF content exported to Word you'll more quickly arrive at your "destination" by manual application of the desired core Word headings / styles. Now if *all* paper documents were the same type layout / format / etc it might be possible for a Word developer to script something to apply headings / styles programmatically.
    Be well....

  • Problem with aligning buttons with background image.

    Dear all,
    Just an introduction, I am a newbie to dreamweaver and currently hopelessly lost in solving some problems, and wish to seek your advice and help here.
    I am creating a webpage with a background that shows a line across near the top of the site. I placed an image with the line as background under the page properties. I am placing buttons on that line, so when I mouse over the buttons, the part of the line above the buttons will darken, showing that the button has been selected.
    The image of the buttons include the darken lines and the words. I can align the button lines with the background line when viewing the site in 100%, but on other resolutions or if I zoom in 125% or 150%, the lines are not aligned.
    Here is a picture of my dreamweaver working area, where I manually adjust the buttons to align with the background line. The button lines are already not aligned here, but they look aligned on site in 100%.
    [IMG]http://i1126.photobucket.com/albums/l614/artbox11/pic1.jpg[/IMG]
    Here are how the lines look at 150%. The arrows show where the button lines are not aligned with the background image line.
    [IMG]http://i1126.photobucket.com/albums/l614/artbox11/pic2.jpg[/IMG]
    Can anyone advise how I can align the button lines with the background image line so that whichever resolution I view the lines will be aligned from side to side? Any tips and advice will be greatly appreciated, as I have been looking around DW for a day now and cannot find out how to fix this.
    Thank you!!

    Dear Murray, thank you for offering to help, much appreciated.
    Here are my codes. I did not write any of the codes though, I just use the design tab and built tables and insert images.
    <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
    <html xmlns="http://www.w3.org/1999/xhtml">
    <head>
    <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
    <title>Metamorfic</title>
    <script type="text/javascript">
    <!--
    function MM_preloadImages() { //v3.0
      var d=document; if(d.images){ if(!d.MM_p) d.MM_p=new Array();
        var i,j=d.MM_p.length,a=MM_preloadImages.arguments; for(i=0; i<a.length; i++)
        if (a[i].indexOf("#")!=0){ d.MM_p[j]=new Image; d.MM_p[j++].src=a[i];}}
    function MM_swapImgRestore() { //v3.0
      var i,x,a=document.MM_sr; for(i=0;a&&i<a.length&&(x=a[i])&&x.oSrc;i++) x.src=x.oSrc;
    function MM_findObj(n, d) { //v4.01
      var p,i,x;  if(!d) d=document; if((p=n.indexOf("?"))>0&&parent.frames.length) {
        d=parent.frames[n.substring(p+1)].document; n=n.substring(0,p);}
      if(!(x=d[n])&&d.all) x=d.all[n]; for (i=0;!x&&i<d.forms.length;i++) x=d.forms[i][n];
      for(i=0;!x&&d.layers&&i<d.layers.length;i++) x=MM_findObj(n,d.layers[i].document);
      if(!x && d.getElementById) x=d.getElementById(n); return x;
    function MM_swapImage() { //v3.0
      var i,j=0,x,a=MM_swapImage.arguments; document.MM_sr=new Array; for(i=0;i<(a.length-2);i+=3)
       if ((x=MM_findObj(a[i]))!=null){document.MM_sr[j++]=x; if(!x.oSrc) x.oSrc=x.src; x.src=a[i+2];}
    //-->
    </script>
    <style type="text/css">
    <!--
    body {
    background-image: url(Metamorfic%20Site%20Files/BG.jpg);
    .style3 {font-size: xx-small}
    -->
    </style>
    <script type="text/javascript" src="/jwplayer/jwplayer.js"></script>
    </head>
    <body onload="MM_preloadImages('Metamorfic Site Files/Button - About 2.jpg','Metamorfic Site Files/Button - Contact 2.jpg')">
    <table width="800" border="0" align="center">
      <tr>
        <td> </td>
        <td> </td>
        <td> </td>
      </tr>
      <tr>
        <td height="187"> </td>
        <td> </td>
        <td> </td>
      </tr>
      <tr>
        <td width="116" height="32"> </td>
        <td width="552"> </td>
        <td width="110"> </td>
      </tr>
    </table>
    <table width="1100" height="50" border="0" align="center">
      <tr>
        <td width="1094" height="46"><table width="672" height="34" border="0" align="center">
          <tr>
            <td width="666" height="30" align="center" valign="bottom"><img src="Metamorfic Site Files/Button - About 1.jpg" width="122" height="28" id="Image3" onmouseover="MM_swapImage('Image3','','Metamorfic Site Files/Button - About 2.jpg',1)" onmouseout="MM_swapImgRestore()" /><img src="Metamorfic Site Files/Button - Contact 1.jpg" width="110" height="28" id="Image6" onmouseover="MM_swapImage('Image6','','Metamorfic Site Files/Button - Contact 2.jpg',1)" onmouseout="MM_swapImgRestore()" /></td>
          </tr>
        </table></td>
      </tr>
    </table>
    <table width="800" border="0" align="center">
      <tr>
        <td height="340"> </td>
      </tr>
    </table>
    <table width="800" border="0" align="center">
      <tr>
        <td width="300" align="center" valign="middle"> </td>
        <td width="25" align="center" valign="middle"> </td>
        <td width="25" align="center" valign="middle"> </td>
        <td width="25" align="center" valign="middle"> </td>
        <td width="25" align="center" valign="middle"> </td>
        <td width="25" align="center" valign="middle"> </td>
        <td width="25" align="center" valign="middle"> </td>
        <td width="25" align="center" valign="middle"> </td>
        <td width="25" align="center" valign="middle"> </td>
        <td width="300" align="center" valign="middle"> </td>
      </tr>
    </table>
    <p> </p>
    </body>
    </html>

  • Problem with QM certification text in PR creation..

    when i am creating the Purchase Req.,QM certification text(maintaing in Ztable for each material) of the material should be populated under item detail.
    for this i have implemented the BADI ME_PROCESS_REQ_CUST (post method).I have used the following FM for doing this.
        ls_header-tdobject = 'EBAN'.
        ls_header-tdname = l_tname.
        ls_header-tdid = 'A92'.
        ls_header-tdspras = sy-langu.
        call function 'SAVE_TEXT'
          exporting
            header          = ls_header
            insert          = ' '
            savemode_direct = 'X'
          importing
            newheader       = ls_newheader
          tables
            lines           = lit_tlines
          exceptions
            id              = 1
            language        = 2
            name            = 3
            object          = 4
            others          = 5.
    the problem here is some times the Text is not populating for the same material in differnt PRs.
    for example if i have created 3 PRs with same material(ex:12345).
    in any one of those two PRs the text is populating and in one PR the text is missing.
    this problem is only in some times, remaining time the text is POpulating for all the PRs.

    For item and not header, then get "list" of items with method GET_ITEMS (often only one record)  those item in internal table received also support the methods of interface IF_LONGTEXTS_MM.
    Regards,
    Raymond

Maybe you are looking for

  • What went wrong here?

    Like I said in the picture, I changed my font size and font family for one of my <p> in one of my divs. Why did this change carry over to all my divs and <p>'s? What did I do wrong and what can I do to fix it? I am using Dreamweaver CS6 Thanks in adv

  • Help with menu

    howdy everyone! i'm working on a new edge navbar for a client and i've run into some problems. see this link:  http://salesdigital.com/testmenu/  mouseover products to reveal the drop down. i've got this working pretty good exept my invisible buttons

  • Support for Internet based client Management - SCCM 2012

    Hi There, My Company wants to go for Internet based client Management in SCCM 2012 SP1 R2 and here is the design I'm proposing. I'm getting a bit confused at one point and need suggestion.... Everything would work on HTTPS ( PKI Certificate based )..

  • Podcast will not update, receiving 8006 error, not sure how to fix?

    Have had a podcast for about two years, all of sudden it is showing an 8006 error and unable to download episodes. From the store the podcast can be found at Creative Living Bible Study, the url for the feed is: http://clbsindy.org/?feed=rss2, it has

  • Greying out parts of the status screen

    Hi, for icons I have onn the application tool bar, how can I enable and disable them? Or even hide them completely? Thanks