GUI warning messages

I ran a java graphic interface (developed under Sun platform)using java runtime environment versiion 1.4.0 with no runtime error, but when I ran the GUI under 1.4.1 version I got the following warning messages:
Name: HorScrollBar
Class: XmScrollBar
The specified scrollbar value is greater than the maximum
scrollbar value minus the scrollbar slider size.
Could someone explain the warning and what the solution could be.

This is a warning message from the X windows system. As far as I've every read or heard, it can be safely ignored.

Similar Messages

  • Warning messages in Order log (GUI)

    Hi all,
      I need to display warning messages in the message log of Order in GUI. I tried with 'CRM_MESSAGE_COLLECT'. If I take 'W' as the message type, it is not displaying the warning message in the Order, but when I use 'E', it is displaying the error messages in the order.
    Let me know the solution. Thanks in advance.
    Following is my code.
            CALL FUNCTION 'CRM_MESSAGE_COLLECT'
              EXPORTING
                iv_caller_name       = 'ORDER'
                iv_ref_object          = lv_ord_guid
                iv_ref_kind             = 'A'
                iv_msgno              = '001'
                iv_msgid               = 'ZABC'
                iv_msgty               = 'W'
                iv_cumulate           = 'X'
              IMPORTING
                es_msg_handle     = l_msg_handle
              EXCEPTIONS
                not_found              = 1
                appl_log_error        = 2
                OTHERS               = 3.
    -Santosh

    hi
    Looks like the message numbers you are processing in the function module CRM_MESSAGE_COLLECT are only for 'errors'.
    Please go to Transaction: CRMC_MSGS
    Look at the following Application Areas
    CRM_ORDER
    CRM_ORDERADM_H
    CRM_ORDERADM_I
    CRM_ORDER_MISC
    CRM_ORDER_OUTPUT
    Select one of the above and double click 'Single Messages' towards your left side on the screen. Select the relavant message number from the list and check the 'S' flag. Press 'F1' (help) on this box and you will see the following.
    Only error messages are saved in the processing log. If a message definitely should be saved - contrary to this rule - then the indicator needs to be set.
    You need to make sure that a message marked like this can be deleted again - by calling up the function module CRM_MESSAGES_DELETE in the appropriate place in the program.
    When you do these steps, please note the message 'Do not make any changes (SAP data)'. This is not tested and used from my side. Please see if this impacts other functions. I am not sure. Do necessary R&D before you proceed further. Please explore tables CRMC_MESSAGES_S and CRMC_MESSAGES and see if this helps.
    Reward if helps
    Regards
    Manohar

  • Warning messages (Moving from JDK1.4 to DJK1.5)

    I got some warning messages after I moved from 1.4 to 1.5, can someone show me the right way to avoid them ?
    =====================================================================
    Scanner.java:909: warning: [unchecked] unchecked call to add(E) as a member of the raw type java.util.Vector
    Region[Region_Id].add(region_element);
    In my code :
    region_element=new Region_Element();
    static Vector Region[]=new Vector[64];
    I tied :
    static Vector<Region_Element> Region[]=new Vector<Region_Element>[64];
    but still got warning message.
    =====================================================================
    Set_Maker.java:31: warning: [unchecked] unchecked cast
    found : java.lang.Object
    required: java.util.TreeSet<java.lang.Object>
    try { S1=(TreeSet<Object>)o1; }
    In my code :
    static final Comparator<Object> TreeSet_Order=new Comparator<Object>()
    public int compare(Object o1,Object o2)
    if (Debug) System.out.println("=00= o1="+o1+" o2="+o2);
    TreeSet<Object> S1=new TreeSet<Object>(TreeSet_Order);
    TreeSet<Object> S2=new TreeSet<Object>(TreeSet_Order);
    try { S1=(TreeSet<Object>)o1; } // Line 31
    catch (ClassCastException e) { S1.add(o1); }
    ==================================================================
    JDBCAdapter.java:190: warning: [unchecked] unchecked call to setElementAt(E,int) as a member of the raw type java.util.Vector
    dataRow.setElementAt(value, column);
    In my code :
    Vector     rows=new Vector();
    public void setValueAt(Object value,int row,int column)
    Vector dataRow=(Vector)rows.elementAt(row);
    dataRow.setElementAt(value, column); // Line 190
    =================================================================
    TableSorter.java:60: warning: [unchecked] unchecked call to compareTo(T) as a member of the raw type java.lang.Comparable
    public int compare(Object o1, Object o2) { return ((Comparable) o1).compareTo(o2); }
    In my code :
    public static final Comparator COMPARABLE_COMAPRATOR = new Comparator()
    public int compare(Object o1, Object o2) { return ((Comparable) o1).compareTo(o2); } // Line 60
    ==================================================================
    TableSorter.java:260: warning: [unchecked] unchecked call to compare(T,T) as a member of the raw type java.util.Comparator
    else { comparison = getComparator(column).compare(o1, o2); }
    In my code :
    protected Comparator getComparator(int column)
    Class columnType = tableModel.getColumnClass(column);
    Comparator comparator = (Comparator) columnComparators.get(columnType);
    if (comparator != null) { return comparator; }
    if (Comparable.class.isAssignableFrom(columnType)) { return COMPARABLE_COMAPRATOR; }
    return LEXICAL_COMPARATOR;
    Object o1 = tableModel.getValueAt(row1, column);
    Object o2 = tableModel.getValueAt(row2, column);
    else { comparison = getComparator(column).compare(o1, o2); } // Line 260

    I have tried so many ways but I can't seem to get rid of the warning on this matter. I have no idea how to use the generics on Vector. The other part of Generics I can undertand but just this. In my case I am adding multiple types of datatype and how am I supposed just say if it is supposed to be
    <String> or <Interger>or a
    <Double>. I even tried using the Wildcard
    <?>. Still no effect on it. Earlier I was trying it out with a Cosole program so I just revised the Version back to 1.4 SDK but now I am implementing a GUI to the program and I am in a real need to know how to solve it since I have to use the 1.5 JDK. Please Help me. I can't even find an example out there which uses Generic type methods to add to the Vector using the getter and setter method. Could there be a problem with the getter or setter of the program?

  • Warning Message Urgent

    hi
    there is one problem that wherever there is Warning or Error Message in any txn, it appears as the Information Message (like popup message) in 2-3 machines of the user i have checked all the settings but not able to solve the problem for the users..
    abhishek suppal

    hi,
      have you checked in "Options..." of SAP-Gui ?
    in which transactions do you have this problem ?
    try to check the last button in toolbar (after the yellow question mark button) and choose Options.
    Then choose the options tag. there are some flags like "Dialog box at warning message"
    Be sure that "warning" and "error" flags are not set
    Regards, Manuel

  • WLC HA Warning Message

    Where exactly is the license warning message seen when a secondary controller is active for over 90 days?  I've seen a CLI example but is it seen elsewhere such as the web GUI or through SNMP traps?  Could the user (Wi-Fi station) experience this message too if using something like webauth?  I'm certifying this feature and want to provide proper expectations for operations but don't have the luxery of 91 days to trigger it. 

    I don't believe it is from the GUI... only the CLI.  You might see it on the logs.  On an HA N+1, when you log into the HA secondary, it will have a popup telling you about the license, but not in AP SSO I don't think.
    Thanks,
    Scott
    *****Help out other by using the rating system and marking answered questions as "Answered"*****

  • Password expiry warning message

    Hi Security experts,
    Is it possible to get an a pop-up warning message similar like windows/lotus notes like password expiry before couple of days in GUI/Portal.
    Thanks in advance
    Regards
    Pavan

    Hi,
    there is a user exit SUSR0001 that is called right after dialog logon (no RFC, no web) which can be used to display a pop up message. Good question is if it's called also for business client. I assume that it's not but I can't test it right now.
    Cheers

  • I am getting a warning message when i am trying to create a host-named sitecollection.

    Hi guys,
          I am trying to create a host-named site collection. I have created the root site collection. After that i have tried to create customer root site. I have doing this process with the guidance of this link.
    http://technet.microsoft.com/en-us/library/cc424952.aspx#section2a
    When i tried to create a customer root site. I am getting a warning message
    " WARNING: The port specified for the new host header site does not match any known bindings in the specified Web
    Application.  The new site will not be accessible if the Web Application is not extended to an IIS Web Site serving
    this port."
    I couldn't when this warning message comes. I tried to bind the server with webapplication which is created for host-named site collection. No use.
    Can anyone help me to solve. And i wanna know why this error message comes!!!
    Thanks in advance
    Rajendran.

    First, you shouldn't create a host named site collection on a Web app that has host header named.  Doing that implements host names at two different levels and will not work reliably.  Second I'm not sure what you mean when you say you didn't
    use the FQDN but used just the domain name.  A Full url will always be either an FQDN or a shorter Netbios name.  If you use a Netbios name it simply assumes the local AD domain of the workstation to create an FQDN as the url  There is no way
    to use just the domain name.  For example, Contoso.com is the domain name.  Server.contoso.com or WEbsite.contoso.com are FQDNs.  YOu can also use a shorter version that is just server or website, but when those resolve in TCP/IP they would
    still resolve using server.contoso.com or website.contoso.com if the workstation where your browser is was in the contoso.com domain.  What is the URL for your root site and your host named site?
    Paul Stork SharePoint Server MVP
    Principal Architect: Blue Chip Consulting Group
    Blog: http://dontpapanic.com/blog
    Twitter: Follow @pstork
    Please remember to mark your question as "answered" if this solves your problem.

  • Warning message in ALV report

    Hi Experts,
    In ALV report i am getting warning like
    " Field string LS_HEADER is not referenced statically"
    Actually i declared this field as "DATA: ls_header TYPE slis_listheader.".
    How to correct this warning message.
    Thanks in advance.
    Thanks,
    Madhu.

    Dear Madhu,
    You are not using LS_HEADER statically that you have defined in the program. You will get a warning message since you have defined a field that you have not referenced statically.
    Are you using this field dynamically? You can delete/comment the code if you are not using it statically and dynamically.
    Moved the thread ABAP forum. Post your queries in relevant forums to get efficient answers.
    Regards,
    Naveen

  • Warning message in BW Report  through Portal

    Friends,
    I really need your help to remove the waring message.
    For the purpose of changing the description on the Selection screen from “Cost Cetnters (Authorised Values)” to “Funds Centers” I had changed the ZCCTRATI variable description to Funds Centers
    Issue:
    When we open the old report we see the following information message.
    " Value if variable ZCCTRAT1 is automatically converted
    I did go to TC RSRT as of Dinesh,Vijay advice ,Just want to know that what message i need to Click .because i could nt find the relevant message
    Can u help me how to remove this ?

    Hi Manohar,
    Edit to add: Here I assume you have a Web Application Designer (WAD) report.
    You can suppress system and warning messages in WAD. Try this and see if it helps.
    - Go to your WAD report
    - In the top part of the properties window there is a drop down box. Open this box and select the top level entry there. This should be the name of your report.
    - Click Web Item
    - Check the following two checkboxes: "Do not Display System Messages" and "Do not Display Warnings".
    Hope this helps,
    Regards,
    Petter
    Message was edited by: M Petter

  • Error message into warning message KO450

    Hi,
    There are  unsettle RA  value in project PAD-9114. Because of  this unsettle RA  value in  the project  we are not able to  close the project and receiving error message like below:
    1.There is still WIP for wbs
    2.Balance of  wbs is not zero.
    There is still WIP for WBS PAD-9114
    Message no. KO450
    Diagnosis
    The WIP for WBS PAD-9114 has not been cleared.
    System Response
    WBS PAD-9114 cannot be deleted.
    Procedure
    Calculate the WIP for WBS PAD-9114 so that it can be cleared.  Then settle WBS PAD-9114, including the cleared WIP in the settlement.
    How  to change  above  error message   into warning message so that   it will allow us to  close  the project.
    With regards,
    V.krishnamoorthy

    Hi,
    Thanks  for your answer. But still i am receiving the same error
    There is still WIP for WBS PAD-9114
    Message no. KO450
    Diagnosis
    The WIP for WBS PAD-9114 has not been cleared.
    System Response
    WBS PAD-9114 cannot be deleted.
    Procedure
    Calculate the WIP for WBS PAD-9114 so that it can be cleared.  Then settle WBS PAD-9114, including the cleared WIP in the settlement.
    With regards,
    V.krishnamoorthy

  • Standard warning messages in Vendor Request Form

    Hi All,
    Please let us know, how are the standard warning messages in Vendor Request Form while creation/search are displayed.
    For example, I am getting an soft warning message text, at vendor creation which says "Some of the records were not found; for more information, check the log".
    Here we don't have any log traces to be checked for, and we have verified the back end record resultset count which is same, irrelevant of the warning message being shown.
    These messages are displayed only at two places:
    1) The search navigation page, where all the searched record results are displayed and we continue further for creation of vendor workflow.
    2) When the workflow of vendor creation is completed, along with the "Workflow has been completed" success message, this warning message is also shown.
    I want to know, from where these messages are being populated and how to suppress these messages.
    Kindly suggest.
    Thanks in advance!
    Message was edited by: Oxana Noa Zubarev

    Hi All,
    Attaching the screen shot for refernce:
    After we click on "continue with create/edit" button, after few details have been entered, the work flow completes.
    There are we are getting these error message as highlighted above.
    Let me know if any info from my end would help in getting the root cause.
    Thanks in advance.

  • I downloaded Firefox 4.0 onto my Mac but when I try to open it I get a warning message saying "The following disk images couldn't be opened" What do I do now?

    While running Firefox, I got a prompt saying their was an update. I did that, but then got another message saying that it was recommended I update firefox to 4.0. I downloaded it, but never received a prompt to drag the image into my applications folder. I also never saw an image of firefox 4.0 on my desktop. Firefox 4.0 was in my downloads folder but got the above warning message when I clicked on it. I tried downloading it again, but the same thing happened. Now what? It appears that Firefox is still running, although I haven't yet tried to go to another website.

    Try:
    *http://thexlab.com/faqs/resetlaunchservices.html
    * http://guides.macrumors.com/Repairing_Permissions

  • Removing warning messages - PTMW

    Hi,
    I must to restrict the message apperance for transaction PTMW. In PTMW, when managers click on Goto -> Process Process Messages, they should see only the error messages. I tried to use badi PT_BLP_USER, but without success. Can you tell me how I can do this requirement ?
    Thanks

    The warning messages are fine and normal. (You may want to sellect a different build folder, looks lik eyou are building to where your apps are?)
    Not sure about how you are trying to burn them (I use Toast or DVD SP itself), but in general make a new disc, then add the VIDEO_TS and AUDIO_TS folders

  • Removing std warning message in SRM 7.1

    HI,
    We are on SRM 7.1 ECS.
    Whenever account assignment category is changed before ordering a cart,a std warning message is displayed "Enter a value in the mandatory field in account assignment" which is very annoying.Is there any way this message can be stopped to be displayed in the SC screen?
    Pls advise.
    Thanks in advance.

    Thanks Ricardo.
    We are on SP SAPK-70105 for SRM SERVER 701 .I dont undsratnd how this correction came in to our system.
    I'm assuming the corrections of note 1607395 are in the system and hence this message.How do I avoid this message?I tried adding it to table BBPV_PDMSG but that didnt help.
    Pls help.

  • Hi, I am getting a warning message on screen, saying that my iPad hasn't been backed up for 2 weeks, and saying under what circumstances the message appears. My problem is, is that I have backed up iCloud, but am unable to remove the warning.

    Hi,
    I am getting a warning message on screen, saying that myiPad hasn't been backed up to iCloud for two weeks, and advising under what circumstances the message appears. My problem is, is that I have backed it up, but am unable to remove the message, and whilst the message is there, the iPad is frozen, and I cannot do anything.
    Has any other user had such a problem, and if so, how did they rectify it.
    Any advice would be greatly appreciated.
    Thanks in advance.
    clarinet99

    Try this.
    Reboot the iPad by holding down on the sleep and home buttons at the same time for about 10-15 seconds until the Apple Logo appears - ignore the red slider if it appears on the screen - let go of the buttons. Let the iPad start up

Maybe you are looking for

  • Follow Up transaction for Leads

    Hi Experts, I am facing an issue in the Web Ic while creating a follow up for Lead. When i am trying to create a followup from lead the Pop Up appears for secting teh transaction type, but it is not showing the Transaction type which had maintained i

  • Firefox will not open a new page or tab when I click on certain links, why?

    Hi, I have been having a problem with firefox for the past month. Clicking on some links which open a new tab/window do not work. For example I cannot enlarge photos on ebay listings to have a closer look at the image. I just see a box at the bottom

  • How to set RelationshipDeleteBehavior on a list using a site column and content type programatically CSOM c#

    On Prem development machine, I'm writng a deployment routine in c# using the client object model.  I've created some site columns of type Lookup, I've created a content type and added those lookup columns to it and I've created a list using the conte

  • EAS Export Question

    I'm looking at a recent export file from an Essbase cube (Level 0 Export EAS) and it appears that for records that have trailing null values, they are not being written to the file as #MI, but rather are null. Is this typical? This is a Planning cube

  • Translating command line run app

    I had an example which was passed parameters through the command line. The example says * To run this example, type the following on a command line: java -cp cookbook.jar BasicScript script-file file-out * where * script-file is a file containing the