Workflow Soluiton

 View Only
Expand all | Collapse all

Getting the SubDialogComponent Virtual Window to Open

  • 1.  Getting the SubDialogComponent Virtual Window to Open

    Posted Sep 15, 2011 09:11 PM

    Greetings,

     

    I have a SubDialogComponent sitting on a DynamicUpdatePaneComponent with a label.  The function is for a user to make a selection that posts back to the form.  If I open it as a New Window, it works just fine.  My only issue is that that window can get lost to the background if a user clicks off of it... so I figured I would try opening it up as a Virtual Window... except when I do that I click the control to open the window and nothing happens.  No window pops up.

     

    Am I missing something to get the virtual window to open?  Or, how do I get a New Window to always remain on top of the parent form?

     

    Not sure if relavent, but I'm developing this on a Windows 7 box... I know the 7.1 designer sometimes is a little goofy on Win7.

     

    Thanks!



  • 2.  RE: Getting the SubDialogComponent Virtual Window to Open
    Best Answer

    Posted Sep 17, 2011 09:15 AM

    In order to use the virtual window you probably need to take the subdialog out of the DynamicUpdatePanel.



  • 3.  RE: Getting the SubDialogComponent Virtual Window to Open

    Posted Sep 19, 2011 11:38 AM

    Looks like that did the trick.  Thanks!