What controls breadcrumb region position?

I took Theme 16 (Dark Blue) and did some small customizations to modify templates and remove those I never use and update some of the CSS classes used. Since doing that, anytime I create a new page using this theme that includes a breadcrumb region, it does not correctly put it in Region 1. If I look at the builder, it actually says Region Postion (with a blank where it should have the value like 1). I have to then open the breadcrumb region and manually change it to Region Position 1.
Where is the setting to default the region? Its not a huge deal to change it every time to the correct region but was curious how this is set? I can throw up a screenshot if necessary to show what I mean.

Thanks - I took a look and found a Display Points Box and it has Page Template Region Position 1 as the Breadcrumb display point and this in the body of the template:
<td width="100%" class="t16BreadCrumbRegion" valign="middle">#REGION_POSITION_01#</td>
Whats strange is that if I create a new page and choose to create a breadcrumb through the wizard it can't find the correct region position to put it in. If I choose No breadcrumb and then manually create a breadcrumb region, it not only defaults to the correct region but actually appears in the breadcrumb region.
Kind of quirky!

Similar Messages

  • How to control the cursor position on a text item..

    Hello,
    How can we control the cursor position programmatically on a text item.
    i.e. how do we move the cursor to home or end of the text item.
    TIA,
    Hiten

    If you have an access to metalink.oracle.com, take a look at notes:
    Note 61656.1 (V45) HIGHLIGHTING A REGION OF TEXT
    Note 131028.1 Default Highlighting in Forms (Client Server)
    and threads from metalink forum:
    531481.996 "Select_All not working in 6.0.8.25.2", 153092.995 "Text item cursor position"

  • Display drop down in the breadcrumbs region

    How can I display a drop down in the breadcrumbs region on opposite side of the breadcrumb entry? I have played with Displayed and element properties of the drop down but did not made any difference. The Drop down is displaying right below the breadcrumb entry. Any help is greatly appreciated.

    Hi,
    Try:
    1 - Create an HTML region in "Page Template Region Position 1" and set it to Column 2
    2 - In the "Region HTML table cell attributes" setting, put: align=right
    3 - Put your select list in this new region and set the Label Alignment to Right and the Horizontal/Vertical Alignment to Right
    As long as your breadcrumbs are in the region position, they will be on the left and your select list will be on the right as setting the new region to Column 2 splits the row into two cells and the remaining settings above just ensure that everything is displayed to the right of the second column.
    Andy

  • Need some help with region position

    Hi,
    I need som help with regions position....
    Background:
    I have 2 regions, I will call them reg1, reg2 and reg3.
    reg1 = Page Template Body (2. items below region content), column 1, search region.
    reg2 = Page Template Body (2. items below region content), column 2, import file region.
    reg3 = Page Template Body (3. items above region content), column 1, search result, grid region, very wide.
    Issue with the position, the setup explained makes my layout like this
    reg1--------------------------------reg2
    ------------------reg3--------------------
    What I want:
    reg1-reg2
    ------------------reg3--------------------
    What am I doing wrong?
    Regards Daniel

    Daniel,
    this will also work:
    Region1 HTML table cell attributes
    width="10%"
    Region2 HTML table cell attributes
    align="left"
    without touching the page template.
    Denes Kubicek
    http://deneskubicek.blogspot.com/
    http://www.opal-consulting.de/training
    http://htmldb.oracle.com/pls/otn/f?p=31517:1
    -------------------------------------------------------------------

  • How to add other Links on Right side of Breadcrumb Region

    Hi,
    I want to display some other links like Help, Search, etc... to the extreme right side in the Breadcrumb Menu Region. Left side will have the same default breadcrumb stuff.. like Home -> Emp -> ..
    Any idea if we have to customize the Region Position 1 (default position for Breadcrumb) to acheive this and how..
    Thanks,
    Deepak

    Hi Jari,
    I have tried that.
    I have created a HTML Region, display point - Region Position 1 (same as for Breadcrumb region).... but it's coming in the next line..
    Actually I need to display links on the right side in the same Breadcrumb region in which normal breadcrumbs are dispalyed on the left side..
    something like
       Home -> Dept -> Emp                                                  Help | Searchso breadcrumbs are displayed on the left side as usual and the links I want to display on the right side.
    I am using Theme 13 - Classic Blue
    Thanks,
    Deepak

  • Can I control the cursor position

    I'd like to confine the cursors position to a grid when it's within a particular panel. I tried public void mouseMoved(MouseEvent e)
    int x = (int) (GRIDSIZE*java.lang.Math.round(e.getX()/(1.0*GRIDSIZE)));
    int y = (int) (GRIDSIZE*java.lang.Math.round(e.getY()/(1.0*GRIDSIZE)));
    e.translatePoint(x,y);
    } But that didn't work. Can it be done?

    I'm not exactly sure what you want to be done, but, if you want to control the mouse position, you can create a Robot object (check the class in the java docs) and use robot.mouseMove(mouseX,mouseY) where mouseX and mouseY are integers. THIS ONLY WORKS IN APPLICATIONS THOUGH. its too powerful to be able to control a persons mouse, (and keyboard is controllable too with Robot), you can imageine what a person could do lol.. Anyway, you could repeatedly check if the mouse position is on the grid, and if it isn't, use robot.mouseMove, to place it onto the grid.

  • Region Position 01 loads before 'Before Regions' processes?

    Bug?
    I'm using HTML DB 2.0 and it appears that the region in Region Position 01 loads before my 'Before Regions' process. The process sets a page item's value to null and all the regions on the page are conditional for 'Item not null' for that item. All of them are hidden except for the region in Region Position 01 until the next page load where the item is already null -- only then all the regions are hidden. I'm using 'Before Header' now instead, but that has a nasty implication.
    Pavel

    I think I have an idea of what's causing it and how you can reproduce it.
    Edit your template and have it contain the following:
    #REGION_POSITION_01#
    #BOX_BODY#
    #REGION_POSITION_02#
    Note that region position 01 is before #BOX_BODY#.
    Try it now :)
    Pavel
    ---- Update:
    Ordered them like this: body, reg1, reg2, .... and no longer using 'body' on that page. That fixed the problem.
    Pavel

  • How to popup a page from a button not in a region position

    Hello.
    I am using Apex 2.2.1. I have a form (not a report) on which I've placed a button that is positioned "among the items" as opposed to being placed in a specific region position.
    When the button is clicked I would like to have another page popup. The problem is that I can get this to work only if the button is placed in a region position. With the button in a region position, I define the target to be a URL and then place a call to the popUp2 function, as in:
    javascript:popUp2('f?p=&APP_ID.:32:&SESSION.::NO:::', 900, 700);
    This works fine.
    However, I need to position my button on the immediate right hand side of a form item. But when I create a button in such a position, I have no field in which to place the call to the popUp2() function. Instead, I have to create a "Branch to Page or URL" and then place my javascript call in the Branch field. Unfortunately, when I click the button, Apex wants to branch to page zero instead of the desired page. I saw that when I move the mouse over the button, Apex shows:
    javascript: doSubmit('MY_BUTTON_REQUEST');
    And, as mentioned, Apex tries to branch to page zero.
    How does one call the popUp2() function from a button that is not placed in a region position?
    Thank you for your help.
    Elie

    Hi Elie,
    I had the same problem ... I only got it solved with creating a hidden item and adding the input-tag into the "Post Element Text" field.
    Just have a look in the source code of your page, how a button is build and copy the necesaary code to the mentioned field. So you get a button with ApEx layout and can add your javascript call.
    chrissy

  • How can I tell what control the modulation wheel is assigned to?

    Hello,
    I understand how to reassign the Mod Wheel and other controls with Command-L. However, once I deleted my learned assignments I realized that the modulation wheel had not been working as it should with the thousands of other presets. Apparently, when I assigned it to the EVP88's Tremolo, it became deactivated from controlling all sorts of fun stuff on the synths.
    My questions is in a two parts:
    1. If I open up some presets in the ES E (for example), I hear the mod wheel tweaking the sound, but I don't see the control it's manipulating when I'm looking at the instrument window on the screen. How can I find out what control the mod wheel is linked to in each instrument?
    2. If I want to reassign the mod wheel on a particular instrument preset, how can I tell logic that this assignment should only be aplicable in a particular preset, and to forget that reassignment when swiching instruments or presets?
    Thanks in advance,
    I'm proudly 10.6.8 and staying there
    Logic 9.1.8
    MacBook pro early 2011 refurbished

    I don't recall there being a way that I've seen to find out if the Hotspot is connected to Band 4 or Band 13. The diagnostic pages are very basic.
    A good rule of thumb with Band 4 is to consider the following. If you have 3 bars or less, you're likely not on Band 4. The device will head to Band 13 as it will usually provide better signal reliability. If you're indoors, you're more likely to be on Band 13.
    Also take note that Wi-Fi is a common limiter on the speeds you'll get. You'll usually see nothing more than 30Mbps on most Wireless N devices. Connect to the Hotspot using USB Tethered mode and speeds should be a bit better.

  • Region position 2 with 2 parts.

    hello
    My pages are made like this :
    Menu region in region position 01
    Body pages in region position 02
    Now, in the body pages : there is some pages in witch the content ca be organized in two parts (in each part I can have a report).
    I know that I can not have a region within another region...
    How can I manage this type of pages/regions.
    thanks!
    Marie.

    Use 2 or more regions in Display Point Region Position 02, with different region templates as necessary to display titles, buttons etc.
    e.g. Region with items at sequence 10; region with report at sequence 20, using region template Region without Title or No Region so it appears seamless with the first region.

  • What control is being used here?

    I'd like to create an interface similar to the Windows Maps app where a sidebar displays when the user puts focus on a search box. I can't seem to figure out what control they're using. At first I though it was a Flyout, but it is not dismissed when the
    user clicks off of it. Can anyone tell me what control it is?

    Hi joshberry,
    Could be a Popup with
    IsLightDismissEnabled property disabled.
    --James
    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.

  • What is a 'region tag'?

    We just upgraded to the first service pack for MDM 5.5, and I'm starting to write some Java to play with the repository.  There appears to be a CatalogData.Login method that let's you specify a min/max number of pooled connections - very handy!  However, there's an additional parameter called a 'region tag'.  Does anyone know what this is?
    The API documentation is woefully inadequate in this respect.  Calling a parameter a 'region tag', and then indicating in the documention that a region tag is the region tag to use for the repository isn't that useful.
    Specifying a blank region tag generates this exception:
    a2i.core.StringException: No matching region tag
         at a2i.common.CatalogData.LoadCatalogData(Unknown Source)
         at a2i.common.CatalogData.Login(Unknown Source)
         at com.xxx.dw.mdm.utils.ConnectionPool.getConnection(ConnectionPool.java:59)
    Error code: 0x80000001     at com.xxx.dw.mdm.utils.Test.run(Test.java:26)
         at com.xxx.dw.mdm.utils.Test.main(Test.java:21)
    Error message : No message for RC (0x80000001)
    So: what's a region tag?

    Hi Ken
    There are two language parameters which you can specify when working with the API:
    1)       The data language – this is defined in the CatalogData.Login() function via the LanguageString/RegionTag parameter.
    2)       The schema language – this is defined with the function CatalogData.SetCodeRegion(), and must  be called before CatalogData.Login(). If no schema language is defined, the schema language defaults to the data language.
    e.g. CatalogData.SetCodeRegion(“English [US]”)
    The implications of this are as follows:
    1)       The function GetName() of CMFieldInfo and CMTable info returns the data language name.
    2)       The new function GetCode() of CMFieldInfo and CMTableInfo returns the schema language name.
    3)       When referring to fields or tables by name, you MUST use the schema language name. For example, when adding field names to a ResultSetDefintion.
    ·         NB.  1)  The function CatalogData.Login() will fail with ReturnCode = 6 (BAD_DATA) if you set a schema language for which not all table and field names exist.
    ·         NB   2) You cannot call CatalogData.SetCodeRegion() after logging into the catalog.

  • What controls the space above 'maincontent' in CSS layout with header?

    In a freshly-downloaded CSS page layout with header (twoColHybLtHdr or similar), there is a space of about 20px between the bottom of the header box and the top of the maincontent box.   Because of this space, when a bottom border is added to the header and a left border to maincontent, the two lines don't intersect, which is what I want.  What controls this space so I can get rid of it?
    Thanks,  Joann

    Hi Joann,
    after formatting your text from "Ueberschrift 1" to "Kein" (translated from German DW)
    Header 1
    Header 2
    all spaces were gone.
    Hans-G.

  • A button in a region position

    "a button in a region position" - hello, is it possible to place this kind of button among region items?
    in Button Position options i couldn't find possition i need..
    thx, mariam

    Hi,
    I think there may have been a couple ways of doing it but I can only remember the one.
    Create a new template specifically for that button copying a previous style. You then reference that button type in the button amongst region items. This custom template would have something like:
    <a href="myHost();" class="t6Button">#LABEL#</a> Or in your case a link to a page.
    If you want it for a different piece of functionality then let me know & I'll try to remember the other way I did it.
    Mike

  • Can's create buttons in a region position

    Hi every body,
    i'm trying to create a button in a region position, but i can´t create it.
    I select this option, but i can't select the region cause i haven't any list to select the position. I haven't any form to select any parameters.
    Morevoer, when i try to edit a old button creted in a region position i recive the next error:
    Error inesperado. No se ha encontrado el nombre del elemento a nivel de página o aplicación.
    ERR-1002: No se ha encontrado el identificador de elemento para el elemento "F4000_P4314_ID" en la aplicación "4000".
    Someone can helpme.
    Thanks.

    I really need help.
    I'm trying to edit the buttons in a region position and I always get the same error:
    ERR-1002 Unable to find item ID for item "F4000_P4314_ID" in application "4000"
    I can't do anything, unless I edit the buttons, I can not make many changes in my application.
    Please someone help me.
    Thanks.
    Víctor.

Maybe you are looking for

  • After upgrading to 8.1 Pro from 8.0 Pro, my Storage Spaces and Storage Pool are all gone.

    Under 8.0 I had three 4-terabyte drives set up as a Storage Pool in Storage Spaces.  I had five storage-space drives using this pool  I had been using them for months with no problems.  After upgrading to 8.1 ( which gave no errors ) the drives no lo

  • Sub-headings in the alv grid

    hi friends, I have to use sub-headings in the grid display. please help me how to use the function  REUSE_ALV_HIERSEQ_LIST_DISPLAY for that. !  vendors from gujarat                 !      vendor from outof guj.           ! !  amount ! tax ! Discount

  • How to schedule an app (sudoku)?

    New to HPePrint apps and have scheduled an app for crosswords already with good success, however, I can not find a way to schedule my sudoku app?? There does not seem to be a "start up box" as was the case with the crossword app. Can you assist?

  • Syncing all podcasts instead of just some

    My iPhone has been running out of space a lot recently so I decided to set the phone's Podcast settings within iTunes to 'Automatically include 10 most recent unplayed episodes of all podcasts'. Instead of trying to sync all the podcasts that I've su

  • VPN Client - Specify Custom Client Firewall (eEye Blink)?

    I am trying to figure out if there is any way I can define a custom client firewall agent. Specifically I am looking to check for eEye's Blink HIPS agent. Ideally it would be great if this were fully supported/integrated similar to the various Zone a