Popup Window issue with PureMVC

Hi
I am trying to have a popup screen appear using PureMVC. The problem I am having is that the popup is appearing, however the component I want to be contained withint he popup window is blank.
I am not sure why this is. I was using this as a reference
http://cookbooks.adobe.com/post_Creating_a_Popup_with_Flex_4_and_PureMVC-17596.html
Where in my component to go inside the titlewindow I create a panel, give it an id and within that panel then is all the visual elements I want.
Eg:
private function showProjectWizard():void {
var theApp:ApplicationManager;
titleWindow = TitleWindow.show(projWizard.content, "Title Window22", TitleWindow.OK_CANCEL_BUTTONS, true, null,closeHandler)
PopUpManager.centerPopUp(projWizard);
This is the ProjectWizard component
<?xml version="1.0" encoding="utf-8"?>
<s:HBox  xmlns:sas="http://www.sas.com/flex/mxml" xmlns:mx="http://www.adobe.com/2006/mxml" xmlns:s="library://ns.adobe.com/flex/spark" height="400" width="400">
          <s:Panel id="content" height="100%" width="100%">
                              <s:Label id="name_id" x="10" y="0" text="Name:"/>
                              <s:Label id="location_id" x="10" y="20" text="Location"/>
                              <s:Label x="10" y="56" />
                              <s:Label id="source_id" x="10" y="88" text="Document source:"/>
                              <s:TextInput x="70" y="0"/>
                              <s:TextInput x="70" y="30"/>
                              <s:VScrollBar x="284" y="56"/>
                              <mx:HRule x="98" y="127"/>
          </sas:Panel>
</s:HBox>
Any thoughts on why a small titlewindow with just the two buttons but nothing in the middle is appearing?

Any reason you're opening a <s:Panel> but are closing it with a </sas:Panel> in a different namespace?

Similar Messages

  • Blank popup window issue

    Hi,
    In my application, I have an ALV in which one of the columns is a link to another ALV in a popup window. If the link is clicked for the first time, the window pops up with all the values as expected. But, if the link is clicked for the second time (any link in the first ALV), I get a blank window as a popup. This time the popup contains all the UI elements except for the view container UI element (ALV). I also created other simple test programs but still face the same issue.
    This is happening only in the BW system. The same is not the case in any other development system (confirmed by developing sample programs).
    Please help me out to resolve the issue.
    Thanks,
    Gokul

    I am not sure if the below link can help you, but see if it gives any input to you.
    Icon in popup blank

  • SAP Portal - POPUP window issue

    Hi All,
    I'm just new in SAP Portal and I want to ask an assistance regarding the issue our team is currently handling.
    When user open a workitem in Engineer's Desktop (under Assembly Manager), a new popup window appears. When the user tries to open another workitem without closing the first one, the first popup window closes which should not be the case. If the user opens 2 workitem, there should be 2 popup window. There are no current changes done on Portal except the EHP upgrade.
    Can you please help me on this? ANy idea is appreciated.
    Thanks,
    Arlene

    Hi Padman,
    Pls. install JVM on you local machine..
    Regards
    Pramod

  • Popup Window issue

    Hi all,
          I need to show a popup when feature dated records exists. For that on the Save action of the user I am checking the feature dated records and showing a popup.
    ISSUE:
    I am calling this popup in onSAVE action.  Based on the user ok or cancel I need to perform some code in the same action. But the issue is the code below the popup is being run even before the popup is displayed and after user clicks OK or Cancel the cursor does not comeback to onSave action at all.
    How to do in this scenario?
    Code:
    lo_window         = lo_window_manager->create_window(
                       window_name            = 'ZSDRPOPUP'
                      title                  = 'Feature Dated Records Exists.'
                     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_OKCANCEL
                       message_type           = if_wd_window=>co_msg_type_none
                       default_button         = if_wd_window=>co_button_ok
    lo_window->subscribe_to_button_event(
    button = if_wd_window=>CO_BUTTON_OK
    button_text = 'Overwrite'
    action_name = 'SUBMIT'
    action_view =   lo_view_controller ).
    lo_window->subscribe_to_button_event(
    button = if_wd_window=>CO_BUTTON_CANCEL
    button_text = 'Cancel'
    action_name = 'CANCEL'
    action_view =  lo_view_controller ).
    lo_window->open( ).

    Popups are not synchronous in Web Dynpro. Therefore it is normal for processing to continue (and the phase model to complete) before the popup is even displayed.  That is why you register events for the buttons that are pressed within the popup.  It is in the event handlers of these events that you will continue your processing.  You probably need to be more modular with your code so that the actual save logic can be called from within the button OK event handler of the popup as well.

  • Issue...SAP gui popup window along with Excel report

    Hi,
    In MSS portal I am trying to review one excel report. While clicking particular report link in portal it is opening a small sap gui window while generating excel report. I don't know how to stop that gui pop-up window?
    Thanks,
    Padmanaban

    Hi Padman,
    Pls. install JVM on you local machine..
    Regards
    Pramod

  • Window issue with Multiple displays

    I have a problem with my new iMac (late 2013) wich is connected to a secondary display (HP w2448hc) with DVI-Minidisplay port adapter.
    When Maverick wake from sleep, all de windows are hidden in the screen corners so I can't move them, even if the app is in full-screen mode.
    I know how to solve the issue (changing any of the displays preferences options), but is an annoying issue. ¿Anyone knows how to prevent this ?
    I attach some captures:

    Hi Amy,
    One thing that may be causing a problem is that TOTAL_COMPANY is a parent in both H1 and H2.  My understanding is that TOTAL_COMPANY can be a parent in H1 OR H2, but not both.
    Hope this helps.
    Thanks,
    Scott

  • SCCM 2012 - Maintenance Windows Issue with Update Deployment using Task Sequence

    Hi Guys,
    I have a question for you!!
    We use a Task Sequence to deploy "Patch Tuesday" security fix; we use the integrated step "Install Software Update" and the Task Sequence run during Maintenance Windows (1 hour).
    We notice that the time remaining is not recalculated on every software update installation occur (http://blogs.technet.com/b/csloyan/archive/2010/10/24/maintenance-window-calculations-explained.aspx);
    it's correct?
    The formula indicated in the link above is not considered in this type of software update deployment (Install Software Update task sequence step)?
    Thanks a lot.
    David

    Hi,
    Any update?
    Is the time remaining recalculated after each update is installed when using the Software Update Group directly as Torsten said?
    Best Regards,
    Joyce
    Please remember to mark the replies as answers if they help and unmark them if they provide no help. If you have feedback for TechNet Subscriber Support, contact [email protected]

  • Window issues with Mavericks

    I am running Mavericks on an early 2009 Mac Pro 4,1. The windows seem to become inactive after 30 seconds across all applications both Apple and 3rd party. I constantly have to tap my Magic Trackpad to bring the windows live to continue working. Does anybody have a similar problem? Dpes anyone have a solution or a hint of a solution? This is highly annoying.

    I am running Mavericks on an early 2009 Mac Pro 4,1. The windows seem to become inactive after 30 seconds across all applications both Apple and 3rd party. I constantly have to tap my Magic Trackpad to bring the windows live to continue working. Does anybody have a similar problem? Dpes anyone have a solution or a hint of a solution? This is highly annoying.

  • CommandLink driven popup windows

    Hi all,
    How does one initiate a popup window consistent with the JSF navigation scheme using a commandLink?
    I've taken a look through this example (http://forum.exadel.com/viewtopic.php?t=559 : good example, however uses commandButton). I've tried to modify the example to serve me needs however I still seem to be having issues.
    Thanks in advance,
    Matt

    I have implemented this using javascript, I generate a flash file
    representation of the number of dumps in a system.
    I call the page with a parameter called 'dump'.
    <f:view>
    <c:set var="dump" value="${param['dump']}"/>
    <h:form id="graphForm">
    <input type="hidden" value="<c:out value='${dump}'/>" name="dump"/>
    <h:commandLink id="dumpGraph" action="#{dumpHistoryGraphAction.createGraph}" value="" immediate="true"><f:verbatim></f:verbatim>
    </h:commandLink>
    </h:form>
    <script>showGraphData(this,'graphForm','dumpGraph');</script>
    </f:view>
    You need a javascript file with:
    function showGraphData(action, form, target) {
    features="height=400,width=580,status=yes,toolbar=no,menubar=no,location=no,scrollbars=no";               
    hform=document.forms[form]; // reference to the hidden form     
    document.getElementById(form+':'+target).click();
    // Submit the hidden form. The output will be sent to the current window.
    hform.submit();     
    I hope it helps.
    Franck

  • Issue with displaying ALV in a popup window

    Hi Experts,
    I am trying to create an popup window with an ALV in it. TO display the ALV i have defined the component usage for SALV_WD_TABLE component.When the ALV is displayed for the first time it shows up correctly with required data. When i try to display ALV popup again only the popup window frame gets displayed the ALV is missing from the popup window.
    If i refresh the main component by clicking browser refresh buttion and then click for ALV popup dsplay i get the correct popup display the first time and then agin the same issue.
    Has anyone else come across this issue before. All your suggestions, responses are welcome.
    Thanks,
    Vivek

    HI,
    My popup window has only one embedded view, the TABLE view of used component SALV_WD_TABLE hence i cannot modify the TABLE view.
    I tired putting the following code for context node initialization in both the the methods WDDOONOPEN and WDDOINIT of the window which has the embedded view. But it dosen't make any difference i face the same issue even with these changes.
    types: begin of  ty_belnr,
             belnr type vbkpf-belnr,
           end of  ty_belnr.
    data: lt_belnr type standard table of ty_belnr,
          lo_node type ref to if_wd_context_node,
          lo_element type ref to if_wd_context_element.
    select belnr
      from vbkpf
      into table lt_belnr
    where ausbk = 'UC'
       and bukrs = 'UC'
       and gjahr = '2011'
       and usnam = sy-uname.
    if sy-subrc eq 0.
       lo_node = wd_context->get_child_node( 'DOC_NUMBERS').
       lo_node->bind_elements( new_items = lt_belnr[] ).
    endif.
    Edited by: Vivek Priyadarshi on Sep 14, 2010 5:24 PM

  • Issue with records displaying in the advanced table in popup window oaf

    Dear All,
    I have a requirement as below.
    I have a popup search page in that i am displaying the searched data in advanced table, but the issue is all the rows not displaying in the popup window because of poup window size, even i am not able to view the "Next" button in the table to proceed next records, can someone suggest me how to display the "NEXT" button in the table so the i can view all the records in the table.
    or is it feasible to implement "SCROLLBAR" in the advanced table in popup window so that i can scroll vertically and horizontally to view records.
    Thanks

    Actually i have made a mistake, in my advanced table table property palllet i have mentioned maximum rows fetched 20 but in my page i was displaying 10 records only so thats why the navigation button not displaying,
    Thnaks

  • SSO UIDPW not working for external Popup Window but works with SAPLOGONTICK

    Dear Experts,
    I have an issue with SSO user mapping (UIDPW), but the same scenario is working with SAPLOGONTICKET.
    Some list gets displayed in the Web Dynpro ABAP iView which has the hyperlinks where on click on the hyper link it opens a external popup window (another Web Dynpro Application) and display the summary some data.
    This scenario works when I set the logon method to SAPLOGONTICKET, but when I set it as UIDPW it won't work when a new window opens on click on the hyperlink from Web Dynpro iView as stated above. It asks to login to R/3 system.
    Can anyone please let me know what could be the reason it fails in External Popup window scenario when logon method as UIDPW.
    Thanks
    Murthy

    Hi Murthy,
    You can use application integrator iView to integrate your ABAP application into the portal and you'll be able to pass the variables <MappedUser>, <MappedPassword>, etc. assuming you know about the security risks in passing mapped info.
    http://help.sap.com/erp2005_ehp_05/helpdata/en/36/5e3842134bad04e10000000a1550b0/frameset.htm
    Still, your ABAPers might need to handle the passed in variables in the first ABAP application and pass them onto the second one.  Again, without knowing how you navigate between the 2 apps and other details about your system landscape, versions, etc. this remains as a guess.  If you search SDN, you'll find many different solutions then you can choose one which is most suitable for your situation.
    Regards,
    Dao

  • Directory Caching issue with Cisco Jabber client for Windows

    Hi ,
    I am facing cache issue with Cisco Jabber client for Windows. If I do any change related to modification or deletion of contacts in Active Directory/ Callmanager, it does not reflect in the Jabber. Because jabber takes the contacts from the locally stored cache file in the Windows system.
    Every time I have to remove the cache file to overcome this issue, practically it's not possible to do the same with all the Widows users. As, if any employee leaves the company and still I can see his contact appears in the "Cisco Jabber client". I have not seen this issue with Android/Apple iOS.
    Is there any automated way to remove the cache file? 
    Here is the detail of CUCM,Presence and Jabber.
    CUCM version: 9.1.x
    Presence          : 9.1.X
    Jabber              : 10.5 and 10.6

    Hello
    On our environment we had to install a dedicated Microsoft Certificate Authority "just for Cisco Jabber usage" to house the
    Network Device Enrollment Service.
    Our certificate for the CUPS were generated on this Certification Authority too.
    I discussed this certificate matter with my colleagues this afternoon and nobody seems to remember how these certificates were deployed into the
    Enterprise Trust store for the users.
    But I think they asked all 400 users to accept the 3 certificates by answering "yes" to the popup instead of using a script deployed by GPO...
    I wish you success with that deployment and really hope you have a technical partner that *Knows* this subject.
    Our partner left us alone with that unfortunately.
    Florent
    EDIT: If the "Certutil script method" works, please let me know. This could be useful in our own deployment.

  • Issue with Parameterized Popup

    Hi,
    I have created a parameterized popup which gets opened on click of an image. Opening the popup is working fine but custom close button (not the X icon) is not working. I have added javascript:closeit() as the destination URI of the button but nothing happens when I click the button. I also tried adding a javascript function for closing the window and put a PPR on the button to forward to the current page and execute the java script but no luck :-( Issue with using X button for closing the popup is - the control is still in the popup processformrequest afer I close the wondow using X. Whatever action I perform on the base page is yielding no results/undesired results. That's why I wanted a custom close button so that I can direct the control back to the calling page.
    Please advise.
    My requirement is to have 2 buttons on the popup region (save and close). On click on save, data should be saved and the calling (base) page should get refreshed and close should just close the popup and bring the control back to the base page. I have a standalone region created with desired fields and buttons and this region is added to the region popup.
    Can anyone please help me with this?
    Thanks in advance.
    Shreevatsa

    Thanks Peddi. Any other option of achieving this functionality in parameterized popup?
    Also I saw the below in the dev guide.
    You can handle user interactions for embedded and parameterized pop-ups as follows:
      All-Submit - Configure buttons on an embedded pop-up to submit the pop-up data and the base page data together. The pop-up closes and the base page submits after this event.
      Self-PPR - Define partial page refresh events on the pop-up to refresh the pop-up window alone. The pop-up remains displayed after a self-PPR event.
      Page-PPR - Define partial page refresh events on the pop-up to refresh the base page items. The popup closes after a page-PPR event.
    I didn't understand completely as what are the differences and how we can enable these actions on popup. I am thinking of Page-PPR which might work for my requirement but I am not sure how to enable this. Is this same as enabling a PPR on a item on the popup region.
    Thanks
    Shreevatsa

  • I just got a new computer with Win 8.1 and everytime I open firefox I get dozens of popup windows.

    I turned this popup option off in the options. Why is this happening? They are all over the screen, some little popup windows and other are full size Firefox. It's driving me nuts. It doesn't happen when I use Chrome. But I don't like Chrome. I'm on Firefox 31.0

    I suspect a bad add-on. Since add-ons often are installed externally to Firefox, I suggest starting here:
    Open the Windows '''Control Panel''', Uninstall a Program. After the list loads, click the "Installed on" column heading to group the infections, I mean, additions, by date. This can help in smoking out undisclosed bundle items that snuck in with some software you agreed to install. Take out as much trash as possible here.
    Then, in Firefox, open the '''Add-ons page''' using either:
    * Ctrl+Shift+a
    * "3-bar" menu button (or Tools menu) > Add-ons
    In the left column, click Extensions. Then, if in doubt, disable (or Remove, if possible) unrecognized and unwanted extensions.
    Often a link will appear above at least one disabled extension to restart Firefox. You can complete your work on the tab and click one of the links as the last step.
    Finally, you can "mop up" remaining issues with the scanning/cleaning tools suggested in this support article: [[Troubleshoot Firefox issues caused by malware]].
    Does that clear it up?

Maybe you are looking for