Problems in Layout Tab

Hi, In the layout tab I can't seem to move around any of the elements.  I can put elements, but can't seem to move any of them or configure them.  Am I doing something wrong or is it a bug in VC?
Thanks,

I think it is IE8 that is the problem according to the following thread.
VC Layout Tab Nor Functioning??!!
Will look to see if I can install IE7 on Vista...

Similar Messages

  • 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!

  • Struts-Layout layout:tabs Problem; dynamically render tabs

    hi,
    i have been trying to combine the <layout:collection> and <layout:tabs> tags to dynamically render tabs. (if the collection contains 5 objects, i wanna have 5 tabs, and if the collection contains 2 objects, i wanna have 2 tabs...)
    like this:
    <layout:form action="/someAction.do" styleClass="FORM">
    <layout:tabs styleClass="FORM" width="400">
    <layout:collection property="aProperty" indexId="index" >
    <layout:tab key='${index}' width="50">
    <layout:collectionItem title="rooms.token">
    <layout:text property="aProperty[${index}].BID" layout="false" size="5"/>
    </layout:collectionItem>
    </layout:tab>
    </layout:collection>
    </layout:tabs>
    </layout:form>
    It renders, but it is not displayed correctly. for example, if there are 2 objects in the collection, i get 3 tabs. and the rendered html-table contains mistakes and destroys my page.
    has anyone an idea what i could do?
    I appreciate any help, thank you, martin

    Do anyone kno more about Struts-Layout-tabs...........In a Struts forum? Probably.

  • Error switching to PDF Layout Tab in txn SFP

    For any ADOBE PDF form, if I switch to the layout tab
    I get the following errors
    > Error while generating document
    > Memory Protection Fault in OLE Container Control
    I'm running SAPGUI 6.4
    The SAP Server is WAS 6.4
    I have Acrobat Reader 7.0.2 loaded on my system.
    This problem seems specific to my desktop. Others can view the layout of the PDF without issue.
    Any suggestions?
    Regards,
    Lavaughn

    Hi,
    I too experienced similar problems recently -  used to get errors like SOFFICEINTEGRATION143, SOFFICEINTEGRATION141 & SOFFICEINTEGRATION101(Memory protection error for OLE Container) while accessing Layout of Interactive Forms.
    I got it resolved by uninstalling the NWDS (which uninstalls Adobe LiveCycle Designer (ALD) as well) and then reinstalling ALD and NWDS (Optional).
    With the NWDS installation, ALD is also bundled.
    If you need to install ALD separately, you may get the right ALD version from
    SAP Support Portal->Downloads-> Entry by Application Group->
    Support Packages and Patches-> SAP NetWeaver-> SAP NETWEAVER-> SAP NETWEAVER 7.0-> Entry by Component-> Frontend  =>> ADOBE LIVECYCLE DESIGNER 8.0 -> #OS independent.
    Hope this helps.
    George Mathew

  • Unable to Access Menu in SFP Layout tab

    Hi,
    Could someone please help me? In transaction SFP, under the Layout tab, I'm unable to access the Menu (Edit, View, Insert, Layout, Tools, Palletes, Help). Is there any setting which I've missed out?
    Just in case this information is important, my machine is installed with Adobe Reader 7.0.8 and Adobe Lifecycle Designer 7.0.
    Also, if the users that will be using ESS/MSS can only have Adobe Reader 6.0 on their machines, I understand that there would be problems trying to display the PCR within the portal. Is there any fix to this?
    Appreciate your help and thanking you in advance.
    Regards,
    Adeline.

    Hi Adeline,
    1) Can you see the Menu? Or is everything greyed out?
    2) Adobe Reader 7.0.8 is suggested to use for the end users. We had a lot of problems with older releases. Please note that in case of Netweaver 2004 you cannot use Reader 8 or higher yet. Adobe and SAP are working on this issue. (The ACF - Active Component Framework) cannot install properly with Reader 8.
    So the only fix is using Reader 7.0.8. - The problem is client side related, not ADS or PCR related.
    Cheers,
    Noë

  • OS X defaulting to 2 pages per sheet in "layout" tab

    Hello,
    I have a problem in printing from my unibody Macbook running Leopard. All printers that I have installed (all networked in my University - Xerox Phasers and HP Jaserjets) default to 2 pages per sheet (or per side) in the "layout" tab. (i.e. not the same as Duplex). That means each sheet is printed at 50% or so, rendering it unsuable for my needs. This is not a default from the University - others dont seem to get this problem. How do I change this default back to 1 page per sheet? (Duplex can stay).
    thanks!
    Ninad

    I was using a preset called "Duplex" - I assumed that it shipped with OS X - and it printed 2 pages a side. Perhaps my university IT installed it for me - but it appears to be the thing that created this issue.
    I deleted that particular preset and made a new one for "duplex" - 2 sided printing, but only 1 page a side. It appears to be working fine.
    Thank you so much!

  • Form Builder dumps when I try to open the layout TAB.

    Hello all
    I have installed NW 04 for linux and MaxDB.
    On windows client I have installed
    1)SAPgui 620 Patch level 32.
    2) Java 2 SDK, SE v1.4.2_06
    3) From the NW 04 DVD i installed SAP NetWeaver Developer studio 2.0.4 and in the installation proces I also selected install Forms Design Tool Adobe designer.
    When i enter the Form Builder in SAPgui I am able to open a form (ie. FP_TEST_01) but when i click on the layout tab I get a dump:
    MESSAGE_TYPE_X
    Program Name CL_GUI_CFW====================CP    
    Include CL_GUI_CFW====================CM002 
    Row 23                                  
    Module type (METHOD)                            
    Module Name FLUSH                               
    Message id 'CDNP' type 'X' number 006 raising CNTL_ERROR.
    Any idea what I can do.
    Best regards
    Thomas Madsen Nielsen

    Helle again
    My problem was solved when i upgraded to SAPgui 6.40.
    Best regards
    Thomas Madsen Nielsen

  • Pb with the layout tab in WAD

    Hi,
    I have a problem in the WAD.
    When I create or modify a web template, i cannot use the layout tab (I have no error msg...).
    I have the possibilty to use the others tabs (XHTM or Overview) but not the layout tab. It's problematic because I cannot customize my Web template.
    Anyone has an idea or solution to help me?
    Kind regards.
    DaD

    Hi DaD,
    did you try on different computers? Always same result?
    I am using GUI 7.20 with Windows 7 EHP1
    GUI Support Package 3, Patch 1, Revision 497 and have no problems.
    If you have the same problem on differnet computers and with all users, I would create an OSS message.
    regards
    Cornelia

  • [PROBLEM] Keyboard layout unexpected behaviour problem Xfce

    Dear Everyone,
    I am rather new to arch linux. I have recently (about a week ago) installed archlinux with xorg and xfce (booted by slim), and reading the wiki I managed to set up a fully working computer. But there is a slight problem that continues bugging me about keyboard layouts, and although I have found a way to make the keyboard layout switching with alt+shift work I think that I did it in a nonstandard way and some programs still exhibit unusual (and I think unintended) behaviour.
    Here goes:
    I use a notebook
    My xorg uses hotplugging that seems to be working (hal and dbus installed and running at bootup, detects external usb mouse, I have no xorg.conf file). When I setup my keyboard I put the 10-keymap.fdi from the /usr/share/... dir into /etc/hal/fdi/policy/10-keymap.fdi and it contains (as instructed by the wiki):
    <merge key="input.xkb.layout" type="string">us,ru</merge>
    <merge key="input.xkb.variant" type="string" />
    <merge key="input.xkb.options" type="string">grp:alt_shift</merge>
    And here is the problem:
    After editig this file I restarted hal using
    #/etc/rc.d/hal stop
    #/etc/rc.d/hal start
    and keyboard switching with alt+shift started working.
    Then I went to the xfce keyboard settings to the layout tab and my setup was:
    keyboard model -> evdev-managed keyboard
    keyboard layout -> us   
    so the russian layout did not appear (also adding the russian layout through this menu before editing the .fdi file was useless (it was the first thing I tried before reading the wiki and writing config files for hal))
    I started the keyboard layout switcher applet for xfce and it also displayed only the us flag and had only us as the available layout, and even switching to russian layout using alt+shift had no effect on the displayed flag.
    What I decided to do then was to restart my system.
    Everything restarted without error (hal and stuff started etc..) but it was no longer possible to switch keyboard layouts using alt+shift.
    The xfce keyboard settings now displayed us and ru as available layouts but switch between them using the mouse in the settings menu had no effect whatsoever. Also the layout switcher displayed that both layouts were available but for the russian keyboard the variant field displayed a lot of garbage (I will post screenshot soon). Switching to the russian layout through any key sequence defined in the applet was useless. Trying to switch it with the mouse by selecting the flag didn't do anything either.
    The only way I discovered to make the alt+shift keys work is by manually restarting hal through
    #/etc/rc.d/hal stop
    #/etc/rc.d/hal start
    which is very strange since I have not changed any settings file.
    Then again every time I restarted my comuter the ability to switch layouts was lost until manually restarting hal.
    The only  solution I found was going to the xfce keyboard settings and clicking the  "Use system defaults []"
    After restarting the system alt+shift switching began to work fine but the keyboard applet didn't  work anyway.
    As a consequence I think that all this is a big mess since I suppose that what I described is not the expected behaviour. The other effect of this is that only user with root priviledges could possibly add a new layout to the system (editing the /etc/hal/policy/10-keymap.fdi file) while the idea was that the gui tools of the DM (xfce in my case) permitted the user to change layouts on his/her own. Then again the keyboard layour applet never worked so it is impossible to have an indicator of the current layout. Where do you think should I write about this. I think this qualifies as a bug although I do not know whose fault is it: is it xfce, Xorg, hal or others?  And having to restart hal maunally without having changed any config files is rather strange. The garbage displayed by the applet is also suspicious.
    Any advice to where to report this and how to fix everything would be great.
    P.S. Throughout all these tries to make things work the setxkbmap command from the cli never had any effect.
    Last edited by cavesnow (2009-03-14 10:41:51)

    hmm... i have a similar problem:
    i want two layouts: GB(english) and ES(spanish). I have them defined in /etc/hal/fdi/policy/10-keymap.fdi :
    <merge key="input.xkb.layout" type="string">gb,es</merge>
    and i can actually switch between them. the issue is that i have an extra, unwanted layout. i have to press once in order to change from GB to ES, then if i want to switch back to GB, i have to switch twice. There is a third layout i did not configured.
    Example of the layouts:
    GB: abcdefghijklmnopqrstuvwxyz
    ES: abcdefghijklmnopqrstuvwxyz    and i can write accents and everything for spanish:  ñÑáéíóú, etc.
    unkown third layout: æ"¢ðeđŋħ→jĸłµnøþ@¶ßŧ↓"ł»←«
    łħæŧ →ß ŧħ→ß???
    sorry, i mean:
    what is this???
    any help would be appreciated.

  • Problem with layout and changing content

    Hi, I`m new to Swing and I have a problem with layout.
    I want to make a menu using JButtons so that depending on which button you click you`ll get different content in the window. And first of all I don`t know how to center the buttons.
    I have a JFrame called GameWindow that has a JPanel field called content. My idea was to create a JPanel with buttons and then using ActionListeners change the JPanel held in 'content'.
    Here`s the code:
    public class GameWindow extends JFrame{     
         private static final long serialVersionUID = 1L;
         private JPanel content;
         private Player player;
         public GameWindow(){          
              super("Dawn Crystal");
              Dimension screenSize = Toolkit.getDefaultToolkit().getScreenSize();
              setDefaultCloseOperation(JFrame.DO_NOTHING_ON_CLOSE);
              setSize((int)screenSize.getWidth(), (int)screenSize.getHeight());
              setExtendedState(MAXIMIZED_BOTH);
         public void mainMenu(){
              content = new MainMenu(this);
              Dimension dim = content.getSize();
              setLayout(null);                    
              Dimension screen = Toolkit.getDefaultToolkit().getScreenSize();
              int x = (int)((screen.getWidth() - dim.getWidth()) / 2);
              int y = (int)((screen.getHeight() - dim.getHeight()) / 2);
              int dimX = (int)dim.getWidth();
              int dimY = (int)dim.getHeight();          
              content.setBounds(x, y, 120, 120);          
              getContentPane().add(content);          
              setVisible(true);
         public void adventureScreen(){
              //so far empty
         public void createNewPlayer(){
              content.setVisible(false);
              content = new NewPlayerCreationWindow();
              getContentPane().add(content);          
              content.setVisible(true);
              //setVisible(true);
         public void setPlayer(Player p){ player=p; }
    public class MainMenu extends JPanel{     
         private static final long serialVersionUID = 1L;     
         private JPanel mainMenuButtons;
         private JButton newGame;
         private JButton loadGame;
         private JButton options;
         private JButton exit;
         public MainMenu(GameWindow par){
              mainMenuButtons = new JPanel();     
              //create buttons
              newGame = new JButton("NEW GAME");
              loadGame = new JButton("LOAD GAME");
              options = new JButton("OPTIONS");
              exit = new JButton("EXIT");
              //create action listeners
              newGame.addActionListener(new NewGameListener());
              exit.addActionListener(new ExitListener(par));     
              //add buttons to panel
              mainMenuButtons.setLayout( new GridLayout(4,1));
              mainMenuButtons.add(newGame);
              mainMenuButtons.add(loadGame);
              mainMenuButtons.add(options);
              mainMenuButtons.add(exit);     
              add(mainMenuButtons);          
    }When it displays the buttons are at the top of the frame rather than in the center - I thought that was how the default layout would behave. So that`s my first question - how to center it.
    Secondly I have NewPlayerCreationWindow written but when I call createNewPlayer() I get an empty frame - what am I doing wrong?
    Finally I`d like to ask how can I make the frame appear as maximized when the application is started? The setExtendedState(MAXIMIZED_BOTH); doesn`t help actually because the window`s height is too big and a part of window is hidden under the system bar. I want to have it maximized regardless of screen resolution.

    Use a [url http://java.sun.com/docs/books/tutorial/uiswing/layout/visual.html]Card Layout.

  • Adobe InDesign CC 2014 Custom Panel Built With Extension Builder - Problem: Can't tab from one entry field to the next; Hitting tab instead hides all palettes; Is there a fix? This didn't happen in Adobe Indesign CC

    Adobe InDesign CC 2014 Custom Panel Built With Extension Builder - Problem: Can't tab from one entry field to the next; Hitting tab instead hides all palettes; Is there a fix? This didn't happen in Adobe Indesign CC

    This is planned to be fixed in the next release.

  • Version 33, problems when moving tab to new window, then if you open a new tab in that window it doesn't switch to it unless you use Ctrl-Tab?

    Version 33, problems when moving tab to new window, then if you open a new tab in that window it doesn't switch to it unless you use Ctrl-Tab.

    Type '''about:preferences'''<enter> in the address bar.
    Select '''General.''' Look for '''Tabs.'''
    Turn on '''When I open a link in a new tab, switch to it immediately'''

  • Problem with Cross tabs

    I have a problem with cross tab.
    When I do grouping on date according to month and summarize the units I am getting the result as 58
    while I do grouping without the croos tab generally in the details section I get the result to be 64.
    I am not able to understand where is the problem.
    Even when I write a query i get the answer as 64.

    Hi,
    Summarizing with a Cross-tab and creating a summary of a group are one and the same; I mean, the summary results are always the same.
    Could you check the summary operation in the crosstab, could you confirm if it is not count or something else?
    Also, create a summary and place it on the Group Header/Footer. It should be same as the Crosstab results for the that particular group.
    -Abhilash

  • Using the Currency Symbol in the Layout tab of the Display Template

    In xMII 11.5 SP3, I'm trying to format a number in a grid template with the USD ($) symbol.  In looking through the 'Number format' help screen, I see I'm supposed a symbol that I can't identify in an ASCII table (though I did find it in an EBCDIC table).  I can't show you the symbol - if I could I wouldn't have to post this message!
    How do I use this symbol?
    David Macindoe

    Thanks, Jeremy.  I had previously tried $000.00 but all I got was 118.27.  I just can't get the dollar sign to display which led me to the help screen and the symbol that I can't reproduce.
    After your reply, I changed the display template to $#,##0.00 with no change in the result.  I'm putting this in the Format column on the Layout tab of a vertical grid display template.
    David

  • Saving Option in Change layout TAB

    Hi ,
    I am taking Sales order list in VA05
    I clicked on change layout tab n Selct field as per my requirements
    but Now I want to save that layout but I am not getting any saving option
    in menu bar Settings - layout - saving this option is in grey
    How to activate this option?
    Regards,
    Akshay

    Hi,
    check this thread, you have only answered this questions answer
    VA05 :  Save Layout Option is deactive..
    Thanks,
    Raja

Maybe you are looking for

  • How do I get Fireworks CS3 to work in Windows 7? After installation my internet would not function.

    I installed Fireworks CS3 in the new Windows 7.  It seemed to function well.  After a reboot I noticed my internet would not work.  I attempted to resolve the matter but was unsuccessful.  Has anybody had this problem?  If so what is the fix.

  • Moving two seperate images in an applet

    Hi i am trying to move two seperate images on an applet. these images are two random cards from a pack of playing card, ie king,jack, queen etc.. i can get both images moving at the same time but i want i want to do is to animate the movement of one

  • OIM Schedule Task parameter

    Hi, Can anyone tell me what is schedule task parameter and its uses? Thanks in Advance

  • Trying to displaying image in screen.

    Hi, I'm new to this CLDC and MIDP coding. I'm working on this code right now, but I cannot seem to display a image in the screen. All I get is a blue background. Can someone help me to make the image appear in the screen? -I think it may have to do w

  • Replaced HDD, still not working

    Hi. Our MacBook stopped working for no reason. It wouldn't boot up, and just the flashing folder with a question mark appeared. After some searching it seemed like this is a common problem and most likely the HDD had failed. MacBook is 14 months old.