issues table: table height <>- line

Hello

(1) I'll put the height of a table by using the ATTR_NUM_VISIBLE_ROWS attribute. A typical result is shown in the attached picture

As seen, there are extra height between the lowest rank and the table frame, or, phrased differently, there is the visual appearance of a double line. In my opinion, this is not consistent (there is no line left or right twice...) and must be changed: don't shoot no bottom line for the rank lowest and consequently reduce the height of the table.

Or is it possible to avoid this problem?

(2) another optical bug: the bottom line of lines and line labels is drawn inconsistently, too, refer to the figure of gridview OR sample:

As you can see the black line of the lines below is the gray lines of the labels line

Thanks, Wolfgang

Yup - we'll fix the first issue as well.  I have reported this bug ID 310781.

NickB

National Instruments

Tags: NI Software

Similar Questions

  • Fixed table height

    Hello

    I create a model where I need a size of fixed table height.
    For example: I need a table with 10 rows. If I have enough data to fill in these lines, they should be printed virgins.

    I saw in other threads that there is a way to limit the no. lines using <? for each: TAGNAME [position () < 10]? > in the first and the last field in the table. However, I have a different situation. In the same table, I have 2 different repeating groups - used in the 1st row and 2nd in the next line. So, I won't be able to use this function before the 1st row and end after the 2nd. If I use it only on a single group, I can't limit the total no. 10 lines. How can I accomplish this?

    Also, when I used this position() on the first line for testing, data came out white. Help, please.

    Thank you!

    Make sure your Inbox sent the sample to fill line up to 10.

    used below logic

    .... in a row in your table - need get the number of front-line and save it in a variable

    next to your table row

    <10?>............. -this complete lines if the number above is<>

  • Linux - Nimbus LookAndFeel: Table grid lines do not come

    I use in my java application NimBusLookAndFeel. I tried to show grid lines in the table.

    Following the code works perfectly fine on windows but not on Linux (table grid lines don't appear under linux)

    UIManager.setLookAndFeel ("com.sun.java.swing.plaf.nimbus.NimbusLookAndFeel");
    UIManager.put ("Table.showGrid", true);
    UIManager.put ("Table.intercellSpacing", New Dimension (1,1));

    Following are details of java version on linux

    Java version "1.6.0_12" Java (TM) SE Runtime Environment (build 1.6.0_12 - b04) Java hotspot Server VM (build 11.2 - b01, mixed mode)

    I also tried on JDK 1.6 update 30, but in vain

    It takes overrive after Nimbus UIDefaults http://docs.oracle.com/javase/tutorial/uiswing/lookandfeel/_nimbusDefaults.html

    try {// UIManager.setLookAndFeel(UIManager.getSystemLookAndFeelClassName());
                for (LookAndFeelInfo info : UIManager.getInstalledLookAndFeels()) {
                    if (info.getName().equals("Nimbus")) {
                        UIManager.setLookAndFeel(info.getClassName());
                        UIDefaults defaults = UIManager.getLookAndFeelDefaults();
                        defaults.put("Table.gridColor", new Color (214,217,223));
                        defaults.put("Table.disabled", false);
                        defaults.put("Table.showGrid", true);
                        defaults.put("Table.intercellSpacing", new Dimension(1, 1));
                        break;
                    }
                }
            } catch (Exception e) {
                //e.printStackTrace();
            }
    
  • Issues of jump of line-cut short during the last update for my Windows 8.1

    Since the last update, which is today shortcut address issues like empty space, Line Break etc... A face same problems? Solved? AdobeDreamweaverSimon Support from Adobe to the Japan Adobe User Forums AdobeIssues

    Problem solved...

    Adobe test & updating. Works very well

  • Text entry in the Table, height of automatic resizing to insert content

    I have a table with a variety of components inputText several rows, most of them with the attribute @row the value 2.

    However, one of these fields has sometimes wordy content. Is it possible to configure the component InputText AutoSize himself (and line) at a height that displays the entire contents without scroll bars? In other words, is there a way to set the text box/column/table, so that the height of the text in each line box auto-tailles to display all content.

    I am aware of a brute force method to set line attribute of the 10 inputText; However, since most of the time the text can be inserted into the 2 or 3 rows, assigning 10 wastes a lot of real estate.

    Have tried to define different properties without luck anl - this is the current definition of the InputText and the column that contains:

    <af:column sortProperty="Definition" sortable="true"
                             headerText="#{bindings.NamesBatchApproveVO1.hints.Definition.label}"
                             id="c9" width="450" inlineStyle="height:inherit;">
                    <af:inputText value="#{row.bindings.Definition.inputValue}"
                                  label="#{bindings.NamesBatchApproveVO1.hints.Definition.label}"
                                  required="#{bindings.NamesBatchApproveVO1.hints.Definition.mandatory}"
                                  columns="#{bindings.NamesBatchApproveVO1.hints.Definition.displayWidth}"
                                  maximumLength="#{bindings.NamesBatchApproveVO1.hints.Definition.precision}"
                                  shortDesc="#{bindings.NamesBatchApproveVO1.hints.Definition.tooltip}"
                                  id="it4"
                                  rendered="#{row.bindings.Definition.inputValue != null}" simple="true"
                                  wrap="soft" rows="3">
                      <f:validator binding="#{row.bindings.Definition.validator}"/>
                    </af:inputText>
                  </af:column>
    Using 11g.

    Thanks for your help.

    Published by: user757151 on November 15, 2012 11:12

    See that Frank's article: https://blogs.oracle.com/jdevotnharvest/entry/gotcha_when_using_javascript_in

    AP

  • ADF problems Table height. Need to auto height adjustment.

    Hi all
    I have a picture of the ADF. But its height is now adjusted automatically according to the number of lines.
    Regardless of the number of lines, the height is fixed. It leaves a huge part of the empty space if there are a few lines, or it has a scroll bar if they are too many.

    Here is the UI http://www.flickr.com/photos/84002714@N05/7692948244/
    and I would like to have all the lines that have been displayed with no additional white space or the scroll bar.

    My table is
     <af:table value="#{bindings.ConnectorWSEndPoints11.collectionModel}"
                                                      var="row"
                                                      rows="#{bindings.ConnectorWSEndPoints11.rangeSize}"
                                                      emptyText="#{bindings.ConnectorWSEndPoints11.viewable ? 'No data to display.' : 'Access Denied.'}"
                                                      fetchSize="25"
                                                      rowBandingInterval="1" id="t4"
                                                      columnStretching="last"
                                                      styleClass="AFStretchWidth"
                                                      visible="true" width="800"  />
    The structure is
    <af:panelStretchLayout id="psl2" >
            <f:facet name="center">
                     <af:panelFormLayout id="pfl1">
                              <af:panelLabelAndMessage label="#{rscBundle.WEB_SERVICE_END_POINTS}">
                                            <af:table ...>
    //closing tags
    And the myjdev version is 11.1.1.6.0

    Thanks to you all!

    Use the property autoHeightRows of the table:
    http://andrejusb.blogspot.com/2011/06/ADF-11g-R2-improvement-ADF-table.html

    http://jdevadf.Oracle.com/ADF-richclient-demo/docs/tagdoc/af_table.html

  • Tables - height of row and cell INSET

    I'm working on ascript to do the following:

    1 put the first row of every table in my doc on these parameters:

    • Height of row = .25in
    • Top and bottom Inset = .04in

    2. put the rest of the cells in these settings:

    • Row height = .12in
    • Top and bottom Inset = .12in

    Here is where I am:

    app.activeDocument.stories.everyItem (). tables.everyItem (Rows) [0] .height = ".25 in."

    app.activeDocument.stories.everyItem (). tables.everyItem () .topInset of Rows [0] = '.04 in. "

    app.activeDocument.stories.everyItem (). tables.everyItem () .bottomInset of Rows [0] = '.04 in. "

    for (x = 1; x < app.activeDocument.stories.everyItem (). tables.everyItem (). rows.length; x ++) {}

    app.activeDocument.stories.everyItem (). tables.everyItem () Rows [x] .height = ".12 in."

    }

    for (x = 1; x < app.activeDocument.stories.everyItem (). tables.everyItem (). rows.topInset; x ++) {}

    app.activeDocument.stories.everyItem (). tables.everyItem () Rows [x] .topInset = ".12 in."

    }

    for (x = 1; x < app.activeDocument.stories.everyItem (). tables.everyItem (). rows.bottomInset; x ++) {}

    app.activeDocument.stories.everyItem (). tables.everyItem () Rows [x] .bottomInset = ".12 in."

    }

    I get this error message and I'm stuck.

    error-1.jpg

    Anyone see anything that would be useful?

    Thanks in advance.

    Indeed there is a parenthesis of additional locking on this line in the screenshot (but not in your lines of the sample).

    I wonder if this construction

    for( x = 1; x < app.activeDocument.stories.everyItem().tables.everyItem().rows.length ; x++ ) {
    app.activeDocument.stories.everyItem().tables.everyItem().rows[x].heig ht = ".12 in";
    }
    

    each could work... For... loop expects a number of end-simple but you feed it with a table of all the lengths of line of the individual tables.

    If this does not work turn around your script. All the heights of line and the boxes using the value

    app.activeDocument.stories.everyItem().tables.everyItem().rows.everyItem().topInset = ".12 in";
    

    and after this, run the lines to make the adjustments of the top row.

    (Use 'Advanced editor' to be able to define syntax highlighting Javascript-, it makes your code a little more readable).

  • AF:table height

    Hello

    How can I make a height of af: table adjust the number of lines?

    Currently, I have a table that returns only 4 rows, so there is plenty of extra space... but when I add data to the database there are more lines so the af: table will need to be larger.

    Thank you, Mitch

    Hello

    The af:table component has a property named autoHeightRows, the number, you set this property to match the maximum number of lines that displays the table prior to the addition of a vertical scroll bar. Secondly, when this property is set, the table will be reduced to adjust the number of rows less than the value of autoHeightRows.

    Kind regards
    Matthew.

  • Really delete table 2D lines?

    I want to use the deletion of the array function to remove undesirable lines of a 2D array.

    Is intended to remove any line whose value for a given column does not meet certain conditions.

    In my case, for a given row, if the value of column 1 is less than 2.5, I want to delete this line.

    Typical responses on this forum suggest select rows that do not respect my condition and their construction in a table (back). What I want is to work with my 2D array and remove lines that I don't want.

    I know exactly why my VI will not work, but I don't know how to fix it. See the attached VI.

    My VI will not work because the first time I remove a line from my original 2D table and use the registry change in the loop for to pass the array updated the to the next iteration, the index of the next line I want

    to remove door on the 2D of origin table and no table updated the. How can I update the index to reflect the table changed?

    Do not use the terminal i.  Keep the index value in a shift so register.  If you delete something, just to pass the current value through in order to start at the same point (since the line as now moved down to the current line).  If you do not delete the line, then add to the index and pass it in the registry to offset.

    That, or work in the opposite direction.  Start looking at the end of the table to the beginning, so use the length of the array (N) under the Terminal value of the iteration, then subtract a value.

  • How to compare table 2D lines?

    Hello

    I have a 2D binary table.

    -I want to compare lines each against the other.

    -Two lines should be compared if they have only a different element.

    -The result of the comparison must be a line with the other element assigned as 2 (or a different number of 0, 1).

    -Continue to compare result rows against each other.

    -Repeat until the no line cannot be compare (these rows must be submitted).

    Any ideas will be appreciated!


  • Remove unwanted in table 2D lines not knowing the index for which you want to remove

    Hello!

    I'm new on Labview and I hope someone can help me with my problem.

    First import an Excel worksheet into a 2D-string table. For each row in the table, then I want to compare the data in a specific column (which is a date (timestamp)) with the current date. Lines containing a date with number less than today's date, I want to put in a new table and the rest I have no need.

    I managed to create a time stamp for today so that it matches the timestamp of Excel. But for comparison and the creation of a new part of table, I have no idea how do. I tried several ways with no luck at all (probably because I don't understand all the screws that I use).

    Happy for all the help I can get!

    You are on the right track! (although your attempt lists only the datetime values)

    What you need to add/change, it is the resulting table needs to be connected to the loop as a Shift register (with an initial empty table), and in the case you use either Build table to add the current line or send the non modified through.

    You'll probably want to send all through and not only the datetime value.

    You will probably need some tweak to use only the date, but similar to this:

    /Y

  • Divide a table of lines of fixed length column.

    Hi Experts,

    I need a help on the splitting of a column values for several lines by a fixed length. The value of column length is variable. I want to split by a fixed length and create a separate from that.

    for example, my table is like

    ID Desc

    ============

    1 ABCDEFGHIJKLMNOP

    2 QRSTUVW

    3 XYZ

    My desire to output should be like BY SPLIT WITH 5 characters long

    ID Desc SEQ

    ===============

    ABCDE 1 1

    1 SON 2

    1 KLMNO 3

    1   P              4

    QRSTU 2 1

    2 2 VW

    3 XYZ 1

    Thank you

    This will do...

    SQL > ed
    A written file afiedt.buf

    1 with t (id, dsc) until)
    2. Select 1, "ABCDEFGHIJKLMNOP" dual union all
    3. Select 2, 'QRSTUVW' from dual union all
    4. Select 3, 'XYZ' from dual
    5        )
    6  --
    7. end of test data
    8  --
    9. select id, level, substr (dsc, ((level-1) * 5) + 1, 5) as dsc
    10 t
    11 connection by prior id = id
    12 and substr (dsc, ((level-1) * 5) + 1, 5) is not null
    13 * and prior sys_guid() is not null
    SQL > /.
    ID LEVEL DSC
    ---------- ---------- -----
    1 1 ABCDE
    1 SON 2
    1 3 KLMNO
    1 4 P
    2 1 QRSTU
    2 2 VW
    3 1 XYZ

    7 selected lines.

    Note: it is not a good idea to use 'desc' as a column name, as it is a reserved, Word used to describe the table definitions.

  • Advanced table last line

    Hello I have an advanced array.

    When I click on apply and remove transactions.

    The table is updated, and it brings me to the last line of the table, i.e. the rank 11 in this case.

    Is there a way to always stay on the first set of rows?

    vo.first () call outside the loop. option 1

    See you soon

    AJ

  • before the "recalled" in the table selected lines

    12.1.3 JDEV

    It is difficult to explain the problem I see. So, I use a page to explain.

    I have a page with a few fields like these. The Magnifier is related to a taskFlowCall.

    PickListFields.jpg

    When click on the magnifying glass, pilot field, a pop-up screen will appear. The user clicks on search and retrieve a few results. The user selects then a few lines of the output. Click OK to close the pop-up window and return the results selected to pilot field.

    PickListPopup.jpg

    Now, the user clicks the magnifying glass on the field of the expedition. a shortcut for sending screen. Search to retrieve a few lines. Notice: two rows on the result table are highlighted when the first returned search results. They seem to be selected, but not really. Now, if the user selects OK to return, the rows returned are empty. The table of results of research somehow 'remember' the previous index of the selected row.

    If the user selects the other lines of the search results table and click OK, the rows selected by the user are returned correctly.

    PickListPopup2.jpg

    These windows two popup called the taskFlowCall even with different input parameter values.

    No idea how to solve this problem?

    Thank you.

    You can try to clear the selected rows from the table in your managed bean and run this code entering into the taskflow.

    RowKeySet ps = this.dynamicTable.getSelectedRowKeys();
    ps.clear();
    AdfFacesContext.getCurrentInstance().addPartialTarget(this.dynamicTable);

    In addition, mention the similar question previously asked: remove highlighting from the selected line in the table

  • SelectionListener ADF table fault line did not

    Hi all

    I came across this well-known problem:

    SelectionListener not firing when only 1 result of searching in a table

    SelectionListener ADF table question

    Listener First Row af selection problem: table in ADF 11 g | _outwardBound

    Basically the selectionListener on the table of the ADF is not triggered for the selected standard line, or if the table has only one line, when you filter a column and the result returns only a single line or even when you turn off the filters and it shows you once again all the lines, marking the first such as selected.

    To summarize, the selectionListener is launched when the user clicks on a different line, but not from the default (even if the user clicks on it on purpose).

    I know that there are a few workarrounds, but who may not be suitable for the use of each case on these old threads.

    I think that, given that the line is selected (does'nt matter whether or not it is by default), the developers expect the listener to be pulled in all cases and that this behavior is a bug.

    My question is, given that this problem is still happening in jdev 12.1.3, if there are plans to fix this in future versions.

    Thank you.

    We cannot answer that. To get a response, you must file an SR with support.oracle.com and seek support for a date it a fix.

    Timo

Maybe you are looking for

  • HP DeskJet 3634: HP DeskJet 3634 print show

    Printer is 8 months old and worked fine so far. Any document placed on the scanning bed blurry prints - almost an impression double effect. Have replaced ink cartridges, brought head pint. No improvement. Any suggestions?

  • Qosmio x 70-A-12-question on the use of the external monitor

    Hello am about to buy an external monitor and I was wondering what would work with my laptop.I want to it works like an additional surface (not a copy of my current screen) with both screens at the same time working. My laptop seems to have a VGA por

  • Find information about the hardware

    How to find an HP forum/support/blogs to find information on the external ports provided for various laptops?  For example, I'm at work and want to stop at Fry to pick up a video cable to attach a second monitor to my computer at home which is a HP p

  • Please do not ignore: cpmpaq-presario SR1235IL cpu change

    This product is very close to me because it was given to me as a gift... So I don't want to resale it not or replace... Please help me to improve it... Since it is a product your company only you people can help me What are updated you me say I "them

  • Get the default location of the press kit

    Hi all There is a static variable, can I access from BlackBerry SDK that contains the path of the default media folder (where are saved images, ringtones, etc.)?