IWDGroup - making it the full width of the screen

Hi everyone, I am using the IWDGroup element to enclose several other elements, e.g. Table, textview, labels, etc.
I will be listing several groups on one screen, in order to make them uniform, I'd like to make it by default, stretch to atleast the full width of the screen.  I've tried setting the setStretchHorizontal to be true, however, still this does not work.  Please help.
Thanks in advance,
Michael P

Hi Armin,
Yes, I have tried setting the width=100%, using the CSS principle as it had suggested.  I'm starting to perhaps think that this is a bug.
You have always been very helpful in the past, do you have any other suggestions?
Kind Regards,

Similar Messages

  • How do I make a placed image the full width of the browser?

    Hi, I've tried adding the image as the browser fill only to have it shuffling all other placed objects out of wack.
    I've also tried having it as a placed object but, when I preview in browser I can't seem to be able to get it the full which of the screen.
    my website is 1000 px wide, the image I'm trying to place in it is 5147x2668

    Thanks for the response Vivek,
    Tried that but no joy, it seems I've tried everything I can think of. I tried setting the the image as a browser fill. Very confused. It actually seems to be something to do with the page width or something. Using your method I successfully got the menu bar and the 100% width placed image the same width (previously they were different width's), but my whole site, when previewed just isnt the width of the browser. I must say I'm lost, I've tried changing the site properties (page width, margins etc.) I'm new to Muse but have studied it quite thoroughly over the last 6 weeks. Now I'm ready to build my site I seem to have tripped at the first hurdle here's a screenshot of what I'm getting when veiwed in a browser, as you can see it's all a bit shrunk down:
    and what I'm seeing in Muse's design page:

  • How can i expand a Composition to the full width of the browser?

    I want to have a slideshow on the background of my site in the full browser window so i used the blank composition and added photos, I originally made it close to 2000 pixels wide and then I moved back the selection box to the browser line but for some reason it doesn't expand to the width of the browser as it would it a photo. Can someone please help?

    I think you are confused by the question
    THough muse face book answered me with a link to a work around that is not a fix to a very real bug in bot compositions widget and accordion
    Just thought I would put a note here.
    I found the id number in Inspector and targeted it by adding <style>my css</style> to the metadata head of the page:
    Page Properties
    Metadata
    HTML for <head>
    I was then able to center the text frame :-)
    on my site its not there for about 3 days start counting lol and if you want my working files I will sell em to you for good price as long as you strip out my content and change design 
    when I am done I will post
    Vancouver Web Design Home

  • How to stretch the header the full width of the screen?

    I am trying to stretch the header which is a fluid grid layout div wrapped between body. I have something like the following:
    html
    <body>
    <div class="wrapper">
      <div class="gridContainer clearfix">
    <div id="header </div>
      </div>
    </body>
    CSS
    #header {
    clear: both;
    float: left;
    margin-left: 0;
    min-width: 100%;
    display: block;
    Any help would be much appreciated.
    KN

    Use this CSS:
    .wrapper {
        width: 100%;
    #header {
        display: block;
        text-align: center;
    And use this HTML:
    <div class="wrapper">
        <div class="gridContainer clearfix">
            <div id="header"><h1>Header</h1></div>
        </div>
    </div>
    This should stretch to full width.
    Good luck.

  • Importing my video from my event library into my project library, it shows the full width of the clip, but on the viewing section, it's zoomed in and cut the sides of the video off.  How do I stop this from happening?

    When importing my video from the event library to the project library, it's zooming in and
    narrowing the width of my footage.  How do I stop this from happening?

    In the project, double-click on the clip to open the Clip Inspector. In the Clip tab you will see an item about two thirds down labelled "Stabilization". If checked, uncheck the box "Smooth clip motion".
    Stabilizing clips causes a zoomed in effect, with the extent of the zoom dependent upon how shaky the footage is. There is a slider beneath the check-box labelled "Maximum Zoom" - this can be draggged back and forth to adjust the zoom effect if desired, once the clip has been stabilized.
    You may have chosen to analyze clips for stabilization when importing to iMovie (that's a choice provided by iMovie upon import). If so, it's best to turn off an option in iMovie's preferences. Go to this from the iMovie menu item iMovie>Preferences. Click on the Browser tab and deselect (uncheck) the box labelled "Automatically stabilize clips that have been analyzed".
    I prefer to import clips without analyzing, as this speeds up the import process. Afterwards, in the Event you can check for any overly shaky clips, then analyze them in the Inspector. If necessary, once dropped into a Project, you can stabilize them as desired. You can also stabilize clips directly in the Project without having to first analyze them in the Event.
    John
    Message was edited by: John Cogdell

  • Using GridBagLayout to fill the full width of a JFrame, ...

    I have two quick questions regarding GridBagLayout.
    1st, I would like the fill the full width of a JFrame with a JPanel. I have tried:
    JFrame frame = new JFrame();
    //Set width and height of frame
    JPanel panel = createFilledPanel();
    panelConstraints.gridx = 0;
    panelConstraints.gridy = 0;
    panelConstraints.fill = GridBagConstraints.HORIZONTAL;But this fails to stretch the panel to the full width of the frame.
    2nd, I would like to align the elements in a panel to the farthest left they can go. I have tried:
    element.anchor = GridBagConstraints.LINE_START;But this aligns all the elements I do this to, to the same starting position horizontally, but not all the way left.
    I would appreciate help with either or both of these questions!

    weightx or weighty : Easy way to understand is priority amongs components and if this componets get setting
    with weightx = 1.0 then this components 's width and height values are respected to be kept over others.
    It just says that, putting the weight on this components over others. kept all others attributes of this componets first
    over other components.
    I hope my jebrish explanation help -

  • Trying to get a JEditorPane to highlight the full width of a displayed line

    I have displayed the wep page in JEditorPane . Now I'm trying to get a JEditorPane to highlight the full width of a displayed line. All the examples I've tried only highlight the textual content. For example if I have content such as this:
    + Here is some text +
    + some more text +
    within a JEditorPane represented by the box above, then highlighting the first row highlights only the 'Here is some text' (represented between [ and ] below).
    [ Here is some text ]
    [some more text ]
    I would like it to highlight the full width of the JEditorPane like the following:( ie Inspecting the Html element in firebug ....)
    l Here is some text l
    l some more text l
    l_________________________l
    Is there a way to do this?
    Edited by: arunnprakash on Mar 27, 2009 7:59 AM

    Take a look here:
    [http://tips4java.wordpress.com/2008/10/29/line-painter/]
    [http://www.java-forums.org/awt-swing/10862-how-select-highlight-entire-row-jtextpane.html]
    db

  • Hi Guys,  I am using the full width video widget on a site. The widget was working perfectly however I have just added additional content to the site and re-uploaded and now the video is not working! Please help I have tried everything and am freaking out

    Hi Guys,
    I am using the full width video widget on a site. The widget was working perfectly however I have just added additional content to the site and re-uploaded and now the video is not working! Please help I have tried everything and am freaking out as this web-site has been payed for by my client.
    Alex

    Many thanks.
    With those symptoms, I'd try the following document:
    Apple software on Windows: May see performance issues and blank iTunes Store
    (If there's a SpeedBit LSP showing up in Autoruns, it's usually best to just uninstall your SpeedBit Video Accelerator.)

  • How can I make a part of the body of my content full width of the screen with a fluid grid layout in CSS? (In dreamweaver program)

    How can I make a part of the body of my content full width of the screen with a fluid grid layout in CSS? (In dreamweaver program)
    and I know it is being over-ridden by
    .gridContainer {
      width: 88.5%;
      max-width: 1232px;
      padding-left: 0.75%;
      padding-right: 0.75%;
      margin: auto;
      clear: none;
      float: none;

    Abdelqader Alnobani wrote:
    How can I make a part of the body of my content full width of the screen with a fluid grid layout in CSS? (In dreamweaver program)
    and I know it is being over-ridden by
    .gridContainer {
      width: 88.5%;
      max-width: 1232px;
      padding-left: 0.75%;
      padding-right: 0.75%;
      margin: auto;
      clear: none;
      float: none;
    Logically a structure something like below should work BUT whether or not it will upset the FG I don't know as I wouldn't ever use it.
    <div class="gridContainer">
    Top Code Section Goes Here
    </div>
    <!-- close gridContainer -->
    <div id="fullWidth">
    Full width section goes here
    </div>
    <!-- close fullWidth -->
    <div class="gridContainer">
    Bottom Code Section Goes Here
    </div>
    <!-- close gridContainer -->

  • How can I find the full width at half-maximum?

    Hello,
    I have run into a problem that I hope you can help me with: I need to find the Full Width at Half-Maximum.
    I have an array of pixel intensities and have found the peaks and valleys using Peak Detector.vi, but I can not figure out a way to find the full width at half-maximum (the width of the 'hill' at one-half of its maximum point).
    Any help you may provide would be greatly appreciated.
    Jared Leisner
    - Using LabVIEW 6.1/Vision 6.0

    Jared,
    I had the same problem. One of the solutions I used was to use the was to
    use "threshold 1D array.vi" from the array palette. You can use this to
    iteratively get the uphill edge of the peak. To get the down hill edge, you
    have to invert the array and then use the same VI. Then subract the uphil
    position from the down hill position and your done.
    You do however need to be careful depending on your image content. If the
    image is noisy, then the "Peak Detector.vi" will have problems finding the
    "real peak".
    Steven Bloomberg
    CISTech
    "Jared Leisner" wrote in message
    news:[email protected]..
    > Hello,
    >
    > I have run into a problem that I hope you can help me with: I need
    > to find the Full Width at
    Half-Maximum.
    > I have an array of pixel intensities and have found the peaks and
    > valleys using Peak Detector.vi, but I can not figure out a way to find
    > the full width at half-maximum (the width of the 'hill' at one-half of
    > its maximum point).
    > Any help you may provide would be greatly appreciated.
    >
    > Jared Leisner
    > - Using LabVIEW 6.1/Vision 6.0

  • How can I measure the full width half max pulse-width of a gaussian function?

    Hi I am measuring a laser pulse using a Tektronix scope and feeding that data into my labview (v 7.1) based data system on a Mac OS X computer. I want to measure the full width pulse at half the maximum peak. The included measurement VIs that come with labview and the tek scope dont seem to do the job (even though the scope itself can do the measurement). I've attached my example VI. If anyone has any suggestions that would be great.
    Thanks,
    Paul
    Attachments:
    test scope.vi ‏255 KB

    If you can display a trace on the screen, you can get the full width at half maximum. LabVIEW gives you several options:
    Use the Pulse Parameters VI to determine the width directly. This will be a width based solely on the data with no assumption as to an underlying model.
    Use the Levenberg Marquardt VI to fit a gaussian to your curve, then calculate the full width at half maximum from the coefficients. Levenberg Marquardt is a least-squares/gaussian algorithm, so is somewhat noise sensitive.
    Use one of the minimizer functions (e.g. Downhill Simplex) to construct your own fit using a different assumed error distribution. If you are unsure how to do this, check out a copy of Numerical Recipes in C by Press et. al. and read the section on data fitting.
    Do your own data based calculation. Find the peak with Peak Detector. This will give you the magnitude, but you may want to verify it with a polynomial fit (parabola is usually good enough) across the top of the peak to avoid noise problems. Then find the positions of the half-maxima on either side of the peak. The Interpolate 1D Array will probably prove useful for this.
    Choose your method depending on your pain threshold and how accurate and robust you need the result to be. Good luck!
    This account is no longer active. Contact ShadesOfGray for current posts and information.

  • How can I make an image placed in the body tag expand to the entire width of the browser?

    How can I make an image placed in the body tag expand to the entire width of the browser?I

    background-repeat -- best used with small image tiles.
    background-gradient  - Ultimate CSS Gradient Generator - ColorZilla.com
    background-size:cover - Resizable Full Page Background Image
    Nancy O.

  • Gradient background is not extending the full height of the page

    Hi, I'm an extreme novice with dreamweaver - still figuring it all out. I'm needing to edit a website that was set up by someone else and I can't figure out why the gradient won't extend the full height of the page. It originally was fine but when we added lengthier text this problem popped up. I've fiddled with the css but nothing I'm doing is working - I hope it's something basic as I'd like to get this done asap.
    The H1 titles are also centred in their columns despite the css saying 'left align' so this also confuses me - can we get them to be left aligned?
    The URL is: www.petrohamman.co.za
    Thanks!
    Ash

    Did this other person leave to take up another career, because the set up is shocking?
    Amend your body css to as below:
    body {
    margin:0;  
    padding:0;
    font-family: Helvetica,arial,sans-serif;   
    color:#E6A9CC;
    You don't need height 125% on your #background css selector so either delete it or comment it out using /*   */ as shown below PLUS add overflow: hidden; as also shown below, that will take care of the gradient issue.
    #background
        width:100%;
        /* height:125%;*/
        background: -webkit-linear-gradient(#FFFFFF, #F4DCEB); /* For Safari */
        background: -o-linear-gradient(#FFFFFF, #F4DCEB); /* For Opera 11.1 to 12.0 */
        background: -moz-linear-gradient(#FFFFFF, #F4DCEB); /* For Firefox 3.6 to 15 */
        background: linear-gradient(#FFFFFF, #F4DCEB); /* Standard syntax (must be last) */
        overflow: hidden;
    Amend text-align: center; which is currently declared in the h1 css selector to text-align: left; OR just delete it completely as the default alignment is already set to left.
    h1
        margin:0;
        padding:0;
        color:#E6A9CC;
        text-align: left;
        font-size:30pt;
    Importantly delete height: 500px; from the #content css selector or comment it out as shown below using /*   */. This is important as any information in the 'content' container will not scroll if the height is deeper than 500px, which it will be. The general rule is you should never set heights on any container, only in special circumstances where you know what the height will be or you want to show a restricted area such as a scrolling frame.
    #content
        width:100%;
        /* height:500px; */

  • Messages Log Window - occupy the whole width of the screen

    I accidentally "unpinned" my Messages Log Window and although I have managed to redock it, how do I get my Messages Log Window to now re-occupy the whole width of the screen and leave the System and Structure Windows only as Windows that do not occupy the whole width of the screen.

    Steven,
    It sounds like you have docked the Log Window on the left-hand side rather than the bottom.
    If you click and drag on the Log Window caption bar so that you are over the background area and then move your mouse towards the very top of the Status Bar you should see the Log Window expand to the full screen width that you want.
    Hope that helps,
    Lisa Sherriff
    JDev QA

  • My early 2011 MacBook Pro 15" non-glare display has developed a dark band at the edges of the screen approximately the same width as the aluminum surround. This wasn't present when the MBP was new. Am near an Apple Store, but anyone else had this problem

    My early 2011 MacBook Pro 15" non-glare display has developed a dark band at the edges of the screen approximately the same width as the aluminum surround. This wasn't present when the MBP was new. I'm near an Apple Store and can take the laptop in, but has anyone else had this problem?

    Thanks for your input. I didn't completely flesh out what I'm seeing visually. The resolution settings are all correct for my screen. The problem is if, say, looking at the gray startup screens or a completely white full-screen image, there is a perimeter of graying, almost as if the LEDs are somehow not as bright as the rest. It's also curious that the thickness of this phenomenon is almost exactly the same as the metal bezel around the display. I will be taking it to an Apple Store for a look, as I'm also having several minor hardware problems that need to be addressed and remedied.

Maybe you are looking for

  • Installed Acrobat Pro and uninstall Reader does not work defaults back to Reader

    I've installed Acrobat Pro, after installing Acrobat Reader.  After I uninstall Reader and click on a PDF file, it automatically opens it in Reader.  I've clicked Acrobat 9 as my preferred software, but next time, it reverts back to opening in Reader

  • Problem installing itunes win xp 64 bit

    hi, my computer at work is a windows xp 64bit machine and i can't install itunes. please anyone knows how to fix it? i have a laptop at home that works fine but i also need to connect and backup my iphone4s at work ( i spend the day at work). thanks,

  • How to send IDOC's to external systems

    Hi everybody, I'd like to get information of how I can send one IDOC to an external system. I have to send data about access control and e-learning from R/3 to external system,  I think an IDOC is the perfect way to do it, but I don't know all the st

  • Ovi Player / Ovi Suite Music not added to library

    Ok more weird Ovi annoyances: Ovi Music / Player does not add certain songs from my iTunes folders (all Non DRM m4a files) to its library, neither automatically nor does it let me add them manually. However, if transferred to the handset (N97) manual

  • Environnement with pro-cobol and linux redhat

    Hi, I have a linux redhat Linux 2.6.9-55.ELsmp #1 SMP Fri Apr 20 17:03:35 EDT 2007 i686 i686 i386 GNU/Linux and oracle 11g database where we have installed Pro-cobol with a launcher xframe ( not me !) we want to use command-line with pro-cobol : exem