Help in Layout

Hi,
I am working on the development of  online exam Application.
I need "Question No" ,"Question Description",  "Mark for Review" fields in a row in the layout.
Using panelformLayout ,the items appear one under the other.Could you please suggest me how to create this
Thanks,
Viswanath

Hi Timo/Shay,
I already marked the thread as correct answer. The fear of layout is gone using panelGridLayout. But i have one doubt with this layout.
Say there are three rows in a table. And the rows has the below width.
Row1  25% 25% 25% 25%
Row2 25% 25% 25% 25%
Row3  50% 25% 25%
Though the row1's first columns percentage is 25%, it is taking 50%(Row3's width).
I understand that the row's column is always taking the biggest row's width. Could you please explain why are the rows dependent on other rows.
Thanks,
Viswanath

Similar Messages

  • How to use search help in layout of se51

    how to use search help in layout of se51.

    Hi,
      One of the important features of screens is that they can provide users with lists of possible entries for a field. There are three techniques that you can use to create and display input help:
    Definition in the ABAP Dictionary
    In the ABAP Dictionary, you can link search helps to fields. When you create screen fields with reference to ABAP Dictionary fields, the corresponding search helps are then automatically available. If a field has no search help, the ABAP Dictionary still offers the contents of a check table, the fixed values of the underlying domain, or static calendar or clock help.
    Definition on a screen
    You can use the input checks of the screen flow logic, or link search helps from the ABAP Dictionary to individual screen fields.
    Definition in dialog modules
    You can call ABAP dialog modules in the POV event of the screen flow logic and program your own input help.
    These three techniques are listed in order of ascending priority. If you use more than one technique at the same time, the POV module calls override any definition on the screen, which, in turn, overrides the link from the ABAP Dictionary.
    However, the order of preference for these techniques should be the order listed above. You should, wherever possible, use a search help from the ABAP Dictionary, and only use dialog modules when there is really no alternative. In particular, you should consider using a search help exit to enhance a search help before writing your own dialog modules.
    Input help from ABAP dictoinary
    http://help.sap.com/saphelp_47x200/helpdata/en/9f/dbaa5435c111d1829f0000e829fbfe/content.htm
    Field Help on the Screen
    http://help.sap.com/saphelp_47x200/helpdata/en/9f/dbaa6135c111d1829f0000e829fbfe/content.htm
    Field Help in Dialog Modules.
    http://help.sap.com/saphelp_47x200/helpdata/en/9f/dbaac935c111d1829f0000e829fbfe/content.htm
    Regards,
    Vara

  • F4 help in  Layout field (as in MB51)

    Hello Experts,
    I have to give F4 help in  layout field(as in MB51) in my selection screen
    For F4 help, I want that list of values get automatically populated as user saves  his variant .
    Is this possible or I need to harcode list of values in my code.
    Best Regards ,
    Aastha

    Hi,
    AT SELECTION-SCREEN ON VALUE-REQUEST FOR p_layoutfiled.
      SELECT layoutfield
             FROM (table)        
            INTO TABLE i_layoutfield.
      IF sy-subrc EQ 0.
        SORT i_layoutfield.
        DELETE ADJACENT DUPLICATES FROM i_layoutfield.
        CALL FUNCTION 'F4IF_INT_TABLE_VALUE_REQUEST'
          EXPORTING
            retfield        = `TABLE`  (from which table u retrive the above select query)
            dynpprog        = sy-repid
            dynpnr          = sy-dynnr
            dynprofield     = `P_LAYOUTFIELD`
            value_org       = 'S'
          TABLES
            value_tab       =i_layoutfield
          EXCEPTIONS
            parameter_error = 1
            no_values_found = 2
            OTHERS          = 3.
      ELSE.
        MESSAGE i002 WITH text-106.
      ENDIF.
    I hope it will help ful u
    Regards,
    Bhupal.

  • F4 help for layout parameter

    Hello Experts,
    I m using one parameter for layout like in std report MB51 & put F4 help for that.
    My problem is when user select from layout it is working fine but when user ENTER FROM KEYBOARD it is not accepting the layout..
    My code is
    PARAMETERS :p_layout LIKE disvariant-variant.
    AT SELECTION-SCREEN ON VALUE-REQUEST FOR p_layout.
      PERFORM alv_f4 USING sy-repid p_layout.
    FORM alv_f4 USING p_report CHANGING p_layout.
      l_layout-report = sy-repid .
    dynfields-fieldname = 'P_LAYOUT'.
      append dynfields.
      call function 'DYNP_VALUES_READ'
           exporting
                dyname               = sy-cprog
                dynumb               = sy-dynnr
                translate_to_upper   = 'X'
           tables
                dynpfields           = dynfields
           exceptions
                invalid_abapworkarea = 1
                invalid_dynprofield  = 2
                invalid_dynproname   = 3
                invalid_dynpronummer = 4
                invalid_request      = 5
                no_fielddescription  = 6
                invalid_parameter    = 7
                undefind_error       = 8
                double_conversion    = 9
                stepl_not_found      = 10
                others               = 11.
    read table dynfields with key fieldname = 'P_LAYOUT'.
      p_layout = dynfields-fieldvalue.
      CALL FUNCTION 'REUSE_ALV_VARIANT_F4'
        EXPORTING
          is_variant = l_layout
          i_save     = 'A'
        IMPORTING
          es_variant = l_layout
        EXCEPTIONS
          not_found  = 2.
      IF sy-subrc = 2.
        MESSAGE ID sy-msgid TYPE 'S' NUMBER sy-msgno
        WITH sy-msgv1 sy-msgv2 sy-msgv3 sy-msgv4.
      ELSE.
        p_layout = l_layout-variant.
      ENDIF.
    ENDFORM.
    Plz suggest where i m wrong.
    Ravi

    Hi,
    Refer this code. It will definitely help you.
    https://www.sdn.sap.com/irj/scn/wiki?path=/display/snippets/learn%252bto%252bdisplay%252bdata%252bin%252balv%252bgrid
    Check the use of variant in ALV.
    Regards,
    Tarun

  • NEED HELP IN:  layout set in favorites

    Hello again,
    the favorites iView use the Layout Set "LinkListExplorer". In the iview is a link "edit", which open a new iView with the Layout Set "LinkListMaintenance".  I have modified the second layout Set and saved it under xxLinkListMaintenance.
    Now, I need to know how to put the layout set xxLinkListMaintenance in touch with the first layout set LinkListExplorer.
    Please help!
    Thanks a lot
    Sybille

    Hi Sybille,
    you always want to change the hard coded things
    The way:
    1.) Decompile <i>com.sapportals.wcm.rendering.collection.cm.LinkListCollectionRenderer</i> within <i>km.appl.ui.flex.collection_core.jar</i> within <i>...\irj\root\WEB-INF\portal\portalapps\com.sap.km.cm.ui.flex\private\lib</i>
    2.) In line 530 (<i>query.add("rndLayoutSet", "LinkListMaintenance");</i>), replace the LayoutSet with the one of your choice.
    3.) Create a new portal application with this CollectionRenderer and a bootstrap service.
    4.) Define this CollectionRenderer within KM (map a name to the class).
    5.) Create a new LayoutSet <i>xxLinkListExplorer</i> copied from <i>LinkListExplorer</i> but with the new CollectionRenderer.
    Hope it helps
    Detlev
    PS:
    - If you need assistance, you know the experts
    - Better forum would have been KMC

  • Please help, Pages layout trouble

    So I'm doing a newsletter...and I'm about ready to take my computer and pages with it and smash it with a sledgehammer. For some odd reason I cannot get text boxes that I insert to move. They will move on their own and will only have the resize box and It's very infuriating. Secondly, when I print it out, it's not on the full page. It literally doesn't fit an 8 1/2 x 11 page. Why is that???? Lastly, when I try to make the background box (I'm using a layout) to conform to the rest of the page, I get an x and it won't move. Can someone help me please? Because I swear I'm about to go and do this on a PC.

    I understand your frustration. We've all been there. But I think both of these problems have easy fixes.
    When an inserted object can't be moved, the cause is almost always that it is set to "move with text." This happens when the cursor is active in the text layer when the object is inserted. To avoid this, click outside the layout area to enter the object layer then insert the object. For those objects already inserted, click on an object (you should see faint handles), then go to the wrap inspector (the third icon) & click the button next to "fixed on page." You may want to change the "extra space" to less than the default 12 points. Objects you want in the background have to start out as fixed on page.
    For the shrunken printed page, my guess is that you have comments turned on. Go to the View menu & select Hide Comments.

  • F4 help for layout

    hi all,
    i have copied the  FBL5N(Report - RFITEMAR) to ZReport and added one field, and changed the name of the report to ZReport
    wherever the standard program name has been hardcoded.
    now the report is working fine for me, whereas while others using the same report, if there are trying to save the layout and check the F4 help they are not able to see the layouts they are created,but i am able to see the layouts i have created.
    could anyone please let me know any default settings need to be done or any changes need to be made anywhere else.
    thanks in advance.

    please check the value passed to the parameter I_SAVE in the funtion module for displaying report in ALV.
    Below is the documentation on what values can be passed and their usage
    Value range
    ' ' = display variants cannot be saved
    Defined display variants (e.g. delivered display variants) can be selected for presentation independently of this flag.
    Changes can not be saved.
    'X' = standard save
    Display variants can be saved as standard display variants.
    User-specific saving is not possible.
    'U' = only user-specific saving
    The user can only save display variants user-specifically
    'A' = standard and user-specific saving
    The user can save a display variant user-specifically and
    as standard display variant. The user chooses in the display variant
    save popup.

  • Please help ! LAYOUT - PROBLEMS

    Hi !
    I have a big problem with using the rigth layoutmanager for my GUI.
    I have a JScrollPane and want to add several JPanels to it. These Panels should have to same width, but different height. So I used a GridBagLayout and it works good.
    GridBagLayout layout = new GridBagLayout();
    GridBagConstraints c = new GridBagConstraints();
    c.fill = GridBagConstraints.HORIZONTAL;
    c.insets = new Insets(10,2,5,2);
    JPanel inputPanel = new JPanel(layout);
    c.gridwidth = GridBagConstraints.REMAINDER;
    // add several lines to inputPanel
    JPanel line;
    line = new JPanel(new GridLayout(1,2));
    layout.setConstraints(line,c);
    inputPanel.add(line);
    line = new JPanel(new GridLayout(1,2));
    layout.setConstraints(line,c);
    inputPanel.add(line);
    line = new JPanel(new GridLayout(1,2));
    layout.setConstraints(line,c);
    inputPanel.add(line);
    scroll = new JScrollPane(inputPanel);
    But another property should be that the width should be tried on at the current size of the JScollPane. So I used a GridLayout and the width of my JPanel's were good, but of course they all had the same height.
    GridLayout layout = new GridLayout(0,1);
    JPanel inputPanel = new JPanel(layout);
    // add several lines to inputPanel
    JPanel line;
    line = new JPanel(new GridLayout(1,2));
    layout.setConstraints(line,c);
    inputPanel.add(line);
    line = new JPanel(new GridLayout(1,2));
    layout.setConstraints(line,c);
    inputPanel.add(line);
    line = new JPanel(new GridLayout(1,2));
    layout.setConstraints(line,c);
    inputPanel.add(line);
    scroll = new JScrollPane(inputPanel);
    Is there a possibility to have both properties ( different height and conformed width) ?
    Thanks very much for help !

    hi,
    Yes it's possible. keep working with the gridbaglayout.
    There are constraints where you can set X and Y behaviour like : every component must have the same width but own height. I don't know the constraint's name because I work with a visual gridbaglayout editor.
    Xavier

  • HELP TO LAYOUT;POSTCARD AND INVITATION TO BIRTHDAY

    Hi everyone I'm in that moment taking a course of Adobe Ilustrator, I just need your help to doing a invitation, postcard and a layout of a birthday, because Im a initial student of Vectorial Design: Creation and Manipulation of the images, this course have 50 hours, and it's necessary your answer to help me briefly. If anyone are interested to suport me please contact me to: [email protected] And any doubts you have i taked if you help me, if i can.
    Kind regards
    José Moreira

    Hi Jose,
    Templates let you create new documents that share common settings and design elements. For example, if you need to design a series of business cards with a similar look and feel, you can create a template with the desired artboard size, view settings (such as guides), and print options. The template can also contain symbols for common design elements (such as logos) and specific sets of color swatches, brushes, and graphic styles.
    Illustrator comes with a variety of templates, including templates for letterhead, business cards, envelopes, brochures, labels, certificates, postcards, greeting cards, and websites.
    Create a new document from a template
    Do one of the following:
    Choose File > New From Template.
    Choose File > New. In the New Document dialog box, click Templates.
    In the Welcome screen, click From Template in the Create New list.
    In the New From Template dialog box, locate and select a template, and click New.
    Happy learning

  • Please help ! LAYOUT-MANAGER-PROBLEMS !

    Hi !
    I have a big problem with using the rigth layoutmanager for my GUI.
    I have a JScrollPane and want to add several JPanels to it. These Panels should have to same width, but different height. So I used a GridBagLayout and it works good.
    GridBagLayout layout = new GridBagLayout();
    GridBagConstraints c = new GridBagConstraints();
    c.fill = GridBagConstraints.HORIZONTAL;
    c.insets = new Insets(10,2,5,2);
    JPanel inputPanel = new JPanel(layout);
    c.gridwidth = GridBagConstraints.REMAINDER;
    // add several lines to inputPanel
    JPanel line;
    line = new JPanel(new GridLayout(1,2));
    layout.setConstraints(line,c);
    inputPanel.add(line);
    line = new JPanel(new GridLayout(1,2));
    layout.setConstraints(line,c);
    inputPanel.add(line);
    line = new JPanel(new GridLayout(1,2));
    layout.setConstraints(line,c);
    inputPanel.add(line);
    scroll = new JScrollPane(inputPanel);
    But another property should be that the width should be tried on at the current size of the JScollPane. So I used a GridLayout and the width of my JPanel's were good, but of course they all had the same height.
    GridLayout layout = new GridLayout(0,1);
    JPanel inputPanel = new JPanel(layout);
    // add several lines to inputPanel
    JPanel line;
    line = new JPanel(new GridLayout(1,2));
    layout.setConstraints(line,c);
    inputPanel.add(line);
    line = new JPanel(new GridLayout(1,2));
    layout.setConstraints(line,c);
    inputPanel.add(line);
    line = new JPanel(new GridLayout(1,2));
    layout.setConstraints(line,c);
    inputPanel.add(line);
    scroll = new JScrollPane(inputPanel);
    Is there a possibility to have both properties ( different height and conformed width) ?
    Thanks very much for help !

    Hi nadi - perhaps you might take a look at the border layout.
    +----------------------+
    |             N        |
    +---+-------------+----+
    | W |     CENTER  |  E |
    +---+-------------+----+
    |            S         |
    +----------------------+If the West and East sections are empty, the center, north, and south will have identical widths, and each will assume the height of the widgets it contains.
    Hope this helps!
    Steve

  • [HELP] Phone-layout of 640px, doesnt SCALE correct on any phone device.

    Hello.
    When you enter my websites phonelayout from any phone, it does not rescale the viewport correctly.
    The layout is: 640px width, but even on an ios device with a greater width than 640px, it doesnt scale it correctly, it always ends up zoomed in at around 200px in the top corner.
    www.fiskeklaus.dk/phone/index.html
    HOW can I make it fit the width to whatever device opens it?
    Please help this is very urgent.

    I found a fix - not a pretty one - nor suppoted.
    Make a max width of the minimum width of a phone, lets say 280px, then build everything up with text frames with 100% width, and copy/paste all your "items" into the text frames, and center it, like was it text.
    It creates a "fluid" layout, where it will always center the content, no matter if its a 280px, 400px, or 2000px - and the text will also be fluid, unless you seperate it manually.
    it WORKS, but it could be so easy to implement in a slight better way...
    Adobe muse is NEARLY there... just need to add open information on how to create widgets your self and ofcourse add the responsive layout
    Hope this helps you.
    P.s yes indeed thoose empty boxes or state buttons hiding somewhere random on your canvas, borks up everything, I had one in another page, that was located 3000px to the right for some reason, took me ages to find it lol.

  • Help with Layout

    I've got a simple layout but I need to get it looking more like this picture: http://members.lycos.nl/ghanswebsite/Layout.JPG
    Now I got a simple GridBag. I tried a few other layouts but they got me errors so until now I evaded them .. :-(.
    // Fig. 12.26: GridLayoutDemo.java
    // Demonstrating GridLayout.
    import java.awt.*;
    import java.awt.event.*;
    import javax.swing.*;
    import java.sql.*;
    import java.awt.Color.*;
    public class GridLayoutDemo extends JFrame implements ActionListener {
         private boolean toggle = true;
         private Container c;
         private GridLayout grid1;
         private JButton zoek;
         private Connection connection;
         private JTextField vDag, aDatum, vTijd, aTijd, vlucht;
         Statement opdracht = null;
        boolean inAnApplet = true;
        final boolean shouldFill = true;
        final boolean shouldWeightX = true;
         Color myPink1 = new Color(254,224,192);
        private JComboBox vertrek, naar, vdag, vmaand, volwassenen, kinderen, babys;
         // vertrekdag
         private String dag[] = { "1", "2", "3", "4", "5", "6", "7", "8", "9", "10", "11", "12", "13", "14", "15", "16", "17", "18","19", "20", "21", "22", "23", "24", "25", "26", "27", "28", "29", "30", "31"};
         // vetrekmaand+jaar
         private String maand[] = { "April 2003" , "Mei 2003"};
         // volwassenen
         private String volwassen[] = { "1", "2", "3", "4", "5", "6", "7", "8", "9", "10" };
         // kinderen
         private String kind[] = { "1", "2", "3", "4", "5", "6", "7", "8", "9", "10" };
         // baby's.
         private String baby[] = { "1", "2", "3", "4", "5", "6", "7", "8", "9", "10" };
         //vetrekplaatsen-combobox
         private String vPlaatsen[] = { "Amsterdam", "Rotterdam" };
         private String[] plaats = null;
         // aangeven wat in het combobox van Rotterdam mag staan
         private String raPlaatsen[] = { "Alicante", "Faro" };
         // aangeven wat in het combobox van Amsterdam
         private String aaPlaatsen[] = { "Bacelona", "Antalya", "Arrecife", "Alicante", "Bodrun" };
         //thread-safe gui changing with swingUtilities.invokeLater( Runnable )
         private Runnable run = new Runnable(){
         public void run(){
              getContentPane().invalidate();
              getContentPane().removeAll();
              getContentPane().add(vertrek);
              getContentPane().add(naar = new JComboBox( plaats ));
              getContentPane().add(vdag);
              getContentPane().add(vmaand);
              getContentPane().add(volwassenen);
              getContentPane().add(kinderen);
              getContentPane().add(babys);
              getContentPane().add(zoek);
              getContentPane().add(vDag);
              getContentPane().add(aDatum);
              getContentPane().add(vTijd);
              getContentPane().add(aTijd);
              getContentPane().add(vlucht);
              getContentPane().validate();
       public GridLayoutDemo()
         super( "GridLayout Demo" );
              // The URL specifying the Books database to which
                // this program connects using JDBC to connect to a
                // Microsoft ODBC database.
                String url = "jdbc:odbc:vluchtinformatie";
                // Load the driver to allow connection to the database
                try {
                   Class.forName( "sun.jdbc.odbc.JdbcOdbcDriver" );
                   connection = DriverManager.getConnection( url );
                     opdracht = connection.createStatement();
                catch ( ClassNotFoundException cnfex ) {
                   System.err.println(
                      "Failed to load JDBC/ODBC driver." );
                   cnfex.printStackTrace();
                   System.exit( 1 );  // terminate program
                catch ( SQLException sqlex ) {
                   System.err.println( "Unable to connect" );
                   sqlex.printStackTrace();
                   System.exit( 1 );  // terminate program
        grid1 = new GridLayout( 4, 3, 10, 10 );
         Container c = getContentPane();
         c.setLayout( grid1 );
         setSize(500,200);
         vertrek = new JComboBox(vPlaatsen);
         vertrek.setName("vertrek");
         vertrek.setMaximumRowCount(2);
         vertrek.addActionListener( this );
         c.add(vertrek);
        show();
         vdag = new JComboBox(dag);
         vdag.setName("dag");
         vdag.setMaximumRowCount(5);
         vdag.addActionListener( this );
         c.add(vdag);
         show();
         vmaand = new JComboBox(maand);
         vmaand.setName("maand");
         vmaand.setMaximumRowCount(5);
         vmaand.addActionListener( this );
         c.add(vmaand);
         show();
         volwassenen = new JComboBox(volwassen);
         volwassenen.setName("volwassen");
         volwassenen.setMaximumRowCount(5);
         volwassenen.addActionListener( this );
         c.add(volwassenen);
         show();
         kinderen = new JComboBox(kind);
         kinderen.setName("kind");
         kinderen.setMaximumRowCount(5);
         kinderen.addActionListener( this );
         c.add(kinderen);
         show();
         babys = new JComboBox(baby);
         babys.setName("baby");
         babys.setMaximumRowCount(5);
         babys.addActionListener( this );
         c.add(babys);
         show();
         zoek = new JButton( "Zoek vlucht" );
         zoek.addActionListener( this );
         c.add(zoek);
         show();
         vDag = new JTextField( "Vertrekdatum" );
         c.add(vDag);
         show();
         aDatum = new JTextField( "Aankomstdatum" );
         c.add(aDatum);
         show();
         vTijd = new JTextField( "Vertrektijd" );
         c.add(vTijd);
         show();
         aTijd = new JTextField( "Aankomsttijd" );
         c.add(aTijd);
         show();
         vlucht = new JTextField("Vluchtnummer" );
         c.add(vlucht);
         show();
    public void actionPerformed(ActionEvent e)     {
       Object source = e.getSource();
            if (source instanceof JComboBox)
                 JComboBox combo = (JComboBox) source;
                 if (combo.getName().equals("vertrek"))
                      if (((String) combo.getSelectedItem()).equals(vPlaatsen[0]))
                           plaats = aaPlaatsen;
                           SwingUtilities.invokeLater( run );
                           else if (((String) combo.getSelectedItem()).equals(vPlaatsen[1]))
                                plaats = raPlaatsen;
                                SwingUtilities.invokeLater( run );
       Object source1 = e.getSource();
            if (source1 instanceof JComboBox)
                 JComboBox combo1 = (JComboBox) source1;
                 if (combo1.getName().equals("vertrek"))
                      if (((String) combo1.getSelectedItem()).equals(vPlaatsen[0]))
                        String gebruikersVertrekplaats = "Amsterdam";
                           else if (((String) combo1.getSelectedItem()).equals(vPlaatsen[1]))
                        String gebruikersVertrekplaats = "Rotterdam";
                      try
                        ResultSet gegevens;
                        gegevens = opdracht.executeQuery("SELECT * FROM vluchtinformatie WHERE vertrekplaats LIKE '"+ gebruikersVertrekplaats +"' AND aankomstplaats LIKE '"+gebruikersAankomstplaats+"';");
                   catch (Exception e)
                        e.printStackTrace();
       public static void main( String args[] )
                      try {
                            UIManager.setLookAndFeel("com.sun.java.swing.plaf.windows.WindowsLookAndFeel" );
                     catch (Exception e) { }
          GridLayoutDemo app = new GridLayoutDemo();
          app.addWindowListener(
             new WindowAdapter() {
                public void windowClosing( WindowEvent e )
                   System.exit( 0 );
    }

    When asking about layout (or any question about how a site works or looks), give us a link to the site. Read the Forum FAQ about it and the reasons why.
    I will say that a quick look indicates that you have gone overboard with Divs--66 of them (!). And most serve no purpose. The point of a Div is to hold a bunch of stuff to make it easy to control them. Divs with only one item in them make no sense. And divs
    that are always paired should be combined into one div (if they are even necessary at all).
    Why isn't this one div? These 3 always appear exactly like this:
     <div class="category">
         <div class="categoryheader">
           <h3>Services</h3>
         </div>
         <div class="categorycontent">
    A horse walks into a bar. The bartender asks "Why the long face?"
    "Because I was born into servitude and when I die my hooves will be used to make glue."
    It was at this point that the bartender realized he would not be getting a tip.

  • New to Indesign and need help on layout

    Hi there
    I have a small invitaiton business and have recently started using Indesign (steep learning curve).  I have designed a wedding suite for a bride and it is ready to go off to the printers.  My problem is i have recently changed printers and these guys print on size SRA3 and charge for set up costs if I dont supply all my setup in this size.
    I dont know how to do this!  Is there a simple way i can take my one invitation and place it multiple times on a SRA3 setup without copying and pasting.  Plus all my crop marks and bleeds need to line up.
    ANy help would be really appreciated.
    thanks
    Nerissa

    I really did not want to say more about this but your attitude is ....
    Who are you that you think you know every printers setup and requirements, who are you to say that a person must not go to there prefered printer for work.
    What the hell does a car got to do with printing, NOTHING. Keep on topic!
    You say modern workflow, so your saying every print shop in every town in every country has exactly the same equipment as your printer has and whats needed to handle your unprofessional approach to laying out graphics, wake up will ya every print house in every town can be different your arrogance in assuming every print house can reproduce your improperly prepared graphics is just going to cause trouble.
    Refering back to the original post. I did not see the name of the printer they where sending the job to, do you know them personally to insist that your way is the best way to reproduce the job. NO!
    You do not know them yet you jumped on my suggestion and it was only a suggestion that could lead to an idea for getting the job done. You called it BS yet every working day at my work I follow that sort of work flow for a number of reason. No it is not modern Yes it does work everyday.
    You thinking that your way is the only way is no help to anyone in here.
    This forum is for everyone, if I take the time to suggest something so be it, it is not your job to judge if my suggestion is wrong.
    Be a help not a hinderance and keep your arrogance outta the forum.
    P Taz:
    Bob's main problem is this modern workflow chip on his shoulder, not everyone has the latest and greatest hardware and software. Adobe is printing longer then I care to think back on, and they have many different ways of doing this job and many of these are still in use. Modern is all fine and dandy if you have it.
    I am not happy with using obsolete processes but that is what I have to work with. I absorb a lot that is said in these forums not all I can use yet but its good to see the changes in technology. Everyone as a designer has to keep in mind the Printshop that is printing there work
    I never came in here with the intention to revert people, I only suggested a way to get a job done even you do not know what equipment the printer has to reproduce the OP problem. How in gods name can a suggestion be wrong for this forum even you have fallen for bob's inability to realise there are still people out in the real world not using the most modern workflow equipment and these people need help.
    It is no good you just saying update update update. The job needs doing with what they have, later when money permits or whatever then talk to them about modern workflows.
    And lastly goes out my appology to the original poster, I am very sorry this has gone as far as it has.
    Bob... Lighten up!

  • Dreamweaver help in Layout design

    Hi,
    I've been using dreamweaver for the past week and made some major headway for a personal project but i have been having some issues with actually setting up a home page with an actually graphic design layout or look to it if you will. so far the examples I'm running off of are tumblr.com's homepage and twitter.com's homepage. My trouble comes when i try to set and image for the page background when i go and pick on the modify tab that brings down the option page properties and i can add in a picture for the background of the website. the picture always seems out of focus or to pixilated, most of the pictures i use are around 1600 pixels 1200 pixels. The other problem ive been having was trying to create a header that is seperated from the body and footer by width, similiar to the way twitter has its homepage set up. if possible i would love for some pointers.

    View source in browser to see the code.
    100% header & footer
    http://alt-web.com/TEMPLATES/I-page.shtml
    Scalable Background-image
    http://alt-web.com/TEST/Resizable-BG.shtml
    Making Twitter Backgrounds
    http://banyanbranch.com/social-blog/how-to-make-twitter-backgrounds-for-the-new-twitter-co m/
    Nancy O.

  • Help with layout managers

    I can't seem to understand layouts. Or maybe it's text components. Anyway, this little JFrame class seems to act really strangely, and I cannot figure out why.
    Can anybody tell me how to get pack() to do something sensible with the components in the main JFrame (the one with the statistics is just for reference.)
    The rest of this message is Java code (plus maybe a signature)
    import javax.swing.JFrame;
    import javax.swing.JButton;
    import javax.swing.JPanel;
    import javax.swing.JTextField;
    import javax.swing.JTextArea;
    import java.awt.Container;
    import java.awt.event.ActionListener;
    import java.awt.event.ActionEvent;
    import java.awt.BorderLayout;
    import java.awt.Dimension;
    public class MyFrame extends JFrame {
    private String str;
    private JPanel panel;
    private JButton button;
    private JTextField textField;
    private JTextArea afterStatus;
    private JFrame otherFrame;
    private Container otherStuff;
    public MyFrame(String s) {
         // Create companion frame to hold statistics.
         afterStatus = new JTextArea();
         otherFrame = new JFrame("Stats");
         otherStuff = otherFrame.getContentPane();
         otherStuff.add(afterStatus, BorderLayout.CENTER);
         otherFrame.pack();
         otherFrame.setVisible(true);
    str = s;
    textField = new JTextField();
         panel = (JPanel)getContentPane();
    button = makeAButton();
    panel.setPreferredSize(new Dimension(200, 30));
    panel.add(button, BorderLayout.WEST);
    panel.add(textField, BorderLayout.EAST);
         textField.setText("Something or other; long so you can see it resize");
    setDefaultCloseOperation(JFrame.EXIT_ON_CLOSE);
         myUpdate();
    private void myUpdate() {
         afterStatus.setText("Message is now: " + textField.getText() + "\n\n");
         afterStatus.append("textField Status Before Last Pack:\n");
         afterStatus.append("PreferredSize: " + textField.getPreferredSize() + "\n");
         afterStatus.append("Current Size: " + textField.getSize() + "\n\n");
         afterStatus.append("Button Status Before Last Pack:\n");
         afterStatus.append("PreferredSize: " + button.getPreferredSize() + "\n");
         afterStatus.append("Current Size: " + button.getSize() + "\n\n");
    pack();
         afterStatus.append("textField Status After Last Pack:\n");
         afterStatus.append("PreferredSize: " + textField.getPreferredSize() + "\n");
         afterStatus.append("Current Size: " + textField.getSize() + "\n\n");
         afterStatus.append("Button Status After Last Pack:\n");
         afterStatus.append("PreferredSize: " + button.getPreferredSize() + "\n");
         afterStatus.append("Current Size: " + button.getSize() + "\n\n");
         afterStatus.append("ContentPane Status After Last Pack:\n");
         afterStatus.append("PreferredSize: " + panel.getPreferredSize() + "\n");
         afterStatus.append("Current Size: " + panel.getSize() + "\n\n");
         otherFrame.pack();
    public static void main(String[] args) {
    String text = "Hello World";
    MyFrame frame = new MyFrame(text);
    frame.setVisible(true);
    public JButton makeAButton() {
    JButton b = new JButton("Push Me!");
         final JPanel thePanel = panel;
         final MyFrame thisFrame = this;
    class ButtonListener implements ActionListener {
    private int count;
    public ButtonListener() {
    count = 0;
    public void actionPerformed(ActionEvent e) {
    ++count;
    textField.setText("A longer than normalouch " + count);
    thePanel.revalidate();
              thisFrame.myUpdate();
    ButtonListener blist = new ButtonListener();
    b.addActionListener(blist);
    return b;
    public String getText() {
    return str;
    }

    Swing related questions should be posted in the Swing forum.
    Use the "code" tags when posting code, so the code retains its original formatting.
    panel.setPreferredSize(new Dimension(200, 30));Remove the above line. If you set the preferred size of the panel, then it doesn't care about the preferred size of its contained components.

  • Help with layout of photo thumbnails

    Is there anyway to change the layout of the thumbnails on photo pages created in iWeb? I know how to change the distance between photos, how many rows, etc., but is there a way to change the display? Perhaps a larger photo with tiny thumbnails beside that? I don't like how all the thumbnails are displayed on the page, and then you have to hit "play slideshow" to view them. Many thanks in advance.

    The only way that I know of to increase the size of the thumbnails is to reduce the number of columns and the spacing between them. The largest thumbnail is obtained by 1 column. If you double click on a thumbnail you will bring up a larger version of the photo with a thumbnail tray of the others on the top llike in this example. You don't have to enter the slideshow mode.
    There are other methods of presenting photos. These demo pages have examples of them:
    SimpleViewer and Flash Album Exporter
    Flash Album Exporter Postcard and AutoViewer Slideshow Themes
    Custom iPhoto Album
    OT

Maybe you are looking for

  • When I plug in ipod nano to computer it won't scroll right

    Hello! I have a PC with windows XP and when I plug in my ipod nano (3rd gen.) I can't get to the part where I am supposed to click "ok" or something so I'm stuck at the "iPod Software Licence Agreement" page. Any tips or answers? Thank you for your t

  • Audiobook no longer playing correctly on iPod

    My iPod touch is a 4th generation and has, until this point, worked quite well. I have Harry Potter audio books that I ripped from CDs eons ago on my iTunes. In iTunes they play marvelously; however, on my iPod they sometimes cut into other books all

  • Error in multi-select LOV in Portal Report parameter

    Hi, I have a Report from SQL Query that currently has a combo-box parameter that's linked to an LOV. Now the client requires for this parameter to be a multiple select instead of a combo box. I changed the LOV display to multiple select in Customizat

  • How do I set a password so no-one can use my PC?

    I tried "set user password" and "set administrator password" in BIOS but they don't work like it has on my previous PCs. I want it to ask for a password before even booting up Windows but instead it only asks for it to use the BIOS. Is there any sett

  • Powerbook purchased in 2003 has no airport card?

    The manual says my powerbook is equipped with AirPort Extreme wireless technology, but system profiler says, "no information found" about the AirPort card. I never tried to connect to a wireless lan until I tried today and nothing happened – no autom