Script idea and comment about emoticons - Printable Version -Shoutbox (https://shoutbox.menthix.net) +-- Forum: MsgHelp Archive (/forumdisplay.php?fid=58) +--- Forum: Messenger Plus! for Live Messenger (/forumdisplay.php?fid=4) +---- Forum: Scripting (/forumdisplay.php?fid=39) +----- Thread: Script idea and comment about emoticons (/showthread.php?tid=63934) Script idea and comment about emoticons by daf.madalien on 07-24-2006 at 10:18 PM
I have this script idea i'd like to expose so I could hear any advice or ideas you guys might have before i start making it. RE: Script idea and comment about emoticons by RaceProUK on 07-24-2006 at 11:10 PM The Messenger option is global, so using it won't help really. Other methods... no idea. Just be creative? RE: RE: Script idea and comment about emoticons by daf.madalien on 07-24-2006 at 11:40 PM
quote:My testing didn't show that at all, i had it disabled on one window and on another the emoticons still happeared as normal. I'll test some more just to be shure. RE: Script idea and comment about emoticons by cloudhunter on 07-24-2006 at 11:50 PM
Well it's global... if you close a convo window with emoticons disabled then new convos also have emoticons enabled... It's annoying RE: RE: Script idea and comment about emoticons by daf.madalien on 07-24-2006 at 11:59 PM
quote:That's why i'd have my script reenable it for new chat windows without blacklisted contacts, anyways I almost have a working prototype, all that's left is the bit that will change the "show emoticons" option, can't seem to figure out what message i need to send to the window :\ RE: Script idea and comment about emoticons by daf.madalien on 07-25-2006 at 05:14 AM
Ok, almost got the "prototype" working but I've hited a wall, I decided to use make a little dll to help call the win32api functions to check if the "Show Emoticon" is checked and to disabled it for blacklisted contacts. problem is the GetMenuState doesn't seem to be working, it always returns 0. RE: Script idea and comment about emoticons by daf.madalien on 07-26-2006 at 11:11 PM Just like to say I currently have a working version that's working fine (fingers crossed), it disables custom emoticons for selected contacts. Is there anyone else interested in this kind of script? RE: Script idea and comment about emoticons by cloudhunter on 07-27-2006 at 12:12 AM
Im interested RE: Script idea and comment about emoticons by Shondoit on 07-27-2006 at 11:23 AM
Could you post your SendMessage call? RE: Script idea and comment about emoticons by daf.madalien on 07-27-2006 at 02:12 PM I ended up using a diferent idea, I just need to test it better and finish the UI and stuff before i make a public release, i admit the script isn't that great but still it's my baby and I don't want to show it to everyone before i'm happy with it RE: Script idea and comment about emoticons by ins4ne on 07-27-2006 at 05:49 PM i really like the idea... does it work how you described in your first post? RE: RE: Script idea and comment about emoticons by daf.madalien on 07-27-2006 at 05:57 PM
quote:Not compleatly, the basic idea is the same only done diferently, i'm still experimenting a bit since what i'm doing could be considered a hack so it might have some unexpected kinks. I'm currently sending the script to a few friends and interested people so I can see how it acts in the real world, only time will tell. |