What happened to the Messenger Plus! forums on msghelp.net?
Shoutbox » MsgHelp Archive » Messenger Plus! for Live Messenger » Scripting » Script for transliteration of edited text

Script for transliteration of edited text
Author: Message:
balabek
New Member
*


Posts: 2
– / Male / –
Joined: Feb 2007
O.P. Script for transliteration of edited text
Hi all,

I thought a script that would perform transliteration would be quite handy. It could be used to enter text in other languages whose layout keybards are not supported or lousy/inconvenient.
For those who don't understand transliteration, it is basically replacing an entered text with another letter (usually phonetical equivalent) in another language. For example, I could type "t", it catches the entered text event, replaces and sends U+1090 (Cyrillic small letter t).

Can anyone develop a script that performs transliteration in text edit areas?
(Jeez, am I dreaming or what :D)

I've never written scripts, but I am familiar with a few programming languages, including Java. I think picking up scripting for Windows Live! Messenger or Messenger Plus! Live should not be a big problem.
But I would be grateful if anyone could to provide some guidelines, such as which classes/external .dll's have the functionality required to implement it? Possible logical structure of script?
02-13-2007 05:23 PM
Profile E-Mail PM Find Quote Report
RaceProUK
Elite Member
*****

Avatar

Posts: 6073
Reputation: 57
39 / Male / Flag
Joined: Oct 2003
RE: Script for transliteration of edited text
It may be a dream, but a very easy one to fulfill. Assuming the correct event exists in the scripting API, it'll simply be a case of catching one letter and printing another.
[Image: spartaafk.png]
02-13-2007 06:33 PM
Profile PM Web Find Quote Report
foaly
Senior Member
****

Avatar

Posts: 718
Reputation: 20
38 / Male / Flag
Joined: Jul 2006
RE: Script for transliteration of edited text
quote:
Originally posted by RaceProUK
It may be a dream, but a very easy one to fulfill. Assuming the correct event exists in the scripting API, it'll simply be a case of catching one letter and printing another.
Well you can use OnEvent_ChatWndEditKeyDown... so that wouldn't be a problem...
As for a start with script I would suggest reading the scripting documentation
02-13-2007 11:29 PM
Profile E-Mail PM Find Quote Report
« Next Oldest Return to Top Next Newest »


Threaded Mode | Linear Mode
View a Printable Version
Send this Thread to a Friend
Subscribe | Add to Favorites
Rate This Thread:

Forum Jump:

Forum Rules:
You cannot post new threads
You cannot post replies
You cannot post attachments
You can edit your posts
HTML is Off
myCode is On
Smilies are On
[img] Code is On