trichview.support
Re: Inserting EmotionIcon while user is typing |
Author |
Message |
Marcos Lommez |
Posted: 05/11/2005 3:39:02 Thaks Sergey but... How can i adapt that demo to support emotion icon shortcuts that can be set by the user and have length more that 3 letters? In my case im storing emotion icons in a dataset with that structure, to understand how im building my application. Fields of dataset: ICON TBlobField //Gifs, Jpgs, etc SHORTCUT String(7) //Shortcuts to emotion set by the user DESCRIPTION String(20) When user is typing a messange i do lookup in that dataset to get the icon if a word is equal to the shortcut. So any tips to that example? "Sergey Tkachenko" <[email protected]> escreveu na mensagem news:[email protected]... > Hi, > > In the demo > Demos\Delphi\Assorted\Images\Emoticons\ > one of subdemos does that > > PS: It's not necessary to insert TImage, it's better to insert picture > directly. Less resources, less flickering. And gif animation is now > supported. > > > Hi Sergey > > > > How can i insert a emotion icon while user is typing a message? > > And lets suppose that user can set up a shortcut from 1 up to 7 letters ( > > like msn does ) to show a emotion icon. > > In my case im inserting a control with a TImage to load jpeg, gifs, etc. > > > > Thanks in advance. > > > > > > |
Powered by ABC Amber Outlook Express Converter