Re: [Amsn-devel] OIM GUI

2006-09-14 Thread Youness Alaoui
A popup like the one we get now.. kind of like when you have to confirm you want to quit amsn, or whatever... and what you prefer.. do it as a plugin :p btw, I don't want to send another mail for that.. but I noticed that, if you send an OIM to yourself, you'll receive the OIMs by email (+ by n

Re: [Amsn-devel] OIM GUI

2006-09-14 Thread NoWhereMan
- Original Message - From: "Youness Alaoui" <[EMAIL PROTECTED]> [...] > But with this OIM thing, I said that for the first message being sent as > OIM, we should show a popup "do you want to send an OIM or cancel > message"... That would be fair enough, then ;) I don't know what you me

Re: [Amsn-devel] OIM GUI

2006-09-14 Thread Youness Alaoui
No problem about the long post :D this idea is good, but it should be done as a plugin I think, it's fairly easy for a plugin... register event on user's changing state, then everytime it gets called, you do a ChatFor to get the chatid, then WriteMessage to write to the chatid... But with this O

Re: [Amsn-devel] OIM GUI

2006-09-14 Thread Youness Alaoui
If you click on 'sendoim' in the Actions menu (not righ t clik), you get : Got TCL/TK ERROR : {{invalid command name ::OIM_GUI::CreateSendGUI"}} .. KKRT On Thu, Sep 14, 2006 at 01:33:43PM -0400, Youness Alaoui wrote: > Hello, > First, thanks billiob for being the only one to wake up and do someth

Re: [Amsn-devel] OIM GUI

2006-09-14 Thread NoWhereMan
- Original Message - From: "Youness Alaoui" <[EMAIL PROTECTED]> [...] > as I said, the OIMs should be considered as normal messages, no title > change, no 'separate oim chatid', it should all appear 100% > transparent to the user... with WLM, I send many OIMs without noticing > until I

Re: [Amsn-devel] OIM GUI

2006-09-14 Thread Youness Alaoui
Hey, found two things... first, in WLM, there is a setting "show me my OIMs when I sign in" and "only show me a link to my OIMs"... the difference, is that the second option only pops up a notification window telling us "you received an OIM, click here to read it", and there is a new button in

[Amsn-devel] OIM GUI

2006-09-14 Thread Youness Alaoui
Hello, First, thanks billiob for being the only one to wake up and do something! secondly, I'd like to quickly comment on the implementation. I know it's still in development, so don't mind if I say something you know and already planned on changing... first, I noticed you put a 'deleteOIM' clic