Search found 4 matches

by gacek999
Sun Dec 11, 2005 9:30 pm
Forum: Support
Topic: Creating custom items
Replies: 4
Views: 18739

Hi Sergey, I tried to figure out creating custom types myself from RVItem.pas. (Help says that "Detailed description of classes for item types is beyond the scope of this help file."). I check out two methods to override: SaveRVF and ReadRVFLine but there are many more methods. Could you w...
by gacek999
Sat Dec 10, 2005 3:30 pm
Forum: Support
Topic: Creating custom items
Replies: 4
Views: 18739

Thanks, but it dont cover my problem :( I need to save pictures body also (for external images), and explicitly for emoticons (and files). I'm writing chat program and these data would go through sockets. //edit: I tried to use controls and stream them to RVF but streaming custom items is bandwidth ...
by gacek999
Thu Dec 08, 2005 11:55 pm
Forum: Support
Topic: Creating custom items
Replies: 4
Views: 18739

Creating custom items

Hi Sergey, How could I create custom items and store my custom data within it? I know I must derive class from TCustomRVItemInfo. (TRVNonTextItemInfo in my case because I want invisible items) I saw SaveRVF method, but what about loading? Simply I need to do emoticons (not same-sized) and I cannot s...
by gacek999
Tue Dec 06, 2005 10:24 pm
Forum: Examples, Demos
Topic: [Demo] How to play AVI files in editor
Replies: 14
Views: 103899

Can we have embedded Windows Media Player control
like TMediaPlayer ? TMediaPlayer also is build on Windows
control, but I want to see original buttons, trackbar, and so on.
We often see this embedded players on websites.