Inserting Regions between two regions on an OA page

Hi,
I have 4 regions on my page, say R1,R2,R3 and R4. They appear on the page in sequence 1,2,3,4.
If I want to add a new region R21 on my page so that it renders under the region R2, I have to do the following:
1. Add region to the PageLayoutRN - R21.
2. Cut and Paste R3 and R4.
Now my regions are in right sequence.
Is there any way that I can specify the order in which my new region should be placed ?
Thanks,
Amit

Hi,
Infact the step 2 is not required, as this can be done by drag and drop R21 in the jdev right?
QQ

Similar Messages

  • Inserting video between two clips

    Hi does anyone know how to insert video between two clips without erasing some of the two clips. I want to insert and have the other clips just make room for the new clip, extending the timeline the necessary amount. I thought you could just drag it in but it keeps erasing the existing footage in the timeline. Any advise would be awesome

    Make sure the playhead is parked between two clips, and drag the clip from the browser/viewer to the canvas, dropping it on the "insert" box in the edit overlay. Or you could drag the clip from the viewer/browser to the timeline but make sure the arrow that appears is facing to the right, not down.

  • How to minimize the gap between two regions in a page

    Hi All,
    How to minimize two regions in a page ? I have two regions in page but I need to minimize the (default) space gap between these regions as it looks too large.
    Thanks for the answer.
    Jeffry

    Jeffry,
    You may want to check the tutorial [Achieving Pixel-Perfect Page Design with HTML Templates|http://www.oracle.com/technology/obe/obe1014portal/html_templates/html_templat.htm] on OTN.
    Thanks,
    EJ

  • Insert Node Between Two

    I'm going through my Shake tutorial book and they mention inserting a node between two existing nodes by dragging the node until the noodle turns yellow. I've tried this, and it doesn't connect. I had tried that when I started playing with Shake because it seemed logical, but now that I see it's in the book, I know the app should be able to do this. Is there a setting I might have wrong?
    Lawrence

    Sorry,
    I suppose I should have been more specific. It does turn yellow when I hold my mouse over it (with the node in tow), but when I drop it, it will not connect the node between the two existing nodes. I don't think it's normal because I've seen in two books where I'm supposed to be able to do this and I can't. I think I would have to try re-installing Shake, but it doesn't seem like it's worth that much. I might try trashing the preferences. Do you think that would do any harm?
    Lawrence

  • Printed colour is different between two elements both created in pages with the same colour

    Hi There,
    I have been having some issues getting a text colour to match a logo (imported in pdf format) - While trying to discover what was happening I created a sample colour of (HSB 189 / 89 / 73) in pages and saved it in my colours palette to test.
    Now if I create some text (in pages) and a shape (also in pages) and colour them from the same colour sample/swatch and print it - the colours are clearly very different, Does pages do some kind of text colour correcting or weirdness that I cant find? Its hard to believe this is the desired workflow and its very anoying.
    PS. I have also tried printing from a pdf and I have the same issues - That said the two colours look identical in pages and the pdf on screen.
    I'd be extremely grateful for any help
    NB I have since read
    https://discussions.apple.com/message/9263007#9263007
    Which although is helpful and may explain the behavious of the imported logo pdf vs the text it doesn't (I dont think) explain how two elements both created in pages using the same colour (from pages) would be dfferent?

    They are both coming out at the exact same colour (CMYK 83, 0, 21, 0) which is correct however they are not the same colours when printed, Im begining to think this is less of a pages thing (as the output is correct) but something is going wrong between pdf/pages and print
    Its not the easiest thing to see so you may have to take my word for it - but the two colours are not the same by quite a long way (Theres way more contrast in real life)
    I think Im ready to admit defeat on this but thanks a bunch for your help!
    Brendan

  • How to link between two regions in same Dashboard

    Hi All,
    I created one Dashboard.In that Dashboard i have 2 regions.One region contains with Buttons.Another region contains with Report.
    My Requirement is if i click Particular button(Emp).I want employee details report in my second region.
    How to do this.Please help me.
    http://apex.oracle.com/ Details:
    workspace:RAGHUVARMA
    U.N:[email protected]
    p.w:sateesh1
    application ID:25244
    Thanks&Regards,
    Raghu

    Hello Raghu,
    It depends on your requirement. First of all, it does not look like a dash board to me. Please refer any Package Application for Dashboards. For e.g. Home page in Issue Tracker
    If I have 10 report regions, and I have to display respective region when I click on button/link. then I will go with
    * Create 10 pages, one for each report
    * Create a "list" region in Page 0 with the condition to display only in above 10 pages. And this list will have links to above pages. And you can change "List Template" according to your requirement. (Horizontal or Vertical etc.)
    Hope it helps.
    Regards,
    Hari

  • Is it possible to insert spacing between two TextFields (for visibility)?

    In my program, I have multiple TextFields on top of each other, and I want some separation between them just so it looks better. Is there any way to insert a line, or just add more spacing between rows? I am using a Flow Layout (is there something better than this for what I need?).
    Thanks.

    import javax.swing.*;
    import java.awt.*;
    public class DMtest extends JApplet
         private TextField Field1;
         private TextField Field2;
         public void init()
              Field1 = new TextField ("asdf");
              Field2 = new TextField ("asdf2");
              Container mainWindow = getContentPane();
              mainWindow.setLayout(new FlowLayout());
              mainWindow.add(Field1);
              mainWindow.add(Field2);
    }I want a space between Field1 and Field2, each on a separate row.

  • Applet to Applet communication between two seperate threads and jsp pages

    Hi,
    have two java applets running on two separate jsp pages. I am trying to have one applet talk to the other applet. I have tried putting the applets in a static hashtable, but I found out (through trial and error) that the memory is not shared between the applets. Needless to say the appletcontext object will not work as well. I have also tried to put the applet threads into a thread group, but it seems that the second applet can't find the first applet's threads. Is there a funky way that I need to create the threads for the threadgroup? Is there a way or type of object that I can use that will share the static memory between plugins? I am using 1.6 in IE. Or am I looking at this wrong and there is an easy way to do this and I am not seeing it.
    Thanks,
    Marc

    Hi Mylene,
    I hope I have understood your problem correctly. I can try to give you a tip. The times I've had to do a pop-up, for instance to show details or a part of the data in a table, I call a javascript function with the required parameters (an ID for details or an array of rows) when the button is pressed or a link is clicked. The function then builds a URL with all the paremeters and uses it to call the standard window.open function. After that the request is handled "as usual", ie as if you didn't actually do a pop-up but simply displayed a new page. The content of the pop-up is a jsp with all the required code to build the table and/or display the data. The contents of the table or data are retrieved with the help of the parameters sent.
    I'm not sure if the portal kit provides some kind of standard functionality for this, but in the cases I've worked with J2EE solutions this has been the most common way of solving the problem.
    I hope this helps.
    kind regards,
    Dionisios

  • IPC Between Two ADF Portlets on Same Page using Events Failure

    Considering that a full page submit is required for the passing of parameters to work properly, I am trying to use IPC Events to pass a parameter from one ADF Portlet to another. There are no good examples out there, but I am trying to use what is out there in many different generic forms to make this happen with no success.
    One portlet contains an ADF Table with a select column, I have a BackingBean to process the choosing of a row and that value is being retrieved and I am calling the set event.
    public void selectPatient(ActionEvent e) {
    FacesCtrlHierNodeBinding node = (FacesCtrlHierNodeBinding) tblPatients.getSelectedRowData();
    String username = node.getAttribute(0).toString();
    System.out.println("Selected Patient: " + username);
    ActionResponse response = (ActionResponse)FacesContext.getCurrentInstance().getExternalContext().getResponse();
    response.setEvent("selectPatientResult", username);
    I then have a second portlet that is supposed to retrieve the value being passed from within the portlet class and then the second ADF portlet is supposed to display. I will eventually do more work with the value, but I am just trying to get the events to work properly first. Here is the code within the receiving portlet class:
    public class drugallergies extends ADFBridgePortlet {
    @ProcessEvent(name="selectPatientResult")
    public void processSelectPatientEvent(EventRequest request, EventResponse eventresponse) throws PortletException, IOException {
    Event event = request.getEvent();
    String username = (String)event.getValue();
    System.out.println("Selected Patient: " + username);
    eventresponse.setRenderParameter("patient", username);
    I have also made sure that I have put the following within my web.xml file for the application so that the events are being passed as portlet events and not faces events. I am still fairly new to ADF, but not to portals or portlets, which is why I am going this route.
    <context-param>
    <description>Allows for fired events to go to the portlet and not to the faces layer</description>
    <param-name>javax.portlet.faces.autoDispatchEvents</param-name>
    <param-value>false</param-value>
    </context-param>
    I am never seeing the receiving event get processed, meaning that I never see the println get processed with the receiving value. Please help because there are no examples out in the world for going this route. There are examples, but they require you to create an ADF application first and then convert the application to a portlet. I am using the Portlet Creation wizard within JDeveloper but creating ADF based pages for the Views modes.

    Wait... You have to make a distinct difference between portlet events and contextual events in ADF.
    Contextual events in ADF can be converted to portlet events.
    If the full refresh of a portlet is an issue for you then even contextual events will not solve your problem.
    Regardless the use of parameters or events, portlets do not support partial page rendering or ajax. In order for a parameter to pass or an event to be triggered, it need to have a reference to the ActionResponse or RequestResponse. If they don't have the proper reference they will not be able to trigger the event.
    In the case you are talking about, the selection of a record, this won't be able to trigger an event because the selectionModel will be triggered by a partial submit.
    The only work around for this problem is by adding a "select" button that will do a full submit.
    This is not a limitation of ADF, it is a limitation of the portlet standar because the standard itself does not have anything that supports partial page rendering or ajax...

  • Inserting a region overwrites existing regions

    I'm creating and editing academic podcasts and need to insert several seconds of additional speech.
    I'm assuming GarageBand Help is incorrect. In "Moving Arrange Regions," tt says, "When you move an arrange region between two existing arrange regions, the region to the right moves right to make room for the copied region."
    I find this not to be the case. The copied region replaces part of the existing region underneath. I've searched the forums, and the answer seems to be, drag the arrange regions to the right and create a spot for the insert.
    I want to make sure that I'm not doing something wrong -- that the instructions are wrong.

    VickyMcC wrote:
    Those aren't links -- I used text to show it graphically.
    they WERE links before you edited them (please, let's not imply i imagined things)
    Sorry to be obtuse, but I have no idea what this means:
    perhaps poflynn explained it better.
    to the original question, now that your msg is edited, region 2 is supposed to, and on a fully functional system, does (i tested it before my initial reply) move out of the way.
    if yours does not i would suggest
    first two things to try for “oddball” probs:
    http://www.bulletsandbones.com/GB/GBFAQ.html#oddballprobs
    (Let the page FULLY load. The link to your answer is at the top of your screen)

  • Master Region for sub regions

    I have four sub region which belong to a master region. I would like give a title to master region and have a border outline for this master region which includes all four sub regions. is this possbile, any ideas are appreciated.
    thanks for your help,
    Surya

    thanks Arie, that's helpful. it works when I have all the regions displayed in "Column 1". is it possible to to apply similar technique, when I have three regions, top two regions displayed in column 1 and column 2 and third region at the bottom displayed in column1?
    thanks for your help.
    Regards,
    Surya

  • How to remove white space between two answer reports

    How to remove white space between two answer reports
    In Dashboard section I have 2 rqeuest. Each request renders Table View. When I display dashboard, it show white space separating the 2 table views. How do I get rid of the white space/white band ?

    See this link
    Re: Eliminating the space between two reports in OBIEE dashboard page Section
    Regards,
    Sandeep

  • How to eliminate the space between two analysis in the Dashboard?

    Hi All,
    I have created a Dashboard which contains 12 analyses arranged vertically. When i see the report in the dashboard section it contains some standard space between each analysis. So it looks like separate separate analysis arranged in dashboard. But i want it to look a single table is it possible by reducing the space between every analysis? If possible please let me know how to achieve this in clear manner.
    Awaiting your valuable responses.
    Thanks in Advance
    Thenmozhi

    Hi,
    Yes,try to adjust the analysis view (table/pivot/chart view )Formating option...
    FYI: try to align formating left,right,top/bottom padding and also try to reduce the width and height..
    Please refer the below
    Re: Eliminating the space between two reports in OBIEE dashboard page Section
    THanks
    Deva

  • Apex Application inserting into two tables from two regions in a page

    Hey Guys,
    Fairly new to apex like two days. So please bare with me. I am using apex 4.0.2.00.07.
    I have a page with two regions. The first region has only one row and I have no problems accessing it and inserting those values into the table this is what I used to access one column from that one row APEX_APPLICATION.G_F03(1)
    The second region is an interactive report, to which I have managed to add a checkbox and a textbox.
    1)So if a checkbox has been checked off the row should be inserted
    2) if the textbox has been entered it should replaceone of the values.
    My question is how to access the second region? I started a loop based on the rows in the collection but that is as far as I got.
    FOR idx IN 1..l_collectionTable_name
    loop
    end loop
    Any help would be greatly appreciated?
    Thank you
    Edited by: Aj05 on Aug 2, 2012 2:10 PM

    Hi Phil I used the following code
    <cfquery name="qArrivalDates" datasource="rayannesql">
    SET NOCOUNT ON
    INSERT INTO booking (book_made, book_checkin_date,
    book_checkout_date, book_adults, book_children)
    VALUES('#FORM.book_made#','#FORM.book_checkin_date#','#FORM.book_checkout_date#','#FORM.bo ok_adults#','#FORM.book_children#')
    SELECT SCOPE_IDENTITY() AS theNewId;
    SET NOCOUNT OFF
    </cfquery>
    <cfquery name="qArrivalDates" datasource="rayannesql">
    INSERT INTO Customer( firstname, lastname, address, address2,
    city, state, postalcode, country, phone, mobile, email, notes)
    Values (#qArrivalDates.theNewId# '#FORM.firstname#',
    '#FORM.lastname#', '#FORM.address#', '#FORM.address2#',
    '#FORM.city#', '#FORM.state#', '#FORM.postalcode#',
    '#FORM.country#', '#FORM.phone#', '#FORM.mobile#', '#FORM.email#',
    '#FORM.notes#' )
    </cfquery>
    When I tried to complete the form, I got the following error
    Macromedia][SequeLink JDBC Driver][ODBC
    Socket][Microsoft][SQL Native Client][SQL Server]Incorrect syntax
    near 'Fred'.
    The error occurred in
    C:\Inetpub\wwwroot\rayanne\customerinsertsql.cfm: line 16
    14 : <cfquery name="qArrivalDates"
    datasource="rayannesql">
    15 : INSERT INTO Customer( firstname, lastname, address,
    address2, city, state, postalcode, country, phone, mobile, email,
    notes)
    16 : Values (#qArrivalDates.theNewId# '#FORM.firstname#',
    '#FORM.lastname#', '#FORM.address#', '#FORM.address2#',
    '#FORM.city#', '#FORM.state#', '#FORM.postalcode#',
    '#FORM.country#', '#FORM.phone#', '#FORM.mobile#', '#FORM.email#',
    '#FORM.notes#' )
    17 : </cfquery>

  • Inserting New Region between Logo and Breadcrumb Region

    Hello Apex Forum!
    Is it possible to insert a new region between Logo and Breadcrumb Region?
    I have to rebuild a existing webpage. There the Main Menu is shown between the Logo and the breadcrumb region.
    Thank you
    Johann

    Hello,
    Sure you just need to move one of the #REGION_POSTION_N# substitution tags there in the page template.
    Carl

Maybe you are looking for