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

Similar Messages

  • ResetActionListener does not appear to work for sub regions

    I have input fields that are contained within a region. Outside of this region is my Cancel button which contains the af:resetActionListener tag. When pressing Cancel, input fields outside of the region reset as I expect them to, however, input fields contained within the region do not reset at all. Does the resetActionListener behave this way by design, or was it not designed to handle this case?

    I appreciate the response, however, partialTriggers are not the issue here. I already have a panelGroupLayout, which contains the input fields, as a partial target of the cancel button, and have confirmed that the fields are getting refreshed (by using an outputText which fetches the current time). I believe this is an issue with the resetActionListener's ability to reach input fields contained within a region. Placing a resetActionListener on a cancel button within the region resets the fields as one would expect, however, I need to have the cancel button outside of the region. Here is an idea of the code structure which is not working to reset the input fields with an resetActionListener:
    <af:commandButton text="cancel" id="formCancel"
    actionListener="#{pageFlowScope.myBean.cancelActionListener}"
    partialSubmit="true" immediate="true">
    <af:resetActionListener/>
    </af:commandButton>
    <af:region value="#{bindings.mypagdef.regionModel}"
    partialTriggers="::formCancel"/>
    And it's in this region that my input fields, which are not getting reset, exist. I have stripped out several panel form, group, and stretch layouts, and a template usage to simplify the example code structure, but I don't believe those have anything to do with the problem.
    Edited by: Jesse Stephens on Nov 10, 2009 9:13 AM

  • Performance issue for Report Regions

    We have an app which has as it's "Home Page" a portal-style page. The "portlets" are separate regions. Some of these regions are HTML forms, but most are report regions, invariably with PL/SQL returning the SQL query.
    On our dev box this portal renders fine, in no more than 5 seconds (acceptable). On the production box a couple of the portlets go crazy, usually taking between 1-2 minutes each. I know this because I added the #TIMING# string to each region footer. The portal page has a META tag to refresh every 120 seconds.
    The first thing I did to debug was to take the PL/SQL function body returning the SQL query, replace all the variables (which are just local vars, app items and page items) with hardcoded values, strip all quotes and run the "cleaned up" SQL query in SQLPlus. It executes very fast.
    So my conclusion is that the problem lies with the application server (which is Oracle iAS). Is this a logical conclusion? What should my next move be to get to the bottom of this?
    Even without the problem portlets the portal refresh speed varies widely, between <1 sec and >10 sec.
    The application also has other pages displaying the portal regions individually. These pages (including those with the "problem portlet" queries) render ok (ie, order of 5 seconds or less). This tells me that there is an issue with having a bunch of query-based regions on the same page.
    My guess is that I might need to examine the logs and/or httpd/modplsql settings of the app server. Number of simultaneous connections?
    What would happen if hundreds of users used this app concurrently, navigated to the portal page and left it like that to auto-refresh every 2 minutes? Are such pages a no-no in HTMLDB?

    Some more information:
    When I run the page in debug mode, I see the following timings for one of the problem portlets:
    11.53: show report
    11.54: determine column headings
    11.54: parse query
    60.95: binding: ":F118_BUNDLE"="F118_BUNDLE" value="1"
    60.95: binding: ":P52_STMETRICS_PRODBRANCH"="P52_STMETRICS_PRODBRANCH" value="RDBMS_MAIN"
    60.95: binding: ":P52_STMETRICS_PLATFORM"="P52_STMETRICS_PLATFORM" value="LINUX"
    61.35: print column headings
    61.35: rows loop: 15 row(s)
    [report is printed here]
    61.49: FORMITEM: P52_STMETRICS_PLATFORM HIDDEN
    61.54: FORMITEM: P52_STMETRICS_PRODBRANCH HIDDEN
    This tells me that the bulk of the time (50 seconds in this case) is eaten up in parsing the query. What is this symptomatic of?
    Another problem I've just noticed. It takes about 5 seconds to open up a region for editing (Region Definition) in HTMLDB. When I click "Apply Changes" (even without editing anything) it is taking on the order of minutes for the changes to be applied to the page. Our app server was bounced just before I noticed this.
    These are the params in our DAD:
    <Location /pls/toolsdb>
    SetHandler pls_handler
    Order deny,allow
    PlsqlDatabaseConnectString ...
    PlsqlDatabasePassword ...
    PlsqlDatabaseUsername ...
    PlsqlDefaultPage ...
    PlsqlDocumentPath docs
    </Location>

  • How to Control Width / Align rightmost edge of sub regions on a page ?

    Hi folks
    Am Apex newbie using Oracle XE and 4.0.1 Apex to develop app on laptop before deploying to production.
    I have a page with region display selector and multiple sub-regions.
    Am using Theme as per the Issue Tracker packaged application.
    Problem is that my subregions on page align on left hand side but the subregions widths are different ... therefore page looks a bit scrappy / unprofessional as regions look a bit like
    XXXXXXXXXXXXXXXXXXXXXX
    XXXXXXXXXXXXXXXXXX
    XXXXXXXXXXXXXXXXXXX
    XXXXXXXXXXXXXXXX
    Is there any way to control / make the subregions widths the same so that screen looks better.
    Have spent ages moving individual fields on page to try and force sizes to match but with no luck .. so any help would be gratefully received as always.
    Thanks

    Hi-
    I was trying to align sub-regions side-by-side, I followed what Patrick suggested to put the following in the region's sub-region template.
    <div> #SUB_REGION# </div>then to be enable to put the subs side-by-side I had to put the following in the regions attributes.
    width: 300px; float: left
    that would align the subs side-by-side, I tried to change the template so I can use the attributes
    <div#REGION_ATTRIBUTES#> #SUB_REGION# </div>but when I ran the page I can see the following in the Firebug.
    <div #region_attributes#="">so no effect, am I missing something or what.
    Regards,
    Omar

  • 2 differently aligned sub regions on a region in the same line

    Hi!
    I would like to place 1 region aligned on left, 1 on the right of a parent region. I added style="float:left/right" to sub regions.
    <div>
    #SUB_REGION#
    </div>
    is added to parent region's sub regions template.
    If I leave this way, then They are eligned correctly, but not in the same "line", but under each other. If I add style="float:left/right" to sub regions template, than sub regions will aligned side by side, but I can't force to place in the same line one left, one right.
    What is strange, than if float added in region's sub regions template, (side by side), and change float of on of the sub regions in firebug, that appears good.
    How to do it correctly?

    selection-screen : begin of block B1 with frame title TEXT-001.
    selection-screen : begin of line.
    selection-screen : comment 1(23) TEXT-001.
    parameter        : P_01 radiobutton group R1.
    selection-screen : comment 30(8) TEXT-001.
    parameter        : P_02 radiobutton group R1.
    selection-screen : comment 42(10) TEXT-001.
    parameter        : P_C01 type rlgrap-filename obligatory.
    selection-screen : end of line.
    selection-screen : end of block B1.
    Change the text elements accordingly
    Regards
    - Gopi

  • Can I set up a Master-Detail Page with report regions for 2 Detail Tables?

    Hi there,
    I am just starting to use Application Express.
    I have a Table (A) with Master-Detail relationships to two Tables B & C.
    I can set up a Master-Detail Page between Table A and Table B, where the records displayed in Table B change when switching between records in Table A. I would like to add Table C to the page and for this to work in the same way.
    Is this possible in APEX? (I've tried adding a report region for Table C and making the Region Source dependent on the same ID field as is used by the report region for Table B but I keep getting "No Data Found" for Table C).
    Many thanks.

    Thanks, but the text needs to be on a single master page which every page is assigned to. This is so the text alternates correctly regardless of whether new pages are inserted or moved. If I assigned separate master pages to individual pages and then moved the pages to a different location, the alternating footer text would then fall out of sync. I hope that made sense!

  • Sub-Region in a query

    Hi All,
    I have to write a query wherein I have to use Divisions in the rows.
    Now in my system I have these Divisions defined. But furthermore the requirement says that the data should be displayed at sub-region level.
    these sub regions of a region are based on the customer codes.
    For example, if customer code is HBV2XYZ then sub region is North and if it is HBV8XYZ then the sub region is South etc.
    Now, in my Sales cube I have data at divsion level and Custmore sode is also there in my cube.
    How do i write this query which should give me data at the above defined subregion level which is nothnig but customer code?
    Thanks and regards,
    Sharmishtha

    Sharmistha,
    Did not see that in your mail earlier -
    Considering that the Customer sub regions are coded into the Customer codes... and this being for customer data - it sould be better is you had a transfer routine as Edwin Harpino suggested and store the same as a nav attribute on Customer master - that way if the customer master changes - you need not worry if the customer shiufts across regions etc - that is of course depending on your requirement...
    You could use a virtual Characteristic otherwise. And is this in Excel or the Web - if it is in WAD - you could use the table modifier to achieve the same....
    Arun
    Assign points if useful

  • Standard jQuery tabs and an interactive report as a "tab" sub-region

    Hi all,
    I have a standard, simple implementation of jQuery tabs following the exact instructions by Patrick via this thread:
    Re: New themes in APEX 4 not working with JQuery tabs
    As one of the "tabs" (sub-regions), I want an interactive report. I use "no template".
    Problem is that when the IR is in a tab, the pop-up column menus and such are no longer aligned, e.g. I click one of the column headers of the IR and the pop-up menu shows up much lower on the screen than it should -- sometimes off the screen if I have another region above. Can anyone assist? Maybe it's a DIV tag conflict between the jQuery template and the built-in IR?
    Here is my example app:
    http://apex.oracle.com/pls/apex/f?p=19782:1
    Also another issue I've never seen quite resolved -- on "tab2" in the above app, you see what happens when you actually use a template in the sub-region. It breaks off the encompassing parent tab.
    Sorry, if I was more savvy in the display options, I could probably solve all this -- so I'm hoping somebody else is or has already solved it and can share. Thanks so much!
    David

    If anyone is interested, I finally found the answer to this issue. It's all here:
    http://www.apex-blog.com/oracle-apex/using-jquery-to-fix-broken-apex-interactive-report-drop-down-menus-150.html
    Very special thanks to Stephen Blair (who owns the blog above) for the simple solution! Thanks Stephen!
    David

  • Shipping cost not getting calculated in CRM IC webclient for a region

    HI all,
    I have an issue where when we create an order, the shipping cost is not getting calculated automatically.. and so we are having to manually enter the shipping cost..this is happening only for Apac regions. for all other regions it seems to be working. but the shipping cost is getting calculated in R/3. can anyone provide input for this?
    Also, what factors determine the shipping cost?
    Thank you,
    Preethy

    what price conditions determine your cost in R/3?
    might be easier to use the CRM gui and create the order in crmd_order and look at the conditions.  Unless you set it up there is no plant in CRM (just vendor) so if your cost is tied to your plant, I'm not sure how you would get this without a possible rfc call to R/3.

  • Can I use my Apple ID (Russia region) for reserve iPhone 4s in Germany if I will be there?

    Can I use my Apple ID (Russia region) for reserve iPhone 4s in Germany if I will be there?

    yes. (at least i think so)

  • How to create a inline message for report region...

    Hi,
    Can any one pls tell me the document link for to create a inline error message for report region?
    im trying to do a dynamic validation for report region.i've manually created a report region with apex item.
    im searching it for long time, im cant able to find any demos or example.
    Pls help.....
    Thanks in advance...

    Any help???

  • Google maps don't display right, part is good but about half of it says "we are sorry, but we don't have maps at this zoom level for this region." Zooming out doesn't help.

    When displaying a Google map I get about four vertical strips that alternately display good and in gray bands. The gray area displays the message "we are sorry, but we don't have maps at this zoom level for this region." Zooming out doesn't get rid of the gray areas.
    I've had this problem for over a year and get around it by using either MS Internet Explorer or Google Chrome which work Ok. Otherwise Firefox works fine and I use it for everything else except Google Maps.
    I've tried an uninstall of FireFox and then reinstall but it didn't help. I don't remember what I was doing when this problem first showed up.

    You're welcome

  • What Metadata Standard is used for Face Regions?

    Nice to see that LR6 now has support for Face Recognition and Face Regions. However, nowhere in the online help is it stated explicitly what metadata standards are used for the image regions.
    I would hope that as Adobe is a member of the Metadata Working Group, then LR6 is using the metadata standard specified by the MWG for image regions.

    It's the MWG.
    Within Lightroom itself, the face regions are recorded inside the catalogue and this data is associated with keywords.
    When you export a photo, unchecking the option Remove Person Info, the names are also written to the IPTC Extension Person Shown and the MWG Regions too.
    I suggest you export a photo as above and examine its metadata in the Advanced tab of Bridge's FIle Info dialog box, or in some other metadata tool.

  • I've just found the keyboard shortcut in Garageband for 'copy region' had changed from cmdC to ctrlC. I went to Preferences and clicked Restore Defaults for shortcuts. Now its altC . How can I get it back to the original commands.

    I've just found the keyboard shortcut in Garageband for 'copy region' had changed from cmdC to ctrlC. I went to Preferences and clicked Restore Defaults for shortcuts. Now its altC . How can I get it back to the original commands.

    When I use find file http://www.macupdate.com/app/mac/30073/find-file (which does tend to find files that "Finder" can't), it's not coming up with any other itunes library files that have been modified in the past week, which I know it would have been - unfortunately, I don't have a very recent backup of the hard drive.  It would be a few months old so it wouldn't have the complete library on it....any ideas?  I'm wondering if restarting the computer might help but have been afraid to do so in case it would make it harder to recover anything...I was looking at this thread https://discussions.apple.com/thread/4211589?start=0&tstart=0 in the hopes that it might have a helpful suggestion but it's definitely a different scenario.

  • Can I make a custom position for a region ?

    Hi guys,
    I am trying to place a region on a page using CSS attributes. I tried this thing:
    in the region header :
    <div style="width:300px;height:150px;position:absolute;left:100px;top:100px;"> in the footer:
    </dive>but the problem is that only the items of the region get a new position.
    How can I place a region where I wish ???
    FYI:
    I use
    Windows 7 64 bit
    Apex 4.1
    Theme : 23-crimson
    Glass Fish server
    Oracle Database 11g Express Edition Release 11.2.0.2.0 - Production
    PL/SQL Release 11.2.0.2.0 - Production
    CORE 11.2.0.2.0 Production
    TNS for 32-bit Windows: Version 11.2.0.2.0 - Production
    NLSRTL Version 11.2.0.2.0 - Production
    I hope my question is clear.
    Regards,
    Fateh

    Fateh wrote:
    in the footer:
    </dive>
    Was that really <tt>&lt;/dive&gt;</tt> or <tt>&lt;/div&gt;</tt>? Getting it right with the latter might help...
    Region template?
    Browser & version?
    Probably get better results by either giving the region a static region ID and using this as a selector in a separate style sheet, or putting your inline style in the region attributes.

Maybe you are looking for

  • Problem with multiple copies of Office 2013 in same account

    Hi, Over the last year or more we have replaced PCs in the office and bought one copy of Office Home & Business 2013 for each. We follow the correct installation procedure and each time another Office Home & Business gets added to the list in our off

  • How can I clear songs from my iPhone

    Long story short. Bought a 200-song compilation jazz album from iTunes store. Don't like most of the songs but can't find a way to delete my purchase. On my iMac I've hidden the album in the store so it's not in my music library. Unfortunately, dozen

  • Yoga 2 Pro, Etekcity 16Ah power bank and some additional measurements

    Hello guys, this would be my short review of Etekcity Wingman external battery I use with y2p. As you know, the y2p battery performance is a little disappointing for a Haswell ultrabook (at least for some), so it's a good idea to have some additional

  • Can't open the illustration.

    I have a fresh installation of MC CS5. I'm trying to import PSD-file to an AI document, but all I get is a message that says: Can't open the illustration. No errors or anything else. If I try to use Place for my PSD-file, nothing happens. I have 30 i

  • Where to airdrop files go on mac

    I have sent some photos from my iPhone to my iMac using airdrop, but I don't know where the files have gone on the mac