Problem in Screep Painter Layout

Hi ,
I tried to launch the screenpainter SE51.When  i try to display the layout its not showing me the exact layout screen but just an Editor with lines.
Please help.
Thanks,
Am

Hi,
     In this case you have two options.
1. Go to the specific screen where you are seeing the Lines instead of the Grphical Editor.
    Select Utilities -> Settings -> Screen Painter Tab.
    Check the "Graphical Layout Editor".
    Click on Continue. You should be able to see the Graphical Editor.
2. If it doesn't work even after doing the above settings, you may need to reinstall GUI with the latest
    version with the help of your Basis guy.
Thanks and Regards,
Venkat.

Similar Messages

  • Problem with Screen Painter - Graphical Layout Editor.

    Hi Friends,
    I have a strange problem with my Graphical Layout Editor. I first had the problem that the alphanumeric Editor gets displayed even the checkbox for Graphical Layout Editor is checked. Then I had gone through sdn forums and found that the <b>eumfcdll.dll</b> was missing.Thanks to sdn forums. When I copied that file into the path specified it worked fine. But the problem is my layout screen is not displayed fully. It is just displayed at the top of the window and only in that region I can drag and drop the elements. Remaining part of the window is uneditable.
    what is the problem? Do I need to make any further settings?
    Regards,
    Raju.

    try to re-install GUI patch .
    <b>Yeah , its like CNTLALTDEL(restart) , So half of the problems get resolved.</b>
    regards
    prabhu
    Message was edited by: Prabhu Peram

  • Problem with scroll tab layout in JtabbedPane

    Pls. if anyone know this, help me
    I have a problem, my scroll tab layout policy does not working when I set it to UI.
    import javax.swing.*;
    import javax.swing.plaf.basic.*;
    import java.awt.*;
    import java.awt.event.*;
    import javax.swing.event.*;
    import javax.swing.plaf.*;
    public class Components_Area extends JFrame{
         JTabbedPane tab = new JTabbedPane(JTabbedPane.TOP,JTabbedPane.SCROLL_TAB_LAYOUT);
         JLabel l[] = new JLabel[5];
        public Components_Area() {
              tab.setUI(new TestPlaf());
              tab.addTab("Untitled",l[0]);
              tab.addTab("Untitled",l[1]);
              tab.addTab("Untitled",l[2]);
              tab.addTab("Untitled",l[3]);
              tab.addTab("Untitled",l[4]);
              getContentPane().add(tab);
        public static void main(String args []) {
             Components_Area frame = new Components_Area();
             frame.setSize(200,200);
             frame.show();
         static class TestPlaf extends BasicTabbedPaneUI {
              protected LayoutManager createLayoutManager() {
                   return new TestPlafLayout();
              protected Insets getTabInsets(int tabPlacement,int tabIndex) {               
                   Insets defaultInsets = (Insets)super.getTabInsets(tabPlacement,tabIndex).clone();
                   defaultInsets.right += 50;
                   defaultInsets.top += 2;                
                   return defaultInsets;
              class TestPlafLayout extends TabbedPaneLayout {
                   //a list of our close buttons
                   java.util.ArrayList closeButtons = new java.util.ArrayList();
                   public void layoutContainer(Container parent) {
                        super.layoutContainer(parent);
                        //ensure that there are at least as many close buttons as tabs
                        while(tabPane.getTabCount() > closeButtons.size()) {
                             closeButtons.add(new CloseButton(closeButtons.size()));
                        tabPane.setTabLayoutPolicy(JTabbedPane.SCROLL_TAB_LAYOUT);
                        Rectangle rect = new Rectangle();
                        int i;
                        for(i = 0; i < tabPane.getTabCount();i++) {
                             rect = getTabBounds(i,rect);
                             JButton closeButton = (JButton)closeButtons.get(i);
                             //shift the close button 3 down from the top of the pane and 20 to the left
                             closeButton.setLocation(rect.x+rect.width-20,rect.y+4);
                             closeButton.setSize(15,15);
                             tabPane.add(closeButton);
                        for(;i < closeButtons.size();i++) {
                             //remove any extra close buttons
                             tabPane.remove((JButton)closeButtons.get(i));
                   // implement UIResource so that when we add this button to the 
                   // tabbedpane, it doesn't try to make a tab for it!
                   class CloseButton extends JButton implements javax.swing.plaf.UIResource {
                        public CloseButton(int index) {
                             super(new CloseButtonAction(index));
                             setBorder( BorderFactory.createEmptyBorder() );
                        setToolTipText("Close this tab");
                             //remove the typical padding for the button
                             setMargin(new Insets(0,0,0,0));
                        addMouseListener(new MouseAdapter() {
                                  public void mouseEntered(MouseEvent e) {                           
                                   setBorder( BorderFactory.createLineBorder(Color.black, 1 ));
                                 public void mouseExited(MouseEvent e) {                                
                                      setBorder( BorderFactory.createEmptyBorder() );
                   class CloseButtonAction extends AbstractAction {
                        int index;
                        public CloseButtonAction(int index)     {
                             super("x");
                             this.index = index;
                        public void actionPerformed(ActionEvent e) {
                             tabPane.remove(index);
    }     Message was edited by:
    henyo

    If someone knows this, help me!

  • SCREEN PAINTER Layout not working

    Hi,
    we have SAP Netweaver 7.0 Trial version,
    we are using SAP GUI 710,
    when we try to view the SCREEN PAINTER Layout it is not functioning properly..
    The screen displays fully in dotted lines.
    Anybody can help me..
    Regards,
    Sudhakar N

    Hi,
    S the option which u said in Utilities-->settings
    Graphical Layout editor is Enabled,
    then also the output screen displays in dotted lines.
    if you send me id i will send u the scree shot how the window displays..
    Thanks & Regards,
    Sudhakar

  • Problem with the paper layout!!!

    I have a repeating frame in my report which it brings me back several records order by seven fields. I have a problem in the paper layout. I wondering if it's possible to change the view of my paper layout and if some of the order's by four first field would change then the next records would print in the next physical page.

    Hi Toby,
    Thank you for your help. Well, at the following you can see the 3rd line of my code and at the last line I
    try to specify the charset. I have checked that ISO-8859-7 is ok for greek fonts but unfortunately it still doesn't work...
    Maria.
    <%@ taglib uri="/WEB-INF/lib/reports_tld.jar" prefix="rw" %>
    <%@ page language="java" import="java.io.*" errorPage="/rwerror.jsp" session="false" %>
    <%@ page contentType="application/vnd.ms-excel" %>
    <rw:report id="report">
    <rw:objects id="objects">
    </rw:objects>
    <html xmlns:o="urn:schemas-microsoft-com:office:office"
    xmlns:x="urn:schemas-microsoft-com:office:excel"
    xmlns="http://www.w3.org/TR/REC-html40">
    <head>
    <meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-7">
    ..........

  • Problems with integrating YUI Layout Manager with APEX

    Hello,
    I have a problem about the YUI Layout Manager and APEX.
    This is the link to the Layout Manager, which I want to integrate:
    http://developer.yahoo.com/yui/layout/
    I tried to integrate it and in Firefox everything is fine!
    But with Internet Explorer the page is damaged.
    Look at the sample on apex.oracle.com:
    http://apex.oracle.com/pls/otn/f?p=53179:1
    Can anybody help me with this issue?
    I think this couldn`t be a big problem, becaus in FF it works correctly, but I don`t get the point to run that in IE7.
    Thank you,
    Tim

    Hello,
    now I put some color in it, but it does not help me pointing out the problem.
    The Login for my Account is:
    My Workspace is: EHRIC02
    Username: [email protected]
    Password: ehric02
    Is there anybody who have implementet the YUI Layout Manager with APEX? Perhaps that isn`t possible with APEX?
    I know that John Scott played with YUI a few times, has he tried out the Layout Manager?
    Thank you,
    Tim

  • Layout problem in screen painter

    hi all,
            the screen is not appearing when i click 'layout' button in screen painter when i am enabling a wsp client proxy server. Is there any solution?

    some times SAP Gui behaves like this, in my case i faced this problem many times, some times after shutdown my sap logon pad. and restart the sap , go to se51 , it will open the Screen painter normally. But some cases i uninstalled the Gui, and re installed .then only it opens properly. select all components when installing.

  • Problem in opening of screen painter layout

    When I am opening screen painter using SE51 it opens,but layout should not be opened in a desired format.

    ... also the settings should be graphical screen painter.
    If this is not the issue, please explain what you mean by layout should not be opened in a desired format.. Shoud not? Is not? Whats the desire?
    Regards,
    Clemens

  • GUI Problem in Screen Painter

    Hi All,
    we are using SAP logon 640. In screen painter we are not getting GUI. we are getting the screen in Alphanumeric mode, But not in Graphical mode. How to resolve this problem.
    Thanks in Advance.
    Regards,
    chandra.
    Message was edited by: K Chandra Sekhara Reddy

    Hi k chandra,
    1. I supppose, the alphanumeric
      screen painter comes up.
    2. When it comes up,
       UTILITIES------>SETTINGS
    3. a new window will come
       TICK the chekbox for
       'Graphical Layout Editor'
    4. Then try, it will work.
    5. <b>If still it does not work,
       then another problem could be
       SAP GUI Installation.
    6. When installting sap gui,
       we have to select the component for
       Screen Painter GUI.</b>
    (Probabably it was not selected when
    installing on your machine)
    7. Then it will come.
    regards,
    amit m.

  • Problems in screen painter

    Hi,
    whenever i used to open my screen painter for editing layout its giving me only alpha screen even i have checked the option in utilities or unchecked tell me what should be the problem

    Hi,
    Go to menu Utilities of screen painter
    User specific settings
    Select the tab Screen painter
    Select the check box Graphical layout editor.
    Hope your problem will be solved.
    <b>Reward if helpful.</b>

  • Screen Painter - Layout

    Dear Friends,
    When I go the layout editor in SE51 Screen Painter,  I am getting the following error.
    "Internal error with SAPGUI (Unable to find C:\Program Files\SAP FrontEnd\sapgui\gneux.exe)".
    Kindly let me know the reason and the solution for this error.
    TIA.
    Regards,
    S Mark

    Dear Friend,
    I was working on Screen Painter earlier on the same system. But, only now I am facing this problem.  Our version Mysap 640.
    Kindly help me.
    Regards,
    Mark k

  • Problem with installing Paint shop Pro photo X2 on with Vista

    Trying to install Paint shop photo x2 on my note book but at the end of the installation it freezes and there seems to be some problem with "registering"...
    Corel (supplier of paint shop) now advised me to change some drivers but the links I received are for XP or lower versions.
    Is there anybody who had the same problem and find the solution?
    i have tried already several things (like shutting down norton, msconfig changes etc)....
    Thanks for your help!

    Hi
    I have noticed that not all programs and applications are compatible and support the Vista OS. Did you check if this program supports Vista?
    I think this should be clarified firstly.
    I would recommend contacting the Paint shop Pro manufacture for the troubleshooting.
    Good luck

  • Problem with Query Print Layout

    Hi, i have this type of problem.
    I have create a query with 5 fields,i have saved it, and ,after, i have created a report on this query (Query Print Layout).
    So, i have manipulated the report based on the preferences of the customer.
    After this operation, customer tell me that he want to see one more field in the report, so i must add, in the original query, this field. But i note that i can't add a field. I can do it, but i must remake all the report.
    There is a way to do this type of operation, without remake the report from the start?
    Thanks
    Regards
    Marco

    Hi Marco:
    I asked our Print Layout Expert, and she tolds me that you have to create the report again.
    Some time ago, in the report designer was a  way to change the link to the query, but that option is disable now.
    So, be patient and ask for this functionality to be implemented.
    Harold Gómez V.

  • Problems with fluid grid layout live site only showing phone view in Chrome and Firefox Feb 2015

    Hi all,
    I have done a complex fluid grid layout using DW 2014 CC. The site has now gone live on the web masters server setup.
    Up until now the layout of the site has been working fine and responding to screen size.
    Early this morning in the USA the site stopped working. The layout for some users, not all, is only showing the phone view, and takes a long time to load.
    This is happening in Chrome and Firefox, but IE is displaying the site properly.
    So it looks like the CSS media queries are not working on all browsers.
    I am using BC for the test site, and one user having this problem can see that version of the site OK.
    I noticed that Chrome has done some updates recently Chrome Releases
    Has anyone else come across this problem with Chrome and Firefox with their responsive layouts?
    Thanks for any help given.

    Hi Ben,
    Yes, thanks for this link. The Travel Health Website is one of ours, hosted on BC, and no reported problems so far. We also have another large BC website with ga code in it and users are not reporting problems with it. The Headless Way
    However the problem website is hosted elsewhere on a different platform to BC. We have been developing it for three months now, and no problems so far until yesterday. The problem of the site taking ages to load, and timing out seems to be happening with about 10% of users in the USA. http://www.harrisonassessments.com/
    The web developer found a user in NZ who was experiencing the slow display problem. They looked at the site with Chrome, Firefox and IE. The site would only display on IE. When the developer removed the google analytics code, the site displayed fine on all browsers for the NZ user. We are waiting for users in the USA to wake up and test the site.
    So the problem definitely is related to the ga code and the responsive layout that was done by me in DW2014.1 fluid grid layout. So the related problem of DW2014.1 not being able to load htm files with ga code in them looks to be a good clue to what is going on here.
    As there was a bug report for DW2014.1 and google analytics code made in the other thread, I would be interested to know if that was ever solved.
    It is interesting that you are pushing Bootstrap and Foundation on me. (Big square websites here I come! lol)
    I wonder if DW is going to persist with fluid grid layout then? I certainly hope so, as I have spent 12 months blood sweat and tears learning how to do it in DW.

  • Problem in report painter

    We cloned the program of KSB1 transaction code and created a new t.code ZKBS1 to include some additional fields.
    I attached this t.code in report group as a receiver report.
    After executing the report painter report, in order to explode one cell value  I have chosen ZKSB1 report which I have added to the report group. I am getting the following error
    Transaction code not defined
    Message no. KB 496
    Diagnosis
    You have called up the program without defining a corresponding transaction code. This is probably because variant maintenance has been called up using se38. It is not possible to create variants using this transaction.
    I have checked  whether any authorisation issues are there / any problem in new ABAP program associated with ZKSB1  and there is no problem with both.
    I had a similar issue sometime back  and when I regenerated the report group it worked fine. But now even after regenerating, it is not working.
    Has anyone encountered this problem? Any solution?

    Hi
    Instead of going to SE38...you can directly create the variant in the ZKSB1 screen or even you can create the variant in KSB1 screen and the same variant can use even if you run the ZKSB1
    VVR

Maybe you are looking for

  • Getting all SQL servers in one dynamic group

    Since the release of the SQL 2014 MP there are now 2 SQL server MP's, 1 just for 2014 and one that covers 2005,2008 & 2012. Does anyone know a way to create a dynamic group that includes all servers that have any SQL install on?

  • Smugmug plug-in not working in LR5

    I just upgraded LR4 to LR5. The smugmug plugin will not allow me to make any changes to the galleries I created in LR4.  Trying to publish new images to an existing gallery, or republish existing images I get the same error message: "This operation c

  • The application quite unexpectedly...

    Earlier today I did a Macbook update. After restarting my computer, a few of the applications in my laptop (MacBook - Mac OS X ver 10.4.11) will not open anymore. When I try to open applications such as iTunes, System Preferences, Sype- I get a notic

  • Problems installing quick time

    I have problems when installing Quick time 5, because when I finish installing it, it leaves me the following poster: "It was not possible to open the file because it is not a file that he/she understands quick it cheats" How I can solve this problem

  • Unable to log into the database

    ZEN 6.5 sp.2, and we do not use oracle. Running ConsoleOne direct from the Zen-server does not help. Inventory query seems to work from my workstation. I have a local install of ConsoleOne. What can be wrong ? Regards Johann Folkestad