Search found 16 matches

by skydiablo
Wed Mar 21, 2007 4:29 am
Forum: Support
Topic: RichView need to much memory !
Replies: 6
Views: 19392

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 smiliemanger ...
by skydiablo
Tue Mar 20, 2007 8:45 pm
Forum: Support
Topic: RichView need to much memory !
Replies: 6
Views: 19392

but isnt it possible that the RV dont free the grafiks ? so i can use the TJvGifImage instans from the smilie-manager, and the smilie-manager free the grafiks by its own ?

greez, sky...
by skydiablo
Tue Mar 20, 2007 11:46 am
Forum: Support
Topic: RichView need to much memory !
Replies: 6
Views: 19392

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 ...
by skydiablo
Tue Mar 20, 2007 12:56 am
Forum: Support
Topic: RichView need to much memory !
Replies: 6
Views: 19392

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 ...
by skydiablo
Thu Mar 15, 2007 10:18 pm
Forum: Support
Topic: HyperText
Replies: 5
Views: 16496

hi.. in my oppinion , the hole richview is always scanned in URL´s. but i only want to add one line, which is right from the beginning (and not always the hole richview scann again.) the addition of items/hyperlink i still do not really understand. perhaps you can explain it to me!? greez & thx, sky. ...
by skydiablo
Wed Mar 14, 2007 6:20 pm
Forum: Support
Topic: HyperText
Replies: 5
Views: 16496

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...
by skydiablo
Tue Mar 13, 2007 1:49 am
Forum: Support
Topic: ANI-GIF -vs- dynamik RV ?
Replies: 6
Views: 20808

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...
by skydiablo
Fri Mar 09, 2007 12:25 pm
Forum: Support
Topic: ANI-GIF -vs- dynamik RV ?
Replies: 6
Views: 20808

uses RVJvGifAnimate; type TMainFormVCL = class(TObject) constructor create(aDestination : TCustomForm); destructor destroy; override; private fDestination : TCustomForm; ... fRichView : TRichView; .. procedure BuildForm; procedure KillForm; ... public property Destination : TCustomForm read ...
by skydiablo
Thu Mar 08, 2007 9:30 pm
Forum: Support
Topic: ANI-GIF -vs- dynamik RV ?
Replies: 6
Views: 20808

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...
by skydiablo
Mon Mar 05, 2007 12:20 am
Forum: Support
Topic: RichView & Tabs
Replies: 3
Views: 15153

how can i set it !?

sky...
by skydiablo
Sun Mar 04, 2007 9:07 pm
Forum: Support
Topic: RichView & Tabs
Replies: 3
Views: 15153

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.ParaStyles ...
by skydiablo
Thu Feb 15, 2007 9:56 pm
Forum: Support
Topic: RV.clear / free
Replies: 3
Views: 13010

so i cant use one instanse for all smilies ? hmmm, i need more RAM :D

i create a chat-control and if i chat with this control 10 hours, it can be many smilies !

but, thx !!!!

sky...
by skydiablo
Thu Feb 15, 2007 3:47 pm
Forum: Support
Topic: RV.clear / free
Replies: 3
Views: 13010

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. //INSERT GIF ...
by skydiablo
Thu Feb 15, 2007 1:58 pm
Forum: Support
Topic: Animated GIF ?
Replies: 1
Views: 9164

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 GIF :TjvGIFImage ...
by skydiablo
Thu Feb 15, 2007 11:42 am
Forum: Support
Topic: RV.AddNL();
Replies: 2
Views: 11027

i see, THX !!!

sky...