Skip to Main Content

Java Development Tools

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

How do I set the alignment for a popup that comes from the "new" icon in an LOV?

Jim C.Oct 20 2015 — edited Oct 20 2015

I have a popup that I've linked to a create button in an LOV, using the "createPopupId" property on an inputListOfValues element. This works great, except that it seems to align the popup with the create button in the LOV. (highlighted in yellow is the "Create Icon" that's calling my popup) instead of in the middle of the screen, or aligned to another arbitrary component of my choosing:

Screenshot - 10_20_2015 , 4_18_43 PM.png

I found a lot of useful info on how to set the popup alignment programmatically via popup hints, and if this was a manually-created action I think I'd be good. However, since this action is instantiated by the auto-created create button in the LOV component, I'm not sure if/where I can intercept the action that launches the popup to inject the alignment hints?

Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Nov 17 2015
Added on Oct 20 2015
1 comment
222 views