
Hello!
I'm creating an application which can have multiple SyntaxEditor controls in it. The first time I create a syntaxeditor it takes a lot more then the following creations. The first time takes 1.xx seconds and the folloing one 0.0x seconds (may not be exactly correct but it's a lot faster). I guess that SyntaxEditor is already in memory when I load it the second time. I would like to load SyntaxEditor at starttime without actually adding adding it to my application. So when the user create the first one it's a lot faster.
Sorry if it's a bad explenation but I think you can understand what I mean :)
Thanks in advance!
-Martin
I'm creating an application which can have multiple SyntaxEditor controls in it. The first time I create a syntaxeditor it takes a lot more then the following creations. The first time takes 1.xx seconds and the folloing one 0.0x seconds (may not be exactly correct but it's a lot faster). I guess that SyntaxEditor is already in memory when I load it the second time. I would like to load SyntaxEditor at starttime without actually adding adding it to my application. So when the user create the first one it's a lot faster.
Sorry if it's a bad explenation but I think you can understand what I mean :)
Thanks in advance!
-Martin
Martin Lundberg Software Developer Sweden