NWCE 7.1 - Layout's HoriszontalSashPosition and VerticalSashPosition

In NWDS 7.0 I can insert a T-layout in a window and control positioning of individual frames by specifying the layout's HoriszontalSashPosition and VerticalSashPosition propreties. How can I do this in NWCE 7.1?

Hi Nagendra,
In 7.1 you basically use containers.
In the design board drag a panel from the compose panel and set the layout property to horizontal flow or vertical flow. A small arrow in the upper left hand corner of the shape shows you the current flow. All elements inside the panel will be arrange according to the layout property.
For complex layouts you can use nested panels.
I hope this helps.
Regards,
Eitan
Tip: The layout property is also available for the main window

Similar Messages

  • HTML Responsive Layout for tablet and phone is not showing icons correct on a converted help file

    I am using the Responsive HTML Layout in RoboHelp 11.  On all of my new help files, the layout works great and my icons are showing appropriately.  On all of my old help files that were converted, my icons do not fit within bar for the tablet and phone.  I am using the Government Theme (Theme2_Government), but modified the file to have our colors and logos.  I exported the .slz file and I am using the same slz file in all of the help files.  The only help files that are cutting off the icons are the help files that were converted from previous version of RoboHelp.  Any idea why this would happen?

    This is from the converted file showing the icons that are cut off in the blue bar.
    This one is from a new help file and the icons fit within the blue bar.
    The same thing happens the phone layout with the bar at the bottom.

  • Is there any way to have equal Ukraine keyboard layout for iPad and iMac?

    There are fatal difference between Ukrainian keyboard layouts for iPad and for iMac. Letters «І» and «И» are set vice versa. I would like to have equal Ukraine keyboard layout for iPad and iMac. How I can get it?

    You need to create and restore a backup to transfer the application data.
    (93453)

  • When I click on purchase book, i get message "Incomplete Book. Your book seems to have frames on one or more pages that do not contain photos." I have checked the page layouts several times and no missing seem to be missing.

    when I click on purchase book, i get message "Incomplete Book. Your book seems to have frames on one or more pages that do not contain photos." I have checked the page layouts several times and no missing seem to be missing. Any suggestion? page layouts and number of photos are consistent. several pages are identified as custom, as a result of captions added to several photos. I'm using a macpro and iphoto11.

    There is one or more missing photo - typically a page background requiring a photo that is hidden behind a layout with photos in it - look through every page for that - any page tha thas a grey background rather than color is a problem - and it ccan be behind a full page photo so you have to check the page background rather than just look at the page
    LN

  • Making XML elements (tags+attributes) visible in layout for PDF and print. Possible?

    Is it possible to have the XML structure (tags and attributes) be made visible and formatted in the layout? Such a hard-copy reference of the layout (a print and online Drupal publication) would make the XML visible to those persons writing/editing content but who are not using InDesign or XML viewing/editing programs. And this would improve workflow considerably. TIA

    Its the nextSibling of nxBook or, you may want to do it via
    an array:
    var xRootNode:XMLNode =xmlData.firstChild ;
    var xnBooks:XMLNode =xRootNode.childNodes;
    for (var j=0;j<xnBooks.length;j++) {
    var attrib:Object =xnBooks[j].attributes
    for (var sattrib:String in attrib ) {
    trace(attrib[sattrib]+ " " + sattrib);

  • [Solved]Keyboard layout screwed up and some keys don't work

    After I reinstalled xorg-server 1.5.3-1 and installed xf86-input-evdev 2.0.1-1 and xf86-input-keyboard 1.3.1-1 some of my keys don't work and keyboard layout screwed up. I had finnish (fi) layout, but now it's "us". Arrows, insert- delete- home- end- pg up- pg down- print screen- scroll lock- pause- keys don't work. All characters behind Alt Gr + "" don't work either.
    How to fix this?
    Last edited by Sotamarsu (2008-11-08 13:57:25)

    brother fixed it with next code
    <?xml version="1.0" encoding="UTF-8"?>
    <deviceinfo version="0.2">
    <device>
    <!--
    <match key="info.capabilities" contains="input.keys">
    <append key="info.callouts.add" type="strlist">hal-setup-keymap</append>
    </match>
    -->
    <match key="info.capabilities" contains="input.keys">
    <!-- <merge key="input.xkb.model" type="string">pc104</merge> -->
    <!-- <merge key="input.xkb.rules" type="string">evdev</merge> -->
    <merge key="input.x11_options.XkbRules" type="string">base</merge>
    <merge key="input.x11_options.XkbModel" type="string">evdev</merge>
    <merge key="input.x11_options.XkbLayout" type="string">fi</merge>
    <append key="input.x11_options.XkbOptions" type="strlist">altwin:menu</append>
    <!--
    <merge key="input.xkb.layout" type="string">fi</merge>
    <append key="input.xkb.options" type="strlist">altwin:menu</append>
    -->
    </match>
    </device>
    </deviceinfo>
    Last edited by Sotamarsu (2008-11-08 13:59:18)

  • Css layout problems - css and tables

    Hi guys,
    Well as some of you suggested months ago, I've been trying to
    learn to layout with CSS... It's actually getting a bit rewarding
    now as I start to figure a few things out but there's still plenty
    of questions!!!
    If anyone can take a look at what I'm working on at the
    moment and give me some help I'd REALLY REALLY appreciate it!!
    My main trouble (I think) is working with a drop-down menu
    system that I found on the web and I'm dying to use it because it's
    perfect for this design. It's layed out using a table so I'm trying
    to incorporate that...
    Click
    [url=http://home.iprimus.com.au/jediwdog/ltc/mockup2.jpg]here[/url]
    for a picture of what i'm trying to get this page to look like and
    [url=http://home.iprimus.com.au/jediwdog/ltc/example1.html]here[/url]
    to see how far I've got. You can download the stylesheet from
    [url=http://home.iprimus.com.au/jediwdog/ltc/example1.css]here[/url].
    Here's what I need to know:
    1. I'm trying to push the table down so it looks better lined
    up with the logo but when I tell it to be further from the top, it
    doesn't seem to move. Any ideas on why?
    2. As you can see, I've inserted some blank space into the
    middle of the menu so that the logo doesn't cover any of the menu
    items. I can't seem to get the same 1px black border on this
    section.
    I assume this is because the border on the other parts is a
    layer/div border? Will I have to somehow put a div in there so as
    to create the same border effect?
    3. I'd really like to keep the header and footer visible at
    all times, even if there's lots of content to scroll through. I
    found this:
    http://www.cssplay.co.uk/layouts/basics2.html#Top
    but when I tried to implement this on my page, it all went haywire!
    Is this going to be a possibility?
    4. I guess other than that, have I completely stuffed this
    up!? I don't think I have but it's worth asking I guess!
    THANKS IN ADVANCE! I'm really loving using css layout rather
    than tables - it's soooo much more versatile. I just need to get
    past some obstacles I think!
    Cheers
    Neil

    On Wed, 24 Jan 2007 22:17:20 +0000 (UTC), "Barb S."
    <[email protected]> wrote:
    >Ok, I made your suggested changes and have this:
    >
    > body {
    > font-family: Georgia, "Times New Roman", Times, serif;
    > text-align: center;
    > font-size: 1em;
    > font-style: normal;
    > text-decoration: none;
    > top: 15px;
    > background-image:
    url(/images/backgrounds/background1.gif);
    > padding-top: 15px;
    >>>> width: 70%;
    <<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<
    > }
    >
    > #body {
    > margin: 0 auto;
    > text-align:left;
    > width: 760px;
    > padding-right: 20px;
    > padding-bottom: 20px;
    > padding-left: 20px;
    > background-color: #FFFFCC;
    > padding-top: 20px;
    > font-family: Georgia, "Times New Roman", Times, serif;
    > font-size: 1em;
    > color: #003366;
    >
    > }
    >
    >
    http://www.japanesetemari.com
    >
    > The page is on the left size of the screen and the
    yellow box does not expand
    >out. Not exactly what I'd wanted. I like to take
    advantage of larger screens
    >and have the page expand out but not so far out so the
    lines of text are real
    >long.
    > Barb
    It's this in the body style that is limiting the width -
    change that
    to 100%
    >>>> width: 70%;
    <<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<
    > }
    ~Malcolm N....
    ~

  • Automated layout w/sections and subsections

    I suspect this is possible, but I'm apparently not looking in the right places.
    I'd like to do an automated layout from a data file, with sections and subsections. The normal "data source" mail merge-type functionality doesn't offer any obvious ways to deal with sections, headings, etc. -- it just spits out one record after another.
    More specifically, I want to automate the generation of a wine list (which is updated often, so manual work is a continuing annoyance). It needs to have major sections with headlines (e.g. "sparkling wines," "red wine," "dry white wines," etc.) and within those sections subsections with subheads (e.g. "Cabernet Sauvignon, Sauternes, etc.).  The source data is coming from Cellartracker (in a CSV or TSV file). I'm ok with doing some pre-processing on the file outside of InDesign to generate the section data. But I can't figure out how to actually automate the generation of the list. The best thing I've been able to come up with is manually doing a separate run for each section, but that's labor intensive and I know I can do better. Ideally I'd like to be able to just feed it a data file, and have a perfectly formatted file come out the other end.
    I'm happy to read docs, I just need a pointer to the right place. My searching thus far hasn't been very fruitful. Any tips would be great. Thanks!

    Sounds like you've already gotten this worked out...
    Since InDesign's data merge feature can't make formatting decisions based on the data content (well, not major decisions anyway) I still use Microsoft Word 2004 for that. I have a big project I work on a couple of times a year. I created a template with each of the forms that data could take -- some were headings, some single-cell tables, some paragraphs -- and exported that template as Tagged Text. Bringing those building blocks into a Mail Merge document in Word, I have MS Word decide which piece of tagged text to use, and populate it with the appropriate text from the database. That generates a new Tagged Text file. I paste in the "boilerplate copy" from the top of the tagged text file and bring it back into Indesign.
    There must be an easier way, but I can't get the client to do anything with Tagged Text in their database program, so this way evolved. It actually works, though it's pretty messy to look at.

  • Planning Layout Column Width and Text Wrapping

    Hello,
    Is there a way in a BPS layout to set the column width to a certain length and have the column heading texts wrap?  I noticed an answer for adjusting a table API for BW Web columns, but not BPS.
    Thanks,
    Cherie

    A coworker figured out by selecting the line break in the change subcomponent it wraps the column text.

  • Layout of Buttons and TextFields

    How can i have the layout of this frame to be in panels 11 and 12, to have the textboxes on the left side, one on top of the other and the button on the right side. And in panel 13, to have the buttons one on top of each other?
    ex.
    FRAME ORDER
    PANEL 11
    textbox NAME
    textbox ADDRESS button ONE
    textbox CARD
    PANEL 12
    textbox PRODUCT
    textbox QUANTITY button TWO
    PANEL 13
    button THREE
    button FOUR
    THIS IS THE CODE I AM USEING
    class Order extends JFrame implements ActionListener
         public JButton One,Two,Three,Four;
         JTextArea text,text2;
         public Order()
              JTextField name,address,card,product,quantity;
              JPanel p1 = new JPanel();
              JPanel p11 = new JPanel();
              JPanel p12 = new JPanel();
              JPanel p13 = new JPanel();
              JPanel p2 = new JPanel();
              getContentPane( ).setLayout ( new BorderLayout( ) );
              getContentPane().add ( p1, BorderLayout.WEST );
              getContentPane().add ( p2, BorderLayout.EAST );
              p1.setLayout ( new BorderLayout ( ) );
              p1.add ( p11, BorderLayout.NORTH );
              p1.add ( p12, BorderLayout.CENTER );
              p1.add ( p13, BorderLayout.SOUTH );
              p11.add(name = new JTextField("NAME",10));
              p11.add(address = new JTextField("ADDRESS",10));
              p11.add(card = new JTextField("CARD NUMBER",10));
              p11.add(One = new JButton("Enter"));
              p12.add(product = new JTextField("PRODUCT ID",10));
              p12.add(quantity = new JTextField("QUANTITY",10));
              p12.add(Two = new JButton("Enter"));
              p13.add(Three = new JButton("Inventory"));
              p13.add(Four = new JButton("Invoice"));
              p2.setLayout ( new BorderLayout ( ) );
              JScrollPane p21 = new JScrollPane(text = new JTextArea(10,30));
         //     text.append(Inventory.inventory);
         //     text.setBackground(Color.red);
              p2.add(p21,BorderLayout.NORTH);
              JScrollPane p22 = new JScrollPane(text2 = new JTextArea(10,30));
              p2.add(p22,BorderLayout.SOUTH);
              System.out.println("Order clicked");

    How is this:
    import java.awt.*;
    import java.awt.event.*;
    import javax.swing.*;
    import java.util.*;
    import java.text.*;
    import javax.swing.border.*;
    public class Pans extends JFrame
         JButton    One,Two,Three,Four;
         JTextArea  text,text2;
         JTextField name,address,card,product,quantity;
    public Pans() 
         super("");
         JPanel p1  = new JPanel();
         JPanel p11 = new JPanel();
         JPanel p12 = new JPanel();
         JPanel p13 = new JPanel();
         JPanel p2  = new JPanel();
         getContentPane().setBackground(Color.black);
         getContentPane().setLayout(new GridLayout(0,2,1,0));
         getContentPane().add(p1,BorderLayout.WEST);
         getContentPane().add(p2,BorderLayout.EAST);
         p1.setLayout(new GridLayout(3,0,0,4));
         p1.setBackground(Color.black);
         p1.add (p11,BorderLayout.NORTH);
         p1.add(p12,BorderLayout.CENTER);
         p1.add(p13,BorderLayout.SOUTH);
         p11.setLayout(new GridLayout(3,2));
         p11.add(name    = new JTextField("NAME",10));
         p11.add(new JLabel(""));
         p11.add(address = new JTextField("ADDRESS",10));
         p11.add(One     = new JButton("Enter"));
         p11.add(card    = new JTextField("CARD NUMBER",10));
         p12.setLayout(new GridLayout(2,2));
         p12.add(product = new JTextField("PRODUCT ID",10));
         p12.add(new JLabel(""));
         p12.add(quantity = new JTextField("QUANTITY",10));
         p12.add(Two = new JButton("Enter"));
         p13.setLayout(new GridLayout(2,0));
         p13.add(Three = new JButton("Inventory"));
         p13.add(Four = new JButton("Invoice"));
         p2.setLayout(new GridLayout(2,0));
         JScrollPane p21 = new JScrollPane(text = new JTextArea(10,30));
         p2.add(p21,BorderLayout.NORTH);
         JScrollPane p22 = new JScrollPane(text2 = new JTextArea(10,30));
         p2.add(p22,BorderLayout.SOUTH);
         setBounds(10,10,400,300);
         setVisible(true);
    public static void main (String[] args) 
         new Pans();
    }     

  • Planning Layout- Assigning Curr and Unit

    Hi All
    We created a layout for statistical items everything is fine we selected amount and quantity as key figures.
    Please let me know the possibilities of actions we are looking. I dont know whether we can do it or not just for confirmation from this forum.
    1)
    Basically Planning Layout is coming like this:
    Short term loans - 3000 -  INR  - 0.000  -
    Creditors Days   -   0.00 - INR  - 30.000  -  DAY
    Is there any chance to assign unit or currency to items in a column like i mentioned below.
    Short term loans - 3000    - INR
    Creditors Days   -  30.000 - DAY
    2)
    Is there any possibility that: If we enter the data in Amount field,  the quantity field must become disable automatically, in the same manner if we enter the data in Quantity field the amount field must become disable.
    Not in a columnwise, by rows wise.
    Please clarify my doubts. I appreciate your valuable response.
    Regards,

    Hi,
    1) For currency include the Currency characteristic in the layout and appropriate Planning objects should get it. For Day could create a custom characteristic with the master data value restricted to "Day" in the Planning level.
    2) From what I understand your objective here is to ensure that the amount and quantity are in sync and change in one should not show incorrect figures in the other. Would suggest making the Amount as a Calculated Key figure in the enhanced layout(transaction upx_mntn) so that change in one causes the other to be changed appropriately.
    hope it helps

  • Planning layout for material and cost element

    Dear all,
    i need to upload data from r/3 and start planning from data i have uploaded.
    data is as follows:
    year month material amount
    what i need to do is to put data in planning layout and put cost element next to that and manually enter cost element.
    so desired column is like that:
    year month costelement( enter manually) material amount(enter manually)
    is it possible and how?
    thanks

    Hi,
    You can do it.Take a  look at the best practice  below.It is telling step by step how to do cost center accoıunting planning.
    http://help.sap.com/bp_biv235/bi_en/html/BW/CostCtrPlan.htm
    Regards.

  • Use different Layouts for Summary and Details in Drill down report

    Hi All,
    I have a 2 level drill down report in ALV.
    The summary report has certain fields and the Detail report has different fields. Now my problem is that when i use a default layout (with all fields of summary report) for the summary report, and drill down to the detail report i'm missing the fields on detail that are not in Summary. And if i save the default layout as default (with all fields of Detail) and go back to sumary, I'm missing the some other fields on summary (which are not on detail report).
    Is there a way to make different default layouts for each of those summary and detail reports:
    Also as the layouts are choosen by the user, i cannot hardcode any particular layout;
    So if the user chooses a layout for detail; it has to stay the same layout for the detail report if he goes to summary and then back to detail; unless the user changes the layout again.
    I'm using two different Layout types for each report. but i still cannot get the desired effect.
    Data:
          gt_layout_s             type slis_layout_alv,
          gt_layout_d             type slis_layout_alv,
      call function 'REUSE_ALV_GRID_DISPLAY'
        exporting
          i_callback_program       = g_repid
          is_layout                = <b>gt_layout_s</b>
          i_callback_top_of_page   = g_top_of_page
          i_callback_user_command  = g_user_command
          i_callback_pf_status_set = g_status
          i_save                   = g_save
          is_variant               = gs_variant
          it_fieldcat              = gt_fieldcat[]
          it_events                = gt_events[]
        importing
          es_exit_caused_by_user   = gs_exit_caused_by_user
        tables
          t_outtab                 = it_summary.
      call function 'REUSE_ALV_GRID_DISPLAY'
        exporting
          i_callback_program       = g_repid
          is_layout                = <b>gt_layout_d</b>
          i_callback_top_of_page   = g_top_of_page
          i_callback_user_command  = g_user_command
          i_callback_pf_status_set = g_status
          i_save                   = g_save
          is_variant               = gs_variant
          it_fieldcat              = gt_fieldcat[]
          it_events                = gt_events[]
        importing
          es_exit_caused_by_user   = gs_exit_caused_by_user
        tables
          t_outtab                 = it_detail_disp.

    Here is how you differentiate between the layout of two different grids. There is the parameter, IS_VARIANT in the function. You usually leave it empty or pass only the report name and username. <b>What you need to do is to pass unique string for each grids to the HANDLE field of the parameter IS_VARIANT.</b> You can probably hard code it as HEADER and DETAILS in your case. Once that is done, system identified that these two different layout for different grids.
    Regards,
    Ravi
    Note : Please mark all the helpful answers<u></u>

  • New layout, CSS errors and Firefox problems

    Hi
    Could it be that some of the Firefox problems are caused by:
    1) The wrong mime type for the CSS files? Currently it appears to be:
    application/x-css
    shouldn't it be
    text/css
    2) Errors in the CSS files and inline CSS of.
    http://forums.oracle.com/forums/categoryHome.jspa?categoryID=84
    Can recommend using:
    http://jigsaw.w3.org/css-validator/
    ==== New layout ======
    The border error on the download button has been fixed, but the alt attribute of the upper right search icon is still "faq", shouldn't it be "Search"
    <img src="images/search-16x16.gif" width="16" height="16" border="0" alt="Search">
    Axel

    There are a number of fixes still to be made, but most of them will wait until our upgrade (still a few months out).

  • How to delete zeros in layout for quantity and currency fields

    Hi All
    Iam getting zeros in place of quantity and currency field records, which i doesnt require in layout SAP-Script.
    Please let me know if any one has an idea.
    Regards
    Bhaskar

    Hi,
    Add NO-ZEROES statement to it.
    or
    U can use CONDENSE statement.
    Cheers,
    SImha.

Maybe you are looking for

  • How can I find tracks in itunes Music Library that I have NOT copied to my

    HI, I have more tracks in my iTunes music library than will fit on my iPod. for each track in my iTunes music libary I'd like to see whether or not that track is also on my iPod. I know I can do this track by track by looking up each track in the iPo

  • How can I replicate a source table that doesn't have any primary keys?

    We have transactional replication setup in our workplace. In the source database, there are some tables that do not have any primary key. 1) How can I get these tables to replicate in the current scenario? 2) Is it possible to introduce foreign eleme

  • How to link a specific panel with spry multiple element sliding

    How to everybody to the forum, I've searched into this forum but maybe this mine is a particular case... I've a html page with 4 different spry multiple sliding panels, named "primo" "secondo" terzo" "quarto", and all worked fine :-) When you go to t

  • Proforma Invoice - IDoc and message type

    Hi, The requirement is to send proforma invoice to legacy system upon creation. We use PI as middleware. Is it possible to send to proforma invoice data using IDoc? If IDoc then we have to use message control? Am i right? What is the process code and

  • Redirecting A Form Back To HomePage After Submission

    Hello, I am trying to custom edit a form to redirect the user to my site's home page, instead of having them land back on the list, after submitting the form. How would I accomplish this? I know the URL that I need to redirect to, but I am unsure of