Popup not displaying

I have created my new topic and added a new popup in my
topic. I generate my winhelp, open my help project, go to topic,
click popup and my popup window displays but you can only see the
title of the popup not the description.

Welcome to our community, Trish
I seem to recall from vague and distant WinHelp memory that
it's happening to you because the topic is formatted with a
non-scrolling region (NSR). If my memory is correct, the answer is
that you need to remove the NSR from the offending topic.
Cheers... Rick

Similar Messages

  • Popup not displayed with hierarchyViewer

    here is the code I have used
    <af:popup id="popupDialog" contentDelivery="lazyUncached">
    <af:menu >
    <af:commandMenuItem text="Accept" id="cmi1"
    inlineStyle="text-align:left;"/>
    <af:commandMenuItem text="Reject" id="cmi2"
    inlineStyle="text-align:left;"/>
    <af:commandMenuItem text="Override" id="cmi3"
    inlineStyle="text-align:left;"/>
    </af:menu>
    </af:popup>
    The below code is present in dvt:hierarchyViewer's node tag
    <af:panelGroupLayout layout="vertical" halign="center"
    inlineStyle="width:100%;" id="pgl2">
    <af:showPopupBehavior popupId="::popupDialog"
    triggerType="mouseOver"
    align="afterStart" alignId="pgl2"/>
    When mouseOver is done popup is not displayed.
    Am I missing some thing.
    Thanks
    Naga

    I take it you're an Oracle employee using a later JDev release than what's available publically? Oracle employees are asked to use the internal Oracle forums.
    However can I make a suggestion that first you move your <af:showPopupBehavior> tag to a child of an <af:commandButton> and change the triggerType = "action", and see if that works. This will tell you have the basics working. Then try moving the <af:showPopupBehaviour> tag to a non DVT control, such as an image, and see if this works.
    In addition how come you're <af:showPopupBehavior> popupId specifies colon-colon-popupDialog?
    CM.

  • Alert.show and popups not displaying text in flex4 compatibility

    I'm using the Fx4 SDK in compatiblity mode to compile my Fx3 applications; everything seems ok, but for popups.  No text is being displayed by any popup, not my custom titleWindow popped up with PopUpManager.createPopUp() nor my Alert.show boxes... Why could this be happening?
    thanks,
    gtb

    To fix this I did the following:
    1. remove the compatibility directive:
    -compatibility-version=3.0
    2. add as an additional compiler option the following directive
    -theme PATH_TO_FX4SDK/frameworks/themes/Halo/halo.swc
    3. change the namespace on my css file.
    for the standard flex components:
    @namespace "library://ns.adobe.com/flex/mx";
    and for my custom components
    @namespace "*";
    finally make your application's framework conform to Flex4SDK.
    gtb

  • Pge Template Popup not displaying the buttons

    I assigned the template popup to a page. But now the button in that page is not displaying.
    Any help?
    Thanks
    Deb

    It's always helpful if you provide the following information up front with any question:
    - APEX version
    - DB version and edition
    - Web server architecture (EPG, OHS or APEX listener)
    - Browser(s) used
    - Theme
    - Templates
    - Region type
    I assigned the template popup to a page. But now the button in that page is not displaying.What is the purpose of this page? Is it actually a pop-up? Or just intended to have minimal structure? What button&mdash;what is its purpose? Is it in a region or item position? An HTML button or a template button?
    The problem is not with the page template. while opening the page I am passing the printer friendly parameter as YES which I have to. And that i causing all the mess.Printer friendly mode typically applies some generic changes to how a page renders, one of which is not to show buttons.
    Why do you have to have the page in printer friendly mode? And why do you want a button then to be displayed against normal convention?

  • PDF not displayed in Firefox 2.0 because of a popup

    Hello,
    we use NetWeaver 2004s SP9 and WebDynpro for ABAP 2004s SP 9.
    In case of using Browser Firefox 2.0, we detected a problem with popups and Adobe Interactive Forms Integration.
    The problem - described in a simplified form - occurs as follows:
    There are two screens: screen A and screen B. Screen A contains some input fields.
    Screen B shows a PDF via the Adobe Interactive Forms Integration, which contains data of screen A.
    The navigation is screen A --> screen B.
    Basically, this scenario works fine in Firefox 2.0. The PDF is displayed correctly on View B.
    But, if a popup is shown before navigation form screen A to screen B, the PDF
    (and the Adobe Plugin as well) is not displayed on screen B.
    In this case the navigation is screen A --> Popup (screen A in background) --> screen B.
    This problem exists only in Firefox, not in Internet Explorer.
    Do you have any ideas how to solve this problem?
    Best regards
    Daniel

    Hi Heidi,
    thank you for your reply!
    I have implemented note 1001411.
    But the problem still exists...
    Best regards
    Daniel

  • SWF Player in AIR -  not displaying window component and Popup ..?

    Hi Friends.....
    I have developed  SWF Player in AIR,but getting some error when swf playing....
    Popup or  window components are not displaying properly  when swf is playing ,
    please give me a solution to solve this....?
    i think swf playback taking high memory that why preventing new component creation ...right...?
    Thanks..

    Hi Jim,
    for application with application sandbox and for top-most html documents you could for example:
    <script type="text/javascript">
         function clicked()
              if(window.runtime)
                   var app = window.runtime.flash.desktop.NativeApplication.nativeApplication;
                   if(app) app.exit();
              return false;
    </script>
    <a href="#" onclick="clicked();">CLOSE</a>
    or even:
    if(window.nativeWindow)
         window.nativeWindow.close();
    I think this works without installing any additional javascript sources, see:
    http://livedocs.adobe.com/flex/3/html/help.html?content=AboutHTMLEnvironment_4.html
    kind regards,
    Peter

  • "Define query parameters" popup in Dataset properties - Refersh field, not displayed for Sps in SSDT 2010 (Works fine in BIDS)

    When we upgraded our SSRs projects to 2012, we are facing an issue in Data tools environment.
    When we click REFRESH FIELDS button in Dataset properties, With query type as SP (For all our sps), the "Define query parameters"  popup is not displayed. 
    When we checked the SQL Profiler for queries executed at back end , NULL values are used for parameters.
    But when we Used the QUERY DESIGNER button, and clicked execute for sp, the popup comes.
    For User defined Functions, the Popup comes correctly.
    In BIDS, still we can open the RDLs and do the operations correctly
    Please advice

    Dear Wendy Fu
    My Scenario is different.
    In Query Designer, Every thing is fine (Parameter Popup is coming, and fields are populated under data set)
    But what we need to do is
    1, Select Query Type As SP
    2, Select the required SP
    3, Click Refresh Button
    4, A "Define
    query parameters" window popsup
    5, Provide values and click Ok
    6, Fields will be populated under the dataset
    The issue we face is that, we are not getting the  Define query parameters popup,
    Hence NULL values are passed to execute the sp, to retrieve the fields set.
    The Work around we are using now is editing the sp, and use
    set @Parameter = Value
    for each parameters in sp, and then we get the fields populated under dataset, when we click refresh.
    The issue exists in both  MSDT for
    Visual studio 2010 &  MSDT for  Visual studio 2012.
    But every thing is fine in BIDS with VS 2008 Shell for the same RDL

  • ALV table not displayed in Popup

    Hello Experts,
    I have created a view which contains an ALV table. This view is embedded in one window.
    I am opening this window on click of a button. I am reading data from one custom table and displaying it in ALV.
    The problem I am facing is that ALV displays the data the very first time window is opened. After closing the window if we again open the window the ALV table is not displayed.
    I have checked the code in debugging and values are coming in Node but not displayed. There is no visibility property attached to this ALV.
    Every thing was working fine until patching was applied. The same code is working fine in prod but in Dev I am facing this issue.
    Can any one you guys suggest me that why it is happening? Is it because of Patch upgrade  and is there any sap note to resolve this.
    Thanks in Advance
    Amit

    Hi Khandelwala,
    Is the entire ALV table disappearing? as it is a popup, the view will always be destroyed when the popup window is closed. It will be again recreated once the popup window is thrown again.
    However the component controller instance will not be freed and will exist.
    My guess is some plugs are being fired displaying empty view.
    Please let us know if it is only data that is disappearing.
    Just check the stack level of ur dev and production landscapes. If Dev is on higher version, then it might be due to patch.
    Thanks,
    Anand

  • UUT serial number is not displayed in batch results popup window?

    UUt serial number is not displayed in batch results popup window. I am using TestStand 2012 SP1 f1 (5.0.1.66). I am also using Prebatch callback and setting up 
    Parameters.ModelData.TestSockets[index].UUT.SerialNumber with the UUT serial number. I have used the exact sequence file with TestStand 4.2 (4.2.0.134) with no problems.

    Sorry for my late reply I was away for work. I actually revisited the code that I implemented with TestStand 4.2 (4.2.0.134) and it is showing the exact problem. Sorry for misleading you. however the UUT report is showing the correct serial number for each unit. This would be something that is nice to have but not critical for my project. I am basically auto discovering all my UUT so instead of scanning the serial number I read it from the UUT memory so there are a lot of steps in my PreBatch call-back but they are all related to reading the UUT serial number. Once I read all the UUTs serial numbers I set the following in a for loop:
    Parameters.ModelData.TestSockets[Locals.For_Loop_Index].UUT.SerialNumber =StationGlobals.UUT_Serial_Numbers[Locals.For_Loop_Index]  
    I tried to implement my a simple PreBatch with only a for loop and an array of serial number and I ended up with the same issue. So I am suspecting that the batch report is getting the serial numbers from a different variable and that variable is set when you run the batch option without the PreBatch call-back.
    Kind Regards,
    Oshana

  • ContextMenu Not Displayed in Tree Which is added in popup.

    I have created popup. and added tree in it. Tree has a userdefined contextMenu.But when i right click on item in tree the contextMenu is not displayed.

    Hello,
      As per ADOBE docs, context menu works for top level components and not with the child components.
      Thats why u r not getting context menu in the tree, as its now the child of title window.
    please checkout this link,
    http://stackoverflow.com/questions/5382159/flex-custom-context-menu-for-a-component
    Thanks and Regards,
    Kanchan Ladwani | [email protected] | www.infocepts.com

  • Transacction types not displaying in the popup

    Hi Experts,
    After system upgrade from crm 7.0 to ehp3, transaction types are not displaying upon clicking New button and create follow up buttons. I have checked the spro settings and compared with 7.0 system. There are no changes.
    In the debugging in the  method GET_PROC_TYPE_CUST of class CL_CRM_UIU_BT_GET_PROC_TYPES, i found the entries in the internal table getting deleted as the navigation is not supported. Am having the entries in lt_proc_type_t.
    * Retrive the possible proc types for given bus type
       CALL FUNCTION 'CRM_BSP_SALES_GET_PROC_TYPE'
         EXPORTING
           iv_bus_category     = iv_bus_category
           iv_templates_only   = iv_template_only
           iv_process_mode     = lv_process_mode
           iv_btx_class        = iv_btx_class
           iv_btx_all          = iv_btx_all
         IMPORTING
           et_process_type_txt = lt_proc_type_t.
       LOOP AT lt_proc_type_t INTO ls_proc_type_t.
         IF iv_mixed_quot_order EQ abap_false.
    *** Filter out mixed types
           lv_delete = abap_false.
    *     check item types mixed or not
           cl_crm_uiu_bt_get_proctypes=>is_quotation(
             EXPORTING iv_proc_type         = ls_proc_type_t-process_type
                       iv_bus_category      = iv_bus_category
             IMPORTING ev_quotation_only    = lv_quotation_only
                       ev_mixed_quot_order  = lv_mixed_quot_order ).
           IF lv_mixed_quot_order EQ abap_true AND
              iv_quotation_only EQ abap_true.
    *** Mixed Types for sales + quotation items(Considered as sales order 1299189) -> exclude if quotation_only is true
             lv_delete = abap_true.
           ELSE.
    *** Pure Types
             IF lv_quotation_only EQ abap_true.
               IF iv_quotation_only EQ abap_false.
    *** only pure quotations required
                 lv_delete = abap_true.
               ENDIF.
             ELSE.
               IF iv_quotation_only EQ abap_true.
    *** only pure orders required
                 lv_delete = abap_true.
               ENDIF.
             ENDIF.
           ENDIF.
           IF lv_delete = abap_true.
             DELETE lt_proc_type_t.
             CONTINUE.
           ENDIF.
         ENDIF.
    *   Check whether the naviagtion is supported
         IF cl_crm_uiu_bt_get_proctypes=>is_navigation_supported(
              iv_bus_category = iv_bus_category
              iv_proc_type    = ls_proc_type_t-process_type
              iv_btx_class    = iv_btx_class ) NE abap_true.
           DELETE lt_proc_type_t.
         ENDIF.
       ENDLOOP.
       SORT lt_proc_type_t BY p_description_20 AS TEXT.
       LOOP AT lt_proc_type_t ASSIGNING <proc_type_t>.
         ls_value-key = <proc_type_t>-process_type.
         ls_value-value = <proc_type_t>-p_description_20.
         INSERT ls_value INTO TABLE rt_proc_types.
       ENDLOOP.
    Can anyone please guide me what navigation it is checking for transaction types. Can i find it anywhere in the configuration.
    Thanks & regards,
    Chiru

    Hi Chiru,
    please check below configuration.
    1. go to spro>crm>transactions>basic settings>define transaction types
    2. mark your Z transaction type
    3. in navigation bar on the left side click on Channel
    4. add channel GUI CRM WEBCLIENT UI
    and one more thing check inactive check box should be empty.
    check below link also
    http://scn.sap.com/community/crm/sales/blog/2013/08/23/quotation-transaction-type-not-shown-in-webui
    http://scn.sap.com/thread/1648811
    http://scn.sap.com/thread/2130867
    regards,
    vishwa.

  • Since installing vista sp2 on sites that require popup window will not display but is running when closing out main window firefox is still running, how do I correct this.

    Popup blocker is open(all popup should display), I have disabled all plugins. I have uninstalled Firefox and reinstalled 3.6.8. and still have same result.

    The orange Firefox menu button is hidden by default on Windows XP.
    You see the orange (on Linux gray) Firefox menu button if the Menu Bar is hidden.
    * https://support.mozilla.org/kb/how-do-i-get-firefox-button
    * https://support.mozilla.org/kb/Menu+bar+is+missing
    You can hide or make the Menu bar visible via View > Toolbars or via Firefox > Options or right-click a toolbar.
    If you need to access the hidden Menu bar then press the F10 key or tap the Alt key to make the Menu Bar appear temporarily.

  • Why doesn't a Popup Key LOV (named LOV) in a tabular form not display values in the popup?

    I have a tabular form and I'm setting one of the fields to a Popup Key LOV (named LOV). The named LOV is a static LOV. When the popup is displayed there are no values displayed. The same thing happens if I use a Popup LOV (named LOV).
    I created a sample application http://apex.oracle.com/pls/apex/f?p=15762:1that shows what happens. When the job field popup is selected, no items are displayed. If I change the item to a Select List (named LOV) it works fine.
    Is this a bug?

    Hi
    I am also getting the same issue. Hope it could be a bug.
    Can anyone plz confirm this?
    Thanks
    Lakshmi

  • Problems with RH 9Printed Documentation not displaying some popups, drop-downs, and links

    I generate a Word document for reviewers. PrintedDoc properties include: Retain hyperlinks; Include drop-down text; Include expanding text.
    Sometimes the Word 2010 document includes hyperlinks, sometimes it doesn't.
    Popups typically don't work in the Word document.
    Drop-down and expanding text appear intermittently in the Word document.
    Has anyone experienced this and have a solution?
    Thanks.
    Carol

    I have never known hyperlinks to fail except in two situations.
    The target topic is not in the printed document. Obviously it cannot link to something that is not there.
    The hyperlink is a popup.
    Not sure what you mean by popups not working in a printed document. If you mean the links to them break, then see above. Known issue.
    I'm not sure why you are having the dropdown and expanding text problem as I have not known that to be an issue either. Is it always the same dropdowns that fail? Have you compared a good dropdown and a bad dropdown?
    Take a look at Printed Documentation on my site.
    See www.grainge.org for RoboHelp and Authoring tips
    @petergrainge

  • Opening PopUp window not displaying 1st view in background

    Hello,
    I developed WDA with Tree UI element. now on click of childnode (UI elemment TreeItemType), i am opening window. below is the code that i put in method.
      lo_api_component  = wd_comp_controller->wd_get_api( ).
      lo_window_manager = lo_api_component->get_window_manager( ).
      lo_window         = lo_window_manager->create_window(
                         window_name            = 'W_JOBCODE'
                         title                  = l_string
                     close_in_any_case      = abap_true
                         message_display_mode   = if_wd_window=>co_msg_display_mode_selected
                     close_button           = abap_true
                         button_kind            = if_wd_window=>co_buttons_close
                         message_type           = if_wd_window=>co_msg_type_none
                         default_button         = if_wd_window=>co_button_close
      l_api = wd_this->wd_get_api( ).
      lo_window->set_window_position( position = if_wd_window=>co_center ).
    lo_window->set_window_size( width = '900px' height = '900px' ).
      lo_window->open( ).
    also i embeded view V_JOBCODE inside window W_JOBCODE.
    my requirement is that when this window gets opened, my earlier view should be displayed in background. Now when the window is getting opened, the ealier view is not displayed at all. earlier i developed another WDA where i am displaying window on click of URL to Action UI element and there i am able to see the 1st view in background. I checked all things but not sure why for my current WDA, i am not able to see 1st view in background.
    Please let me know if anyone has any clue.
    Regards,
    Chandra

    Hi Chandra,
    Use the below code to open a new window in the same component.
    data: str type string,
              l_window1 type ref to if_wd_window_manager,
              l_cmp_api type ref to if_wd_component,
              result1 type ref to if_wd_window.
        call method cl_wd_utilities=>construct_wd_url
        exporting
          application_name = 'Component Name'
          importing
          out_absolute_url = str.
        l_cmp_api = wd_comp_controller->wd_get_api( ).
        l_window1 = l_cmp_api->get_window_manager( ).
        result1 = l_window1->create_external_window(
        url = str ).
        result1->open( ).
    Regards,
    Simi A M

Maybe you are looking for