Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
160
Crash in UltraWinSchedule.UltraMonthViewMulti
posted

Is it a bug in Ultrawinschedule.UltraMonthViewMultiBase?

I write this msg, because i cant't submit an error form. My support for Winforms is outdatet and i wait for new license for WPF.

We use the Infragistics.Win.UltraWinSchedule.UltraMonthViewMulti 

We generate this control at runtime and add it to a UltraGroupBox on the form:
Dim objCal As New Infragistics.Win.UltraWinSchedule.UltraMonthViewMulti
objCal.Dock = DockStyle.Fill
tlp.Controls.Add(grp0, 1, 1)

No other operation happens after this with the control. It appears only on the screen .

My Problem: In productiv-session  when the Screen was minimized to the Taskbar , sometimes  after expanding the Application crah with the Error as shown  (see the Errror Stack  in .zip file) . We find no way, to suppress or catch this Failure.

Any help is welcome.

We use Infragistics 10.2, Windows 7, VS2010,

 

 

 

Infragistics.zip
Parents
No Data
Reply
  • 5118
    posted

    Hi,

    If you can attach a sample to reproduce this I can look into it further.  What type of object is tlp?

    The steps go like this though:
    Start the app.
    Add the MonthViewMulti to an UltraGroupBox control dynamically with a fill dockstyle.
    Minimize the app.
    Restore the app.
    Crash occurs here.

    Or did I get the steps wrong?

    FYI: You should always be able to submit issues through our main website (http://ko.infragistics.com) and go to My IG on the menu bar and choose My Support Activity and submit a request to our support staff. 

Children