Please do not forget to solve the problem with pagebreak.
You tell me asap and I wait...
Andy
Update a Image
-
- Site Admin
- Posts: 17555
- Joined: Sat Aug 27, 2005 10:28 am
- Contact:
I have a problem with repainting of changed pictures in our version (1.9.42) of TRichView.
Here is the situation.
There are several threads that download web images and then update items in RVData (items receive temporary images until then).
When image is downloaded and saved to disk I use exactly the way you described to update it (SetPictureInfo, then Reformat). But there are no changes on RichView's canvas...
I just want to check with you whether such issue exists in that version of RichView or the problem is somewhere in our code...
UPD: Thought the "site" field from profile should be visible in forums - I'm one of the TimeMaker developers.
Here is the situation.
There are several threads that download web images and then update items in RVData (items receive temporary images until then).
When image is downloaded and saved to disk I use exactly the way you described to update it (SetPictureInfo, then Reformat). But there are no changes on RichView's canvas...
I just want to check with you whether such issue exists in that version of RichView or the problem is somewhere in our code...
UPD: Thought the "site" field from profile should be visible in forums - I'm one of the TimeMaker developers.
-
- Site Admin
- Posts: 17555
- Joined: Sat Aug 27, 2005 10:28 am
- Contact:
-
- Site Admin
- Posts: 17555
- Joined: Sat Aug 27, 2005 10:28 am
- Contact:
It have to be enough, it is a "specialized" critical section which allows multi-threaded read access to memory but write is exclusive to the calling thread, to say so. Even VCL help lists critical section or this synchronizer as an alternative to using Synchronize method.
I tried to use Synchronize in case there may be some glitch in VCL itself but no - same effect.
I tried to use Synchronize in case there may be some glitch in VCL itself but no - same effect.
-
- Site Admin
- Posts: 17555
- Joined: Sat Aug 27, 2005 10:28 am
- Contact:
I remember I created a demo with threaded downloading of images.
http://trichview.com/resources/html/rvh ... hreads.zip
May be it will be useful for you.
http://trichview.com/resources/html/rvh ... hreads.zip
May be it will be useful for you.