Browse By Tags

  • Cannot show a modal page over a model page

    Former Member
    Former Member

    Hi,

    I become an error when I show a modal page over a model page with SL5. In SL4 it works. I have add a sample to demonstrate this bug.

    Regards

    Marco

  • Cannot show a model page over a modal page

    Former Member
    Former Member

    Hi,

    with SL5 I become an error when I show modal page over a modal page. With SL4 it works. I have add a sample.

    Regards

    Marco

  • Set focus to a control when displaying the Window

    How can I set the focus to an element when the dialog window is displayed?

    Thanks,

    Antxon

  • No Close event for the XamDialogWindow control

    I have read the post titled How to catch the closed event of xamDialogWindow but I can't see where that helps me.

    I want to execute a handler routine when the Close button is clicked.  Assuming the WindowStateChanging Event fires when the Close button…

  • Exception setting Content property in MVVM/Prism project

     

     

     

    Hello,

    I'm using the xamDialogWindow in a Prism Silverlight application. For the first time the window should be displayed the Content property is set to the view models view and  everything is working fine. 

    But if I try to open the window again…

  • XamDialogWindow.RestrictInContainer

    I set RestrictInContainer to false expecting to be able to move the XamDialogWindow outside the bounds of the browser window.  It didn't work.  The XamDialogWindow is still restricted to the client area of the browser window.  Am I misunderstanding the…

  • Maximize the XamDialogWindow issue

    If I add a XamDialogWindow to it by follwing code and then click Maximize  button.

    the XamDialogWindow's position is incorrect.

    see attached project for the details

  • It only works the first time

    Hello,

    I have the following problem:

    I have a grid with a column data and a button, when I click on the button, open a modal window (XamDialogWindow)

    When I press the first time opens the modal window: perfect.

    After closing the window (pulse de close button…

  • How to catch the closed event of xamDialogWindow

    Dear,

    How can we catch the event when we click close button of xamDialogWindow like the way we did for winform.

    Thanks

    Han

  • How to close the Dialogue window using Escape Key?

    Hi,

    How can I close the XamDialogWindow using the Escape key  ?

    Thanks,

  • Add more control like button on the header

    Hi All,

    Can we customize to add some more button controls into the header of xamDialogWindow?

    Thanks

    Han

  • DialogManager Memory Leak

    The DialogManager seems to never give up it's references to controls. I've been using ANT to trace memory leaks and managed to get all of our pages and controls to be GC'd but there are still many infragistics classes living and building up in memory…

  • XamWebDialogWindow

    Can I cahnge the color of the scrollbar for this window? How?

  • The shield cannot disappear when close the xamDialogWindow

    Hi,

    I find shield cannot disappear when I close the xamDialogWindow:

    1. There is one TabItem control, two TabItems.

    2. In the first TabItem, I click one button, then create one xamDialogWindow and show.

    3. Close the xamDialogWindow.

    4. Change the…

  • DialogWindow Close Button Issue

    When the dialog window is first instantiated, the close button works as expected. But after re-displaying the window the close button doesn't work until some other action is performed on the window such as setting it from maximized to windowed or minimized…

  • Problem opening multiple XamDialogWindows.

    Hello,

    I'm attempting to create new XamDialogWindow windows in code(MVVM architecture) and add them to my root container. I've created a WindowManager class to handle the opening(binding viewmodels to a XamDialogWindow) and closing(removal from the visual…

  • Is it possible to animate open/close?

    Pretty simple question, but I can't figure it out.  I want to be able to add an animation to the closing and opening of the xamWebDialogWindow. Is it possible, and, if so, how?

    Thanks!

  • xamlDialogWindow is switching order when is minimized to a MinimizedPanel

    Hi:

    I have several xamlDialogs assciated with a minimizedPanel.  The situation is that when you minimized one of the dialogs, the minimized dialog is positioned at the last position of the minimized panel. 

    We would like to keep the same order of xamlDialogs…

  • Problem using multiple XamDialogWindows

    I create a XamDialogWindow in code, add its Content, and then add the dialog it to my LayoutRoot.Children. When the XamDialogWindow is closed, I use the WindowStateChanged event to remove the XamDialogWindow from my LayoutRoot.Children when the WindowState…

  • How to handle event when close the childWindow

    HI,

    If I want to uncheck one checkbox when the childWindow close,  the checkbox on the main page.

    please see the follow chart,

    If clicks-on the [Cancel] button, I can handle this problem in the click-event.

    But how to handle this problem when clicks…

  • Memory leak when using RestrictInContainer

    I've noticed a memory leak when I add "RestrictInContainer = true" to my XamWebDialogWindows. Disabled, everything gets garbage collected as it should; enabled, though, the control appears to remain subscribed to some SizeChanged events:…

  • Height of the XamDialogWindow

    What i do wrong here

     <ig:XamDialogWindow x:Name="popSelectUsage" WindowState="Hidden" IsModal="True" StartupPosition="Center" HeaderIconVisibility="Collapsed" MinimizeButtonVisibility="Collapsed" Width="850" VerticalContentAlignment="Stretch">…

  • Blurry Contents

     

    I am embedding a XamGrid as my content for the XamDialogWindow, it seems to show up kind of blurry. If I move the window around a bit it then fixes itself. Why is this? Please help....

  • xamDialogWindow broken when added to ChildWindow

    I have a modal xamDialogWindow that I have added to a ChildWindow. When the xamDialogWindow is shown, it is shown on the parent form of the ChildWindow, not on the ChildWindow itself.