Search found 10 matches

by Kassit
Fri Jan 30, 2009 7:47 pm
Forum: Support
Topic: How to replace Text with Animated Gif Image
Replies: 2
Views: 9736

I'd looked at that before.

It's not very satisfied to adding some characters to viewable texts by users like "\u". in addition it is not possible to apply style to the selected text in that example.

also the problem to showing animated Gif will not solve
by Kassit
Fri Jan 30, 2009 2:22 pm
Forum: Support
Topic: How to replace Text with Animated Gif Image
Replies: 2
Views: 9736

How to replace Text with Animated Gif Image

I want to replace a text with image in RichView. I save formatted text of RichViewEdit into stream. therefore i want to replace something like "[img]" in text with animated gif logo and then insert it into RichView. if found a source code that is for replacing text with image in RichViewEdit ...
by Kassit
Fri Jan 30, 2009 10:08 am
Forum: Support
Topic: How to Send formated text to Yahoo! Messenger
Replies: 5
Views: 14803

I searched in internet but found no thing about protocols that they use. do you know any refrences to search about them ?

I thought it should be possible just by using HTML tags.
by Kassit
Thu Jan 29, 2009 1:31 pm
Forum: Support
Topic: How to Send formated text to Yahoo! Messenger
Replies: 5
Views: 14803

I'm not sure about that myself. but i heard it uses Webbrowser and HTML.

i have seen some programs like pidgin that are not using HTML but it is possible to communicate with yahoo and applying text styles easily.

i think there is a standard protocol for more of messengers like YM, MSN, AOL and ... .
by Kassit
Wed Jan 28, 2009 7:10 pm
Forum: Support
Topic: How to Send formated text to Yahoo! Messenger
Replies: 5
Views: 14803

How to Send formated text to Yahoo! Messenger

Hi

i'm writing an application to send message to YM. i have two questions:

1- how to send a text via network without losing styles ?

2- is it possible to make communication between RichView and yahoo IM windows with applying text styles to that ?
by Kassit
Wed Jan 28, 2009 7:03 pm
Forum: Support
Topic: How to transfer text between TRichView And TRichViewEdit
Replies: 10
Views: 29012

Thanks Dear Sergey

Problem solved.
by Kassit
Mon Jan 26, 2009 7:39 pm
Forum: Support
Topic: How to transfer text between TRichView And TRichViewEdit
Replies: 10
Views: 29012

1. RichViewEdit is formatted automatically before displaying. Just call Clear before adding content. my application is a like a chat box. i write something in RichViewEdit and as chatbox i want to show it in RichView when return key pressed. so i should clear the RichViewEdit to another text. but i ...
by Kassit
Mon Jan 26, 2009 5:36 pm
Forum: Support
Topic: How to transfer text between TRichView And TRichViewEdit
Replies: 10
Views: 29012

Thank you all "InsertRVFFromStream" really solved the inserting problem but i can't edit that still. i want to add some text to what the user types in RichViewEdit and then inserting it in RichView. also it is important to apply some style to added text. Clear does not add empy line, but formatting ...
by Kassit
Sun Jan 25, 2009 8:23 pm
Forum: Support
Topic: How to transfer text between TRichView And TRichViewEdit
Replies: 10
Views: 29012

That was very good idea But there is a problem that when i send new text previous text will clear. but i don't want it to clear that. actually i'm writing a program like a messenger and want to be able to change the transfered text myself and then show it in the RichView also i have an another ...
by Kassit
Sun Jan 25, 2009 11:15 am
Forum: Support
Topic: How to transfer text between TRichView And TRichViewEdit
Replies: 10
Views: 29012

How to transfer text between TRichView And TRichViewEdit

Hi


How to transfer text between RichView And RichViewEdit with same style.
I mean i want TRichView to the get the text from TRichViewEdit and show as it was in TRichViewEdit (i mean style)