Idea for a script... - 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: Idea for a script... (/showthread.php?tid=64480) Idea for a script... by Spunky on 08-05-2006 at 01:54 AM
Just making a script at the moment that displays how many chat windows are open at one time in the PSM box and was wondering if anybody thinks it's a worthwhile idea to develop it more and release it? At the moment, when there are 4 or more windows open, it displays a little status message alongside the count in the PSM saying "Busy" and so on... RE: Idea for a script... by Huhu_Manix on 08-05-2006 at 02:05 AM
You can create a window to modify the PSM and use tag ( as "%chat" for the number of opened chat ). RE: Idea for a script... by Voldemort on 08-05-2006 at 02:38 AM yep, and mention the nicknames of the people you are talking too RE: Idea for a script... by cloudhunter on 08-05-2006 at 02:46 AM Optional of course RE: Idea for a script... by matty on 08-05-2006 at 02:52 AM
code: Fun RE: Idea for a script... by cloudhunter on 08-05-2006 at 03:21 AM
Heh But the real thing is making it customisable with a gui etc Idea for a script... by Spunky on 08-05-2006 at 11:10 AM
quote: I suppose that would be the easy way to do it, but it doesn't look very nice does it? Also, it's not customizable and doesn't really explain what the number means to other people... ______________________________________________________ I'm in the process of making a GUI to be able to edit options. Going to add: On/Off Option Customized String - using %chat (and possibly %status) Customze number of chats before "Busy" Message Voldemort, you wanted to display the names of people you were talking to. I don't know if this is to be displayed to you or your other contacts so let me know and I'll add it. Going to use Plus! Window Designer to make the interface just so I can see what it's like... I didn't mind entering numbers in and editing it pixel by pixel though EDIT: I'm trying to setup some default values for the settings window and store them in the registry. Is there a way to make sure that this only happens the first time the script is run? If I was to just to call the function when the settings window is called, it would overwrite any settigns the user had saved. I've tried checking the value of the ReadRegistry function but it just causes an error and just doesn't trace. EDIT 2: I've added the custom stuff. You can change how many chat windows have to be open in order for the status message (also custom) to change. You can edit the string using the commands "%chats" and "%status". As of yet there is no way to turn it on or off or save settings. To access the settings window type "/ocsettings" (I am aware that this cause an error... I'm looking into it). It's obviously not finished so theres errors (such as it saying "1 chats open")... There's nothing serious so try it and let me know. You cannot customize the "Available" text yet without actually editing the code. If you do edit my code, bare in mind that I've been making it so that people can learn from the code, but I still haven't documented what each function does very well and the code is a bit of a mess... RE: Idea for a script... by bugmenot on 08-05-2006 at 04:55 PM I tried it and its cool but it doesnt work properly if you use the %chats part way through the string. It only works if its at the start. RE: Idea for a script... by Huhu_Manix on 08-05-2006 at 05:19 PM
Your function makestring(referer){} is...special ! code: RE: Idea for a script... by Spunky on 08-05-2006 at 05:25 PM
Hmmm... |