Table is not stretching to its full width in Advanced Search Mode.

Hi All,
I am invoking a popup which contains search panel and af:table to display the result.
In Basic mode search operators are not enabled so its showing only search field and result table .
But in advanced mode the width of search panel is increased because all the searchable fileds are coming with search operators.
However width of result table is not changing at all .its same as it was in basic mode.
My requirement is whenever the width of search panel gets increased Result table shold also increase till the end of panel.
I have attached the screen shot of basic and advance search with this post .
Thanks,
Arun.

Why don't you use panelStretchLayout and place your table into its center facet? Then you will not worry about the size of your table.

Similar Messages

  • My 6036E DAQ Card is not running at its full refresh rate

    I am using a DAQ PCCARD on my desktop ( I have a PCMCIA to PCI converter). I am running NI-DAQ 7.2 and i am having trouble getting the card to run at its full refresh rate. If i set the card at a scan rate of 1000 and acquiring 100 samples at a time, i get an error that says ive reached the system and or bus limitations in Labwindows CVI. Does this mean that the PCI to PCMCIA Converter is not fast enough to keep up with this scan rate or is another problem?

    Assuming the DAQ card can sample at 100 kS/s, the problem is most likely the converter. The PCMCIA bus can transfer data at speeds up to 20 MB/s and the PCI bus, running at 133 MHz, can transfer data at speeds up to 1 GB/s. With this being said the PCI bus is much faster than the PCMCIA bus and will be able to handle the PCMCIA's slower transfer rate. The converter, however; will most likely introduce some latency in the transfer between the PCMCIA and PCI buses. This would result in the error seen when running at near the maximum sampling rate.

  • How do I get text inside a table column to stretch the whole column width?

    Hi I am using JDeveloper Studio Edition Version 11.1.1.0.2.
    I have some tables where one of the columns are quite wide (700px) wide and some quite narrow 50px. It doesn´t look pretty. The input text inside the 50px column looks like it stretches out of the column and the inputtext in the 700px column leaves a big empty space in the right side of the column. What I had hoped for is columns which have the same padding to its content as a 100px column no matter the columns width. How do I do that? Do I have to use skinning?

    Well I don´t want the space on both sides of the input text to be that big either so that doesn´t solve the problem.

  • Af:query not fetching records when VC Modified for advance search

    Gurus,
    I have a view criteria and using it i have a af:query component in my page. When i run the page i see the fields in the search box correctly. However i see another LOV in the search which has options like "Equals","Between", "Does not contain" etc. Though this option is good for 1 search criteria, it is not of any use for another. How can i remove it from the search criteria that i dont want
    thnks
    Jdev 11.1.1.5.

    you would need to add the following to the view criteria item in the view criteria definition for the VO - in order NOT to show any of the operators.
    <CompOper
                Name="DepartmentName"
                ToDo="-2"
                Oper="">You would need to do - by open the VO.xml and add this xml snippet - which would ensure that the operators are NOT shown in the query panel.
    Sample:
    For Departments VO, say there is a view criteria that defined on department id and department name and you do NOT want to show the operators.
    After defining the VC, open the VO file - add the above.
    <ViewCriteria
    Name="DepartmentsVOByDeptIdorDeptName"
    ViewObjectName="com.samples.model.DepartmentsVO"
    Conjunction="AND">
    <Properties>
    <CustomProperties>
    <Property
    Name="displayOperators"
    Value="Always"/>
    <Property
    Name="autoExecute"
    Value="false"/>
    <Property
    Name="allowConjunctionOverride"
    Value="true"/>
    <Property
    Name="showInList"
    Value="true"/>
    <Property
    Name="mode"
    Value="Basic"/>
    </CustomProperties>
    </Properties>
    <ViewCriteriaRow
    Name="vcrow0"
    UpperColumns="1">
    <ViewCriteriaItem
    Name="DepartmentsVOCriteria_vcrow0_DepartmentId"
    ViewAttribute="DepartmentId"
    Operator="="
    Conjunction="AND"
    Required="Optional"/>
    <ViewCriteriaItem
    Name="DepartmentsVOCriteria_vcrow0_DepartmentName"
    ViewAttribute="DepartmentName"
    Operator="STARTSWITH"
    Conjunction="AND"
    Required="Optional">
    *<CompOper*
    Name="DepartmentName"
    ToDo="-2"
    Oper="">
    *</CompOper>*
    </ViewCriteriaItem>
    </ViewCriteriaRow>
    </ViewCriteria>
    Thanks,
    Navaneeth

  • Index for a PSA table is not in the "customer" namespace

    Hi,
    While loading data through infosource 0CO_OM_WBS_1 to
    data target 0IMFA_1 loading failes and the reason given is that the system reads data from PSA table /BIC/B0001060000 of 0IM_FA_IQ_9 and the index generated for this table supplied return code 14.
    I found no notes in the subject - with the syntax :
    Index for a PSA table is not in the "customer" namespace.
    thanks in advance for your help.

    Hi,
    I think you need to speak to your basis guys / DBA as index created on PSA table is not in your tablespace. He should be able to help you.
    Vikash

  • Tablet Design Mode : Full width stretching doesn't work

    I've had this issue before and it seems to not be going away. In Tablet mode when I try to create a box of any sort and stretch it to both ends of my design to ensure its seemless (full width / full screen) it works ... but Once I try to add 2 or more of these on a single page all of the sudden Muse decides to shove all my content to the left.
    I can't seem to even set a header and footer background box full width to more than one object. So if I make sure other objects are set at 767 (1px less) it will work fine again.. just can't do more than 1 at 768px! I've even had to trick Muse by making my objects set at 767px wide with a 1px border only on the right to get rid of the 1px space and hide it with a choice color.
    This used to happen in mobile design mode earlier this year but was eventually fixed with an update. What has it started again in Tablet? Do I need to re-install?

    So you're compiling your movie as ActionScript 3.0 (AS3)?
    What are you using to play the video? The FLVPlayback component?
    You might need to dynamically place your FLVPlayback instance on
    the stage with code, rather than manually placing it on the
    timelne/stage. (Also, check to make sure that you're not using
    duplicate names for instances of movieclips, textfields, etc. on
    the stage--the error message is indicating that it can't create a
    property, and that might be because something else is creating the
    same named property.)

  • Grid not taking full width in Listbox in large device

    I am trying to create a listbox in which grid takes the full width of the device automatically and adjusts accordingly. But earlier it was not taking the full width and now it has stopped viewing items.
    Here is my code
    <ListBox Name="costList" HorizontalContentAlignment="Stretch" Grid.Row="2" Height="400" ItemContainerStyle="{StaticResource ListBoxItemStyle1}">
                                    <ListBox.ItemTemplate>
                                        <DataTemplate>
                                            <Grid HorizontalAlignment="Stretch" Background="Black">
                                                <Grid.ColumnDefinitions>
                                                    <ColumnDefinition Width="1*"/>
                                                    <ColumnDefinition Width="1*"/>
                                                    <ColumnDefinition Width="0.3*"/>
                                                    <ColumnDefinition Width="1*"/>
                                                    <ColumnDefinition Width="1*"/>
                                                </Grid.ColumnDefinitions>
                                                <TextBlock Grid.Row="1" Grid.Column="0" Text="Groceries" Style="{StaticResource
    Content_Text}" Padding="2,0" Foreground="Black" Width="Auto" Height="Auto" HorizontalAlignment="Center" FontSize="16" VerticalAlignment="Center" Margin="2"/>
                                                <Image Grid.Row="1" Grid.Column="1" MaxHeight="35" MaxWidth="100"
    Stretch="Fill" Source="/Images/around_me_btm_img.png"/>
                                                <TextBlock Grid.Row="1" Grid.Column="1" Text="$" Style="{StaticResource
    Content_Text}" Padding="2,0" Foreground="Black" Width="15" Height="24" HorizontalAlignment="Left" FontSize="22" Margin="2,4,0,10"/>
                                                <TextBox Grid.Row="1" Grid.Column="1" HorizontalAlignment="Left" InputScope="Number"
    MaxLength="6" PlaceholderText="0.0" Background="Transparent" BorderBrush="Transparent" Padding="0,0,2,0" Width="60" Height="10" VerticalAlignment="Center" FlowDirection="RightToLeft"
    Foreground="Black" Margin="20,0,0,0" BorderThickness="0"/>
                                                <TextBlock Grid.Row="1" Grid.Column="2" Text="2%" VerticalAlignment="Center"
    Foreground="Black" TextAlignment="Center" Padding="0" Width="Auto" FontSize="16"/>
                                                <Image Grid.Row="1" Grid.Column="3" MaxHeight="35" MaxWidth="100"
    Stretch="Fill" Source="/Images/around_me_btm_img.png"/>
                                                <TextBlock Grid.Row="1" IsHitTestVisible="False" Grid.Column="3" Text="$"
    Style="{StaticResource Content_Text}" Padding="2,0" Foreground="Black" Width="15" Height="24" HorizontalAlignment="Left" FontSize="22" Margin="2,4,0,10"/>
                                                <TextBox Grid.Row="1" Grid.Column="3" IsHitTestVisible="False" HorizontalAlignment="Left"
    InputScope="Number" MaxLength="6"  PlaceholderText="0.0" Background="Transparent" BorderBrush="Transparent" Padding="0,0,2,0" Width="60" Height="10" VerticalAlignment="Center"
    FlowDirection="RightToLeft" Foreground="Black" Margin="20,0,0,0" BorderThickness="0"/>
                                                <Image Grid.Row="1" Grid.Column="4" MaxHeight="35" MaxWidth="100"
    Stretch="Fill" Source="/Images/around_me_btm_img.png"/>
                                                <TextBlock Grid.Row="1" Grid.Column="4" Text="$" Style="{StaticResource
    Content_Text}" Padding="2,0" Foreground="Black" Width="15" Height="24" HorizontalAlignment="Left" FontSize="22" Margin="2,4,0,10"/>
                                                <TextBox Grid.Row="1" IsHitTestVisible="False" Grid.Column="4" HorizontalAlignment="Left"
    InputScope="Number" MaxLength="6"  PlaceholderText="0.0" Background="Transparent" BorderBrush="Transparent" Padding="0,0,2,0" Width="60" Height="10" VerticalAlignment="Center"
    FlowDirection="RightToLeft" Foreground="Black" Margin="20,0,0,0" BorderThickness="0"/>
                                            </Grid>
                                        </DataTemplate>
                                    </ListBox.ItemTemplate>                            
                                </ListBox>
    List<string> demoList = new List<string>();
                for (int i = 0; i < 5; i++)
                    demoList.Add("Hello");
                costList.ItemsSource = demoList;
    Here demolist is just for testing purpose because I want to bind the textblock on leftmost column to it. Can somebody help?

    Hi RohitrkKumar,
    You’ve not posted the definition of ItemContainerStyle, so I used the default one with your code. I could see the item of ListBox control taking the full width of screen. I tested using snapped view and it worked fine.
    Please try and let me know the result. If you still cannot make it working, please post more information about your scenario.
    Regards,
    We are trying to better understand customer views on social support experience, so your participation in this interview project would be greatly appreciated if you have time. Thanks for helping make community forums a great place. Click HERE to participate
    the survey.

  • 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.)

  • Pls help me my ipod nano wont charge even if i use other laptop or pc . The battery notification tells its full charge but when i remove my ipod its still not charged

    Pls help me my ipod nano wont charge even if i use other laptop or pc . The battery notification tells its full charge but when i remove my ipod its still not charged

    Is it not charging at all? Did you try to reset? If YES to both, request for a replacement of the ipod. Battery or the unit itself is defective. Cheers!

  • I have Firefox 19 and the screens are narrow. How can I get full width screens, like I get in IE? Full Screen command only makes my screens taller, not wider.

    I just got a new Dell Optiplex computer with Windows 7. I installed Firefox 19 on it. The web pages come up narrow, with borders on each side. So the content of the screen is smaller than what I've gotten in the past with Firefox 3.6 on my previous computer. I did the Full Screen command, and that only made the screen taller rather than giving me a full screen (such as I get with the same web pages in Internet Explorer). I've also tried enlarging the text, but that throws off the format of the web page so some parts of it overlap.
    What can I do to get a full screen, including full width?
    There is a box below this Details box called "Troubleshooting Information" which says I should click Allow and then click Install. Since I don't know what would be installed on my computer, I did not do it.

    The Troubleshooting Information extension adds some useful information to your post, but in this case, I don't think it's really needed.
    Zoom is your best bet. To make it work for you, I have two suggestions.
    (1) Switch from "text only" zoom to "full page" zoom. This is proportional like in IE.
    View menu > Zoom > ''uncheck'' Zoom Text Only
    If you are using the compact menus with the orange Firefox button, tap the Alt key to display the full classic menu bar.
    (2) Install an extension that can default your view to a higher zoom level automatically to save time when visiting new sites. Here are two candidates:
    * [https://addons.mozilla.org/en-US/firefox/addon/default-fullzoom-level/ Default FullZoom Level]
    * [https://addons.mozilla.org/en-US/firefox/addon/nosquint/ NoSquint]
    With that combination, can you minimize your eyestrain? :-)

  • Content in the page not displaying in full width

    Hello everyone,
    We have a EP 2004s SR1 Portal with customized framework page and display theme.
    When logged on to the protal, the first page(say home page) was displaying by leaving some width at right of that page (approximately the width is equal to scroll bar width). For remaining pages this is not the case...it is displaying properly i.e displaying with full width covered.
    and one more thing is, this is happending in Production and QA machines...For Development machine it is working fine.
    Could any one help me in this...
    Thanks in advance
    Regards
    Sunil Chiluveru

    In your style.css on line 187 you have this.  Remove the max-width.
    .section > .content {
        background-image: url('../images/frame/contentBg.png');
        max-width: 800px;
        padding: 4%;
        text-align: justify;
        color: #646462;
        overflow: auto;
    Nancy O.

  • Adobe Muse Footer not full width in preview mode?

    Hi, I originally had my footer 100% width when previewing in browser and preview mode, and now for some reason it is not 100% width. Not sure what I have done for this to occur and it doesnt make it any easier when in design mode it is 100% width. Any help much appreciated.

    Just answered my own question, bounding box was not quite out to full browser width. To ensure it goes out to the full width keep dragging across until the guides turn red. I must of bumped it when I went in the masters page to do something and it was out by just a bees dick! Unreal....2 hrs of my life I wont get back haha :-)
    PS...Do I get 10 points for answering my own question? ;-)

  • HT1551 When using Airplay, the display on my tv isn't being fully used (its not taking up the full widescreen tv display). How do I fix that issue?

    When using Airplay, the display on my tv isn't being fully used (its not taking up the full widescreen tv display). How do I fix that issue?

    Intermittent issues will point to a local network/wifi issue.
    Reboot ATV and router, make sure both are up to date
    Try ethernet
    The home sharing connection will cut out if the iMac goes to sleep.

  • 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.

  • Backgrounds not displaying at full width on ipad

    Hi, I am new to muse but Ive been working with a template I purchased and the backgrounds do not go full width when viewed on an ipad even though they are set to 100% width on my muse file. There is a white space on the right side.
    Website is: roundcorner.ca and mezzalunadesign.ca
    screen shots are below.

    Great, I revisited every page of the Muse file and found one that had some stray elements on the pasteboard to the right. I deleted these and hey presto, works perfectly on iPad now as well, background goes fully to the edges.
    Many thanks.

Maybe you are looking for