Search found 4 matches

by rescuer
Wed Sep 30, 2009 8:41 am
Forum: Support
Topic: GIF image doesnot animate
Replies: 2
Views: 10690

Problem solved

Thanks Sergey Tkachenko,
I Add RVGifAnimate.pas in my project, the gif image animated.
thank you very much!!!
by rescuer
Fri Sep 25, 2009 3:21 am
Forum: Support
Topic: GIF image doesnot animate
Replies: 2
Views: 10690

GIF image doesnot animate

Dear sirs, I use C++ builder 6.0, and TGIFImage version 2.2, and i put gif image direct into form, the gif is animated, but when I insert into RichviewEdit(RichView), the gif image is not animated, but when I click on the RichviewEdit(RichView), the gif image can changes to next frame. following is ...
by rescuer
Tue Sep 15, 2009 6:48 am
Forum: Support
Topic: how to check if the TRichViewEdit document content is empty?
Replies: 2
Views: 11888

I tested, that's ok, thank you very much, proxy3d!!

I tested, that's ok, thank you very much, proxy3d!!
by rescuer
Mon Sep 14, 2009 4:50 pm
Forum: Support
Topic: how to check if the TRichViewEdit document content is empty?
Replies: 2
Views: 11888

how to check if the TRichViewEdit document content is empty?

Dear sirs,
how to check TRichViewEdit document's content is empty?
as is, when I call TRichViewEdit's Clear() method, I must check if user typed, or no. so I want to know how to check this condition.

thanks in advance.