[openi18n-im:01428] Re: patch to export information of input method engine
MIYASHITA Hisashi <[email protected]> (宮下 尚:HIMI) Tue, 21 Jun 2005 21:34:01 +0900
| Newsgroups | gmane.comp.internationalization.input-methods |
|---|---|
| Message-ID | <u3brbubwm.wl%[email protected]> |
At Mon, 20 Jun 2005 15:41:32 +0800, Federic Zhang wrote: > Thanks! I will follow your suggestion to change it. I'm glad to hear that! > Do you have any idea to let server to dynamically change imdesclist? the > scenario would > be that user disable/enable input method engine via its customized > auxiliary window, so > the imeinfos in the imdesclist class should be modified to sync with > this change. Maybe > we can change it in LEBase::openif() during LE switching. Are you asking how to realize it? or whether it is a good idea? If your question is the former, we'd have to deal with notification to (all) clients of such kind of dynamic change. As you know, in IIIMP, IIIMSF MUST NOT actively send any messages abruptly. It means IIIMSF has to remember the change and notify later to clients when they are available. It's a kind of a chore task. If your question is latter, it may be usuful for administrators. But I don't think its priority is high at least for now. With regards, from himi