Layout requirement

Hi Experts,
I have the following requirement to design the layout,
Its sort of tree control, and inside tree control i wanna use table. Client d'nt like table tree/alv tree.
The requirement is;
+PO Number 9100001
    + line item 10
          (Here i want to display a table with 2 rows and 6 columns, with border)
    + line item 20
          (Here i want to display a table with 2 rows and 6 columns, with border)
+PO Number 9100002
    + line item 10
          (Here i want to display a table with 2 rows and 6 columns, with border).
    + line item 20
          (Here i want to display a table with 2 rows and 6 columns, with border)
Any idea how to implement this. The table inside the line items is static for all the view layout. only the data needs to be changed depending upon PO n line item combination.
Any suggestions...
Thanks,
Edited by: Abap WD on Oct 20, 2008 9:27 PM

If they didn't like the tree/table or tree/alv, that doens't leave you with too many options.  The full tree doesn't allow for such embedded elements.  The closest think I can think of is to use a table popin for the inner table.  Something that looks like this:
http://www.flickr.com/photos/tjung/2963592369/
or
http://www.flickr.com/photos/tjung/2964433180
The other common design pattern that you see is the use of two tables. When you change the lead selection of the main table, corresponding child data is displayed in another table:
http://www.flickr.com/photos/tjung/2963592385

Similar Messages

  • Since update to 11.0.4 - i have to log in to the store each time and it doesn't hold my layout requirements

    This is driving me crazy. Every time I start up itunes now, I have to agree to the T&Cs and then the layout is not how I like it with the side bar and if I need to buy anything or go to the store, I have to log-in to my account every single time and verify my credit card etc..
    Somebody please help - this is driving me crazy
    Thanks
    Neil

    Same problem here too. 
    Very annoying.
    Running Windows 7 as well. 

  • Report layout designing

    Hi Gurus
    I have report layout requirements. Insight or advice is greatly appreciated and rewarded.
    I will try to show how the output should be.
    Report Header
    Material
    Material ID
    View:  By Material
                          Price  vendor   abc        Xyz
    Material 1         1        2           3           4
    Material 2         5        6           7           8
    View:  By Plant
                  Price  vendor   abc        Xyz
    Plant        1         1        2           3           4
    Plant        2         5        6           7           8
    How to get 2 views in the same query. Hope that explains my problem.
    Thanks in advance
    Regards
    saty

    Report Header
    Material
    Material ID
    View: By Material
                      Price vendor  abc  Xyz
    Material        1          2      3     4
    Material 2      5         6       7    8
    View: By Plant
                     Price vendor abc  Xyz
    Plant 1         1        2       3    4
    Plant 2          5       6        7   8
    This one looks better

  • Implementing multiple page size requirement - extra blank page at the end

    My XMLP report requirement is as follows.
    - The report is printing a bunch of lines.
    - Based on data and layout requirement, lines are grouped into page where they belong (due to complex logic for determining which page a line should go to...this is done in PL/SQL package that is called in the beginning of the RDF trigger)
    - The first page needs to be printed on Legal size paper
    - Subsequent pages (IF NEEDED) need to be printed on Letter size paper
    So some report will have a 1-page output (legal size), and some will have multiple pages (1st page should be legal size, subsequent on letter size).
    Here is a sample XML data:
    <REPORT>
    <LIST_G_PAGE_NUMBER>
    <G_PAGE_NUMBER>
    <PAGE_NUMBER>1</PAGE_NUMBER>
    <LIST_G_LINE>
         <G_LINE>...</G_LINE>
         <G_LINE>...</G_LINE>
    </LIST_G_LINE>
    </G_PAGE_NUMBER>
    <G_PAGE_NUMBER>
    <PAGE_NUMBER>2</PAGE_NUMBER>
    <LIST_G_LINE>
         <G_LINE>...</G_LINE>
         <G_LINE>...</G_LINE>
    </LIST_G_LINE>
    </G_PAGE_NUMBER>
    <G_PAGE_NUMBER>
    <PAGE_NUMBER>3</PAGE_NUMBER>
    <LIST_G_LINE>
         <G_LINE>...</G_LINE>
         <G_LINE>...</G_LINE>
    </LIST_G_LINE>
    </G_PAGE_NUMBER>
    </LIST_G_PAGE_NUMBER>
    </REPORT>
    For this, I created 2-pages RTF template and using the Word Page Setup feature:
    1. First page setup is legal size (go to Page Setup, Paper tab, choose Letter and choose Apply to "Whole Document").
    The first page has the following XMLP tag:
    <?for-each: G_PAGE_NUMBER?>
    <?if: PAGE_NUMBER=1?><?call:body?><?end if?>
    <?end for-each?>
    <?template:body?>
    for-each loop that prints lines in a tabular format
    <?end template?>
    2. Second page setup is letter size (go to Page Setup, Paper, choose Letter and choose Apply to "This point forward").
    <?for-each: G_PAGE_NUMBER?>
    <?if: PAGE_NUMBER>1?><?call:body?><-- Ctrl-Break to insert a page break here --> <?end if?>
    <?end for-each?>
    It almost worked, except there is a blank page printed at the end. How do I remove the blank page? I have tried to use <?split-by-page-break:?> instead of the Ctrl-Break, but it did not seem to work (there is no page break happening at all).
    I think the extra page is due to the multiple page nature of the RTF template. Is there a way to control the page size through XMLP tag (or XSL-FO). With that, I can try having a single page template and put the page size control within the XMLP / XSL-FO tag and hope that the extra blank page at the end will go away. Can someone please help?
    Thank you!

    Sorry for the typo in my previous post... I meant Ctrl-Enter (not Ctrl-Break).

  • TYPICAL REPORT REQUIREMENT

    hi experts,
    Below there is a function spec so please can anybody send me the code for this requirement?can anybody send me the steps for thsi atleast?
    please its urgent
    1.1 Functions in Detail
    The function of this report is to produce a summary buy organisational unit and Absence/Attendance type of staff utilisation during a preceding week.
    The user is to select the date range for the week and delimit the report by key employee master data such as organisational unit, jobs and Absence/Attendance type. The report is to then calculate each employees utilisation by Absence/Attendance types and output the utilisation by Organisational unit and Absence/Attendance type.
    See section 3.2.7 – Processing logic for a full explanation of the calculation required
    1.2 Processing
    1.2.1 Trigger
    · Execution of Report by user
    1.2.2 Frequency of Use
    Transaction is to be run on a weekly basis
    1.2.3 Data Volumes
    The primary group of staff involved will be Train Operators and this equates to approximately 3,600 Employees and their weekly Attendance and Absence data. We require columns for organisational units and this is currently 25, but a maximum of 30 should allowed.
    1.2.4 Language considerations
    English
    1.2.5 Input Data
    Date Range selection is to use standard logical database
    The user selection options required except for Date Range are listed below along with the text we would like displayed:
    Infotype Number Field Text Description Field Name Display Text required Selection Type
    0000 Personnel Number PERNR Personnel Number Multiple Selection
    0001 Org. Unit ORGEH Organisational Unit Multiple SelectionAnd Use of the Organisational Hierachy
    0001 Cost Ctr KOSTL Cost Centre Multiple Selection
    0001 Job Key STELL Job Multiple Selection
    0001 EE Subgroup PERSK Employee Subgroup Multiple Selection
    0001 CoCode BUKRS Company Code Multiple Selection
    2001 Absence Type AWART Absence Type Multiple Selection
    2002 Attendance Type AWART Attendance Type Multiple Selection
    0008 PS Group TRFGR Grade Multiple Selection
    Selection Variants, we require the ability to create and save the selection parameters entered so that these can be easily selected again
    1.2.6 Sourcing the Input data
    The Date Range selection option is to be used to select data as follows:
    Active Employees within the selected employee master data where Employment Status (infotype 000 Actions) = Active
    Absence Types and Absence Days within date range
    Attendance Types and Attendance Days within date range
    The data required to generate the report is listed by infotype in the table below:
    Infotype Number Fields Text SAP Field name
    0000 Employment Status STAT2
    0000 Personnel Number PERNR
    0001 Org. Unit ORGEH
    0001 Cost Ctr KOSTL
    0001 EE Group PERSG
    0001 Job Key STELL
    0001 EE Subgroup PERSK
    0001 CoCode BUKRS
    0007 Weekly Work Days WKWDY
    2001 Absence Type AWART
    2001 Absence Days ABWTG
    2002 Attendance Type AWART
    2002 Attendance Days ABWTG
    0008 PS Group TRFGR
    1.2.7 Processing Logic
    In general terms this is about reporting upon active employees headcount in terms of Employment Status (from Infotype 0001) during the preceding week and comparing it to their Absence (infotype 2001) and attendances (infotype 2002) during the same week. This data is then summarised by Organisational Unit and absence and attendance type.
    The output is to show the total employees utilisation by each absence type for each organisational unit (Infotype 0001) selected. This is a calculation for each employee where the days lost for that time type compared to the weekly working days (infotype 0007). The example output is can be found in 3.2.8 Output and the calculations required are below
    Only Employee Group 1 data is to be used.
    Processing and calculations involved in output
    Employee X
    3 days lost to Absence Type 320 (Sick)
    Weekly Working Days = 5
    Where days lost = D
    Weekly Working Days = W
    Formula for utilisation for Absence type is:
    Utilisation = D/W
    In the above example this would be 0.6 for Employee X
    Employee Y
    2 days lost to Absence Type 320 (Sick)
    Weekly Working days = 2
    In the above example this would be 1
    Output on the report.
    If the report were just run for these two Employees both at organisational unit ACTD then it would be the sum of the utilisation (1+0.6= 1.60) and the report output would be as follows:
    Depots
    Absence/ attendance type ACTD
    320 Sick 1.60
    Multiple Absence and attendance days.
    There will be a few instances where the Absence and Attendance days data for the week exceeds the Employees Weekly Working Days figure in this instance the rule that is applied is as follows:
    Sort Attendance or Absence Types in reverse alphabetical order
    Deduct balance of days from Absence or Attendance that is alphabetically higher
    Then divide Absence/Attendance days by Weekly Working Days
    Worked example:
    Employee X who’s Weekly Working Days = 5
    Absence Attendance Type Days Lost
    Sick 4
    Annual Leave 2
    Total Days lost 6
    Conversion required is to deduct 1 days sick as alphabetically S is after A
    Therefore the following utilisation values should be reported against the Attendance/Absence type as follows
    Absence/Attendance Type Days Lost Utilisation
    Sick 3 0.6
    Annual Leave 2 0.4
    Total Days lost 5 1.0
    This will ensure that an Employees utilisation in total will never exceed 1.
    Please see the section on error handling. We would like the option of being able to view the instances where the above conversion has been applied.
    If employees have moved during the week then their Absence/Attendance utilisation should be shown against the appropriate organisational unit valid at the time. If that organisational unit was not within the user selections
    1.2.8 Output
    The output is to show the total employee utilisation by each absence type for each organisational unit (Infotype 0001) selected.
    Layout required for the report
    Depots
    Absence/ attendance type Org Unit Short Text 1 Org Unit Short Text 2 Org Unit Short Text 3 Org Unit Short Text 4
    Type 1 10 2
    Type 2 5 3 4
    Type 3 20 30
    The output of the report is to be limited to a maximum of 31 columns (including the “Absence/ attendance type” column).
    The columns listed under Depot are the Short Text of the Organisational Units selected. Organisational units are to be sorted alphabetically from left to right by the Orgnisational Unit Short Text.
    The Absence/Attendance type is to be sorted alphabetically in ascending order.
    Further display options are required as follows:
    All Reports are to have the capability of exporting into Excel via the “Export” icon which then copies the report directly into a workbook in Excel. This is more user friendly then the “Local File” option.
    We require the ability to drill down and expand the report to see the individual employee details and absence Attendance days used to make up the utilisation figure used on the report. This is the figure actually used on the report and therefore if there have done any conversions due to multiple Absence/Attendance days exceeding the Weekly Working Days, then the figure after the conversion should be used. We require the ability for a user to select a column first and then drill down via a button. The drill down will be displayed via a pop-up screen. We also require the ability to export the data into Excel via the “Export” icon from the drill down. See example below.
    Defualt view
    Absence/ attendance type Org Unit Short Text 1 Org Unit Short Text 2 Org Unit Short Text 3 Org Unit Short Text 4
    Annual Leave 4 2
    Sick 5 3 4
    Drill down view by selecting the column of “Org Unit Short Text 1”
    Absence/ attendance type Org Unit Short Text 1
    Annual Leave Personnel Number Name Utilisation Days Lost Weekly Working Days
    Annual Leave 123456 P Smith 1.0 5 5
    Annual Leave 234567 J Smith 1.0 5 5
    Annual Leave 345678 D Jones 1.0 5 5
    Annual Leave 456789 P Jones 0.6 3 5
    Annual Leave 567891 A Harris 0.4 2 5
    Totals 4 20 25
    Sick Personnel Number Name Utilisation Days Lost Weekly Working Days
    1.3 Error Handling
    As referred to in 3.2.7 Processing logic, specifically where the data has had to be converted due to Absence or Attendance Days exceeding Weekly Working Days we would like the ability to see the exact details of the employees’ data prior to the conversion. The output required here is:
    Employee Org Unit Absence Attendance Type Days Lost Weekly working Days
    1234567 ACTD Sick 4 5
    1234567 ACTD Annual Leave 2 5
    Total 6 N/A

    wtf?
    you're aksing us paid consultants/inhouse developer who try to do the job as best as they can to do the work for you, for free?
    I really hope the client who hired you finds out about this and fires you. In my contract I can be fined for a considerable amount if I lied in my CV.

  • Word Processing to Page Layout???

    I've just a whole 100 page document in word processing (with lots of pictures). Is there any way that I could change the formating of the document from 'word-document' to 'page-layout' after the fact? Like with ONE click maybe?
    Or am I dreaming?
    Ben

    KOENIG Yvan wrote:
    Magnus Lewan wrote:
    dwb wrote:
    What benefit do you expect to get from this?
    I think I can see a potential benefit. If you could easily put your text in full page text frames throughout the entire document, you could then go back and adjust the frame size on certain pages, where the layout requires it.
    We may do all these tasks in the WP mode.
    Linked text blocks are our friends.
    We can do it, yes, but not easily. If you have a hundred pages, you need to connect one hundred text boxes by hand. In InDesign, you basically just shift-click once, and all the one hundred pages are created with linked text boxes in just a few seconds.
    It would also be a way to easily create blank pages in the middle of the document.
    Insert two page breaks do the trick.
    It works, if you do not care where the blank page is. But if you want page 14 to be empty, two page breaks will not do it, as you do not know how the text will float around. In word processing mode, my spontaneous solution would be to insert a white floating picture that covers page 14, and make sure the text wraps around it.
    InDesign has simpler solutions for this, but then it costs almost ten times as much as Pages.
    In France it costs quite 13 times the price of the complete iWork package !
    Indeed.
    Adobe's pricing policy is btw a mystery to me. InDesign's French version costs 1030 euro, but the English version is only 910 euro, even if you buy it in France. Do they really have to charge you 120 euro for speaking French?
    Put another way, for the same price as one French copy, you can buy the English copy + iWork (in both French and English and a bunch of other languages) + dinner for two.

  • How do I create a "hover effect" in an Adobe Portfolio layout template?

    I am trying to find/create as layout template for Adobe portfolio that can create a hover effect so when the reader hovers over a heading it display a list of pdf documents that are grouped under the heading and the reader can select which one to view.

    Changing the functionality of the Portfolio layouts requires you to write an entirely new one using the Acrobat Portfolio SDK and Flex - or hiring someone to do it for you.

  • Crystal Layout login failed in workstation

    Dear all
    I'm using SAP 8.8 PL16, i have two invoice layouts in crysta, thar works fine in the SAPclient  installed in the server.
    The issue is In the workstations can´t print or preview, the crystal layout doesn't opens, login sa failed.
    I´ve already done the set location, but don´t work.
    Kind regards,

    Hi Ken
    This is a known issue in PL07 that SAP are looking at
    Have a look at these posts.  There are others related to this problem as well
    Crystal Reports system layout requires database logon on SBO 8.81 PL06
    Problem after upgrding to SAP B1 8,81 PL07
    Crystal layout connection reverting to original
    Hope this helps
    Rob

  • LR Print Layout Request -- A New Start

    After some discussion on another thread, here is a new start, trying to detail my request to improve the layout functions in the Lightroom Print Module. These requests are for common layout requirements for those of us who do other printing than single page Fine Arts prints. The current layout functions in LR are essentially limited to Fine Arts and Contact Print functions. The requests below are for the rest of us.
    Please note that these requests are only about LR Print Module LAYOUT functions. Requests about soft proofing, output sharpening, etc. should be handled in another thread.
    Request that print layout functions include the ability to:
    1. Precisely place multiple cells of different size and orientation on a page.
    2. Automatically place as many images as possible of a given size on a page, making the image orientation as necessary. For example, three 4 x 6 prints on a single 8.5" x 11" page. Wedding shots, for example.
    3. Allow creation and saving a job of multiple pages with the ability to have different page layouts on each page. For example, a twelve page monthly calendar where some pages may have a single landscape image with no caption. Some may have a single landscape image with caption. Some pages may have two portrait images with or without captions, and some pages may have all of the above.
    Consider that on a landscape page, there could be two portrait prints with a single landscape caption below and spanning both portrait images.
    Another example to show the need for this is when making a Photo Book. Most often, each page will have different layout requirements.
    It should be possible to save and recall both the entire job with images and just the layout alone. Maybe a Print Job Collection and a "Print Layout Collection."
    With the implementation of 1. above, a separate caption option isnt necessary since it can be created as desired as a separate cell with text created in Photoshop or some other application.
    4. Be able to create a template for a page(s) and place selected images in selected cells. For example create a template for a greeting or note card that will be folded after printing. The portrait page template could have two cells. The outside page could have an image in the bottom cell only, and the inside page could have images in both cells, or any combination of the above. The point being that an empty cell should be possible.
    5. Be able to replace or remove any image from any cell on any page when desired. That is, be able to add, remove, or replace an image in a particular cell without changing the remaining layout.
    6. Be able to insert or remove an image from a page and have the entire layout change accordingly. For example, I just found the perfect sunset to insert after the thunder storm. This is the inverse of 5.
    7. Provide trim marks for page cuts when a final page is smaller than physical page. This situation has just come up in Christmas cards that will be 7-7/8" x 10-1/2", printed on 8.5" x 11" paper. By the way, I dont know of any other application that can do this.
    These are all some detailed request to implement the general request to be able to place any image in any orientation anywhere on a page.
    Wil

    And I would add that the form of this regquest is just about perfect...about the only thing missing is the "why would you want to do that" part with potential examples of how you would use certain aspects of the request to do certain commonly needed tasks.
    For example on #2, are you asking for the ability to maizimize the number of images up on a sheet to make prints more efficiently? Would you also want margins and trim lines? (personally, I would as an option).
    #3 has a good example for the suggestion/request. But another example of use would be to be able to print off custom brochures either for the photographer (self promotion) or as a service to the client.
    You say you want the ability to swap images in an array (I do too). Would you want to do this by drag & drop (say yes please)?
    This is much better...
    :~)

  • Doing without layout manager

    Hi guys.
    I have a very complex problem.
    I've been writing a code that should be able to display a general tree. The tree has to look like an organigram, if you know what I mean. For example, the parent node is a the top and the child nodes are underneath it.
    It's clear that there is no layout manager that can handle this correctly. At least I assume.
    I used the Node Positioning of John Walker to compute the x- and y-coordinate of each node.
    I can display the nodes so far, but I don't know how to force a scrollpane to react to the size of the JPanel containing the nodes.
    In fact, the JPanel containing the nodes of the tree has a null layout manager. If it contains let say 10 nodes, it becomes big enough. However the scrollpane doesn't grow along with the panel.
    What should I do to let the scroll pane grow so that all nodes can be seen.
    Regards.
    Edmond

    It's clear that there is no layout manager that can handle this correctly. Correct. So you need to create a custom layout manager.
    I used the Node Positioning of John Walker to compute the x- and y-coordinate of each node. This is the code that should be added to your custom layout manager.
    but I don't know how to force a scrollpane to react to the size of the JPanel containing the nodes.This is the job of the layout manager. It will determine the preferred size of the panel based on the location/size of all the components added to the panel.
    Here is a simple example to get you started. This layout displays the components diagonally:
    import java.awt.*;
    import java.awt.event.*;
    import java.util.*;
    import javax.swing.*;
    import javax.swing.border.*;
    public class NodeLayout implements LayoutManager, java.io.Serializable
         private int hgap = 20;
         private int vgap = 20;
         public NodeLayout()
          * Adds the specified component with the specified name to the layout.
          * @param name the name of the component
          * @param comp the component to be added
         @Override
         public void addLayoutComponent(String name, Component comp) {}
          * Removes the specified component from the layout.
          * @param comp the component to be removed
         @Override
         public void removeLayoutComponent(Component component)
          *     Determine the minimum size on the Container
          *  @param      target   the container in which to do the layout
          *  @return      the minimum dimensions needed to lay out the
          *                subcomponents of the specified container
         @Override
         public Dimension minimumLayoutSize(Container parent)
              synchronized (parent.getTreeLock())
                   return preferredLayoutSize(parent);
          *     Determine the preferred size on the Container
          *  @param      parent   the container in which to do the layout
          *  @return  the preferred dimensions to lay out the
          *              subcomponents of the specified container
         @Override
         public Dimension preferredLayoutSize(Container parent)
              synchronized (parent.getTreeLock())
                   return getLayoutSize(parent);
          *  The calculation for minimum/preferred size it the same. The only
          *  difference is the need to use the minimum or preferred size of the
          *  component in the calculation.
          *  @param      parent  the container in which to do the layout
         private Dimension getLayoutSize(Container parent)
              int components = parent.getComponentCount();
            int width = (components - 1) * hgap;
            int height = (components - 1) * vgap;
              Component last = parent.getComponent(components - 1);
              Dimension preferred = last.getPreferredSize();
              width += preferred.width;
              height += preferred.height;
              Insets parentInsets = parent.getInsets();
              width += parentInsets.top + parentInsets.right;
              height += parentInsets.top + parentInsets.bottom;
              Dimension d = new Dimension(width, height);
              return d;
          * Lays out the specified container using this layout.
          * @param       target   the container in which to do the layout
         @Override
         public void layoutContainer(Container parent)
         synchronized (parent.getTreeLock())
              Insets parentInsets = parent.getInsets();
              int x = parentInsets.left;
              int y = parentInsets.top;
              //  Set bounds of each component
              for (Component component: parent.getComponents())
                   if (component.isVisible())
                        Dimension d = component.getPreferredSize();
                        component.setBounds(x, y, d.width, d.height);
                        x += hgap;
                        y += vgap;
          * Returns the string representation of this column layout's values.
          * @return      a string representation of this layout
         public String toString()
              return "["
                   + getClass().getName()
                   + "]";
         public static void main( String[] args )
              final JPanel panel = new JPanel( new NodeLayout() );
              panel.setBorder( new MatteBorder(10, 10, 10, 10, Color.YELLOW) );
              createLabel(panel);
              createLabel(panel);
              createLabel(panel);
              createLabel(panel);
              createLabel(panel);
              JButton button = new JButton("Add Another Component");
              button.addActionListener( new ActionListener()
                   public void actionPerformed(ActionEvent e)
                        NodeLayout.createLabel( panel );
              JFrame frame = new JFrame();
              frame.setDefaultCloseOperation(JFrame.EXIT_ON_CLOSE);
              frame.add( new JScrollPane(panel) );
              frame.add(button, BorderLayout.SOUTH);
              frame.pack();
              frame.setLocationRelativeTo( null );
              frame.setVisible( true );
         public static void createLabel(JPanel panel)
              JLabel label = new JLabel( new Date().toString() );
              label.setOpaque(true);
              label.setBackground( Color.ORANGE );
              panel.add( label );
              panel.revalidate();
              panel.repaint();
    }You would need to customize the getLayoutSize() and layoutContainer() methods to meet your Node Layout requirements.

  • Why does my image look wrong in liquid layout?

    I'm making a site for an artist and tried using a liquid layout in CS5. I also made one in fixed like I usually do. The width on both is 1260 and the header image on both is 1260 px wide.
    On the dh5 (fixed) one, the header is centered. On the dh7 (liquid) one, the image, which is a title, is moved slightly to the left. Is this fixable or should I just stick to fixed layouts?
    dh5: http://bethniebuhr.com/dh5.html
    dh7: http://bethniebuhr.com/dh7.html
    Thank you.

    Hi
    The problem with the header in the semi-liquid layout, (not liquid as it has a max and min width) is that being an image it has a fixed height and width and this is causing your problems.
    Using images in liquid and semi-liquid layouts requires a completely different work-flow to what is required in a fixed layout as one must allow all the images to expand within their designated areas and ensure they still retain their aspect ratio, all of which is possible but will require much more work in learning that that normally required.
    PZ

  • Really no way to insert a page without destroying entire document's layout?

    This is a problem I've had since the last version of Pages, and I'm shocked it's not yet fixed. Please someone tell me I'm wrong.
    I have a 20-page document, with a lot of floated images. Now I want to insert a page between pages 1 and 2. If I do this, the text all moves, but all the images stay in place, completely destroying 20 pages worth of layout, requiring me to fix it all one by one. This seems insane.
    Is there really no way to do this properly? It's a pretty huge weakness that you can't use floating images if you ever want to modify the document in the future.

    There are essentially 3 different ways that a graphic can be placed on a page: 1) inline, which is basically treating a picture as a very large letter. The graphic moves as the text is edited but tends to leave massive line breaks. 2) floating, which lets the picture sit underneath or on top of the text. This has the drawback, as you note, of not moving with the text. 3) anchored, which combines the advantages of the first two. The graphic floats on top of the page (or underneath the text) but the anchor lets it move with the text.
    Pages has the first two modes but not the third. The only solution, if you want to call it that, is to edit the text thoroughly and add graphics only once you are satisfied your copy isn't going to be changed. (I know, for some of us, the text can change frequently while the basic layout stays the same - I have a couple brochures like that.) My second suggestion would be to find logical breaks so that you don't have 20 pages to redo when your edit totally blows your layout to smithereens. Meanwhile, use feedback to request this feature.

  • Architectural Layout - Applicaiton Server & Production

    I now understand that for development of a simple J2EE application, all i need is Oracle DB and Jdeveloper installed on my machine. I can then use the embedded OC4J application server that comes with JDeveloper to test my code. Moving on the the deployment of application, i am now trying to figure out what i would need to have installed on the production machine. I have come across Oracle HTTP server as a possible product that is required, or do i need the application server suite.
    (I am new to this, but i am having problems finding out an architectural layout/requirements in order to have a web enabled application. I can find out information on individual products, but i am trying to find out how the differnt products fit togeter. I am not sure what to search on, so any additional information/links is highly appreciated)

    Hello,
    I will say that the products that you have to install in your production will vary depending of your need and choice of architecture. (and also the license that you have for the Application server)
    First of all, the smallest piece of software that you can install is OC4J Stand Alone -with a Java Edition license-. So you will start it with a java -jar command and deploy using the admin.jar utility.
    Then depending of the scalability and availabity of your application you can move up the stack and install the Java Edition that will contain OC4J,HTTP Sever, Mod_OC4J and OPMN. This allows you to deploy a more scalable/available solution since you will handle the HTTP request using OHS - that is powered by Apache- and it will redirect the different request to the OC4J using mod_oc4j. OPMN will manage all the processes checking that they are alive and if not restart them automatically... Also offer an easy way of configuring and managind clustered deployments.
    The depending of the need of your system you can add other component such as Web Cache, Identity Management...
    Hope that helps, if not please ask for more information around specific components. You can find all technical information about Oracle Application Server 10g, our application platform suite, on OTN.
    Regards
    Tugdual Grall

  • How to Get HTML5 Slideshow to Shrink in Fluid Grid Layout?

    I am able to insert images in a Fluid Grid Layour Div Tag and it shrinks according to the platform on which it is viewed.
    But I am trying to have the same result with a slideshow. I used CreateJS to convert the slideshow from Flash to HTML5.
    The problem is it won't shrink.
    Here is the URL.
    http://savcp.com/index-fluid-01.html

    Responsive Layouts require responsive slideshows. 
    Cycle2 is responsive.  Copy & Paste this into a New, Blank document.
    <!doctype html>
    <html>
    <head>
    <meta charset="utf-8">
    <title>HTML5 with Cycle2</title>
    <!--helpf for older IE browsers-->
    <!--[if lt IE 9]><script src="http://html5shiv.googlecode.com/svn/trunk/html5.js"></script><![endif]-->
    <!--Latest jQuery Core Library-->
    <script src="http://code.jquery.com/jquery-latest.min.js">
    </script>
    <!--Cycle2 Slideshow Plugin-->
    <script src="http://cdnjs.cloudflare.com/ajax/libs/jquery.cycle2/20130409/jquery.cycle2.min.js"></script>
    <style>
    /**Slideshow**/
    .cycle-slideshow {
    max-width:90%;
    margin: 0 auto;
    text-align: center;
    .cycle-slideshow img {max-width:100%}
    /* prev / next links */
    .cycle-prev, .cycle-next {
    position: absolute;
    top: 0;
    width: 30%;
    opacity: 0;
    filter: alpha(opacity=0);
    z-index: 800;
    height: 100%;
    cursor: pointer;
    .cycle-prev {
    left: 0;
    background: url(http://malsup.github.com/images/left.png) 50% 50% no-repeat;
    .cycle-next {
    right: 0;
    background: url(http://malsup.github.com/images/right.png) 50% 50% no-repeat;
    .cycle-prev:hover, .cycle-next:hover {
    opacity: .7;
    filter: alpha(opacity=70)
    /**END SLIDESHOW STYLES**/
    </style>
    </head>
    <body>
    <!--begin slideshow-->
    <div class="cycle-slideshow"
        data-cycle-fx=scrollHorz
        >
    <!-- prev/next links -->
    <div class="cycle-prev"></div>
    <div class="cycle-next"></div>
    <!--insert your images below-->
    <img src="http://jquery.malsup.com/cycle2/images/p1.jpg">
    <img src="http://jquery.malsup.com/cycle2/images/p2.jpg">
    <img src="http://jquery.malsup.com/cycle2/images/p3.jpg">
    <img src="http://jquery.malsup.com/cycle2/images/p4.jpg">
    <p>Mouse over image for previous / next links</p>
    </div><!--end slideshow-->
    </body>
    </html>
    Nancy O.

  • Windows 8.1 Disk Mirroring

    Hello,
    I am running a Windows 8.1, 32 bit. My C: drive contains Windows and I have 2 additional 3TB hard drives which are mirrored using Windows 8.1 storage spaces tools. I do not boot off of these disks and only use them for media and storage. I have a few questions:
    1. As I am only using these disks for storage of files and not booting, if one fails, will the second one be recognized and useable with no data loss? I have seen many people warn against using Storage Spaces but it seems they are all talking about issues
    on a mirrored boot drive - that is not my case.
    2. I would like to upgrade to 64 bi as I want to add more than 4GB of RAM to my PC. I have media and a valid key, however, will I have to re-mirror the drives using storage spaces and will I lose the date on either 1 or both of them? Does Storage Spaces
    do some compare to see that the disks are identical?
    3. As the drives I want to mirror are both 3TB, will this cause an issue due to the size? I converted them to GPT when I initially installed 8.1 32 Bit. Will I have to do the same when I reinstall 64 bit or will they already be recognized?
    Any help would be much appreciated.

    Hi,
    First,we need to understand mirror storage layout.
    Mirror. Data is duplicated on two or three physical disks, increasing reliability, but reducing capacity. This storage layout requires at least two disks to protect you from a single disk failure, or at least five disks to protect you from two simultaneous
    disk failures.
    Storage Spaces can automatically rebuild mirror and parity spaces in which a disk fails by using dedicated disks that are reserved for replacing failed disks (hot spares).
    So,the data isn't lost.
    Regarding your second and third issues, Storage Spaces records information about pools and storage spaces on the physical disks that compose the storage pool.
    Therefore, your pool and storage spaces are preserved when you move an entire storage pool and its physical disks from one computer to another.
    Note: for parity spaces you must backup your data and delete the parity spaces. At this point, you may upgrade or perform a clean install of Windows 8. After the upgrade or clean installation is complete, you may recreate parity spaces and restore your data.
    You can refer to the following article:
    https://social.technet.microsoft.com/wiki/contents/articles/11382.storage-spaces-frequently-asked-questions-faq.aspx
    Hope this helps.
    Regards,
    Kelvin Xu
    TechNet Community Support

Maybe you are looking for

  • Error message "Error when scheduling the query(JOB_CLOSE)".

    Hi all, While using query extractor (rscrm_bapi) I am getting error message "Error when scheduling the query(JOB_CLOSE)". Could you please find what this error is? Thanks, Uday.

  • Time machine deleted all my backups instead of the one selected

    I have a one year old Macbook Pro with 16 GB of RAM, running OSX v10.9.5 (Mavericks).  I use a LaCie 2TB external hard drive for my time machine backups, and I needed to delete some of the old TM backups to make space. Following the instructions at p

  • Why can't I log in immediately after resetting my password? (using the new password)

    Hi, I can't find the proper forum for this so I'm posting it here. It is a problem with logging in to this very support board. It's not your basic "I lost my password" problem. I have an Apple ID. I try to log in and it says "wrong username or passwo

  • Error in ID

    Hi all, We have a new installation of PI everitung seems to be OK, but whenwe are developing sometimes apears the following mensage: Unexpected error during message processing: javax.transaction.HeuristicMixedException: com.sap.engine.services.ts.exc

  • H264 MP4 rendered in Premiere CC isn't playable on iPad1

    For some reason iPad1s cannot play videos that I render in Premiere CC as H264 MP4 (960x540 at 29.97fps).  I've tried both Main and Baseline profiles.  I had read somewhere that iPad1s can only play baseline H264.... but it seems not even them. What