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

Search Results
Subject Author Forum Time
RE: [Release] Timezone v1.01.024
@SpunkyLoveMuff Some weird beviour:S It is true the timer doesn't imediately shows when you type the command, but it does when you close and reopen This is changed in the next release Can you try? You can remove the GMT by calling /TZSetGMT 0 for th...
ShondoitScripting08-30-2006 at 11:22 PM
RE: [Release] Timezone v1.01.024
I believe you became a victim of the internet cache too I've added a header to my script, with Version number I uploaded it again If you don't see it, you got the wrong version... It should work, at least it does here
ShondoitScripting08-30-2006 at 11:14 PM
RE: [Release] Timezone v1.01.024
The /TZSetGMT command only allows numbers, a dot and a minus sign for the time difference (for now)... hence you should only write how many hours to be added i.e '/TZSetGMT user@hotmail.com 1' or '/TZSetGMT -3.5' The /TZAlwaysShowTimer requires ...
ShondoitScripting08-30-2006 at 10:59 PM
RE: [Release] Timezone v1.01.024
@CloudHunter, the second command was wrong, will update it after this... About the first command... What do you write? @SpunkyLoveMuff, you should update your Internet Cache, the attachment is the PLSC
ShondoitScripting08-30-2006 at 10:48 PM
RE: [Release] Timezone v1.01.024
Guys, sorry about the waiting... WinAce never caused any trouble until now, it crashes whenever I want to Zip something, critical errors even:S I'm going to reinstall it... I think it should work fine then WinAce is a pretty good alternative for Win...
ShondoitScripting08-30-2006 at 10:25 PM
RE: [Release] Timezone v1.01.024
The first version will be released as soon as I sorted out the problems with WinAce The GUI? for Timer placement, and Format options will be implemented in a next version...
ShondoitScripting08-30-2006 at 04:37 PM
RE: [Release] Timezone v1.01.024
Will be some extra work, but I will (try to) Implement it in a later version
ShondoitScripting08-30-2006 at 04:34 PM
[Release] Timezone v1.01.024
[b][size=6]TimeZone[/size][/b] Current version: [b]v1.01.024[/b] This script shows the local time of the contact in the chatwindow If you live in the UK, and a friend lives in the States, you have about 8 hours time difference. And it's really diffi...
ShondoitScripting08-30-2006 at 04:31 PM
RE: Get Variable pointer
You can Hook the events with SetWindowLong, I'm not sure about the name... I don't have the time to find the documentation now... Any other way of getting a pointer?
ShondoitScripting08-30-2006 at 12:47 AM
RE: Structures with Allocate? How?
Lol, I was just reading that when I got a new Alert mail, for a new reply :D Thanks for the extra info
ShondoitScripting08-30-2006 at 12:07 AM
RE: Get Variable pointer
Maybe a weird question, but how could this be done for a function? A function is not a string... I was thinking of subclassing with JScript (Y) [size=1](Ultimate power8o|:P)[/size]
ShondoitScripting08-30-2006 at 12:05 AM
RE: Structures with Allocate? How?
Thank you very much, it became a lot clearer now (Y)
ShondoitScripting08-29-2006 at 11:52 PM
Structures with Allocate? How?
I haven't worked on Interop.Allocate calls yet, but I'm trying to learn I don't know how to create a structure... I need: WINDOWPLACEMENT { INT length; INT flags; INT showCmd; POINT ptMinPosition; POINT ptMaxPosition; RECT rcNorm...
ShondoitScripting08-29-2006 at 10:41 PM
RE: More Params with Interop.Call?
I'm not in the liberty to tell you, or else I'd have to kill you;) (Just kidding [i][size=1]but I'm still not gonna tell[/size][/i]) I can wrap it in a DLL myself if I have to, but I wanted to do it without... I haven't worked with Interop.Alloca...
ShondoitScripting08-28-2006 at 03:11 PM
RE: More Params with Interop.Call?
It would work for that API call, but I haven't found such for CreateWindowEx...
ShondoitScripting08-28-2006 at 01:14 PM
RE: More Params with Interop.Call?
I'm using CreateWindowEx
ShondoitScripting08-27-2006 at 07:30 PM
More Params with Interop.Call?
Quick question (I hope...) How can you pass more than 9 parameters to an API function?
ShondoitScripting08-27-2006 at 05:21 PM
RE: Parse Registry SubKeys in JScript?
Matter of opinion indeed... I still think, using a class specificaly designed for Reg access is much easier, Most people don't create Windows with API calls either (btw: I don't have access to the thread you showed... or something like that)
ShondoitScripting08-25-2006 at 12:17 AM
RE: Parse Registry SubKeys in JScript?
What do you mean "not needed at all", it does the job doesn't it? He got his answer. It doesn't have to be from the API... Personally, I always forget to 'Free' the Dll's I used, and a lot of scripts I looked at forget it too... This way is a ...
ShondoitScripting08-25-2006 at 12:09 AM
RE: Parse Registry SubKeys in JScript?
No need for a DLL, it can be done without it I have the code, but I'll have to look for it though post them asap -edit1- I found the code, but it is script specific, I will make it variable now -edit2- Changed the code, gonna test it now... -edit3- ...
ShondoitScripting08-24-2006 at 10:54 PM
RE: Script Request- Developers please view
No, you can't change others PSMs Yes it will... If you don't want that, This will fix it: [code]var wf_FilteredWords = new Array("Word1", "Word2", "Word3"); function OnEvent_ChatWndReceiveMessage(ChatWnd,Origin,Messa ge,MessageKind) { for(...
ShondoitScripting08-24-2006 at 12:12 AM
RE: Plus! RPG?
I've been playing with this idea too, but haven't started it, coz I thought it'll be too big for myself So, let's all work on this together... Everyone his own part -Graphics -Coding -Ideas Etc. C'mon guys. Let's do this:P
ShondoitScripting08-24-2006 at 12:01 AM
RE: [Release] Email tooltip
Than it was a misread:P
ShondoitScripting08-13-2006 at 11:05 PM
RE: [Release] Email tooltip
I downloaded your script, CookieRevised, and I remember it saying 'Polygamy warning' of some kind? With this script you certainly don't have that problem... But I could've misread/misunderstood
ShondoitScripting08-13-2006 at 10:53 PM
[Snippet] Command Parser
Thought I'd help, for the newest people under us, or maybe even the more experienced ones.... [code]function CommandParser (Message) { [color=green]//If Message is not undefined, pass it to 'Parse'[/color] if (Message) this.Parse(Message); ...
ShondoitScripting08-13-2006 at 06:51 PM
[Hide Excerpts] Pages: (10): « First « 3 4 5 6 [ 7 ] 8 9 10 » Last »