Slow Inspector with word editor

Add-in Express™ Support Service
That's what is more important than anything else

Slow Inspector with word editor
 
Advatel Company




Posts: 11
Joined: 2006-05-15
Just recently bought the ADX VCL components and have developed a toolbar for Outlook.

We have found that when an Inspector Toolbar is added with Word as the editor it takes around 5 to 10 seconds to load up the window. When the DLL is unregistered or not using word as the editor the Inspector loads like normal.

Thankyou in advance for helping.
Posted 15 May, 2006 22:15:13 Top
Dmitry Kostochko


Add-in Express team


Posts: 2875
Joined: 2004-04-05
Hi,

Try to add the following code to your add-in. Please let me know about the results in any case.


procedure TAddInModule.adxCOMAddInModuleAddInInitialize(Sender: TObject);
begin
  [B]FastCommandBarSearch := True;[/B]
  //
end;

Posted 16 May, 2006 03:08:52 Top
Advatel Company




Posts: 11
Joined: 2006-05-15
Thankyou for that, it has solved the issue.
Posted 16 May, 2006 22:37:27 Top