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

Search Results
Subject Author Forum Time
RE: [HELP] Skin Trace Error
Not quite sure what you've done with the skin options button, but try using this: [code=xml] <*PlusSkin Conditions(HideSkin = false) *> <Button accvalue="Messenger Plus! CmdId: 7460" AccDesc="Skin Options" AccRole=57 Class="HIGToolbarButton" L...
djdannypSkinning03-21-2009 at 08:04 AM
RE: [HELP] Skin Trace Error
yeah sure no problem, ill start with the skin trace. [code] 09/03/21 06:25:40| **** The trace has started **** 09/03/21 06:25:40| Skin: 365 Skin 2.70 09/03/21 06:25:40| Messenger version: 14.0.206.8064 (en-us) 09/03/21 06:25:40| Messenger Plus! versi...
stuartbennettSkinning03-21-2009 at 06:28 AM
RE: [HELP] Skin Trace Error
i have done that and it now says theres a problem on line 135 which is as follows: [code=xml] <element class="ToolbarIcon" content=rcimg("msgr",1480) Id=atom(idMailIcon)/> [/code] it relates to the mail button block still, any ideas?
stuartbennettSkinning03-20-2009 at 08:16 PM
[HELP] Skin Trace Error
hi, i keep getting this skin trace error come up [code=xml] 09/03/20 17:26:27| **** The trace has started **** 09/03/20 17:26:27| Skin: 365 Skin 2.70 09/03/20 17:26:27| Messenger version: 14.0.206.8064 (en-us) 09/03/20 17:26:27| Messenger Plus! versi...
stuartbennettSkinning03-20-2009 at 05:34 PM
[HELP] Toolbar Alignment
in 8.5 i had toolbar alignments set ion contact list and chat window, below is the 8.5 code for the contact list option. [code=xml] <element layoutpos=bottom layout=filllayout()> <element layout=borderlayout() id=atom(idmetoolbarcontainer) padding=re...
stuartbennettSkinning03-20-2009 at 03:05 PM
RE: [HELP] how do you remove Aero in Messenger 2009
Add shaping to your skin and it will remove the aero border (although you don't have to actually change the shape) something like this: [code=xml] <Region> <ContactList> <Rectangle> <Left>0</Left> <Top>0</Top> <Width Unit="percent...
djdannypSkinning03-20-2009 at 09:57 AM
RE: [Released] Stuart and Jason's 365 Theme
Have you used WLM 2009? There is no Sharing Folder, Space, Today, Call, SMS or Colourise buttons. The only buttons are for Contact List Layout, the WLM menu and Adding a contact, all of which are highlighted above, found by searching for 'button' ...
djdannypSkinning03-20-2009 at 09:50 AM
RE: [Released] Stuart and Jason's 365 Theme
danny below is the 1001 definition file [code=xml] <*PlusSkin FileKind(def) MsgVer(5) PlusVer(1) */> <Element ResID=Scrollbar/> <PopupMenu2 ResID=UXEditMenu Sheet=0> <MenuItem2 Icon=rcimg(20250) Text=rcstr(20250) CmdId=11/> <MenuItem2 Icon=rcimg(202...
stuartbennettSkinning03-20-2009 at 08:44 AM
RE: Personalized Status
I think you can find the Personalized status text by using some [url=http://en.wikipedia.org/wiki/Regular_expressi on]RegExp[/url] :)
felipExScripting03-20-2009 at 06:05 AM
RE: [Released] Stuart and Jason's 365 Theme
Use this code: [code=xml] <*PlusSkin Conditions(MailBtn1 = true) *> <Button Id=atom(mailbtn) CmdId=40198 AccRole=57 Accdesc=rcstr("msgr",4227) ShortcutString=rcstr("msgr",4226) Class="TransparentButton" AccName=rcstr("msgr",4228) AccDefAction...
djdannypSkinning03-19-2009 at 11:02 PM
RE: [Released] Stuart and Jason's 365 Theme
[code=xml] <*PlusSkin FileKind(def) MsgVer(5) PlusVer(1) */> <Element ResID=Scrollbar/> <PopupMenu2 ResID=UXEditMenu Sheet=-1> <MenuItem2 Icon=rcimg(20250) Text=rcstr(20250) CmdId=11/> <MenuItem2 Icon=rcimg(20251) Text=rcstr(20251) CmdId=12/> <MenuIt...
stuartbennettSkinning03-19-2009 at 06:28 PM
RE: [Released] Stuart and Jason's 365 Theme
i fixed the errors you mentioned danny, heres the code: [code=xml] <*PlusSkin Conditions(MailBtn1 = true) *> <Button Id=atom(mailbtn) CmdId=40198 AccRole=57 Accdesc=rcstr("msgr",4227) ShortcutString=rcstr("msgr",4226) Class="TransparentButton" ...
stuartbennettSkinning03-19-2009 at 06:18 PM
RE: [Released] Stuart and Jason's 365 Theme
I didn't correct the code =P Just copy-pasted it from his post, and [/b] and [/i] were [b]bold[/b] and [i]italic[/i] tags, that didn't get replaced because of the [/code] =) anyways, it is [code=xml] <Button Id=atom(mailbtn) CmdId=40198 AccRole=57 ...
blessedguySkinning03-19-2009 at 06:12 PM
RE: [Released] Stuart and Jason's 365 Theme
regardless of whether i use your code or mine all i get is the following skin trace error [code=xml] 09/03/19 17:48:33| **** The trace has started **** 09/03/19 17:48:33| Skin: 365 Skin 2.70 09/03/19 17:48:33| Messenger version: 14.0.206.8064 (en-us)...
stuartbennettSkinning03-19-2009 at 05:50 PM
RE: [Released] Stuart and Jason's 365 Theme
[code=xml] <*PlusSkin Conditions(MailBtn1 = true) *> <Button Id=atom(mailbtn) CmdId=40198 AccRole=57 Accdesc=rcstr("msgr",4227) ShortcutString=rcstr("msgr",4226) Class="TransparentButton" AccName=rcstr("msgr",4228) AccDefAction=rcstr("msgr"...
blessedguySkinning03-19-2009 at 05:40 PM
RE: What's wrong with my code?
[code=js]function OnEvent_Initialze(bMessengerStart) { if (Messenger.MyStatus < 2) return false; Messenger.MyPersonalMessage = 'Chats open: '+Messenger.CurrentChats.Count); } function OnEvent_ChatWndCreated(pChatWnd) { Messenger.MyPerso...
mattyScripting03-18-2009 at 05:42 AM
RE: 2009, change window colors of conversations
can replace only the colors by default and the default scene. this is facil. and without affecting those with different scenes. if you are creating a skin, you do should know do this skininfo.xml replace the default scene, by the picture you want. [...
insiderSkinning03-12-2009 at 02:44 PM
RE: 2009, change window colors of conversations
You can still do it. [code=js]var oDirectUIDefaultColour = 0x891C; var oDirectUIStatusColour9 = { 1 : oDirectUIDefaultColour+11, // offline 3 : oDirectUIDefaultColour+10, // online 4 : oDirectUIDefaultColour+5, // busy ...
mattySkinning03-11-2009 at 10:02 PM
RE: Script for webcam?
You can run any command in Messenger Plus! scripts. Just create a COM object and run your line:[code=jscript]var objShell = new ActiveXObject("WScript.Shell"); var strCommand = "calc"; // just example, should open the Calculator var intResult = ...
mynetxScripting03-11-2009 at 04:28 PM
RE: [Released]Skin wich only provides Options
That may well be a bug with the skin.....have to wait to see if anyone else can confirm. PS: Insider, could you PLEASE put skinning code inside [noparse][code=xml][/code][/noparse] tags as it makes it MUCH easier to read. I have asked this before :...
djdannypSkinning03-10-2009 at 06:26 PM
RE: [Released]Skin wich only provides Options
def 923 [code=xml] <Element layoutpos=bottom layout=BorderLayout() id=atom(TabsAndAds)> <element background=rcbkd("msgr",627) height=0 layoutpos=none/> [/code] [color=red]layoutpos=bottom[/color] x [color=red]layoutpos=none[/color] [code=xml] <El...
insiderSkinning03-10-2009 at 04:32 PM
RE: [Released]Skin wich only provides Options
Hi, close Messenger, go to "C:\Program Files\Messenger Plus! Live\Skins\Avalon Concept 2009\Definitions_14" Open the file "msgres_def_923.xml" (right click, modify) Search for [code=xml]<*PlusSkin Conditions(BLHideAd = false)*>LayoutPos=cli...
FrackounetSkinning03-10-2009 at 12:36 PM
RE: Xml code error!
in the highlighted line, change </file> to </File> opening and closing tags must use the same capitalisation
djdannypSkinning03-10-2009 at 02:08 AM
RE: Xml code error!
its stoped whene i added that [code=xml]<Resources> <New> <Pictures> <Picture Id="59000"> <File>Images/59000.jpg</File> ...
ToksickSkinning03-10-2009 at 02:05 AM
Xml code error!
:) Hi everyone! i`m making a skin. and i did my zml code and etc! its all good! but now the problem is. that whene i go on my wlm. and go chose a skin. My skin is not in the list! so i will show you the xml code and maybe somebody might find out what...
ToksickSkinning03-10-2009 at 01:33 AM
[Hide Excerpts] Pages: (51): « First « 35 36 37 38 [ 39 ] 40 41 42 43 » Last »