works on desgine time only

Hi ,
i do this code :

Imports Syncfusion.Windows.Forms.Tools

Partial Public Class Form1

Inherits RibbonForm


its work fine @ design time , but @ run time seems it have a problem , i attached photo for the form .


is there is any more code i have to write to make it work @ run time


regards


Attachment: SyncfusionRibbonAdv_dea4966d.rar

2 Replies

MO mohamed December 26, 2014 03:33 AM UTC

Imports Syncfusion.Windows.Forms.Tools

Public Class Form2

  Inherits RibbonForm

   Private Sub CheckBoxAdv1_CheckStateChanged(sender As Object, e As EventArgs) Handles CheckBoxAdv1.CheckStateChanged

     Me.RibbonControlAdv1.IsFormManager = False

   End Sub

End Class

' if i load form2 from form1 and click the checkbox :

 ' form disappear , and if i load it again from form 1 it shown with black title bar




SK Senthil Kumaran Rajan Syncfusion Team December 27, 2014 02:59 PM UTC

Hi Mohamed,

 

Thank you for using Syncfusion products,

 

We were able to reproduce the problem and have logged defect report regarding this. A support incident to track the status of this defect has been created under your account. Please log on to our support website to check for further updates

 

https://www.syncfusion.com/account/login?ReturnUrl=%2fsupport%2fdirecttrac%2fincidents

 

Please let us know if you need further assistance.

 

Regards,

Senthil kumaran

 


Loader.
Up arrow icon