I thought that I had solved the problem, I just did a free and nil for the RVEdit and created him again - every one happy. But that was only until another functionality did work any more.
It look like that creating the RVEdit in code initialize some thing in the Styles and I have tried every thing ...
Search found 17 matches
- Fri Jun 27, 2008 1:10 pm
- Forum: Support
- Topic: LoadRVFFromStream and problems with bullets
- Replies: 13
- Views: 32584
- Mon Jun 02, 2008 12:48 pm
- Forum: Support
- Topic: LoadRVFFromStream and problems with bullets
- Replies: 13
- Views: 32584
- Fri May 30, 2008 3:12 pm
- Forum: Support
- Topic: LoadRVFFromStream and problems with bullets
- Replies: 13
- Views: 32584
- Fri May 30, 2008 11:36 am
- Forum: Support
- Topic: LoadRVFFromStream and problems with bullets
- Replies: 13
- Views: 32584
- Wed May 28, 2008 1:09 pm
- Forum: Support
- Topic: LoadRVFFromStream and problems with bullets
- Replies: 13
- Views: 32584
- Tue May 27, 2008 8:45 pm
- Forum: Support
- Topic: LoadRVFFromStream and problems with bullets
- Replies: 13
- Views: 32584
- Tue May 27, 2008 8:31 pm
- Forum: Support
- Topic: LoadRVFFromStream and problems with bullets
- Replies: 13
- Views: 32584
- Tue May 27, 2008 7:30 pm
- Forum: Support
- Topic: LoadRVFFromStream and problems with bullets
- Replies: 13
- Views: 32584
LoadRVFFromStream and problems with bullets
I'm working on a old project where the Richview component is used. I have a problem when I try to load a stream with LoadRVFFromStream.
The LoadRVFFromStream function returns False some time, but not all the time. It seems that it's when I have used indent or bullets/numbering in the richview.
Is ...
The LoadRVFFromStream function returns False some time, but not all the time. It seems that it's when I have used indent or bullets/numbering in the richview.
Is ...
- Wed May 14, 2008 9:04 am
- Forum: Support
- Topic: Detection af aan jpeg in a TMemorystream for a RichView
- Replies: 11
- Views: 29272
- Fri May 09, 2008 1:22 pm
- Forum: Support
- Topic: Detection af aan jpeg in a TMemorystream for a RichView
- Replies: 11
- Views: 29272
Thanks Sergey,
One remark. If the jpeg have been resized in ActionTest2007 the width and height is set between the TJPEGImage and the FF D8(the hex for the begin of the jpeg)
I have made it so that I look up the FF D8 in the stream en then set the position back -4. Then I read the size with Source ...
One remark. If the jpeg have been resized in ActionTest2007 the width and height is set between the TJPEGImage and the FF D8(the hex for the begin of the jpeg)
I have made it so that I look up the FF D8 in the stream en then set the position back -4. Then I read the size with Source ...
- Thu May 08, 2008 3:32 pm
- Forum: Support
- Topic: Detection af aan jpeg in a TMemorystream for a RichView
- Replies: 11
- Views: 29272
Tanks Sergey,
Could give me a hint how to read the size. I have tried all what I could think off but nothing works.
But how doe get as a Integer?
JP
Could give me a hint how to read the size. I have tried all what I could think off but nothing works.
Code: Select all
GetMem(Buf, 4);
Source.Read(Buf[0], 4);
S := Copy(Buf, 1, 4);
JP
- Tue May 06, 2008 6:59 am
- Forum: Support
- Topic: Detection af aan jpeg in a TMemorystream for a RichView
- Replies: 11
- Views: 29272
- Tue Apr 29, 2008 4:06 pm
- Forum: Support
- Topic: Detection af aan jpeg in a TMemorystream for a RichView
- Replies: 11
- Views: 29272
- Tue Apr 29, 2008 2:57 pm
- Forum: Support
- Topic: Detection af aan jpeg in a TMemorystream for a RichView
- Replies: 11
- Views: 29272
Detection af aan jpeg in a TMemorystream for a RichView
How can ik locate a jpeg in a TMemoryStream. I have to copy part of this stream to be shown in a RichView.
I copy this part op basis of a token - $$name$$ content $$. But if there is a jpeg in this part of the stream there are a big chance that also ´$$´ are in the binery of the jpeg.
I looking ...
I copy this part op basis of a token - $$name$$ content $$. But if there is a jpeg in this part of the stream there are a big chance that also ´$$´ are in the binery of the jpeg.
I looking ...
- Fri Apr 25, 2008 8:37 am
- Forum: Support
- Topic: Corupted image in RichEdit
- Replies: 5
- Views: 19514