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
705
FormattedTextEditor cannot show the LinkDialog
posted

Hi, I added a button and following code: 

this.ultraFormattedTextEditor1.EditInfo.ShowLinkDialog()

It can show the dialog and works well on developers computer, but when we test on some other machine which is not installed Infragristics controls (only DLLs in the Bin folder), this dialog cannot be shown.

 

Please help!

 

Thanks.

Parents
No Data
Reply
  • 469350
    Offline posted

    My guess is that your users machines are missing some of the references that this dialog needs. Are you installing the Infragistics2.SupportDialogs assembly with your application? 

    This assembly also requires the following assemblies:

    • Shared
    • Misc
    • UltraWinCalcManager
    • UltraWinCalcManager.FormulaBuilder
    • UltraWinDataSource
    • UltraWinEditors
    • UltraWinGrid
    • UltraWinStatusBar
    • UltraWinTabControl
    • UltraWinToolbars
    • UltraWinTree
    • Win
    You may not need all of these if you are just using the Link dialog. For example, you probably don't need the CalcManager or FormulaBuilder for that.
Children
No Data