Horizontal line between rows in List component

Hi,
How to draw lines between rows in ListBase components?
(something like verticalGidLines in DataGrid component).
I know how to customize mouse-hover and selection boxes in a
ListBase components,
example:
Vista Start
Menu
Thanks,
Mariosh

I tried the invalidate method as follows but nothing happened:
mylist.invalidate();
Not sure if I explained myself well, I just want the horizontal scrollbar to appear and be able to move it when one or more items in the list are long and thus not all visible...thanks

Similar Messages

  • Selecting multiple rows from List-component

    Hi
    Could someone give me an example how to programmatically select multiple rows from List-component?
    I know that this selects one row: lst_example.selectedIndex = 1;
    But how about selectin indexes 1,2 and 4 for example?

    selectedIndices
    A Vector of ints representing the indices of the currently selected item or
    items...
    var si:Vector.<int> = new Vector.<int>;
    si.push(1);
    si.push(2);
    si.push(4);
    list.selectedIndices = si;

  • When I turn on messages, I can't see my messages.  All I can see is a screen with horizontal lines and a text list of addresses.  How can I get the regular message screen back?

    When I turn on Messages, I can't see my messages.  All I can see is a screen with horizontal lines.  How can I get the regular Messages screen back?

    The same is happening for me. Today I decided to reboot my PC because it was acting up a bit, go figure, and then for some reason at the same time the PC was restarting my macbook froze. I had to do a reboot with the restart button but then all that came up was a gray background and in the middle of the screen was a darker gray folder with a white question mark in the middle of it, blinking. I can't imagine why the restart would've affected my macbook. After finding information on how to fix this, I tried all of the steps that were given about using the mac OS X disk to use the first aid utility to fix it. When using the Disk Utility option whenever I select my hardrive and am in the First Aid tab, the only button I can use is the Verify Disk Permissions. The other three buttons, and namely the most important Repair Disk button, is/are not selectable (grayed out). I then tried resetting the PRAM the way they also said with the command + option + P + R and waited for the second startup sound. After that I gave the Disk Utility a second try, but still nothing. And now if I try to just reinstall the OS completely I can't even select a destination volume on the third step (Select Destination). Apparently this means i'm SOL.

  • Creating Separation lines between rows of content

    I have several hundreds pages from a catalog we are creating that need separation lines between columns to segragate the products. I am wondering if there is an easy way to automate the creation of these.
    I tried using the Grid feature ( by drawing a frame and then using the left and up arrow keys to create the grids, but it creates a number of boxes where I need just separation lines. 
    I can create the seapration lines manually but this takes longer, even if I save them as a snippet and place multiple times.
    I am using Indesign CS6
    Please see the attached screen shot.
    http://www.wdautoparts.com/pdf/page-12-without.pdf
    With grids -
    http://www.wdautoparts.com/pdf/page-12-with.pdf
    Any suggestions for this noob would be greatly appreciated.
    Thanks

    Not sure whether this fits as a solution to your problem, but reading your post made me remember it:
    http://www.indiscripts.com/post/2009/09/introducing-indesign-column-rules

  • JComboBox - Horizontal line between options

    Hi,
    Is there any way to get a horiztonal line between the options in a combo box?
    eg. what i want is:
    Option1
    Option2
    Option3
    Option4
    Option 5
    Would appreciate any help!
    Thanks,
    Saz
    ***

    Hi,
    try this link:
    http://www.orablogs.com/duffblog/archives/000177.html
    There are some ideas that you are looking for.
    L.P.

  • Wrap long lines in a Spark List component?

    I have a Spark List. 
    The text for each entry is on one line, and is too long to fit.
    Can I get it to break to as many lines as needed without a custom item renderer?

    If you define an explicit width on the SimpleText in the DefaultItemRenderer you can get this behavior.
    Here is an example of this using an inline ItemRenderer:
    <s:Application
         xmlns:fx="http://ns.adobe.com/mxml/2009"
         xmlns:s="library://ns.adobe.com/flex/spark"
         xmlns:mx="library://ns.adobe.com/flex/halo">
        <s:List width="50" height="200">
            <s:ArrayList>
                <fx:String>a</fx:String>
                <fx:String>b</fx:String>
                <fx:String>c c c c c c c c c c c c</fx:String>
                <fx:String>d</fx:String>
                <fx:String>e</fx:String>
            </s:ArrayList>
            <!-- here we define a custom item renderer inline (copied and modified from DefaultItemRenderer.mxml) -->
            <s:itemRenderer>
                <fx:Component>
                    <s:ItemRenderer focusEnabled="false">
                        <fx:Script>
                            <![CDATA[
                                override public function set label(value:String):void
                                    super.label = value;
                                    labelDisplay.text = label;
                            ]]>
                        </fx:Script>
                        <s:states>
                            <s:State name="normal" />           
                            <s:State name="hovered" />
                            <s:State name="selected" />
                            <s:State name="normalAndShowsCaret"/>
                            <s:State name="hoveredAndShowsCaret"/>
                            <s:State name="selectedAndShowsCaret"/>
                        </s:states>
                        <s:Rect left="0" right="0" top="0" bottom="0">
                            <s:stroke.normalAndShowsCaret>
                                <s:SolidColorStroke
                                    color="{selectionColor}"
                                    weight="1"/>
                            </s:stroke.normalAndShowsCaret>
                            <s:stroke.hoveredAndShowsCaret>
                                <s:SolidColorStroke
                                    color="{selectionColor}"
                                    weight="1"/>
                            </s:stroke.hoveredAndShowsCaret>
                            <s:stroke.selectedAndShowsCaret>
                                <s:SolidColorStroke
                                    color="{selectionColor}"
                                    weight="1"/>
                            </s:stroke.selectedAndShowsCaret>
                            <s:fill>
                                <s:SolidColor
                                    color.normal="{contentBackgroundColor}"
                                    color.normalAndShowsCaret="{contentBackgroundColor}"
                                    color.hovered="{rollOverColor}"   
                                    color.hoveredAndShowsCaret="{rollOverColor}"
                                    color.selected="{selectionColor}"
                                    color.selectedAndShowsCaret="{selectionColor}"
                                    />
                            </s:fill>
                        </s:Rect>
                        <!-- the only real change is to set a specific size on the SimpleText slightly smaller
                             than the width of the List to account for the border -->
                        <s:SimpleText id="labelDisplay" verticalCenter="0" width="48" top="6" bottom="4"/>
                    </s:ItemRenderer>
                </fx:Component>
            </s:itemRenderer>
        </s:List>
    </s:Application>

  • Horizontal separator line between masthead and tool area

    hi all
    we have customized the portal masthead with our own background image and all.
    however the masthead looks fine in IE but in Mozilla it puts a white horizontal line between the masthead and tool area and since our tool area background is not white it looks wierd.
    any ideas how i can fix that.
    thanks

    Rather than use one of the selection tools, try selecting the object with a mask. With the mask you can hide by painting with a black brush, reveal (and correct) with a white brush. I use PSEv.8, so I have to hijack the mask from an adjustment layer, but your version of the program has a mask buit in.
    Here is a stock photo of a brick wall for demonstration
    http://www.pixentral.com/show.php?picture=1bPkncRl9f24RslkWKdP0NyaYIt9N1
    Try this:
    Open you picture file
    Duplicate the background layer
    Convert the background copy layer to black/white
    Apply the mask. Left click on the mask
    Paint with a black brush where you want to reveal the color. If you go too far, correct with a white brush

  • Add horizontal line after each record

    I have 10 records seperated by ID. I m using List in SSRS to show data on report. I need to add horizontal line after first record, then after second record till 10 th record. How do we add this line?
    Any help much appreciated.

    Hi SQL Insane,
    Per my understanding that you have add the tablix into the list and group on the "ID", now you want to add an horizontal line between each record which grouped by the ID like below, right?
    If so, please reference to the details information below:
    Select the entire rows and Right click to select the Insert row-Inside Group below to add an inside row group
    Select the new added inside row group and set properties as below to make sure there is only display the black solid line on the bottom just like to add an horizontal line:
    If you still have any problem, please feel free to ask.
    Regards,
    Vicky Liu
    If you have any feedback on our support, please click
    here.
    Vicky Liu
    TechNet Community Support

  • How to generate a report with Courrier font and no horizontal lines?

    Hi guys,
    In a wizard-generated report, I want to accomplish the following things.
    1. Print table data (I'm only printing one column) in a non-proportional font (e.g. Courrier).
    2. Suppress the vertical lines that Apex automatically puts in between each record.
    How can these two things be accomplished?
    Thanks,
    Kim
    P.S. I'm running Apex 4.1.

    Fair enough. I'll try to be more specific. Assume you're running a query from SQL Developer on a single column from a single table. In the table, the data is already formatted to be displayed using a non-proportional font (old-time religion here). SQL Developer will show the contents of the column formatted exactly like the author intended (non-proportional font and no "helpful" horizontal lines between the rows). That's exactly what I want Apex to do. In the rectangular area that Apex creates for the report contents display, I want Apex to show the rows from that table in a non-proportional font with no horizontal lines between the rows. The report query will be just about as simple as possible (i.e. select col1 from tab1 order by col 2). How should I go about achieving this result?
    Thank you so much!

  • Horizontal Line seperator

    In the details I need to add horizontal lines between each row. How can I, apart from drawing a line explicitly.
    The purpose is to draw a table that fits the data perfectly.

    Now I am having extra lines in the 2nd page..when I move the Detail B section up..then the first page has extra lines..oh its not working perfectly
    I just want something simple like this..within a table..and the Column names are in the Page HEader and the rest of them in details.
    FirstName     LastName     DOB
    Mike     J     1964-11-10
    Lewis      Hamilton     1981-09-08
    Jenson     Button     1979-02-02
    Thats a simple str8 forward and mostly used format I guess..is it so difficult in crystal reports.
    Edited by: BA Posts on Nov 11, 2009 9:19 PM

  • Skinning in 11.1.2.2 (horizontal lines issue)

    Hello,
    I followed Shays on-line tutorial
    [https://blogs.oracle.com/shay/entry/adf_faces_skin_editor_how]
    It was very helpful and informative and I defined new colours for all the images using the skinning editor
    However, I now have the situation depicted in this image link
    [http://i48.tinypic.com/zsg83.png]
    Is there a way to avoid the horizontal lines on the Form?
    As you can see, containers don't have the same issue (although you can see the horizontal lines between the accordion and the panelobox components).
    Has anyone else encountered the same problem?
    Thanks
    p.s. does anyone know what I need to change for the top part of the showdetailitem in the panneltabbed container to be red as well instead of white? (the bit just below the tabs)

    for future reference (my own)
    when adjusting the colour scheme on the skin editor image tab, avoid changing .AFLightBackground and .AFLightestNeutralBackground
    Adjusting either of these appears to create horizontal lines on the most basic of JSF pages

  • Width between rows in a table

    Hi,
    I have created two tables, one in the main window and one in the secondary window. However the width between the lines is too much for the secondary. What determines the width of the lines between rows?also When i select a pattern for the table, the outer box does not appear even if i select the option Outer frame. Is it not possible to put a box around a table?

    you can set the width of table columns by right click on the table to get the properties of the table in rtf

  • Can we hide the lines between the columns and rows of an alv in wd abap

    HI all ,
      I know that we can colour cell/column/row in an alv in wd abap.
       but, can we hide the lines between the columns and rows of an alv in wd abap.
         i have checked this link [hiding lines b/n rows and columns of an  alv|http://help.sap.com/saphelp_nw04/helpdata/en/91/e7eb40c4f8712ae10000000a155106/content.htm]
         but didn't  understand, can please anybody provide some example or any material..? it will be very helpful.
                                                                         THANK  YOU.
    Edited by: arfat111 on Feb 15, 2010 7:05 AM

    Code some like this in the WDDOINIT method of your view which defines the ALV component as used component.
    instansiate the ALV component
    data lo_cmp_usage type ref to if_wd_component_usage.
    lo_cmp_usage = wd_this->wd_cpuse_usage_alv().
    if lo_cmp_usage->has_active_component() is initial.
       lo_cmp_usage->create_component().
    endif.
    data lo_interfacecontroller type ref to iwci_salv_wd_table.
    lo_interfacecontroller = wd_this->wd_cpifc_usage_alv().
    data lo_value type ref to cl_salv_wd_config_table.
    lo_value = lo_interfacecontroller->get_model().
    hide the grid lines
    lo_value->if_salv_wd_table_settings~SET_GRID_MODE( value = '01' ).
    Thanks,
    Abhishek

  • Dont want to show the divided line between two rows in a Grid.

    Hello Friends,
    I want a Grid in which I want multiple rows but i dont want to show the divided line between two rows.
    It is just like a grid on Territories form(Administrator->SetUp->General->Territories)
    Thanks.

    Mithun,
    The component you're talking about is not a grid, and that component is not exposed by the UI API so you cannot use it.
    Regards,
    Vítor Vieira

  • Horizontal lines for each rows in the rtf template

    Hi,
    I am a newbie for XML Publisher. I just created a XML Publisher report for Vendor invoices. But for each invoice/invoice line rows I am getting a horizontal line which separates each row. But I just wanted the vertical line to separate the columns and not for the rows.
    For example, the output looks like
    Invoice number | Item Description| Quantity|
    123__________| xyz__________|_____30 |
    _____________| xyz__________|_____30 |
    _____________| xyz__________|_____30 |
    345__________| xyz__________|_____30 |
    I am getting the report some this like this. But I need the report like below,
    Invoice number | Item Description| Quantity|
    123__________| xyz__________|_____30 |
    _____________| xyz__________|_____30 |
    _____________| xyz__________|_____30 |
    345__________| xyz__________|_____30 |
    (Please consider the ____ as space)
    Please suggest me some solution. tons of thanks in advance.

    Hi Vetsrini,
    Thanks for your prompt reply. I hope I had put the tag that you had mentioned. But anyhow I had sent your the template and the sample XML file to see the output.
    I have one more question also I want a curvey edge for the table and no tthe sharp edge like this _|. If possible please suggest for this also.
    Looking forward for your reply.
    Hope your mail id is fusion{DoT}object[AT]gmail[dOt]com

Maybe you are looking for

  • GL Account Amount to an Asset

    Hi, I want to transfer previous years CWIP GL Account amount to an Asset. What happened is in OASV we had passed an entry like CWIP Factory Building A/c Dr      To Opening Balance Clrg A/c Now i want to transfer this CWIP Factory GL Account balance t

  • Importing pdf form into Excel 2007 gives me a blank form

    Howdy.  I am using Excel 2007 and I choose Insert - Object - Adobe Acrobat Document. When the pdf is inserted I see the form but every field is now blank. I am using Adobe Reader X to review the forms I receive. I do not know when version the origina

  • Currency in form fields

    I have a report where some of the data contains currency infomation. When the user clicks "Edit", the user is taken to another page where they edit the data. Is there a way within the edit mode where I can display data right aligned and with a curren

  • Not able to sync Exchange Server :-(

    Hello all, I am having trouble while setting up exchange account. Need help, i am getting no where. Here's where I am stucked... 1.Details entered Email: [email protected] UserName : [email protected] Password : *** Description : [email protected] 2.

  • Can anyone help with a Green Screen Walk Out with FLV

    I have seen a number of sites that use an interactive video walking out over the website. I have final cut and can create an .flv with a green screen. The problem is I do not know how to create the player for the overlay. I think I may need CS3 but I