okay... it wasnt easy, but i found it in the RV code:
Unit: RVItem
destructor TRVGraphicItemInfo.Destroy;
begin
// Image.Free; <--- just kill this
ImageCopy.Free;
{$IFNDEF RVDONOTUSEANIMATION}
FAnimator.Free;
{$ENDIF}
inherited Destroy;
end;
now can i use the TJvGifImage object from my ...
Search found 16 matches
- Wed Mar 21, 2007 4:29 am
- Forum: Support
- Topic: RichView need to much memory !
- Replies: 6
- Views: 20237
- Tue Mar 20, 2007 8:45 pm
- Forum: Support
- Topic: RichView need to much memory !
- Replies: 6
- Views: 20237
- Tue Mar 20, 2007 11:46 am
- Forum: Support
- Topic: RichView need to much memory !
- Replies: 6
- Views: 20237
okay... big thx... i use TRichView 1.9.24 and the JEDI GIF Class...
now i have a smilie-manager... its a simple TList of TJvGifImage... and if i add a smilie, create a new TJvGifImage and assigne one of the smilies from the smilie-manager... okay... i tra to convert my smilie manager to a TList of ...
now i have a smilie-manager... its a simple TList of TJvGifImage... and if i add a smilie, create a new TJvGifImage and assigne one of the smilies from the smilie-manager... okay... i tra to convert my smilie manager to a TList of ...
- Tue Mar 20, 2007 12:56 am
- Forum: Support
- Topic: RichView need to much memory !
- Replies: 6
- Views: 20237
RichView need to much memory !
hi...
i create a chat-control and use a richview to display the chatlog... with many gif animations and colored text. but ever line i add, the tastmanager show me the exe increase 5-20 kb more memory needed ?
it is possible that the richeview dont free the grafic-objects on free ? so i can use a ...
i create a chat-control and use a richview to display the chatlog... with many gif animations and colored text. but ever line i add, the tastmanager show me the exe increase 5-20 kb more memory needed ?
it is possible that the richeview dont free the grafic-objects on free ? so i can use a ...
HyperText
hi (sorry for my bad english)
how can i make an hypertext ? so i want add a URL to a RV and the URL should blue and underline and if i click it, the IE opend with the URL ?
to recognize the URL i have it already but how can i it click-able ?
greez & thx, sky...
how can i make an hypertext ? so i want add a URL to a RV and the URL should blue and underline and if i click it, the IE opend with the URL ?
to recognize the URL i have it already but how can i it click-able ?
greez & thx, sky...
- Tue Mar 13, 2007 1:49 am
- Forum: Support
- Topic: ANI-GIF -vs- dynamik RV ?
- Replies: 6
- Views: 22006
hi...
here is a very simple sample with the same problem !
DOWNLOAD
like this i use it now... and no gif animation ?
thx for help !!!
greez, sky...
here is a very simple sample with the same problem !
DOWNLOAD
like this i use it now... and no gif animation ?
thx for help !!!
greez, sky...
- Fri Mar 09, 2007 12:25 pm
- Forum: Support
- Topic: ANI-GIF -vs- dynamik RV ?
- Replies: 6
- Views: 22006
- Thu Mar 08, 2007 9:30 pm
- Forum: Support
- Topic: ANI-GIF -vs- dynamik RV ?
- Replies: 6
- Views: 22006
ANI-GIF -vs- dynamik RV ?
hi (sorry for my bad english!)
i have a RV in a class and create the RV on runtime. but now the GIF animations dont work ? i have added the unit "RVJvGifAnimate" in the uses and set fRichView.AnimationMode := rvaniOnFormat ...
whats happend ?
thx & greez, sky...
i have a RV in a class and create the RV on runtime. but now the GIF animations dont work ? i have added the unit "RVJvGifAnimate" in the uses and set fRichView.AnimationMode := rvaniOnFormat ...
whats happend ?
thx & greez, sky...
- Mon Mar 05, 2007 12:20 am
- Forum: Support
- Topic: RichView & Tabs
- Replies: 3
- Views: 16006
- Sun Mar 04, 2007 9:07 pm
- Forum: Support
- Topic: RichView & Tabs
- Replies: 3
- Views: 16006
RichView & Tabs
hi (sorry for my bad english)
i want insert a icon forwards a line. i have create parastyle like:
RVStyleManager.AddNewParaStyle(-20,40);
and now i want an icon in the space forwards this line !? maybe its possible whits tabs ?
RVStyleManager.AddNewParaStyle(-40,40);
RVStyleManager ...
i want insert a icon forwards a line. i have create parastyle like:
RVStyleManager.AddNewParaStyle(-20,40);
and now i want an icon in the space forwards this line !? maybe its possible whits tabs ?
RVStyleManager.AddNewParaStyle(-40,40);
RVStyleManager ...
- Thu Feb 15, 2007 9:56 pm
- Forum: Support
- Topic: RV.clear / free
- Replies: 3
- Views: 13311
- Thu Feb 15, 2007 3:47 pm
- Forum: Support
- Topic: RV.clear / free
- Replies: 3
- Views: 13311
RV.clear / free
hi... (sorry for my bad english)
i have the same problem like this: http://www.trichview.com/forums/viewtopic.php?t=1037
if ein clear/free the RV, i get an error. i add some gifs, the source from the gifs are a TList -> TJvGIFImage. so i share same GIFs with the same index of the TList ...
i have the same problem like this: http://www.trichview.com/forums/viewtopic.php?t=1037
if ein clear/free the RV, i get an error. i add some gifs, the source from the gifs are a TList -> TJvGIFImage. so i share same GIFs with the same index of the TList ...
- Thu Feb 15, 2007 1:58 pm
- Forum: Support
- Topic: Animated GIF ?
- Replies: 1
- Views: 9347
Animated GIF ?
hi... (sorry for my bad english)
i want to insert a animatet GIF, but i have some problems.
i use a code like this:
GIF := SmilieManager.GetSmilie(ord(sl[i][1]));
if not Gif.Empty then
begin
form1.RichView1.AddPictureEx('',GIF,-1,rvvaBaseline);
end;
if i use:
//JEDI "JvGIFImage"
var ...
i want to insert a animatet GIF, but i have some problems.
i use a code like this:
GIF := SmilieManager.GetSmilie(ord(sl[i][1]));
if not Gif.Empty then
begin
form1.RichView1.AddPictureEx('',GIF,-1,rvvaBaseline);
end;
if i use:
//JEDI "JvGIFImage"
var ...
- Thu Feb 15, 2007 11:42 am
- Forum: Support
- Topic: RV.AddNL();
- Replies: 2
- Views: 11289