JAVA GUI window content does not fill out when window is enlarged (Win,Mac)

I've been using the SAP JAVA GUI on a Windows XP workstation as well as a couple of MacBooks running OS X over the last year and a half or so, running versions from 7.10 r 7(maybe earlier) thru 7.10 r 10 (installed today.) The GUI has performed generally well on these platforms, but has one major irritation.
When I open certain pop-up windows, such as the SPAD [List of Output Requests > Status Description |http://img171.imageshack.us/i/screenshot20091006at241.png/|screenshot], it usually does not open a  large enough window to display all the data - one must scroll horizontally and/or vertically to see the entire window content.  The real aggravation is that if [one enlarges the window|http://img101.imageshack.us/i/screenshot20091006at242.png/|screenshot] so as to see more data, the resizing is ignored.  The contents of the window are still displayed within the original window boundaries instead of filling out the expanded window.   It is not possible to get the entire window contents displayed, it is still necessary to scroll around.
What am I missing here?   How can I get window resizing to work correctly?   (Or is there a way to make such windows at least open up at a larger initial size??)
I only found one other thread in this forum, Sap gui screen size in ubuntu., which seemed to be addressing the same problem, but the suggestion was to apply the latest patch to the GUI and get JAVA 1.6.   One would think that since that post in 2008, any patches would have made it into the latest revisions.  I'm already running Java 1.6.
SAPGUI for Java 7.10 rev 10
(Version ID 071000041000)
Tue Sep 8 09:49:53 MEST 2009
uw1059, 710_REL, 1093492
Java VM: Apple Inc. Version 1.6.0_15
OS: Mac OS X(i386) Version 10.6.1
SAPGUI for Java 7.10 rev 10
(Version ID 071000041000)
Tue Sep 8 09:49:53 MEST 2009
uw1059, 710_REL, 1093492
Java VM: Sun Microsystems Inc. Version 1.6.0_15
OS: Windows XP(x86) Version 5.1
Any suggestions?  Anyone else even seeing this?
Thanks!
Rich

I'm now running
SAPGUI for Java 7.10 rev 11
(Version ID 071000041100)
Tue Dec 8 16:04:41 MET 2009
uw1059, 710_REL, 1119101
Java VM: Apple Inc. Version 1.6.0_17
OS: Mac OS X(i386) Version 10.6.2
I've also updated my XP system to 7.10 rev 11 and both continue to display the same failure to resize corrrectly.  
Here's a [video capture of this behavior|http://img163.yfrog.com/i/sapresizebug.mp4/].
Given that installs on two separate operating systems have consistently misbehaved like this, I have a hard time believing it is something  we are doing.  (But not that hard...)  I find it hard to believe that is the way these screens present on most SAP sites...
Any comments or suggestions would be welcome!
Rich

Similar Messages

  • Selecting e-mail group in Address Book opens new mail, but does not fill out "TO" field. Solution? Bug?

    Does anyone else have the same issue?

    So far, FWIW all I've got is individual AddToAddressBook, then in AB itself, drag and drop one by one from the main list into the desired group.

  • Actual webpage content does not fill entire web browser.

    how do i attach a screen shot to this inquiry?

    This is occurring on only one page of one site, but the page zoom only enlarges the narrow box. In short, the box is still too shallow to view the necessary listed information without excessive scrolling. This is occurring on only my desktop computer, not my laptop.

  • Screen does not fill up whole monitor, windows 7 on mac mini

    Hi guys,
    I just installed Windows 7 (32bit) on the new mac Mini (Lion OS) via Bootcamp 4.0. I installed the windows driver after the Windows 7 registration.
    When Windowsd 7 starts, I can see that the screen does not fill out the whole 22" monitor, leaving a half-inch black frame.
    The monitor is a LG IPS225 connected with HDMI to my mac Mini. Booting in mac OS Lion gives me a nice fully stretched screen.
    If I understood it correctly, the graphic card (AMD HD 6750M) is somehow "underscanning" the monitor. Downloading the graphic card application from AMD (Catalyst mobility) does not help, as I get an error message saying that it's wrong adapter.
    I have installed all the Windows 7 updates and Apple software updates, well running the update programs says that my computer is up to date...
    Anyone got the same problem? or have an idea I can try?

    If in device manager, your monitor is defaulting to Plug and Play, you should update with LG driver files for that monitor. My LG Flatron W2753V came with a CD that included the Monitor Driver (.icm, .cat and .inf files).
    If Plug and Play, right click monitor in Device Manager, selecting Update driver software, pointing it to where you have the Monitor Driver files - see pic. 
    If you don't have driver, you can search for it, get it from here at LG,
    http://www.lg.com/ca_en/common/search/controller.jsp?No=15&D=LG%20Flatron&sid=13 5A4A76F710&Ntt=LG%20Flatron&Dx=mode+matchallpartial&Ntk=All&Ntx=mode+matchallpar tial&N=8110&srchLocalCode=ca_en&Nty=1
    LG Flatron IPS225 monitor?
    http://answers.yahoo.com/question/index?qid=20120208062108AACSxdA

  • Mac Book Pro just got it, all was well for 2 weeks now Finder window does not fill whole screen, there is an 1 1/2" space of black on the right side and the Finder window had a 1" section that flipped like a rolling tv now it is a white bar! Help!

    Mac Book Pro just got it, all was well for 2 weeks now Finder window does not fill whole screen, there is an 1 1/2" space of black on the right side and the Finder window had a 1" section that flipped like a rolling tv now it is a white bar! Help!

    Bad video card, call Apple, get a case number and return it.

  • Laserjet P1005 used with Windows 7 home premium does not print out envelopes

    Laserjet P1005 used with Windows7 home premium does not print out envelops generated with Microsoft Word.The printer does envelops when used with Windows2000 Professionel or MP.Any help would be appreciated!Otto  

    Is that a HP driver or Windows driver for Windows 7? http://support.hp.com/us-en/drivers/selfservice/HP-LaserJet-P1000-Printer-series/3435674/model/3435675#Z7_3054ICK0KGTE30AQO5O3KA30R1 Is this the version you installed?

  • Java.io.StreamCorruptedException: InputStream does not contain a serialized object

              I have an applet which calls a JSP to write data object to the db and then the
              JSP sends back the updated data object. The writing part is ok but the response
              is giving the following error. The data object is in a separate class which implements
              Serialized.
              Here's the code in the applet calling the JSP and the response from the JSP
              URL server = null;
              String urlConnectionString = "http://localhost:7001/isLoginValid.jsp";
              try
              server = new URL(urlConnectionString);
              catch(MalformedURLException e)
              System.out.println("URL exception: " + e );
              // send request
              ObjectInputStream response = null;
              Object result = null;
              try
              URLConnection conn = server.openConnection();
              conn.setDoOutput(true);
              conn.setUseCaches(false);
              conn.setRequestProperty("Content-Type", "application/octet-stream");
              ObjectOutputStream request = new ObjectOutputStream(new
              BufferedOutputStream(conn.getOutputStream()));
              request.writeObject((Object)dvo);
              request.flush();
              request.close();
              // get the result input stream
              response = new ObjectInputStream(new BufferedInputStream
              (conn.getInputStream()));
              // read response back from the server
              result = response.readObject();
              if( result!=null && (result instanceof DataVO))
              dvo = (DataVO)result;
              String vo = dvo.printDataVO();
              System.out.println("*DataVO*\n"+vo);
              else
              System.out.println("not an instanceof DataVO");
              catch(IOException ignored)
              System.out.println("Error in DataVO response");
              ignored.printStackTrace();
              Here's the code in the JSP sending the response back to the applet. The 'dvo'
              object is the object which is serialized and has gets and sets for the diff. data
              elements. When I print the 'dvo' before writing the object to outputStream it
              prints the correct values for the data element.
              // send response
              response.setStatus(HttpServletResponse.SC_OK);
              ObjectOutputStream outputStream = new ObjectOutputStream (new BufferedOutputStream
              (response.getOutputStream()));
              outputStream.writeObject(dvo);
              outputStream.flush();
              ERROR is as follows:
              Error in DataVO response
              java.io.StreamCorruptedException: InputStream does not contain a serialized object
              at java/io/ObjectInputStream.readStreamHeader
              at java/io/ObjectInputStream.<init>
              What am I doing wrong?. Please respond soon. The applet is run on IIS and the
              JSP in on weblogic 6.1. I'm not sure if that makes any difference.
              

              I have an applet which calls a JSP to write data object to the db and then the
              JSP sends back the updated data object. The writing part is ok but the response
              is giving the following error. The data object is in a separate class which implements
              Serialized.
              Here's the code in the applet calling the JSP and the response from the JSP
              URL server = null;
              String urlConnectionString = "http://localhost:7001/isLoginValid.jsp";
              try
              server = new URL(urlConnectionString);
              catch(MalformedURLException e)
              System.out.println("URL exception: " + e );
              // send request
              ObjectInputStream response = null;
              Object result = null;
              try
              URLConnection conn = server.openConnection();
              conn.setDoOutput(true);
              conn.setUseCaches(false);
              conn.setRequestProperty("Content-Type", "application/octet-stream");
              ObjectOutputStream request = new ObjectOutputStream(new
              BufferedOutputStream(conn.getOutputStream()));
              request.writeObject((Object)dvo);
              request.flush();
              request.close();
              // get the result input stream
              response = new ObjectInputStream(new BufferedInputStream
              (conn.getInputStream()));
              // read response back from the server
              result = response.readObject();
              if( result!=null && (result instanceof DataVO))
              dvo = (DataVO)result;
              String vo = dvo.printDataVO();
              System.out.println("*DataVO*\n"+vo);
              else
              System.out.println("not an instanceof DataVO");
              catch(IOException ignored)
              System.out.println("Error in DataVO response");
              ignored.printStackTrace();
              Here's the code in the JSP sending the response back to the applet. The 'dvo'
              object is the object which is serialized and has gets and sets for the diff. data
              elements. When I print the 'dvo' before writing the object to outputStream it
              prints the correct values for the data element.
              // send response
              response.setStatus(HttpServletResponse.SC_OK);
              ObjectOutputStream outputStream = new ObjectOutputStream (new BufferedOutputStream
              (response.getOutputStream()));
              outputStream.writeObject(dvo);
              outputStream.flush();
              ERROR is as follows:
              Error in DataVO response
              java.io.StreamCorruptedException: InputStream does not contain a serialized object
              at java/io/ObjectInputStream.readStreamHeader
              at java/io/ObjectInputStream.<init>
              What am I doing wrong?. Please respond soon. The applet is run on IIS and the
              JSP in on weblogic 6.1. I'm not sure if that makes any difference.
              

  • EasyDMS - Uploading file does not fill in file description

    Hi,
    We have been having this issue for a while and are on the latest version of EasyDMS. When we upload a file into DMS, the file description is not filled out.
    The way we got around it initially was to create an event in swetypv of DRAW CHANGED and set the description with a bapi call. We decided that is not a good way to do it now. What other options are there? Is there a user exit where we can set it?
    Thanks,
    Josh

    Given the very recent release of Photoshop CS5, graphics card developers are all scrambling to make the features Photoshop relies upon actually work.  There are new updates daily or weekly for many of them.
    Check with ATI directly.  Don't assume the latest Photoshop-compatible driver has been uploaded to the Windows site.  What version are you running?  Unfortunately you're going to need to get into this in more detail.
    For now, as a workaround, try disabling the OpenGL settings in the Edit - Preferences Performance menu.  Does that fix the problem?
    Edit:  I just looked over on the ATI site...  I don't see the video interface you have listed in any of the lists.  Is it old?  If so, this is another reason to try disabling OpenGL.
    -Noel

  • My Imac late 2012 running Yosemite does not recognise my Huawei 3g usb modem. itried to install Java bt still it does not although the same modem works with my MacBook pro . any help please

    My Imac late 2012 running Yosemite does not recognise my Huawei 3g usb modem. itried to install Java bt still it does not although the same modem works with my MacBook pro . any help please

    Hey there mbarikiwa,
    If your iMac still has not recognized the usb modem, I would use the troubleshooting for Yosemite USB issues in the following article:
    OS X Yosemite: If a USB device isn’t working
    If the device is connected to a USB hub: 
    Make sure the device and the hub are the same speed. Connect USB 3.0 SuperSpeed devices to a USB 3.0 SuperSpeed HUB, USB 2.0 Hi-Speed devices to a USB 2.0 Hi-Speed hub, and so on. 
    If the device doesn’t have a power cord and is plugged into another USB device that doesn’t have a power cord: 
    Try plugging the device directly into your computer’s USB port  or into a USB device that does have a power cord. You might need to disconnect and reconnect the other device as well, if it has stopped responding. 
    If you have many devices connected to your Mac: 
    Disconnect all USB devices except the device you’re testing, an Apple keyboard, and an Apple mouse. Make sure that the device is connected directly to the computer, and that any hubs or extension cables are disconnected. If you can use the device now, the problem may be with one of the other USB devices or hubs you had connected to your computer. Try reconnecting them, one by one, to your computer. When you find the device causing the problem, review its documentation for further troubleshooting steps. 
    Verify that the device appears in System Information: 
    Choose Apple menu > About This Mac. In the window that appears, click Overview, then click the System Report button to open System Information. 
    In the window that appears, see if the USB device is listed below Hardware in the Contents list. If the device appears but does not work, review the device’s documentation for further troubleshooting steps. 
    Restart apps: 
    Quit and restart any apps that use the device. 
    Restart your Mac: 
    Choose Apple menu > Restart.
    Check your device’s USB connection
    Thank you for using Apple Support Communities.
    All the very best,
    Sterling

  • I transferred itunes library from old PC to new PC. The content all shows when I launch iTunes on the new PC now. The previous content does not show in iTunes but folder still looks like it is on hard drive on new PC. Suggestions on how to properly merge?

    I transferred itunes library from old PC to new PC. The content all shows when I launch iTunes on the new PC now. The previous content does not show in iTunes but folder still looks like it is on hard drive on new PC. Suggestions on how to properly merge?

    Before you connect any device to a new library go to the Devices tab of the the preferences panel via Edit > Preferences (Windows) or iTunes > Preferences (Mac) and ensure the box next to Prevent iPods, iPhones, and iPads from syncing automatically is ticked. You can now safely connect the device to your computer without the danger of media being automatically deleted or overwritten.
    To get all your content off your connect your iPad to your new computer.
    Then use a 3rd party piece of software to transfer your content
    I have found Senuti useful but there are others listed in the article I linked to in a previous post.
    https://discussions.apple.com/docs/DOC-3991
    That will let you transfer your non purchased content
    For Purchased content log in to iTunes on the new computer
    In Itunes Store click on Purchased under the Quick Links section on the right.
    Download any music by clicking on the cloud button

  • Endpoint Protection error: The source folder for content does not exist.

    I have a single SCCM 2012 SP1 CU4 server running on Windows Server 2012.
    I have been using this for a little more than a month for Endpoint Protection and Windows Updates.
    I just recently started seeing that my Endpoint Deployment Package has Failed.  I click on "Content Status" and select the Endpoint package (which again shows Failed).  I click on "View Status" and I get this
    message in the "Error" tab:
    The source folder for content does not exist.
    The Asset Details point to the exact location  that does not exist:
    The source directory "\\<server>\updates\endpoint\6bd81fde-3a3f-4aa9-bf70-ba007891ca68" for package "<package>" does not exist. 
    I didn't change anything related to this, and that directory path (\\server\updates\endpoint) is
    shared and is populated with a lot of other folders. 
    Is this possibly just a bad update file?  Should I manually create that sub-folder that it says is missing?
    Any help would be great!  Thanks!

    Thanks for the quick reply, Torsten.  (I often forget which logs to check for certain things).
    There are six lines (3 errors -- in italics below) in the log around the same time frame.  They read:
    The source directory \\sccm-corp\updates\endpoint\6bd81fde-3a3f-4aa9-bf70-ba007891ca68 doesn't exist or the SMS service cannot access it, Win32 last error = 2    SMS_DISTRIBUTION_MANAGER    5/27/2014 11:54:46 AM  
     5920 (0x1720)
    STATMSG: ID=2306 SEV=E LEV=M SOURCE="SMS Server" COMP="SMS_DISTRIBUTION_MANAGER" SYS=SCCM-Corp.pdcarea.lcl SITE=PDC PID=6008 TID=5920 GMTDATE=Tue May 27 16:54:46.962 2014 ISTR0="\\sccm-corp\updates\endpoint\6bd81fde-3a3f-4aa9-bf70-ba007891ca68" ISTR1="PDC00063"
    ISTR2="" ISTR3="" ISTR4="" ISTR5="" ISTR6="" ISTR7="" ISTR8="" ISTR9="" NUMATTRS=1 AID0=400 AVAL0="PDC00063"    SMS_DISTRIBUTION_MANAGER    5/27/2014 11:54:46 AM    5920 (0x1720)
    Failed to take snapshot of one or more contents in package PDC00063    SMS_DISTRIBUTION_MANAGER    5/27/2014 11:54:46 AM    5920 (0x1720)
    CDistributionSrcSQL::UpdateAvailableVersion PackageID=PDC00063, Version=10, Status=2302    SMS_DISTRIBUTION_MANAGER    5/27/2014 11:54:46 AM    5920 (0x1720)
    STATMSG: ID=2302 SEV=E LEV=M SOURCE="SMS Server" COMP="SMS_DISTRIBUTION_MANAGER" SYS=SCCM-Corp.pdcarea.lcl SITE=PDC PID=6008 TID=5920 GMTDATE=Tue May 27 16:54:46.990 2014 ISTR0="Endpoint Protection Definition Updates" ISTR1="PDC00063" ISTR2="" ISTR3=""
    ISTR4="" ISTR5="" ISTR6="" ISTR7="" ISTR8="" ISTR9="" NUMATTRS=1 AID0=400 AVAL0="PDC00063"    SMS_DISTRIBUTION_MANAGER    5/27/2014 11:54:46 AM    5920 (0x1720)
    Failed to process package PDC00063 after 33 retries, will retry 67 more times    SMS_DISTRIBUTION_MANAGER    5/27/2014 11:54:47 AM    5920 (0x1720)

  • Gmail task list does not pop-out

    After installing 3.6.7 gmail task list does not pop out. When I click the pop-out arrow, the task list opens in another tab, not in another stripped down window like it used to. Any ideas?
    == URL of affected sites ==
    http://

    Dear,
    Is this quality Plan is back dated and Lot size should be 1 to 9999,999.
    Why are you creating rate routing? check lot for 04 insp type in QA02.
    Or for old material just create one new order and test it once again.
    You can check the statuses in config.
    QM>Quality Planning>Inspection Planning>General>Define Task List Status.
    You should find that "4" is in there with all the check marks on.
    QM--> Quality Inspection --> Inspection Lot Creation --> Maintain Inspection Lot Origins and Assign Inspection Types.
    There is a column called status. For each inspection ORIGIN, you can specify the status of the inspection plan. It appears someone in your system changed the 4's to an X and then created the status "X".
    Regards,
    R.Brahmankar

  • System.out.println does not print out anything

    I'm wonder why the dos mode does not print out the System.out.println.
    My code has:
    import java.io.*;
    import javax.servlet.*;
    import javax.servlet.http.*;
    public class test extends HttpServlet {
       public void doGet(HttpServletRequest request,
       HttpServletResponse response) throws IOException,
       ServletException {
          System.out.println("Hello");
    The compilation is ok... but it does not display anything... how come?

    "System.out.print()" prints to the log file of the tomcat server. in order to print on the screen use JspWriter.
    import java.io.*;
    import javax.servlet.*;
    import javax.servlet.http.*;
    public class test extends HttpServlet {
    public void doGet(HttpServletRequest request,
    HttpServletResponse response) throws IOException,
    ServletException {
    response.setContentType("text/html");
    PrintWriter out = response.getWriter();
    out.println("Hello");
    //System.out.println("Hello");
    Hope this helps!

  • Itunes U content does not update on some students iPads

    A large number of teachers at out high schools post course content to iTunes U.
    We have 2 students in a class who can see old content in iTunes U but new content does not show up.
    Their iPads have been restarted several times.
    Any suggestions?

    Ensure their network connection is strong.
    Ensure that the Apple ID those students are using is the same as the one they enrolled in the course with. To see the Apple ID, go to the iTunes U catalog, and scroll to the bottom.
    Ensure that you want do not have them blocked in your course manager. Log on to the iTunes U course manager, view your list of participants, and check the blocked section. If the students are in this section, hit the X to the right of their name. This will remove them from the blocked section.
    If all else fails, try having them delete the course, and re-enroll in it.

  • Fit to contents does not fit

    How do I set up the stage to it fits the contents exactly?
    There is always a border of 100 or so pixels.
    Basically I have to batch extract a bunch of images from FLA
    files and put them in their own .fla so I can batch publish them
    with a project file. So another solution could be is there a way to
    batch export the FLAs as images? The image files do not have that
    extra space around the images. Thanks ahead.

    ok so I figured it out. Match Content does not necessarily
    mean match content, it means set the stage to the content AND add
    equal spaces around the content. So if you want to fit just the
    content, move the content to the upper left hand corner.
    Not sure if this is rtfm case, i mean I can write a function
    that says add but in the manual it explains that the add function
    actually adds and subtracts.

Maybe you are looking for

  • Printing dialogue box

    In my older version of photoshop when I went to print my Print Dialogue box gave me options which I can not find on CS6. With my older version under Print Settings the drop down menu for papers included; photo paper glossy and I also had options for

  • Can't view digital booklets in iTunes 9.0

    I recently copied my entire iTunes library to a new hard drive and just noticed that my digital booklets are no longer showing up as line items in the iTunes player. The PDF files are on the hard drive and are accessible if I go to the correct folder

  • Assignment on Attribute Values

    Hello, I have a requirement where I have  Material Description field of type text where i have to autopopulate values which is combination of all the attribute values assigned to classification of that material. For Eg. Material No: 111 Material Desc

  • Solaris 8 and Sybase 12

    Can anybody tell me if Sybase 12 is supported on Solaris 8. I have been looking at both the Sun and Sybase sites but can't seem to find this info. If anybody has come across it can you let me have the link

  • Do we have to load data in BPS cube before entering values ?

    Hello, Can someone explain me the flow of data in BPS. Like I have created a copy of a regular cube and will be working on that making it into a transactional cube (as per help.sap). So do i need to load the same data in tran. cube from R/3 as load i