Multithreading support
Posted: Tue Aug 22, 2006 1:25 pm
Does TRichView have support for multithreading?
I'm developing a DataSnap server application that generates RichViews on demand. If I call the remote method on 2 clients or more at the same time I get this error "Canvas does not allow drawing".
I'm not using the same TRichview for all method calls. Every method creates its own TRichView component. The only shared component is the TRVStyle.
Are there any workaround for it? I accept a sincronized-one-thread solution.
Thanks!
I'm developing a DataSnap server application that generates RichViews on demand. If I call the remote method on 2 clients or more at the same time I get this error "Canvas does not allow drawing".
I'm not using the same TRichview for all method calls. Every method creates its own TRichView component. The only shared component is the TRVStyle.
Are there any workaround for it? I accept a sincronized-one-thread solution.
Thanks!