Cannot set the position of Popup LOV 10g shaped

Hello

I'm unable to set the position of popup window popup LOV in my canvas in Oracle Forms 10g.

In the property Palette, I put X Position and Y Position for the desired values, but it is not in the actual position.

Can someone please help in this regard.

Thank you.

Automatic Position property is set to True.
Position Position & Y X is set to 0. Even in this case the LOV is rendered in the middle of the form. It is not displayed next to the button that causes LOV to display.

I tried another way.
Set the Automatic Position on no. property and set the X & Y Position the coordination required, then displayed in my desired position.

So, I was missing the Auto value not earlier. Thanks for your reply, he helped solve the problem.

Tags: Oracle Development

Similar Questions

  • Set the position of a PopupScreen

    Is there a way to define the position of top, on the left of a PopupScreen? SetPosition(x,y) call will throw this error:

    java.lang.IllegalStateException: setPosition called outside the layout

    I use JDE 4.2.1 8800 Simulator.

    Thank you

    Ryan

    Quote from the old forum:

    ligraseac

    Messages: 2
    Join date: Jun 2007

    Screen Popup position
    Posted the: June 29, 2007 05:45
     
    Hello

    How can I set the position of a popup screen? I want to set its position next to a field that has the focus.

    Thank you

    Comments: fjarlier
    Re: Screen Popup Position
    Posted the: 5 July 2007 17:10
     
    Hello

    In your class that extends the PopupScreen, you must override sublayout like this:

    ' public void sublayout (int width, int height) {}

    Super.sublayout (Width, Height);
    setPosition (50,50);
    }

    Because the setPosition can occurs only in the layout method. And then, you can position your PopupScreen anywhere you want.

    For me it works...

    If you have another solution, that I take.

    So long

    Fred

  • Change the color of PopUp Lov

    I have the following code for a popup lov
    select a,b from
    (
    select '1' res, htf.escape_sc(su.sukey) a, htf.escape_sc(su.sukey) b
    from udm_su su, udm_lde lde
    where su.ldeid = lde.ldeid
    and su.sukey in (select su_generic 
                     from vrp_cfg_gensuconv)
    and lde.ldekey = :F140_LDEKEY
    union
    select '2' res, htf.escape_sc(su.sukey) a, htf.escape_sc(su.sukey) b
    from udm_su su, udm_lde lde
    where su.ldeid = lde.ldeid
    and su.sukey not in (select su_generic 
                     from vrp_cfg_gensuconv)
    and lde.ldekey = :F140_LDEKEY
    )
    order by res, a, b
    What I want to do is to display the result of the first statement select in red
    and the second in blue

    See you soon

    Gus

    Gus C wrote:
    Apex 3.2

    Don't have around 3.2 to experiment. If the above does not work in 3.2, then I am inclined to think that it won't. Which is strange, because the indications are that the restrictions were unconstitutional in APEX 4.0:

  • {: identifier of the thread = 1338180}
  • {: identifier of the thread = 2126522}

    Part of the problem is that LOVs rendered as select list (which is the most frequent) cannot contain any HTML elements (+ {: identifier of the thread = 898835} +), but the less common popup LOV.

    If it is an essential requirement, then 2 possibilities come to mind:

    1. fairly complex model changes of Page/LOV popup to include JavaScript/AJAX that will run for this list, include the number of entries must be of each color and navigate through the options add styles require.

    OR

    2. use a report on a pop up, rather than a LOV page.

    Both look like more trouble than it's worth.

  • Submit after selecting the value of Popup LOV

    Anyone know if it is possible to make the Popup LOV behave as the list select and resubmit the page after selecting a value?

    The Select list has an additional attribute in properties named "Page Action times changed value". One of the options for this attribute is "submit Page". This attribute is not available for Popup LOV, but I would like to be able to create the same behavior. The number of values that might be returned for this article is too many to use a Select list...

    I think I might be able to add a bit of Javascript somewhere and do a "onChange.submit ()" or something like that, but I'm not sure of the syntax, or where to put it.

    Any help gratefully received...

    TIA,
    Eric

    Hello Eric,

    Create a "dynamic Action" that fires when the value of Popup LOV is changed and set the Action to "submit Page".

    Thank you
    Machaan

  • Satellite M100: Cannot set the resolution 1368 x 768 on external LCD screen

    Satellite M100-179
    Graphics - ATI x 1400 card.
    Cannot set the resolution 1368 x 768 on connected usung Sub - D LCD TV Samsung 32R72
    There is no resolution 1368 x 768 in the available resolution list.

    The graphics card hardware support different screen resolutions, but if the driver doesn't contain this resolution of the screen so that you cannot choose it.
    I think so you re not able to choose this special resolution on the external display.

    In my opinion it has nothing to do with the graphics card or with the screen, but only with the graphics driver.

  • Funny question with the use of applescript to set the position of the quicktime window

    I use an applescript script in automator to start a recording quicktime. When I run the applescript to automator, everything works fine, but when I run the same sequence as a double-clickable application automator, it throws an error * when it gets to this line:

    Tell application "system events" to indicate the process "QuickTime Player" to set the position of the window before {1131, 725}

    Any ideas as to why?

    Thank you!!

    * Error is just, "the"Run AppleScript"action has encountered an error"

    Hello

    Do not use events from system but QuickTime Player itself to manipulate the window, especially when the scripts via the events system tends to be blocked under recent operating systems, even with special measures to release.

    Like that.

    set {x, y} to {1131, 725}
    tell application id "com.apple.QuickTimePlayerX" -- QuickTime Player X
        tell window 1
            set {l, t, r, b} to bounds
            set bounds to {x, y, r - l + x, b - t + y}
        end tell
    end tell
    

    or it-

    set {x, y} to {1131, 725}
    tell application id "com.apple.quicktimeplayer" -- QuickTime Player 7
        tell window 1
            set {l, t, r, b} to bounds
            set bounds to {x, y, r - l + x, b - t + y}
        end tell
    end tell
    

    Kind regards

    H

  • 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.

  • The VI "Set the position of the file" went 2010 SP1 for 2014

    The VI 'Set the position of the file' has changed since 2010 SP1? I use 2014 and have converted the program of 2010 SP1 in 2014. It seems that the behavior is different, specifically with the default settings when not wired.

    There is no change that I see. What is your problem? The function always set the default start position.

    2010

    2014

  • Cannot set the time zone of Moscow winter + 3 hours.

    Cannot set the time zone of Moscow winter + 3 hours.
    Set the time zone Minsk 3 after the GPS clock moves forward 1 hour, timezone is set back from Moscow + 4.
    It is an error of your software when you are ready to address this issue.

    Automatic deactivation date & time(Settings>Date&Time...)

  • Cannot set the restore point with the error "The Volume Shadow Copy service used by the system restore does not work."

    Cannot set the restore point with the error "The Volume Shadow Copy service used by the system restore does not work."  How can this be repaired?

    Hi rebick,.

    Try the troubleshooting steps presented by spirit X in this thread.

    Dena
    Microsoft Answers Support Engineer
    Visit our Microsoft answers feedback Forum and let us know what you think.

  • BIOS HP Compaq Elite (i5-2400 CPU) 8280 cannot set the VT option

    BIOS HP Compaq Elite (i5-2400 CPU) 8280 cannot set the VT option

    found in the security system] [, thanks]

  • 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);
    }
    }

  • ERROR - 1051414 - cannot set the role of group with shared services [30:1101:JNDI error] error.

    Hi all

    I tried provide access to filter the group in both SSP and thru Maxl command but still get the error below. Any experience of this problem? If Yes, please let me know how you solved this problem.


    ERROR - 1051414 - cannot set the role of group with shared services [30:1101:JNDI error] error.


    Thanks in advance!

    Krishna

    Read the support document that I posted the link, prior to changes for openldap ensure you that it is saved.

  • I'm doing slideshows to music with an opening, I would switch to LR, but you cannot set the duration of each slide (in my case the score) based on listening to the music. (In the opening by clicking on the "stopwatch" and pressing enter at each change of

    I'm doing slideshows to music with an opening, I would switch to LR, but you cannot set the duration of each slide (in my case the score) based on listening to the music. (In the opening by clicking on the "stopwatch" and pressing enter at each change of image). Adobe staff question: can I expect to find this option in a future release?

    Hi Pcaubi,

    There is no such updates for the same from now.

    I suggest you to please put in a feature request to: Photoshop community customer family

    Kind regards

    Tanuj

  • Cannot set the configured property "/ Initial.initialServices".

    Hi all

    I'm getting following error.

    05:21:52, 006 INFO [STDOUT] cannot set the configured property "/ Initial.initialServices" atg.nucleus.ConfigurationException: could not resolve the component/com/progiweb/fbconnect/pipeline/FacebookAuthStatusServlet

    05:21:52, 013 INFO [STDOUT] * error

    05:21:52, 064 INFO [STDOUT] cannot set the configured property "/ Initial.initialServices" atg.nucleus.ConfigurationException: could not resolve the component/com/progiweb/fbconnect/pipeline/FacebookProfileRequestServlet

    I checked the path of configuration of two components and the structure of the servlet is as below.

    src/com/progiweb/fbconnect/pipeline/FacebookAuthStatusServlet.java and src/com/progiweb/fbconnect/pipeline/FacebookProfileRequestServlet.java.java

    For properties files I created them under the path - config/atg/dynamo/servlet/dafpipeline / config/atg/dynamo/servlet/pipeline

    Inside of these I keep the files FacebookAuthStatusServlet.properties and FacebookProfileRequestServlet.properties

    The Initial.properties is as below - config/atg/dynamo/servlet/Initial.properties

    The content of Initial.properties is-

    & initialServices =.

    / ATG/Dynamo/servlet/dafpipeline/FacebookAuthStatusServlet,.

    / ATG/Dynamo/servlet/dafpipeline/FacebookProfileRequestServlet


    Should I have to keep the two pipelines-dafpipeline and pipeline or one of them?

    And my pipeline structure is correct or not?

    How to solve the error above?

    Please help on this!

    Kind regards

    Prateek

    You seem to be confusing core components and classes Java.  They are completely different.  The error message that you get "Unable to resolve component", says that the kernel is unable to find a file of specific properties anywhere in the directories named in your configpath trees.  To be precise, there is no file named /com/progiweb/fbconnect/pipeline/FacebookAuthStatusServlet.properties in your config directory.  If I read correctly this conversation, it is because the file with this name is a .java file, not a .properties file.  The two most likely causes of your problem are:

    1. you have a file of properties somewhere that mentions/com/progiweb/fbconnect/pipeline/FacebookAuthStatusServlet as the value of something else than $class.  $class is a special case whose value is sought by a Java ClassLoader in the classpath.  Values of the other properties are interpreted as references to the component, and looked up from core in the configpath.

    2. in the directory tree that contains the /com/progiweb/fbconnect/pipeline/FacebookAuthStatusServlet.properties isn't in the configpath.  ATG displays the complete configpath during startup.  If your directory is missing, you have may have specified correct information in the entrance of the ATG-Config-path in your module MANIFEST. MF file.

Maybe you are looking for

  • Intelligent print download

    The info that came with my new ink cartridge for my printer portable Officejet 6500 said free to download on hp.com/go/smartprint/offers. When I entered I get to a page that tells me how good Smart Print is, but there is no apparent way to download t

  • ProDesk 600 G1 BIOS configuration of the TPM secure through the BIOS Configuration utility

    We have a range of devices, computers HP desktop and laptops in our environment.  Devices are all running Windows 7 64 bit and should have Bitlocker enabled, but we found that some were not encrypted.  So I am trying to set up a remote BIOS and Bitlo

  • Change default browser on iOS 9

    Is anyway to change the default browser on iOS 9.2

  • Best material for max in FSX settings

    Hello I have a question about FSX. After a search through many websites and articles, I decided that the best thing would be to ask here. I have Microsoft FSX and I need to buy a laptop on which I'm going to run it. But I read it is what we call the

  • General map share

    I develop an application that creates a small html file. I would like to invoke the same share of map that you see when you share a file on the file manager, BBM, email, Dropbox, etc. I have tried many different combinations of actions, mime types, t