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.

Similar Messages

  • 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

  • Item other than a button in a region position

    Hi All,
    In a region template, there are substitution strings such as #EDIT#, #CLOSE#, #CREATE#,..etc that allow you to create buttons in these positions.
    Rather than a button, I would like to create a combobox in one of these positions. Is this possible?
    Thankyou,
    Shane

    Hi again. I managed to work this out.
    For those interested, you can accomplish this by creating a shortcut and placing the name of the shortcut in the region template.
    For example in the region template place <td>"TEST_SHORTCUT"</td> wherever you want it.
    And then create a shortcut named "TEST_SHORTCUT" of type PL/SQL. You can then selectively display the "select list" and its contents depending on a specific page...eg
    BEGIN
    if :APP_PAGE_ID = 1 then
    return HTMLDB_ITEM.SELECT_LIST(9,'Y','Yes;Y,No;N');
    ELSIF :APP_PAGE_ID = 2 then
    return HTMLDB_ITEM.SELECT_LIST(9,'M','Male;M,Female;F');
    end if;
    END;

  • Can we add button in query region  along with go and clear

    Hi Friends,
    i have a requirement as below steps-
    1)i have developed search pgae by using query regiion
    2) in pgae,first we have search items,go and clear(submit buttons), table region.
    3)here go and clear buttons came automatically.
    4) i can able to add button in front of the page and end of the page.
    4) my requirement is i need to add one more button along with go and clear(here go and clear button are in between search items and table region) .
    5)i am not able to add button along with go and clear.
    Can any one know how to do this--
    Thanks in Advance
    vamshi

    Hi Vamshi,
    You can not create extra buttons in Standard Query region.
    Alternatively you can create your custom region for the search and there you can add a button. If you don't need advanced region, you can create the custom region in place of standard one.
    Anoop

  • How can I creat buttons that...

    eventually apprear along with the background movie?
    I used Motion to create a short background movie (15 seconds) and I would like to add some buttons at the bottom of the screen. What I would like to do is to make those buttons to be gradually appearred.
    Thank you very much for your advices and instructions,
    Kind regards,
    James
    P.S. I use DVD Studio Pro 4, part of Final Cut Studio '05
    2xPB15 1.33GHz 512Mb Combo, 80GB HD   Mac OS X (10.4.3)  

    What you do here James is to add the button text and whatnot to the Motion footage that you created for the background, making the buttons fade in or appear as you want. Add enough footage to the end for the user to make a choice - typically 30+ seconds where things are still and steady. You then import this in to DVDSP and set it into a menu, then adjust the loop point to be where the buttons have settled in place. You can now add an overlay file to the menu so that you get the buttons highlighting as you want, by creating this in something like Photoshop. For the purpose of the menu you treat it now as a simple overlay menu and draw out the button rectangles over the button text and overlay highlights.
    What happens is the overlay gets attached to the loop point marker so that the background plays, the buttons fade up and then the overlay kicks in which makes the buttons 'clickable'. The static portion of the menu remains in place until the end of your footage so that the user can make a selection. If they don't, the menu loops back to the loop point and the user has another 30+ seconds to make their choice. When the loop occurs the buttons will momentarily flash off and back on again... all that is normal.
    Have a read up on setting the loop point in the DVDSP manual... good luck!

  • Question about region position on a page template

    Hello all,
    I'm trying to create a new page template but I can't create more than 8 Region Position on this.
    Is there a limit on the number of Region Position?
    Thanks
    Paolo

    Paolo,
    eight is the limit. Why do you need more than that? In each region position you may put
    your regions in separate columns.
    Denes Kubicek
    http://deneskubicek.blogspot.com/
    http://www.opal-consulting.de/training
    http://htmldb.oracle.com/pls/otn/f?p=31517:1
    -------------------------------------------------------------------

  • 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 create clearer, sharper images and buttons in Muse?

    How can I create buttons and images that have a vector like clarity? When I upload images (buttons, jpegs and pngs) a lot of the time they seem to have a slightly fuzzy quality to them. I have read previous posts on this matter and none have helped. Any feedback on this will be greatly appreciated. Thanks

    When you place your images in exactly the size you saved them in Photoshop or whatever, Muse doesn’t touch it.
    The quality in this case is the quality you saved the image.
    The best way is, to examine in Muse the available pixel size of the image and then use Photoshop to obtain this size
    A helpful widget to examine the potential size of an image in advance, is the "lore ipsum"-Muse-widget, that you find in the free widget collection "Andrew’s Prototypes":
    Andrew Prototypes | Exchange | Adobe Muse CC

  • Can i Create A business object of my own without inheriting

    hi gurus,
                  Can i Create A business object of my own without inheriting from any other business object. i Know how to create sub type.

    yes, u can choose 'create' button in SWO1 and not fill field Supertype.
    or copy your new BO from already exist.

  • Won't let me draw buttons or drag shapes to create buttons of drop zones

    Hi I'm using DVD studio pro version 4, and for some reson I can not create buttons with the mouse or from when I drag shapes over. Is there somesort of setting I need to fix, or is my system just acting up?
    Thanks for your time
    mike

    Are you using any Font management software? This problem typically happens when you turn off some of the fonts that DVDSP uses within the app... try turning on all your fonts and see if that helps.

  • Can a button be easily moved between Items and Region Position?

    When a button is originally defined, we have to choose whether it is to be placed amongst the items in the regions, or placed in a pre-established region position. Once the button is defined in to one of those places or the other, is there any way to "reassign" it into the other location, i.e. move it between "in the items" and "in a region position"?
    Using Apex release 4.1.1.00.23
    Edited by: Mark T. on Feb 29, 2012 11:03 AM

    I don't believe so, but it won't take long to re-create.

  • Can you create more region display points??

    There are a number of region display ponts ie Page Template Region Position 1, Page Template Region Position 2.........> Page Template Region Position 8. Is it possible to create another ie Page Template Region Position 9 which is directly below 8??? If so.. how?? I am building a application and am using alot of conditional displays and i have run out of regions!
    thanks Roddy

    Hello,
    No you can not create more region display points.
    But each display point can have N number of regions in it and conditions are at a region level not a region display point level.
    Carl

  • I have an edit button in my e mail account but when I press it I don't get the ''get new mailbox' button. How can I create e mail folders? Thanks.

    I want to create e mail folders for my goole account. I go to the account and as suggested in the forum i tap on edit. Then instead of getting at the botton a button that says 'new mailbox' i get 2 boxes one red that says delete and one blue that says move. This is on an ipad 2. I have also an ipad 3 and there it does work. I have checked the settings in both ipads and they seem identical to me.
    How can I create the foldesr then on teh ipad 2?
    Thanks a lot!

    You need to be in the mailbox list for the account when you tap edit.
    Sounds like you might be trying to do it from insider you Inbox.
    Matt

  • How can you create a button master that can be unlocked but where edits to the master will affect all buttons?

    I'm creating a course calendar (January - December) for an organization and courses are repeated several times throughout the year. I've been asked to create this as an interactive pdf rather than as an interactive Indesign document that can be viewed via a browser, so I'm unable to use multi-state objects
    Anyway, I've created button masters for such buttons such as previous page/next page, course index and search on my master pages, so that's all fine and dandy as I don't need to move these elements. The way I have set up the calendar is that you click on the course name (a button) and a popup (also a button) shows up with a course description - I want to be able to move these popups so that they are the general vicinity of the course name button and not just floating about in the centre of the calendar.
    However, because course descriptions or what is offered in the course change frequently and I am expected to keep the calendar up to date, it doesn't seem efficient to have to manually change every description for a course popup that shows up several times throughout the year or even several times on a month. The issue is that even if I create the popups on the master page, as soon as I unlock them on my month pages and move them to where I want them to be...they'll no longer be affected by changes to the master.
    Is there some sort of function like in html/CSS where you can assign a class to a button or something? Or it is something that Indesign isn't capable of and I will just have to do it manually and try to be careful not to miss any courses when they are updated?
    Any help is appreciated!

    While you could create a different screen for each, a better way to do this is via some form of database.  The buttons cause functions to be executed and the functions utilize data resources based on the selections that are established.
    So if you pick a particular character, a variable is a assigned a value that indicates that.  That variable is then utilized to extract the data associated with the character and to build the screen elements related to the options for that character.

  • Can you create a button from apDiv in CS4

    can I create a button action for in the code view
    <div id="ap Div3"></div>
    I know how to link text that I place within the div id to a html document but I want to be able to draw an AP DIV from the layout and have it contain an image or color, then when hovering over have the background change to a color, then be able to hit anywhere whithin the <div id="ap Div3"></div> area and have it change to another color.
    I am very comfortable with flash and am having a dificult time understanding the rigid layout of dreamweaver.
    thanks in advance

    I get the impression you are new to DW.  With that said, I think it would be a very good idea for you to go over to http://www.w3schools.com and get familiar with html and css.
    I dont believe you can have an apdiv as a link (I may be wrong, but hopefully at the end of this  it will not be relevant), however you can have a "button" or other graphic as a link. Here is the code.
    <a href="http://www.yourlink.com"><img src="folder/file.ext" width="200" height="200" /></a>
    This will create a link on an image.
    If you want the image or colors to change, you will have to go and set rules for your links.  Put the following in your editor (DW Code View) and adjust as you like.
    a:link {
        color: #333333;
    a:visited {
        color: #FFFFFF;
    a:hover {
        color: #CCCCCC;
        background-color: #333333;
    a:active {
        color: #333333;
    Lastly, apdivs, in particular for someone new to DW and html can be a world of pain.  Trying to use them as a layout object can be very frustrating, because once you have tweaked and tweaked them, you look at your layout on a different machine, and chances are it looks nothing like what you had.
    HTH
    Gary

Maybe you are looking for