DJ
Davis Jebaraj
Syncfusion Team
November 30, 2004 01:17 PM UTC
Hi,
Thank you for your interest in the Syncfusion Essential HTMLUI product.
The HTMLUIControl uses multithreading for loading documents. The document loading happens in a separate thread and the HTMLUIControl''s display is updated once the document has been loaded. We are working on improving the speed of loading and parsing the HTML document and this should result in performance improvements. We will also work on improving the initialization of the control.
I will pass on this information to the development team and inform you when the necessary changes are done.
Thank you for your patience.
Regards,
Davis
AD
Administrator
Syncfusion Team
December 1, 2004 07:47 AM UTC
>Thank you for your interest in the Syncfusion Essential HTMLUI product.
Thank you for responce.
>The HTMLUIControl uses multithreading for loading documents. The document loading happens in a separate thread and the HTMLUIControl''s display is updated once the document has been loaded.
I think that one of the common scenarios of HTMLUI usage will be to load the document _AND_ wait upon the loading is finished. In this case creating of extra thread leads to performance penalties.
Suggestion: 2 version of LoadHTML method - asyncronious (as now) and syncronious.
BTW, is there an ability to get the dimensions (in pixels) of the loaded document? I.e. the minimum size of the WinForm''s control to display the document without scroll bars?