Some Bugs Regarding ClientUI

8 replies. Last post: March 23, 2011 4:26 AM by Yudi
Tags :
  • (None)
  • New Discussion
  • New Question
  • New Product Feedback

Hello,

I have been working on the ClientUI for a while now and i think it is awsome.

The MVVM elements, the drag drop framework and the visual appeal of your controls.

However, i have been facing some bugs with regards to WPF Desktop application development(Not XBap). Meaning there would be multiple windows etc.

- DateTimePicker crashes when i drag the AM/PM slider as well as the hours, minutes second hands. I have not found the cause of the bug.

-UXListBox crashes. This occurs when I use a ContentControl as the Window.Content instead of the standard Grid control. basically, doing this(where UserControl1 contains the UXListBox): new Window() { Content = new UserControl1() }.Show();

-Lastly, UXListbox does not do drag drop very well with multiple windows open. Only drag drop can be done by the MainWindow, which is set at Application.Current.MainWindow. Attempting a drag drop on a non MainWindow will cause it to crash.

All times are GMT -5. The time now is 7:40 PM.
Previous Next