11.1.1.4.0 PanelCollection View

Hi,
We are developing an application(11.1.1.4.0) on top of EJB 3.0. In my page we have a table that is embedded within a panelcollection. Inside the panelcollection I have a toolbar with a selectmanychoice drop down menu and a command button. The table is bound to a list in my backing bean, now the problem is the default "View" action within the panelcollection that doesn't behave as expected.
In my page there are some forms in top of the page and the users have to scroll down the page to see the table. When I scroll down and click on the "View" in the panelcollection, the menu doesn't respond. But when I hit the down arrow in my keyboard the menu shows up but not exactly next to the view menu item. It appears on the top of the page.
I created exactly the same page with only the table in it and the "View" menu item works fine. The problem comes up only when I have to scroll down the page to reach the table and hit the "View" menu in the panelCollection. Any ideas?
Thanks

Which JDK are you using?
See release notes - Web Service generation only supported with JDK6 (Bug 13252751)
http://www.oracle.com/technetwork/developer-tools/jdev/documentation/11-124-rn-1942343.html#11.1.2.4.0ShermanUpdate4-ReleaseNotesREPOSITORY-WebServicesDevelopment

Similar Messages

  • Jdev 11g R1: disable af:panelCollection view menu

    Hello,
    Is there any way to disable the default view menu of af:panelCollection in this new release?
    JVN

    I think we address this issue with the ER I filed. If yu don't want to hide the menu as a whole - which was my proposal - plays with skinning and you see that there is a way to hide the the column menu too. For example, the submenu is part of af|menu. Hiding af|menu hides everything, but hiding af|menu af|submenu only hides the sub menus, which there is only one. However it takes some trial and error using firebug to get to an instance specific skin that only touches the column menu you want to disable
    So as said, you have 2 options:
    - wait for the ER to be implemented (where the is no release date for yet)
    - use skinning to find a hook that hides the menu
    Frank

  • Hide columns with internal ID's in af:table using af:panelcollection

    Hi,
    I use a af:table within a af:panelcollection based on view object.
    The default menu of panelcollection "View --> Columns --> Show more columns ..." allow the end-user to add all columns of the view object.
    The view object contains internal ID's (which I need to have in the VO) I never want to show to the end-user.
    Is there a declerative way to avoid this (e. g.: Hide menu item "Show more columns ..." or set attribute of VO to "very hidden")
    regards
    Peter

    Hi,
    since you don't want to show the columns, what about removing them from the table (from the structure window). Is this an option or not possible ?
    Frank

  • Can we Export selected columns of a table in ADF 11g

    Hi,
    My problem is I want a table to be exported to Excel format.But my condition is only particular cloumns of a table to be exported not all the visible columns of the table.
    For example, I have 8 cloumns in a table.I need pre-determined 5 cloumns only to be exported into Excel format.I dont want to use PanelCollection Views-->Collumns to be sellected.
    Sorry,I dont know whether this is a valid question or not.But Im looking for this condition.
    Can you please help me.
    Regards,
    Felix

    I dont know how to continue.
    I have emloyee table in the HRSchema.
    I used employee table in the PanelCollection
    All the collumns are in display.
    Here in a commandButton I use a ExportCollectionListener for which id i used the employee table id.
    If I click the button it exports all collumns
    I dont know what condition I can give in the EL expression in the render or visible property of the collumn.
    can you please give further more ideas,
    Regards,
    Felix

  • PanelCollection's View menu label became white after skinning

    Hi OTN,
    I have applied a custom skin to my ADF application, following official guide.
    trinidad-skins.xml:
    <?xml version="1.0" encoding="windows-1252" ?>
    <skins xmlns="http://myfaces.apache.org/trinidad/skin">
      <skin>
        <id>SBAskin.desktop</id>
        <family>SBAskin</family>
        <extends>fusion.desktop</extends> // not extending fusionFx.desktop ?
        <render-kit-id>org.apache.myfaces.trinidad.desktop</render-kit-id>
        <style-sheet-name>css/master.css</style-sheet-name>
      </skin>
    </skins>trinidad-config.xml
    <?xml version="1.0" encoding="windows-1251"?>
    <trinidad-config xmlns="http://myfaces.apache.org/trinidad/config">
      <!--<skin-family>fusionFx</skin-family>-->
      <skin-family>SBAskin</skin-family>
    </trinidad-config>In master.css there is some slight styling of header and table rows.
    After that one of page's panelCollection's "View" menu label became white.
    A label in facet:toolbar is also white.
    To find out the cause of the problem I deleted everything from master.css. But the labels are still white.
    Here is a page structure: http://img843.imageshack.us/i/structure.png/
    Please, take a look.
    If I switch back to fusionFx family, the colors are ok.
    How can I return colors back to normal in current custom skin?
    And also, please take a look on a commented code row.
    I thought I need to extend fusionFx.desktop as soon as fusionFx is a default skin-family. But <extends>fusionFx.desktop</extends> gives nothing.
    That should I extend?
    Thanks.
    ADF 11.1.1.4
    Seems, white color comes from decorative-box with theme="dark".
    But why isn't it white with default skin family?
    Edited by: ILya Cyclone on Mar 25, 2011 6:46 PM

    Hello,
    What Jdeveloper version are you using?
    in my application trinidad-config.xml , I have Fusion not FusionFX
    <?xml version="1.0" encoding="windows-1252"?>
    <trinidad-config xmlns="http://myfaces.apache.org/trinidad/config">
    <skin-family>fusion</skin-family>
    </trinidad-config>
    I doubt this will help you! but you may try it.
    Regards,
    Shomoos

  • View Menu featuresOff in panelCollection

    Hi,
    JDev version: 11.1.1.3.0
    I need to off "viewMenu" and keep "detach" in panelCollection, but in the following code view menu does not get off. Why this happens? Is it a JDev version issue?
                <af:panelCollection id="c_165" featuresOff="viewMenu" inlineStyle="height:80px; width:715.0px;">
                  <f:facet name="menus"/>
                  <f:facet name="toolbar"/>
                  <f:facet name="statusbar"/>
                  <af:table value="...
                </af:panelCollection>
    {code}
    But, when I try featuresOff="detach", It works. ?
    Thanks,
    -Prasad                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   

    Well, the doc for 11.1.1.3.0 says only "freeze", "detach" and "wrap" are supported. This is what you already found out yourself. The link to the rich client demo probably points to the current version. As the server can't be reached (right now) this is only a guess.
    I checked 11.1.1.4.0 and this says
    >
    Supported values are:
    Value Turns off
    statusBar Status bar
    viewMenu 'View' menu
    formatMenu 'Format' menu
    columnsMenuItem 'Columns' sub-menu item
    columnsMenuItem:col1,col20 Columns with column ID: 'col1' and 'col20' inside 'Columns' sub-menu
    freezeMenuItem 'Freeze' menu item
    detachMenuItem 'Detach' menu item
    sortMenuItem 'Sort' menu item
    reorderColumnsMenuItem 'Reorder Columns' menu item
    resizeColumnsMenuItem 'Resize Columns' menu item
    wrapMenuItem 'Wrap' menu item
    showAsTopMenuItem Tree/TreeTable 'Show As Top' menu item
    scrollToFirstMenuItem Tree/TreeTable 'Scroll To First' menu item
    scrollToLastMenuItem Tree/TreeTable 'Scroll To Last' menu item
    freezeToolbarItem 'Freeze' toolbar item
    detachToolbarItem 'Detach' toolbar item
    wrapToolbarItem 'Wrap' toolbar item
    showAsTopToolbarItem Tree/TreeTable 'Show As Top' toolbar item
    wrap 'Wrap' menu and toolbar items
    freeze 'Freeze' menu and toolbar items
    detach 'Detach' menu and toolbar items
    >
    So how about an update of your jdev to at least 11.1.1.4.0?
    Timo

  • How can i hide both Detach AND View menus from a panelCollection component?

    Hello,
    i was checking the internet for a solution, but i end up using featuresOff but
    its only can hide 1 feature than those 2.
    Anyone have a solution on this for hiding both objects?
    thanks in advance.
    JDeveloper ADF 11.1.2.4.0

    Hi,
    Check out the tag doc for the panelCollection.ADF RichClient API - &lt;af:panelCollection&gt;
    You need to use a space separated list of features in the featureOff property.
    For ex, in your case, you would use something like  <af:panelCollection id="pc1" featuresOff="viewMenu detach">
    -Arun

  • How to get panelCollection --Detach View Id

    Hi All,
    Im using Jdev 11.1.2.0
    Im having requriment to get the Panel Collection --Detach View Id. As we know that the id is generated dynamically but how i can get that to restrict or/ access to Keyboard short cut Keys.
    Use Case : Managing Keyboard short cut Key access for Panel Collection --Detach View.
    Thanks in Advance

    Hi Frank,
    Im having a table in Panel Collection and also some custom buttons in the page say(SAVE(Ctrl + S), RESET(Ctrl + T) , PRINT(Ctrl + P) ) Buttons with the keyboard access keys which is working fine.
    Now the Requirment: If i click on Detach View in the Panel Collection Layout. I need to resrtict the custom button access keys(SAVE(Ctrl + S), RESET(Ctrl + T) , PRINT(Ctrl + P))
    The problem is im not able to get the Detach view event in Java Script. coz the detach view id is dynamically build.
    Is there a solution to restrict the keyboard key access while opening detach view--- Frank.
    Thanks in Advance.
    Lakshmi
    Edited by: 867420 on Nov 18, 2012 11:01 PM
    Edited by: 867420 on Nov 20, 2012 8:42 PM

  • Open BI Publisher report  using URL View activity

    Hi,
    i need to call BI Publisher report and I want to use URL View activity (i followed instruction on http://oraclebizint.wordpress.com/2007/07/30/customizing-obi-ee-%e2%80%93-go-url-parameters/ but i can't have HTML Form inside af:form)
    But parameters on URL View activity are visible and i have to send username and pass..
    Is there another way?
    Tnx.
    Andreja

    Yes, I can put HTML form at top or bottom of page but i wanted to put in panelCollection (because of page design)....
    but I will think out something to look nicely too :)
    Tnx

  • How to use the Columns Hidden | space in the bottom of af:panelCollection?

    Hi,experts,
    In jdev 11.1.2.3,
    I can see a row of Columns Hidden | Columns Frozen in the bottom of component af:panelCollection - pc1 which have an af:table - t1 component inside in designer view,
    and can see there is a blank row space only with "|" inside when the page is running.
    Now I want to use this blank row space such as to display row numbers for the table, so I set the property for the panelColletion as following source code:
    ==========================
    <af:panelCollection id="pc1" inlineStyle="width:1250px; height:500px;">
    <f:facet name="menus"/>
    <f:facet name="toolbar"/>
    <f:facet name="statusbar">
    <af:group id="g4"/>
    </f:facet>
    <af:table value="#{bindings.TView1.collectionModel}" var="row"
    rows="#{bindings.TView1.rangeSize}"
    emptyText="#{bindings.TView1.viewable ? 'No data to display.' : 'Access Denied.'}"
    fetchSize="#{bindings.TView1.rangeSize}" rowBandingInterval="1"
    filterModel="#{bindings.ImplicitViewCriteriaQuery.queryDescriptor}"
    queryListener="#{bindings.ImplicitViewCriteriaQuery.processQuery}" filterVisible="false"
    varStatus="vs"
    selectedRowKeys="#{bindings.TView1.collectionModel.selectedRow}"
    selectionListener="#{bindings.TView1.collectionModel.makeCurrent}"
    rowSelection="single" id="t1" inlineStyle="font-size:xx-large; font-weight:bolder;">
    <af:column sortProperty="#{bindings.TView1.hints.GoodsStatus3.name}" filterable="true"
    sortable="true"
    headerText="#{bindings.TView1.hints.GoodsStatus3.label}"
    id="c42">
    <af:outputText value="#{row.GoodsStatus3}" id="ot33"/>
    </af:column>
    <f:facet name="footer">
    <af:group id="g3">
    *<af:outputText value="RowsNumber:" id="ot44"/>*
    *<af:outputText value="#{bindings.TView1Iterator.estimatedRowCount}"*
    id="ot43" partialTriggers="::pc1:t1"/>
    </af:group>
    </f:facet><f:facet name="detailStamp"/>
    </af:table>
    </af:panelCollection>
    =====================
    but when run the page there is no display for the row number, instead on the bottom of the table, there is only a blank row with "|" inside.
    How to use the Columns Hidden | Columns Frozen space in the bottom of component af:panelCollection ?
    Thanks!

    Hi, Arun
    It works.
    As in my use case, can draw an af:toolbar component into statusbar of Panel Collection facets in Structure view.
    There is still a small issue:
    cannot see the Columns Hidden|Columns Frozen component in the Structure view,
    and if drop more than one af:toolbar into statusbar, the sencond one will fall/wrap into second row, even though there is enough space on the first row (to occupy a second row in statusbar will be a waste of space), and cannot see how to adjust.
    Thank you very much!
    bao

  • How can I change the background color of odd/even rows in a panelCollection

    Hi everyone.
    I'm using a panelCollection and I need to change the backgroung color for odd/even rows in the table,
    how can I do this, using a stylesheet, is there a special selector or property for this?
    globalResultCollection (UIPanelCollection object) , is a collection of UITable elements, and it's working fine.
    I just want to change the defaul background color for rows.
    Thanks
    <af:panelCollection id="GLOBAL_RESULT_COLLECTION"
    binding="#{admin.view.globalResultCollection}"
    styleClass="globalResultCollectionRegion"
    clientComponent="true">
    <f:facet name="menus">
    <af:menu id="GLOBAL_OPERATION_MENU"
    binding="#{admin.view.globalOperationMenu}" />
    </f:facet>
    <f:facet name="toolbar">
    <af:toolbar inlineStyle="width:100%"
    binding="#{admin.view.globalOperationToolbar}"
    id="OPERATION_TOOLBAR"/>
    </f:facet>
    </af:panelCollection>

    Hi,
    use this:
    af|table::data-row af|column::data-cell { background-color: #CCCCFF; }
    af|table::data-row af|column::banded-data-cell { background-color: #FFCCCC; }
    Regards,
    s o v i e t

  • Is there a way to shut off the "Show All" in a panelCollection?

    JDev 11.1.1.4.0
    Hi, I am looking for a way to turn off the "Show All" option in the View/Columns menu. Even though you can hide columns from this menu using featuresOff="columnsMenuItem:col1,col20" if a user selects the "Show All" option, it will show the columns you're trying to hide from their their view (programatically controlled). I don't want to remove the whole View menu, because it has options I need to give the user. I've read the Oracle doc on af:panelCollection, but it does not reference the "Show All" in the featuresOff section.
    Thanks,
    Troy

    Hi,
    no there is no option. However, I see this as a bug - not a feature - and filed it
    Frank

  • Changing the layout of the af:panelCollection

    HI,
    Is there a way to change the layout of the af:panelCollection so that the buttons added on the toolbar facet show before the view menu. Can i use adf skinning tools for it?

    Hi,
    as far as I remember there is no option for this
    Frank

  • Hierarchical List View with Parent and detail as Table

    I have a requirement where in I need to show a list of items e.g Deparments and for each department I need to show the corresponding employees in a table
    I used the listview component .I used the groupHeaderStamp containing a list item  to display the parent record and another liist item to display the child records. However , the child records are not getting displayed. If I comment the groupHeaderStamp, then the other records are getting displayed. Please help..
    Basically , the below code from Using Tables, Trees, and Other Collection-Based Components - 11g Release 1 (11.1.1.7.0)  did not work . It showed up only the contents within the groupheader stamp I am using Jdeveloper 11.1.17.0
      <af:listView id="lv2" value="#{bindings.DepartmentsView1.treeModel}"
                           var="row"
                           selectionListener="#{bindings.DepartmentsView1.treeModel.makeCurrent}"
                           selection="single">
                <f:facet name="groupHeaderStamp">
                  <af:listItem id="li3" >
                    <af:outputText value="#{row.bindings.DepartmentName}" id="ot1"
                                   inlineStyle="font-weight:bold;"/>
                  </af:listItem>
                </f:facet>
                <af:listItem id="li2">
    <af:outputText value="#{row.bindings.DeptNo}" id="ot10"
    <af:outputText value="#{row.bindings.EmpName}" id="ot11"
    </af:listItem>
    </af:listView>
    Please help.

    Hi ..
    Thanks for replying .
    I created Dept , Emp and a view link. Instead of using the groupHeaderStamp facet  , I directly used the view link iterator within the a single listItem . The listItem shows the Dept attributes and the Emp view link iterator as a panelCollection. I was able to display the data as required . Now if I try to add an employee record to a table ,   I am getting the following error.
    java.lang.ClassCastException: oracle.adfinternal.view.faces.model.binding.FacesCtrlHierNodeBinding cannot be cast to org.apache.myfaces.trinidad.model.CollectionModel .ue
    This error appears during the following casting : CollectionModel cModel = (CollectionModel) table.getValue();
    Could you please help.?

  • Af:table is not showing records until doing refresh of the view object iter

    Hi Experts,
    I am using JDeveloper 11.1.1.4 and i have a page whhich shows records of a particular read only view object as an af:table. When i run the page at first it is not showing any data at all . But there are 2 records when i run the query of that read only view object.In my page there is a link called "Refresh" which calls the "Execute" operation of the view iterator of my view object. When i click this link the table shows two records.Why the table does not show records once wehn the page is rendered?
    Please help me.

    The following is the code that shows the panel collection in my page.
    <af:panelCollection id="pc1" featuresOff="freeze, wrap"styleClass="NewStyle">
    <f:facet name="secondaryToolbar">
    <af:toolbar id="t1" styleClass="Secondary">
    *<af:query id="qryId1" headerText="Search" disclosed="false"*
    *value="#{bindings.salesInvoiceAuthorisationCriteriaWaitOnlyQuery.queryDescriptor}"*
    *model="#{bindings.salesInvoiceAuthorisationCriteriaWaitOnlyQuery.queryModel}"*
    *queryListener="#{criteria.processQueryForSalesInvoice}"*
    *queryOperationListener="#{bindings.salesInvoiceAuthorisationCriteriaWaitOnlyQuery.processQueryOperation}"*
    *displayMode="compact"*
    *saveQueryMode="readOnly" maxColumns="2"*
    *modeChangeVisible="false" styleClass="Minimal"*
    *conjunctionReadOnly="true"*
    *resultComponentId="::t2"/>*
    </af:toolbar>
    </f:facet>
    <af:table value="#{bindings.salesInvoiceAuthorisation1.collectionModel}"
    var="row"
    rows="#{bindings.salesInvoiceAuthorisation1.rangeSize}"
    emptyText="#{bindings.salesInvoiceAuthorisation1.viewable ? 'No data to display.' : 'Access Denied.'}"
    fetchSize="#{bindings.salesInvoiceAuthorisation1.rangeSize}"
    rowBandingInterval="0"
    filterModel="#{bindings.salesInvoiceAuthorisation1Query.queryDescriptor}"
    queryListener="#{bindings.salesInvoiceAuthorisation1Query.processQuery}"
    filterVisible="true" varStatus="vs"
    selectedRowKeys="#{bindings.salesInvoiceAuthorisation1.collectionModel.selectedRow}"
    selectionListener="#{bindings.salesInvoiceAuthorisation1.collectionModel.makeCurrent}"
    rowSelection="none" id="t2"
    columnStretching="column:accountNameColumn"
    binding="#{processDocuments.invoiceTable}"
    contentDelivery="immediate"
    partialTriggers="::c111 selectToPost ::qryId1"
    styleClass="newTableStyle" autoHeightRows="9">
    <af:column filterable="false" sortable="false"
    headerText="#{bindings.DocumentAuthorisationView1.hints.ToPost.label}"
    id="c18" align="center"
    styleClass="#{row.bindings.ToPost.inputValue ? 'RowSelected' : ''}"
    width="103">
    <af:selectBooleanCheckbox id="selectToPost"
    value="#{row.bindings.ToPost.inputValue}"
    autoSubmit="true"/>
    </af:column>
    <af:column sortProperty="DocumentName" filterable="true"
    sortable="true"
    headerText="#{bindings.salesInvoiceAuthorisation1.hints.DocumentName.label}"
    id="c11"
    styleClass="#{row.bindings.ToPost.inputValue ? 'RowSelected' : ''}"
    width="107" filterFeatures="caseInsensitive">
    <af:outputText value="#{row.DocumentName}" id="ot1"/>
    </af:column>
    <af:column sortProperty="ExternalReference" filterable="true"
    sortable="true"
    headerText="#{bindings.salesInvoiceAuthorisation1.hints.ExternalReference.label}"
    id="c10"
    styleClass="#{row.bindings.ToPost.inputValue ? 'RowSelected' : ''}"
    width="105" filterFeatures="caseInsensitive">
    <af:outputText value="#{row.ExternalReference}" id="ot8"/>
    </af:column>
    <af:column sortProperty="DocumentCategory" filterable="true"
    sortable="true"
    headerText="#{bindings.salesInvoiceAuthorisation1.hints.DocumentCategory.label}"
    id="c9"
    styleClass="#{row.bindings.ToPost.inputValue ? 'RowSelected' : ''}"
    width="105" filterFeatures="caseInsensitive">
    <af:outputText value="#{row.DocumentCategory}" id="ot11"/>
    </af:column>
    <af:column sortProperty="CrDr" filterable="true"
    sortable="true"
    headerText="#{bindings.salesInvoiceAuthorisation1.hints.CrDr.label}"
    id="c4"
    styleClass="#{row.bindings.ToPost.inputValue ? 'RowSelected' : ''}"
    width="52" align="right">
    <af:outputText value="#{row.CrDr}" id="ot9">
    <af:convertNumber groupingUsed="false"
    pattern="#{bindings.salesInvoiceAuthorisation1.hints.CrDr.format}"/>
    </af:outputText>
    </af:column>
    <af:column sortProperty="BaseDate" filterable="true"
    sortable="true"
    headerText="#{bindings.salesInvoiceAuthorisation1.hints.BaseDate.label}"
    id="c8"
    styleClass="#{row.bindings.ToPost.inputValue ? 'RowSelected' : ''}">
    <f:facet name="filter">
    <af:inputDate value="#{vs.filterCriteria.BaseDate}"
    id="id1" contentStyle="text-transform:uppercase;">
    <af:convertDateTime pattern="#{bindings.salesInvoiceAuthorisation1.hints.BaseDate.format}"/>
    </af:inputDate>
    </f:facet>
    <af:inputDate value="#{row.BaseDate}" id="ot6" contentStyle="text-transform:uppercase;">
    <af:convertDateTime pattern="#{bindings.salesInvoiceAuthorisation1.hints.BaseDate.format}"/>
    </af:inputDate>
    </af:column>
    <af:column sortProperty="ExternalAccountCode"
    filterable="true" sortable="true"
    headerText="#{bindings.salesInvoiceAuthorisation1.hints.ExternalAccountCode.label}"
    id="c6"
    styleClass="#{row.bindings.ToPost.inputValue ? 'RowSelected' : ''}"
    filterFeatures="caseInsensitive" visible="false">
    <af:outputText value="#{row.ExternalAccountCode}" id="ot3"/>
    </af:column>
    <af:column sortProperty="AccountName" filterable="true"
    sortable="true"
    headerText="#{bindings.salesInvoiceAuthorisation1.hints.AccountName.label}"
    id="accountNameColumn"
    styleClass="#{row.bindings.ToPost.inputValue ? 'RowSelected' : ''}"
    filterFeatures="caseInsensitive">
    <af:outputText value="#{row.AccountName}" id="ot4"/>
    </af:column>
    </af:table>
    </af:panelCollection>
    Edited by: Priya on Nov 22, 2011 12:22 AM

Maybe you are looking for

  • Camera calibration profile. i dont get the option to chose landscape

    Bought myself a Fujifilm Xs1 and like with my Canon i prefer to take shots in RAW. Now the thing is in editing in lightroom i am not get the landscape option in camera calibration >profile just Adobe Standard as if i took the shot in jpeg any ideas ?

  • [Solved] Removing "Recently Used" and "Search" Entries from Open/Save

    Each time I save or open a document, the dialog box defaults to "Recently Used". What I'm wanting to find out is how to get rid of the entry from the "Places" bar altogether. I understand that the entry was put there with good intentions, but it seem

  • RW-50004 during Apps 11i installation on Linux

    Hi, I am trying to install Oracle Apps 11i on Linux. Main error is can't find libjava.so. Settings are as follows: Linux version 2.6.9-89.0.25.0.1.ELsmp ([email protected]) (gcc version 3.4.6 20060404 (Red Hat 3.4.6-11.0.1)) Kernel=2.6.9-89.0.25.0.1.

  • Interrupting Nested For Loops/Sequences

    I have a lagre program consisting of nested for loops and case statements calibrating an array of patch antennas. The entire process of which will take about 15 hours. During this time, I want to have two things happen. Every 20 minuites or so, I wan

  • Match/Drag & Drop Test questions

    Just did my first Captivate thing... cool! Noticed when using the Match Test with Drag & Drop... 1 - A little box shows up on the left that caused some confusion... When you drag & drop it will populate itself with the 'letter' of the choice the user