Re: IP Based SEVERLESS Chat..
Ahh.. thanks for the update...I didn't think about the Side effects of the smilie use, will have to look into sorting that one out..
I'm thinking more on putting the Smilies in an INI file.. Easier to switch over and change on the fly..
Also thinking of adding the ability to Send pic's in much the same way...
Re: IP Based SEVERLESS Chat..
Yeah, but putting them in an .ini file would also require that fancy RTF coding, isn't it?
When I want to change smilie image, I think I'd like to see the actual image I'm replacing. Sure, the ressource file cannot be changed at runtime without more effort.
Otherwise you'd need a utility to convert images into RTF code.
BTW: would an animated smilie work, too? Like :wave:
Re: IP Based SEVERLESS Chat..
Hmm.. i might have to write in some code to do the RTF coding for any specified image, My prelim tests with animated smilies shows that it wont work... RTF is not able to cycle gif images.. If seems to hold a single image (Looks like first only).
Using a resource file i'd still need to store images in the RTF coding, unless i write somthing that can convert them at a reasonable speed...
So much to do so little time to do it in .. :D ...
Re: IP Based SEVERLESS Chat..
Yeah. It's a pity. Lack of time is also called "Programmers Disease". :D
How did you convert the smilies to RTF in the first place?
Re: IP Based SEVERLESS Chat..
Quote:
Originally Posted by WoF
Yeah. It's a pity. Lack of time is also called "Programmers Disease". :D
How did you convert the smilies to RTF in the first place?
Okay so i got PD ..;)
I used MS word and saved in RTF format, then extracted manually with the Hex Editor...
Re: IP Based SEVERLESS Chat..
Oh, well. I shall try that. :)