Jdev 11G ADF BC: how to set the position of an external browser window?

Hello

I created the true to the "useWindow" property to open a dialog box to send a simple confirmation message after the user clicks a button.

The dialogue window always appears in the upper left corner of the parent page, that I don't like. Is there a way to define where the dialog?

Thank you very much

Annie

Hello

showPopupBehavior does not work with exterior windows. There is no option to set the position of the external window (just the height and width).

Frank

Tags: Java

Similar Questions

  • How to set the position and size of the façade using the FPRunTimePosRunCustom method in a c# application?

    How to set the position and size of the façade using the FPRunTimePosRunCustom method in a c# application?

    I found a solution! -Set the size and position of the façade with the help of the

    File > VI properties > window running Position (in category list) > custom (in position of menu drop-down).

    then just accept the current position and size (leave the boxes checked) or set values you want directly (uncheck the boxes and fill in the numbers), or physically position and size the façade and use, the "set to current location" button and press "set size" current All that is easier for you.

    OK so it does not make use of the method VI Methods (Active X) FPRunTimePosRunCustom ([Position], [Size]) but if labview want to make him difficult to use then other means must be found.

  • How to set the maximum fan speed. on X230t (Windows 8)?

    How to set the maximum fan speed. on X230t (Windows 8)?

    I use TPfancontrol to set the speed of the fan in the X230t. However, this will result in excessive wear on your bearing X230t fan, which causes a premature fan failure. Is there a reason why you want to run the fan at max speed?

  • How to set the position of the ButtonField in Manager

    Hi all

    Can someone give me little piece of code that can help me set the ButtonField position in the Manager.

    Thank you

    TEJ

    Hi Tej,

    To think that I saw in your code is that you not layout() for buttonfield in the sublayout(). You use custom manager or the substitution of the sublayout (method 0 only for a Manager.

    In any case, here is the example code that handles the touch event

    class MyScreen extends screen
    {
    ButtonField button;

    public MyScreen (parent of BBApp)
    {
    Super();
    LayoutManager Manager = new LayoutManager();
    button = new ButtonField ("click")
    {
    protected boolean touchEvent (TouchEvent message)
    {
    If (message.getEvent () is TouchEvent.CLICK)
    System.out.println ("click the button clicked");
    Returns true;
    }
    };
    Manager.Add (button);
    Add (Director);
    }
    }

    class LayoutManager extends Manager
    {
    int nX, nY, nFields.
    int nXPos [] = new int [2];
    int nYPos [] = new int [2];
    On the field [] fields = new field [2];

    public LayoutManager()
    {
    build a Manager with vertical scrolling
    Super (Manager.NO_HORIZONTAL_SCROLL |) Manager.NO_VERTICAL_SCROLL);
    nX = 0;
    nY = 0;
    nFields = 0;
    nXPos [0] = 20;
    nXPos [1] = 40;
    nYPos [0] = 120;
    nYPos [1] = 240;
    }

    public void add (field)
    {
    Super.Add (field);
    fields [nFields] = field;
    nFields ++;
    }

    protected void sublayout (int width, int height)
    {
    for (int i = 0; i)< nfields;="">
    {
    setPositionChild (fields [i], nXPos [i], nYPos [i]);  set the position of the field
    layoutChild (fields [i], width, height);  Spread the field
    }
    setExtent (360, 480);
    }
    }

  • Jdev 11G ADF BC: rollback and keep the current line problem

    Hello

    I have 2 pages of tabs in the application. The second is a page change that has a master detail data set can be changed and 2 buttons - submit and rollback.

    Submit button is a validated method from the viewImpl.java that will save your changes and keep the currently selected line.
    Cancel button is also validated method of the viewImp and the restoration on the changes and keep the line currently selected.

    There is a validator that is set up for a component on this page. When user input is not valid and that the user clicks on the "Restore" button, the error message appears and stays there until a valid value is entered.

    How can I restore without validating any component. In a Word, how to disable the validator when you click on restore.

    Thank you very much

    Annie

    I would suggest trying to use Steve code as is in the view object in beforeRollback, afterRollback.
    It works very well with the button restore default
    Maybe the problem is that you made the restoration of the Interior of the view object.
    You can also find a script to test for 11g in [http://adfbugs.blogspot.com/2009/09/range-paging-and-restore-current-row.html]

  • Question on how to set the position of the field.

    Is there anyway to set the field position TOP of the screen as Screen.setTitle (Field)?

    My problem is when I add my Manager (who has a backgrond color) for the title. I see a gray line between the title and the body region (the body has a background color even my manager), so I did ' t like it.

    Reason I want to 'FIX' my manager at the top of the screen position is I want to see my manager every time I scroll the screen each time as setTitle().

    THX in advance

    -Maz-

    Try using setBanner() instead of setTitle(). I think that the banner does not normally include a field separator (which is what this line gray).

  • How to set the position of an object PDEPath

    Hello
    I'm a beginner in the plugin Acrobat SDK development.
    I tried to reflow content within the pdf. I was able to redistribute most of the content except PDEPath object.as

    For PDEPath object re-flow that I was using the function PDEElementSetMatrix (PDEElement pdeElement, ASFixedMatrixP matrixP);

    and the trace object was not get positioned to led. It has been rather get placed outside the margin of page very far above the page.

    Another issue is that whenever I was trying to get the coordinates of the position of any object of PDEPath, using the PDEElementGetMatrix function.
    It's come 0,0 coordinate.

    Can someone help me know what could be the problem here.

    Thank you
    Marie José Saffiuddin

    The position of the paths is indeed defined by the matrix and only in this way.

    Things to watch

    -Make sure that you understand how to work with ASFixedMatrix objects (items cannot be defined directly as integers or real numbers).

    -Make sure you understand how to work the PDF matrices

    n ' forget not that the origin of the matrix cannot be the lower-left corner of the page. items are visible only if they are within the rectangle defined by the CropBox, or if there is no CropBox, the HD Mediabox Recorder

  • How to set the alignment of the field in a table in jdev 11.1.2.3?

    Hello
    How to set the alignment of the field in a table in jdev 11.1.2.3?
    for example: to display a body of numbers in a table as right aligned.
    I tried to put field (amount) VO UI Hint Format Type: Number; Format: 0000.00
    and jspx, flowing, but it doesnot work.
    Thank you.
    Bao

    < af:column sortProperty = "#{bindings." VO1.hints.amount.name}.
    sortable = "true".
    headerText = "#{bindings." VO1.hints.amount.label}.
    ID = "c44" width = "60".
    Align = "center" >
    < af:inputText value = "#{row.bindings.Amount.inputValue} '"
    label = "#{bindings." VO1.hints.amount.label}.
    required = "#{bindings." VO1.hints.amount.mandatory}.
    columns = "#{bindings." VO1.hints.amount.DisplayWidth}.
    maximumLength = "#{bindings." VO1.hints.amount.precision}.
    shortDesc = "#{bindings." VO1.hints.amount.ToolTip}.
    ID = "it58.
    secret = "false".
    inlineStyle = "" text-decoration: overline; ">"
    < f: validator binding="#{row.bindings.Amount.validator}"/ >
    < / af:inputText >
    < / af:column >

    Hello
    To set a field right alignment in a table:
    It doesnot work when InlineStyle-> text-align: right;
    It works when ContentStyle-> text-align: right;

  • How to set the attribute in the request of adf defalut search form

    I use the default search engine in Jdeveloper 11.1.2.3 with Table query.

    I followed this blog to replace the query by default: https://blogs.oracle.com/jdevotnharvest/entry/how-to_tell_the_viewcriteria_a_user_chose_in_an_afquery_component

    Question is how to set the value of an attribute in the request. The user will add what ever he wants those who are caught queryEvent I want to add to the value of an attribute that is not displayed to the user and the search engine and it is necessary for the application to run correctly.

    Hello

    If you went on the blog that I posted, you could get the ViewCriteriaRow of the queryEvent and then you can add the attribute that you want to the ViewCriteriaRow, and then run the query accordingly.


    Arun-

  • How to set the render property of the field on one facet of panelSplitter?

    Hi, experts,
    In jdev 11.1.2.3,.
    How to set the render property of the field on one facet of panelSplitter?
    -If the panelSplitter is reduced then make some fields in the second pane. otherwise, do not make these fields.

    It is not an easy job for me to set the EL expression.
    Thank you.

    OK, just did a small test case. It turns out that the difficulty is to automatically update the fields when the separator discloses. To add a pair of earphone client/server. This sends the event to disclose to the bean to update the fields.
    Page code:

    
    
      
      
        
          
            function disclosePanelSplitter( event) {
                var inputComp = event.getSource();
                AdfCustomEvent.queue(inputComp, "myDiscloseEvent",
                {}, true);
            }
          
          
            
              
                
                  
                
              
              
                
                  
                    
                      
                      
                        
                      
                      
                      
                      
                    
                  
                  
                    
                      
                      
                        
                          
                          
                          
                          
                          
                        
                      
                      
                      
                      
                    
                  
                  
                
                
              
            
          
        
      
    
    

    and the corresponding bean to the scope of the request

    package de.hahn.xyzxyz.view.panelsplitter;
    
    import oracle.adf.view.rich.component.rich.layout.RichPanelSplitter;
    import oracle.adf.view.rich.context.AdfFacesContext;
    import oracle.adf.view.rich.render.ClientEvent;
    
    public class PanelSplitterBean {
        private RichPanelSplitter panelSplitter;
    
        public PanelSplitterBean() {
        }
    
        public void setPanelSplitter(RichPanelSplitter panelSplitter) {
            this.panelSplitter = panelSplitter;
        }
    
        public RichPanelSplitter getPanelSplitter() {
            return panelSplitter;
        }
    
        public void doCustomEvent(ClientEvent event)
        {
            AdfFacesContext.getCurrentInstance().addPartialTarget(panelSplitter);
        }
    
    }
    

    Timo

  • How to set the timeout property Web Service partner link in the new version of the SOA Suite, it is missing

    Hello

    I have a use case in which I'll call synchronous external Web Service and the form of this service, I get the answer after 80 seconds.

    I know that this console form EM soa-infra-> SOA Administration-> BPEL proprieties-> under 'more BPEL Configuration Properties..' in SyncMaxWaitTime can I change the default 45 second in 80 seconds, but it will apply to all synchronous services in this area, and I want only the value appeal of Web Service of particular external reference (link partner).

    For the limit of timeout for the particular web service (partner of external reference link):

    I saw a post at < http://www.mandsconsulting.com/asynchronous-vs-synchronous-bpel-processes > in which there is an option in 'Link partner Edit' form property tab dialog box, we can add "timeout" property but in SOA Suite11.1.1.7 I am not able to find this property form the list.

    on this post < http://abhishek-soablog.blogspot.in/2010/06/timeout-for-partnerlink.html > is also described the same way, but it's just the source code of the highest way of GUI to set the timeout property and it does not work with a new version.

    Can someone please tell me in a new version (11.1.1.7) of SOA suite, which is how to set the timeout for the particular web service (partner of external reference link).

    Thank you

    Can someone please tell me in a new version (11.1.1.7) of SOA suite, which is how to set the timeout for the particular web service (partner of external reference link).

    VR;

    Click em-> composite-> Services and references-> select need to reference and click on-> properties: 'HTTP Timeout of read' and 'HTTP timeout.

    developing composites:

    Click on a reference-> property inspector-> link properties-> plu green and add oracle.webservices.httpConnTimeout with the necessary value and oracle.webservices.httpReadTimeout with the necessary value

    for the same domain defined: oracle.webservices.local.optimization = false

    You can watch

    Administration of Web Services - 11g Release 1 (11.1.1.7)

    How to set a timeout for a Web Service in SOA 11 g (Doc ID 979683.1)

    SOA 11 g: political malpractice not to intercept 'service Endpoint unreachable' error (Doc ID 1503989.1)

  • How to set the default value of the attribute with a sequence number? Is it possible to add a string to seq.no. like abc0001?

    Mr President.

    How to set the default value of the attribute with a sequence number? Is it possible to add a string to seq.no. like abc0001?

    Concerning

    For the date, you can use groovy expression adf.currentDate to set the current date. reference http://adfgouravtkiet.blogspot.in/2012/11/how-to-set-default-values-for-entity.html

    You already have ways to use the sequence.

    How do you add a new value in the form. You're creating a new line of your page (user interface) and by engaging with validation operation? Unless you commit you will not be able to see anything in the table.

    Thank you

  • How to set the initial value programmatically in af:selectOneChoice

    Hi all

    How to set the initial value programmatically in af:selectOneChoice

    filled with view object instance, but I want to show the value initial programmactically

    This can help you: Re: how to set the default value of the component selectOneChoice in ADF

    and the default af:selectOneChoice programmatically from backing bean

  • How to set the LOV when in a pop up

    Hello!!!

    We work with ADF 11 g and the user wants to use a LOV a field during their research and another when they change the information in a pop-.

    I have the popup work and we may change the information but I can't understand how to have a different of LOV show when the user is in the pop-.

    I've set the attribute VO use 2 LOV and I added a transitional attribute to the VO and picked up as a list of value switch but I can't figure out how to set the transient attribute when the pop-up opens
    so that it will use the 2nd LOV while in the pop-up etc and then together is back to normal when they are not on the shortcut menu.

    Everyone comes through this?

    Thanks in advance.

    The best solution I found for this was using two different views and then link them. This allows a different LOV will basically be attributed for the same attribute. Be sure to use the correct view on the specific form for the desired LOV.

  • How to set the number of e-mail messages that are stored on my iPhone

    How to set the number of e-mail messages that are stored on my iPhone – so when I don't have a network connection I can see a 'large' number of messages in my Inbox etc.

    This is series is not defined in the world

    You must go to settings-> mail, contacts, and calendars and check the settings of your e-mail provider offers in this area

Maybe you are looking for