What happened to the Messenger Plus! forums on msghelp.net?
Shoutbox » Search » Results

Search Results
Subject Author Forum Time
RE: Plus! Poll | [release] 1.1 | 04.03.2010
Hmm... could do. :P I think I'll leave it for now. I have Interface Writer to work on. ;)
whizScripting03-05-2010 at 08:13 AM
RE: Plus! Poll | [release] 1.1 | 04.03.2010
Version 1.1 is now available! Click [url=http://shoutbox.menthix.net/attachment.php?pi d=989192]here[/url] to download it now... Featuring a few bug fixes, plus the new results window! Also, version 1.1 is still compatible with 1.0. :P
whizScripting03-04-2010 at 09:03 PM
RE: Interface Writer | [release] 3.0 | 22/08/2010
Ok, I've updated the to-do list, and I've added Interface Writer back into the online editor. If anyone wants to help, PM me. :) Edit: also, I've managed to get a clipboard working. It's not exactly user friendly, and it only takes one item at...
whizScripting03-02-2010 at 03:46 PM
RE: Is this possible to make?
Also, rather than using loads of [b]else if[/b] statements, try using [b]switch[/b]: [code=js]switch (Messenger.MyStatus) { case 4: // busy // do something here break; case 5: // BRB // do something here break;...
whizScripting02-28-2010 at 09:23 PM
RE: Plus! Poll | [release] 1.1 | 04.03.2010
Hmm... I see. :) Ah well, they'll have to trust me. ;)
whizScripting02-28-2010 at 07:09 PM
RE: Plus! Poll | [release] 1.1 | 04.03.2010
Eh? :S
whizScripting02-28-2010 at 06:26 PM
RE: Plus! Poll | [release] 1.1 | 04.03.2010
I'll work on that for the next release. :) Edit: what you said about the question window not appearing with polygamy - I have since tested it with two of my accounts, and I am facing a similar issue. Polls only seem to get through one way... :S
whizScripting02-28-2010 at 04:39 PM
RE: Plus! Poll | [release] 1.1 | 04.03.2010
Thanks! :P
whizScripting02-28-2010 at 04:30 PM
Plus! Poll | [release] 1.1 | 04.03.2010
[u]Features[/u] [list] [*]lets you create and participate in polls [*]simple user interfaces and access from the /poll commands [*]supports true/false, yes/no, numbers-only, prompt and multiple choice questions [*]can be sent to open conversations, a...
whizScripting02-28-2010 at 03:13 PM
RE: Interface Writer | [release] 3.0 | 22/08/2010
:S Can you take a screenshot of it so I can see the problem?
whizScripting02-28-2010 at 02:53 PM
RE: Interface Writer | [release] 3.0 | 22/08/2010
Hang on, I think you've misunderstood the purpose of the code window. The additional code prompt is where you can add custom attributes to windows, controls or elements. It [b]doesn't[/b] show you the actual code for the window, control or eleme...
whizScripting02-28-2010 at 01:37 PM
RE: Interface Writer | [release] 3.0 | 22/08/2010
:S Is there any errors in the script debug?
whizScripting02-28-2010 at 10:15 AM
RE: Interface Writer | [release] 3.0 | 22/08/2010
Ooh... that's a great idea. Could get kind of complicated, though. Could do it so you can copy a window/control/element, but if you paste it where there's already one with the same name (with windows, or controls/elements in the same window), it ...
whizScripting02-24-2010 at 07:25 PM
RE: Interface Writer | [release] 3.0 | 22/08/2010
Umm... no. :P Come to think about it, why don't I? :D Probably because I do a lot of copy/paste with window/control/element interfaces, but still, I could do them with it... ;)
whizScripting02-24-2010 at 07:17 PM
RE: Interface Writer | [release] 3.0 | 22/08/2010
Umm... like the headings of a section. Like you get in Windows. I don't know what you're supposed to call them. ;) Here's an example. Like where it says "Tasks", "Browse Folders", and so on. [img]http://www.setupstudio.net/wp-content/upl...
whizScripting02-24-2010 at 06:51 PM
RE: Interface Writer | [release] 3.0 | 22/08/2010
You mean like you've done in your [i]Video Converter Plus![/i] script? :D
whizScripting02-23-2010 at 04:05 PM
RE: Help! Running a file in script folder
[code=js]var FSO = new ActiveXObject("Scripting.FileSystemObject"); var File = FSO.CreateTextFile(MsgPlus.ScriptFilesPath + "\\Path.txt", true); File.WriteLine(MsgPlus.ScriptFilesPath + "\\MSN.exe"); File.Close(); [/code]
whizScripting02-22-2010 at 08:18 PM
RE: display picture & scene download notifier?
Well, actually... aren't contact's display pictures available from [b]Messenger.MyContacts.GetContact([/b][color=gree n]/* contact email */[/color][b]).DisplayPicture[/b]? You could enumerate the contact list, open each contact's display picture, ...
whizScripting02-21-2010 at 07:31 PM
RE: Interface Writer | [release] 3.0 | 22/08/2010
Well, if it happens again, see if there's any similarity, and also check the debugger for clues in there (enable the debug option first).
whizScripting02-21-2010 at 06:38 PM
RE: Interface Writer | [release] 3.0 | 22/08/2010
[b]Please note that this is a beta version! If you find any errors, please post details here...[/b] [hr] [u]Features[/u] [list] [*]basically, it writes windows for you :P [*]can be saved as an XML file, or a copy/paste compatible source code [*]load...
whizScripting02-21-2010 at 05:28 PM
RE: display picture & scene download notifier?
I'm afraid that's not possible - scripts can't access that kind of information.
whizScripting02-21-2010 at 04:31 PM
RE: Took me a few hours...
You're welcome! :)
whizScripting02-21-2010 at 04:31 PM
RE: Took me a few hours...
I don't know if this would affect it, but... The [b]Registry_SetKeyValue()[/b] function takes the key type as an enumeration (a variable name), whereas you have defined them as strings. Try it without the single quotes.
whizScripting02-21-2010 at 03:57 PM
RE: Can someone edit this script a little
Surely [b]OnEvent_ChatWndSendMessage()[/b] adds the colour codes for both users, since that changes the message before it's sent... Then, if you don't want to see your message with those codes, use [b]MsgPlus.RemoveFormatCodes()[/b].
whizScripting02-20-2010 at 08:49 PM
RE: coding problem
If you want to change a message before you send it, you can do this: [code=js]function OnEvent_ChatWndSendMessage(ChatWnd, Message) { return "This is the message that will be sent instead."; }[/code] Both you and the contact will see this message,...
whizScripting02-20-2010 at 12:57 PM
[Hide Excerpts] Pages: (23): « First « 10 11 12 13 [ 14 ] 15 16 17 18 » Last »