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

Search Results
Subject Author Forum Time
RE: HELP - Child Windows!
I know it doesn't have any buttons, but this is what I have tried: [code=xml]<Window Id="WndSearch" Version="1"> <Position Width="400" Height="150"/> <ChildTmpl> <Controls> <Control xsi:type="StaticControl" Id="InfoTxt"> <Positio...
whizScripting02-24-2009 at 08:41 PM
RE: HELP - Child Windows!
Okay, don't worry about the child window, I give up... I'll try something else. If the Search window is already open, and the user clicks the button again, is it possible to bring the Search window to the front?
whizScripting02-24-2009 at 08:18 PM
RE: Messenger Plus! Browser | [release] 2.0 | 24/06/2010
Well, it uses the IE plugin, anyway. It's not as advanced as IE, but that can be a good thing: streamlined. :)
whizScripting02-24-2009 at 08:11 PM
RE: HELP - Child Windows!
It still won't work![list] [*]no <DialogTmpl>, just a <ChildTmpl/> [*]tried taking out all the pieces (controls, title etc) one by one [*]tried taking them all out [/list] I know the XML is fine, and in the right format, because the other windows lo...
whizScripting02-24-2009 at 08:09 PM
RE: HELP - Child Windows!
So can I put the <BottomBar> section into the <ChildTmpl/>, or can I not have a bottom bar at all?
whizScripting02-23-2009 at 08:33 PM
RE: HELP - Child Windows!
[code=xml]<!-- Browser Window --> <Window Id="WndBrowser" Version="1"> <Attributes> <Caption>Plus! Browser</Caption> </Attributes> <TitleBar> <AllowMaximize>true</AllowMaximize> <Title> <Prefix>Image</Prefix> <Text>Plus! Browser</T...
whizScripting02-23-2009 at 08:21 PM
RE: HELP - Child Windows!
Doesn't make any difference... :S
whizScripting02-23-2009 at 08:04 PM
RE: HELP - Child Windows!
Well, it still doesn't appear to be working. Am I still missing something? [code=js]// if a menu item is clicked function OnEvent_MenuClicked(sMenuId, nLocation, iOriginWnd) { if(sMenuId == "start") { if (OpenWnd) // checks for another insta...
whizScripting02-23-2009 at 07:46 PM
RE: HELP - Child Windows!
So I have to store the parent window into a variable?
whizScripting02-23-2009 at 07:27 PM
RE: Messenger Plus! Browser | [release] 2.0 | 24/06/2010
Umm, thanks everyone. I have added a to-do list at the top of things you have suggested. ;)
whizScripting02-23-2009 at 07:23 PM
HELP - Child Windows!
Whenever I make a child window, like these: [code=js]MsgPlus.CreateChildWnd("WndBrowser", "Windows.xml", "WndSearch", "100", "100", true); MsgPlus.CreateChildWnd("WndBrowser", "Windows.xml", "WndSearch", 100, 100, true); MsgPlus.Creat...
whizScripting02-22-2009 at 04:50 PM
RE: Messenger Plus! Browser | [release] 2.0 | 24/06/2010
Ah, I forgot about that. I'll add that to the known problems, but I will go and fix it now. :)
whizScripting02-22-2009 at 04:41 PM
Messenger Plus! Browser | [release] 2.0 | 24/06/2010
[u]Features[/u] [list] [*]simply put, allows you to browse the internet through a Plus! window [*]search feature to search Google or Yahoo for a certain query [*]uses the Internet Explorer plug-in [*]allows an unlimited number of windows open [*]supp...
whizScripting02-22-2009 at 02:49 PM
RE: HELP - Window Button Icons!
Works great, thanks!
whizScripting02-20-2009 at 07:50 PM
HELP - Window Button Icons!
I know that I can add icons to a button using the XML code: [code=xml]<Image><Name>icon-XXXXXX</Name></Image>[ /code] 1) I know of "floppy", "refresh" and "delete". What others are there? 2) Can I use my own icons, for example, an image in the ...
whizScripting02-20-2009 at 04:51 PM
RE: Instant Response | [release] 2.0 | 12/07/2009
You can either set it up through the script menu, or by using /commands. Turn it on, and whenever someone speaks to you, they will be auto-responded with your own message, or you can pick a preset one.
whizScripting02-20-2009 at 04:06 PM
RE: Instant Response | [release] 2.0 | 12/07/2009
I am already working on a Control Centre, of which I have a snapshot attached. I will keep the /commands, but I have removed the menu entries with one just to open the Control Centre. ;) As for the sign-in alert, what it does is, if you have the re...
whizScripting02-19-2009 at 11:03 AM
RE: HELP - Window control to Script Variable!
Ok, I get it now. Thanks... And I will check through the Documentation first, next time... :)
whizScripting02-18-2009 at 05:51 PM
RE: HELP - Window control to Script Variable!
Finally, it works! :D Although, how do you use this on a check box? Can it be applied to a true/false variable, because I have tried that, and that doesn't seem to do anything, in terms of what it's supposed to. Perhaps the code below will help t...
whizScripting02-18-2009 at 04:47 PM
RE: HELP - Window control to Script Variable!
Argh... nothing's happening! :( I've looked in the Scripting Documentation, and there isn't a function for "on the opening of a window", so how do I do it?
whizScripting02-18-2009 at 04:02 PM
Instant Response | [release] 2.0 | 12/07/2009
[u]Features[/u] [list] [*]allows you to send a auto-message to contacts [*]the message and delay are both fully customisable, or you can use one of the many built-in presets [*]status check that tells you what the current settings are [*]option to al...
whizScripting02-18-2009 at 02:44 PM
RE: HELP - Plus! has gone!
Ok, I've got it back now... Long live Messenger Plus! :D
whizWLM Plus! Help02-18-2009 at 02:38 PM
RE: HELP - Plus! has gone!
I've tried that, and nothing changed. :( Guess it's back to good old 8.5. At least I'll be able to use Plus! skins...
whizWLM Plus! Help02-18-2009 at 01:58 PM
HELP - Plus! has gone!
I just updated Messenger, and now Messenger Plus! has completely vanished! No menu, no buttons, nothing... :( I can't find the older beta version anywhere to downgrade... what do I do?
whizWLM Plus! Help02-18-2009 at 01:23 PM
RE: HELP - Window control to Script Variable!
Okay, but... 1) What function would that be? Would it be like "function OnWndTimerEvent_Created(objWnd, strControlId)", or does it go in the "function OnWndTimerEvent_CtrlClicked(objWnd, strControlId)"? 2) Do I replace "YourTextToSet" with the...
whizScripting02-18-2009 at 11:18 AM
[Hide Excerpts] Pages: (23): « First « 18 19 20 21 [ 22 ] 23 » Last »