Removing space between components in a Repeater

Hi,
I have a component, based on a canvas, which is shown in a Repeater component. Unfortuantely the Repeater is add a space between each component, how can I remove the space created between each component so that they all sit next to each other.
Thanks
Stephen

Found a solution for this, in my containing VBox I set the verticalGap to 0, this removed the space between each component. Thanks to Tracy Spratt on the Flexcoders forum  for this answer.
Stephen

Similar Messages

  • Removing Space Between Web Parts causes Horizontal Bar in Modals

    Hello all,
    I used the following to remove space between Web Parts, but am now getting a horizontal bar in my modals. Please assist:
    http://www.ashokraja.me/tips/How-To-Remove-Extra-Space-Around-the-Web-Part-In-SharePoint-2013
    Thanks!
    Kelly
    Personal Blog: http://thebitsthatbyte.com

    I removed it using the following CSS, which aligns our spacing:
    Control spacing between Web Parts*/
    .ms-webpart-cell-vertical
    margin-top:
    0px;
    margin-bottom:
    0px;
    Personal Blog: http://thebitsthatbyte.com

  • Removing spaces between characters using a loop

    How can I remove spaces between characters using a loop? I made a program that tests the validity of a social insurance number. However, I'd like to be able to remove the spaces in the input if the users sepeates their SIN using spaces. example (123 456 789 becomes 123456789)
    Thank you
    Edited by: umhodzic on Feb 10, 2008 2:43 PM

    umhodzic wrote:
    Thank you for your response. However, the procudre must be done using a loop.It doesn't have to be done using a loop, as already shown. However if you have some ignorant person telling you you have to have a loop, then here's a solution that uses a loop:String s = "123 456 789";
    while (s.contains(" ")) {
      s = s.replaceAll(" ", "");
    }

  • How to remove space between the lines

    Hi,
    In my repoprt output I am getting space between the lines. I have changed
    the repeating frame and field -> vertical elasticity and horizontal elasticity to fallowing combinations.
    fixed, fixed.
    variable, fixed,
    expand, variable,
    variable, expand
    Then also I am getting space between the lines of my output.
    Could you help me in this?
    Thanks

    Change the Vertical Elasticity of fields and frames to Variable. If for some fields or frames you don't want to change the vertical elasticity, then remove extra space by adjusting the height of fields/frames.
    Also check repeating frames property 'Vert. Space Between Frames'. Default is 0.
    Hope this helps.

  • How to remove space between pages in Oracle Reports 6i?

    Hi,
    I have customized one oracle report (rdf). Earlier, the standard report was showing the ouput in pages i.e. there exists space beteen the pages. But I want my custom report in such a way that it should show me the result in one page i.e. there should be no space between the pages as user wants to spool the output into excel sheet (xls format) after getting the result output obtained from my custom report. Presently, when i spool the data into excel sheet, there is still the space exists between the pages like...few records will come then white space...then records.
    How can I remove this space, so that user can easily spool the data into excel without existence of white space.
    Any sort of help on this will be highly appreciated.
    Thanks & Regards,
    Sumir Chawla
    Edited by: Chawla on Jan 4, 2009 10:20 PM

    Hi,
    My report is running on Unix. When I checked the output file in unix where it is getting generated, i saw ^L characters wherever the space appears when i see the output in apps (notepad) , like after every page where I am able to see the space in my output, there ^L is appearing in output file in unix, so how can I avoid this.
    I tried to adjust the frames and repeatinf frames also, even i tried changing the properties also of main region (body), but nothing is working for me and still the same issue occurs. I am not aware of this. Please suggest me.
    Thanks a lot!
    Regards,
    Sumir

  • How to remove space between two fields in emergency primary contact.

    How Can I remove a space between the two fields.IN emergency primary contact there are certain field called "C/O" and a i have added one text for this field inside that.But it is taking a big space between the "C/O" field and the text view.Plz suggest how I can re,move this?Also How Can I add new transparent container  with the end user personalization in the emergency contact field.

    Hi Peddi
    In my structure pannel I have simpleSearchPanel below that only i have the two lov fields ex: emp_no and emp_name . how to set the spacer between this From which Region where can find the spacer bean what proerty do i need to set
    Thanks
    AT

  • Removing spaces between clips in imovie 10!?

    Hello everyone!
    first of all sorry if this questions is in the wrong place!
    Anyway, I was wondering if there is ANY way to remove the spaces between video clips in imovie 10? The Spaces look like little black vertical lines... I'm trying to sync my video with a song that im using, and this proves to be very hard when i cant see where my video clips ACTUALLY start in the timeline....
    ANY help is apreciated! let me know if i need to be more specific!

    The black lines are just placeholders for adding transitions. If there is no transition the skimmer will jump to the start of the next clip. Easy way to find start of clip is to turn on snapping in view mwnu or hit the N key. Basically you can ignore the black lines unless you want to drop in a transition.

  • Removing spaces between footnotes in Pages

    New to Pages, so this may just be a setting I've missed. I've got pages with several footnotes and the spaces between the footnotes, though nice, are not considered to be the "proper" format. How do I remove this space so they're more blocks of text? I'd prefer a solution that still allows the footnotes to be "separate" so that footnotes can move with repagination.

    nevermind. Found it in the Inspector. Still new to Macs so that always throws me off

  • Remove space between words

    Hello All,
    I loaded text into Oracle table and stored as clob. However, there are many space between the words. Would you please show me how to remove the space between the words like da ta and dome stic?
    table T1 contains filetext. One of row in the table looks like this:
    filetext = '<P>The dollar value of the entire shipment. This was defined as the net selling
    value, f.o.b. plant, exclusive of freight charges and excise taxes. The value da
    ta are displayed in millions of dollars.</P>
    <P>The total value of shipments, as measured by the CFS, and the U.S. gross dome
    stic product (GDP) while similar in size provide different measures of economic
    activity in the United States and are not directly comparable'
    I am very appreciated all the help from you
    Jenny

    Or you can do this as suggested by cd ->
    satyaki>select * from v$version;
    BANNER
    Oracle Database 10g Enterprise Edition Release 10.2.0.3.0 - Prod
    PL/SQL Release 10.2.0.3.0 - Production
    CORE    10.2.0.3.0      Production
    TNS for 32-bit Windows: Version 10.2.0.3.0 - Production
    NLSRTL Version 10.2.0.3.0 - Production
    Elapsed: 00:00:01.34
    satyaki>
    satyaki>SELECT replace(CONVERT('Ä Ê Í Ó Ø A B C D E ', 'US7ASCII', 'WE8ISO8859P1'),'?','') filtered_res,
      2            CONVERT('Ä Ê Í Ó Ø A B C D E ', 'US7ASCII', 'WE8ISO8859P1') non_filtered_res
      3     FROM DUAL;
    FILTERED_RES        NON_FILTERED_RES
    A E I O  A B C D E  A E I O ? A B C D E
    Elapsed: 00:00:00.03
    satyaki>
    satyaki>Regards.
    Satyaki De.

  • Removing spaces between cross tabs

    Hello...
    I created one cross tab with 10 rows and 2 columns(In Crosstab Expert). Based on grouping i got 5 set of cross tab reports,Each cross tab contains 4 records .But in between these crosstabs blank spaces are there ,How can i avoid such blank spaces...
                                             Thanks...

    Hello, (To view perfectly copy all and paste in editor window)
    No changes..,Actualy the space is between crosstabs.
    i will tell u the layout,
    ______________________________________    //Group Header section starts here
    headding1headding2headding3headding4*
    1st row
    2nd row
    3rd row
    |_4th row______________________________ |     //This is the border of CrossTab
    |                                                                  |     //remove this space
    |                                                                  |     //remove this space
    |                                                                  |     //remove this space
    |+++++++++++++++++++++++++++++++++|     //this is the Group headder Height
    headding1headding2headding3headding4*
    1st row
    2nd row
    3rd row
    |_4th row______________________________ |     //This is the border of CrossTab
    |                                                                  |     //remove this space
    |                                                                  |     //remove this space
    |                                                                  |     //remove this space
    |+++++++++++++++++++++++++++++++++|     //this is the Group headder Height
    I need the layout should be
    headding1headding2headding3headding4*
    1st row
    2nd row
    3rd row
    |_4th row______________________________ |    
    headding1headding2headding3headding4*
    1st row
    2nd row
    3rd row
    |_4th row______________________________ |    
    i had give fit section also...NO CHANGES!!!!
    Edited by: Jebin Manalil on Apr 7, 2009 3:16 PM

  • To remove space between a string

    Hi all,
    Please help me to solve this.
    I have a String "Your current options"
    i want to remove all the blank spaces in between the string
    The final string should be "Yourcurrentoptions"
    Please respond..

    Please dont double post, its considered rude.
    Mel

  • Cfchart bar graph - removing spaces between columns

    hi
    when we make a bargraph, coldfusion automatically puts
    spacing between the bars... we want continuous bars, with no gaps,
    is this possible ? I have tried pieslicestyle="solid" but that only
    works for Pie graphs...
    for example - I get |||||| - but I want wider lines and no
    space..
    any help will be greatly appreciated.

    Hello, (To view perfectly copy all and paste in editor window)
    No changes..,Actualy the space is between crosstabs.
    i will tell u the layout,
    ______________________________________    //Group Header section starts here
    headding1headding2headding3headding4*
    1st row
    2nd row
    3rd row
    |_4th row______________________________ |     //This is the border of CrossTab
    |                                                                  |     //remove this space
    |                                                                  |     //remove this space
    |                                                                  |     //remove this space
    |+++++++++++++++++++++++++++++++++|     //this is the Group headder Height
    headding1headding2headding3headding4*
    1st row
    2nd row
    3rd row
    |_4th row______________________________ |     //This is the border of CrossTab
    |                                                                  |     //remove this space
    |                                                                  |     //remove this space
    |                                                                  |     //remove this space
    |+++++++++++++++++++++++++++++++++|     //this is the Group headder Height
    I need the layout should be
    headding1headding2headding3headding4*
    1st row
    2nd row
    3rd row
    |_4th row______________________________ |    
    headding1headding2headding3headding4*
    1st row
    2nd row
    3rd row
    |_4th row______________________________ |    
    i had give fit section also...NO CHANGES!!!!
    Edited by: Jebin Manalil on Apr 7, 2009 3:16 PM

  • Mail subject line and safari Goggle Search window removing spaces between words

    After upgrading to Lion I can no longer type out a subject line in Mac Mail witout the spaces automaicaly being removed. All words run together. Same situation in Safari's Google Search window. No issues in FireFox. Driving me nuts. Any others with this issue?

    Found the answer to this issue. I'm amazed this received no responce from the community. Must mean I was the only one with such issue. Amazinly, the exact same thing was happening on three differnt Macs that I loaded Lion to. The answer was given to me by a very helpful and SMART tech person at Apple Care. Two other Apple Care techs were going to have me reinstall the entire OS after wiping my computers clean. I finally found someone that knew what they were doing. He simply took me to Apple>Preferences>Language & Text. Then I selected the Text Tab and then went to the bottom of the window and Reset Default Settings. Bingo, all was fixed. Each machine I did the same thing on and all are working fine now. Hope by me typing this up will help others if needed since not one person responded to this inquirey.

  • PO Stylesheet How to remove space between two tables

    Hi
    I am building a rtf template for PO output for communication report in r12,there is a terms and conditions part and total amount part which comes at bottom of every page of the report. I have created that as a template and i call it in the footer.
    The problem is there is always a gap between the lines table and the terms & conditions and total table,any idea's on how to resolve this issue will be very helpful.
    Please let me know if any other input is required from my side.
    Thanks in Advance

    Are you trying to have the table where the lines are always be the same size no matter how many lines are present?
    If so, you some choices:
    1) If your lines are always the same height, you might get some ideas on what to do from this article:
    http://oracle.anilpassi.com/xml-publisher-developing-reports-printed-on-pre-printed-stationary.html
    2) If your lines vary in height, then you should look into a PDF template. This will give you a pre-printed stationary look in which the drawing of boxes and lines is not affected by the data content.
    3) Other less attractive options are a) making the report in XSL-FO, and b) making a bitmapped RDF report
    There is currently no solution that I am aware of for a pre-printed stationary look using an RTF template in which the data lines are of variable height.

  • Remove Space between Rectangles in SSRS report body

    Hi,
    I have 2 rectangles in my report body. I would like to have these on exactly 2 separate pages when I render to .pdf, but the result is 3 pages, with an empty page in the middle.
    Please assist
    Many thanks
    Regards

    Hi Zimiso,
    Based on your description, you have experiencing the issue when export the report to PDF, you got some blank page in the PDF. In the preview it have two pages but when export to PDF you got three pages, right?
    For physical page renderers, it's important to keep in mind the concept of Usable Area.  The Usable Area is the amount of space left on a page for your report to be drawn after reserving space for margins, headers and footers, and column spacing (for
    multi-column reports).
    Horizontal usable area:
    X = Page.Width - (Left Margin + Right Margin + Column Spacing)
    Vertical usable area:
    Y = Page.Height - (Top Margin + Bottom Margin + Header Height + Footer Height)
    I have tested on my local environment and can reproduce your issue, the blank pages is being rendered in the middle, so it is almost always caused by the body width plus margins is greater than the page width.  So make sure the Total Body Size (Body
    Width + Left margin + Right margin) is less than or equal to the physical page size: Body Width <= Page Width - (Left Margin + Right Margin)
    Please following the steps below to check all the related properties of size.
    Right click on Report area and select the Report Properties
    Make a note of the values for Page width, Left margin, Right margin
    Close and go back to the design surface
    In the Properties window, select Body
    Click the + symbol to expand the Size node
    Make a note of the value for Width
    Please reset the size to make sure to meet this condition: Body Width + Left margin + Right margin <=Page width
    Similar threads for your reference:
    http://www.sqlservercentral.com/Forums/Topic451573-150-1.aspx#bm713043
    http://stackoverflow.com/questions/362902/how-to-get-rid-of-blank-pages-in-pdf-exported-from-ssrs
    Useful blog the "Every Other Page is Blank" Feature:
    http://blogs.msdn.com/chrisbal/archive/2006/08/10/694892.aspx
    If you still have any question, please feel free to ask.
    Regards
    Vicky Liu

Maybe you are looking for

  • Transfering Game data Ipod Touch - Iphone

    Is there any way to transfer game data from ipod touch 3g? (2009 release) to iPhone 4? I dont want to complete angry birds and cut the rope again as i already have on my ipod which i now rarly use due to having an iphone, and new levels are now avail

  • Re-calculation of depreciation for closed FY

    I have changed the depreciation key to calculate depreciation to the day. The program AFAR allows one to re-calculate depreciation only for the currently open FY and not prior yrs.  I am happy for the re-calculated values to be posted to the currentl

  • Display good receipt without migo

    Hi expert, i have a Question: "Does anybody knows a Function module (BAPI) that display goods receipt like in the transaction MIGO?" I know there is a BAPI "BAPI_GOODSMVT_CREATE" but i want to display goods receipt and not to post it. Does anybody kn

  • SQL Server Data Tools – Business Intelligence for Visual Studio 2013 (SSDT BI) and SSIS on SQL Server 2012

    This great blog entry titled SQL Server Data Tools - Business Intelligence for Visual Studio 2013 (SSDT BI), link below, highlights the lack of support for SSIS projects using SQL Server 2012, VS 2013 and SSDT BI for VS 2013. I see there is a new ver

  • Module pool program error

    hi expects,    in this program in screen 100, i have provided select-options for material no,maximum qty,no. of kanban,no of unit per kanban in tabstrip and i am having 3 pushbuttons (create (screen110),change(screen 120),display(screen 130).but i am