Skip to Main Content

APEX

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!

Can't change PopUp LOV width and height in version 4.2.5.00.08. I change the 450,400 values in the P

Htaina-OracleJun 11 2015 — edited Jun 12 2015

Hi there,

I'm using APEX 4.2.5.00.08 for my Application.

I have a Reports Region, where I display a set of columns. One column has the "Display As" column attribute set to "Popup LOV (query based LOV)".

I press the button to retrieve the LOV, I get a popup of 450 x 400 pixels.

I go to the Template side, and navigate to "Popup List of Values Template", where I can see in the "Window" section the attributes "Width" and "Height" set to 450 and 400. I change them and save, and there's nothing happening. I'm sure that the template belongs to my selected theme.

I saw in the HTML source that the called function is:

<!--


function genList0_f07_$_row()
  {
  w = open("wwv_flow_utilities.gen_popup_list" +
  "?p_filter=" +
  "&p_name=" + escape('f07') +
  "&p_element_index=" + escape ('0') +
  "&p_elem_id=" + escape('f07_0000') +
  "&p_form_index=" + escape('0') +
  "&p_max_elements=" + escape('') +
  "&p_escape_html=" + escape('') +
  "&p_ok_to_query=" + escape('YES') +
  "&p_flow_id=" + escape('114') +
  "&p_page_id=" + escape('100201') +
  "&p_session_id=" + escape('16021544706004') +
  "&p_eval_value=" + escape('') +
  "&p_translation=" + escape('NO') +
  "&p_lov=" +
  "&p_lov_checksum=" +
  "&p_item_id=" + escape('-683997768') +
  "&p_column_id=" + escape ('25022622060292812'),
  "winLov",
  "Scrollbars=1,resizable=1,width=400,height=450");
  if (w.opener == null)
  w.opener = self;
  w.focus();
  }
//-->

I see the values did not change. I have also logged in and logged out. I'm inclined to believe that this is an APEX bug.

The only solution I'm thinking about is to overwrite that function, which is NOT ideal.

Thank you,

Horatiu

This post has been answered by Tom Petrus on Jun 12 2015
Jump to Answer
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Jul 10 2015
Added on Jun 11 2015
5 comments
888 views