Is it possible to intialize Syntax Editor component before using actual control?

SyntaxEditor for WPF Forum

Posted 9 years ago by BERKANT ORAL
Version: 15.1.0621
Platform: .NET 4.5
Environment: Windows 8 (64-bit)
Avatar

In our application, during the first dynamic creation of Syntax Editor, there is a significant amount of delay before syntax editor is fully loaded. After first attempt completed removing and creating new instances of Syntax Editor is pretty fast.

Can you please suggest a way to initialize syntax editor without creating an invisible control instance somewhere else?

Thanks.

Comments (1)

Posted 9 years ago by Actipro Software Support - Cleveland, OH, USA
Avatar

Hello,

It sounds like it's likely just .NET loading the assemblies if that is a first use slowness.  You could instantiate any SyntaxEditor assembly type somewhere in your app startup to offload it to there.  It could probably even be a non-UI control type that you create.


Actipro Software Support

The latest build of this product (v24.1.1) was released 1 month ago, which was after the last post in this thread.

Add Comment

Please log in to a validated account to post comments.