What happened to the Messenger Plus! forums on msghelp.net?
Shoutbox » MsgHelp Archive » Messenger Plus! for Live Messenger » Skinning » Option panel bug

Pages: (2): « First [ 1 ] 2 » Last »
Option panel bug
Author: Message:
DennisMartijn
Full Member
***


Posts: 119
Joined: Jul 2006
O.P. Option panel bug
Stated some options in Options.xml; Stated the options in SkinInfo.xml; Result is bugged options panel.

Instead of showing the layout I specified in Options.xml, the panel just shows the 3 options underneath each other - Any edit in Options.xml just results in this same weird panel.

Additional Info:
All Styles and Definitions have been specified in SkinInfo.xml,
NO images have been specified in SkinInfo.xml.


code:
<SkinInfo><Information><Name></Name><Description>, a skin by Silvestris from GamingSync</Description>
<AboutUrl>http://www.gamingsync.com/</AboutUrl><Version>0.1 Beta</Version><Screenshot><File>.png</File></Screenshot>
<Compatibility><MsgVersion Major="14" Minor="0" /></Compatibility></Information>

<OptionInterface>
<InterfaceDir>Options</InterfaceDir>
<InterfaceFile>Options.xml</InterfaceFile>
<WindowIds><WindowId Language="en-us">Options</WindowId></WindowIds>
<AboutIds><AboutId Language="en-us">About</AboutId></AboutIds>
</OptionInterface>

<Options><Skin>
<Properties>

<MultiVal Name=""><DispLabel></DispLabel><DispHelp></DispHelp><Values>
<Value DispLabel=""></Value>
</Values><Default></Default></MultiVal>   

<MultiVal Name=""><DispLabel></DispLabel><DispHelp></DispHelp><Values>
<Value DispLabel=""></Value>
</Values><Default></Default></MultiVal> 

<MultiVal Name=""><DispLabel></DispLabel><DispHelp></DispHelp><Values>
<Value DispLabel=""></Value>
</Values><Default></Default></MultiVal>

</Properties>
</Skin></Options>

<OptionInterface>
<InterfaceDir>Options</InterfaceDir>
<InterfaceFile>Options.xml</InterfaceFile>
<WindowIds><WindowId Language="en-us">Options</WindowId></WindowIds>
<AboutIds><AboutId Language="en-us">About</AboutId></AboutIds>
</OptionInterface>

code:
<?xml version="1.0" encoding="UTF-16"?>
<Interfaces>
<Window Id="Options" Version="1"><Position Width="300" Height="100"/><ChildTmpl/>
<Elements>

</Elements>
<Controls>
           
<Control xsi:type="StaticControl" Id="...Caption"><Position Top="0" Width="150" Left="0"/>
<Color><BaseColor><Saturation>1.1</Saturation><Brightness>0.7</Brightness><Transparency>240</Transparency></BaseColor></Color>
<Font><Bold>true</Bold><Size>7</Size></Font><Caption></Caption><Help></Help></Control>

<Control xsi:type="ComboBoxControl" Id=""><Position Top="10" Width="150" Left="0"/><Items>
<Item Id=""></Item>
</Items><Help></Help></Control>
           
<Control xsi:type="StaticControl" Id="...Caption"><Position Top="0" Width="150" Left="150"/>
<Color><BaseColor><Saturation>1.1</Saturation><Brightness>0.7</Brightness><Transparency>240</Transparency></BaseColor></Color>
<Font><Bold>true</Bold><Size>7</Size></Font><Caption></Caption><Help></Help></Control>

<Control xsi:type="ComboBoxControl" Id="Style"><Position Top="10" Width="150" Left="150"/><Items>
<Item Id="Default">Default</Item>
</Items><Help>Choose a Style (UI Files)</Help></Control>
           
<Control xsi:type="StaticControl" Id="...Caption"><Position Top="25" Width="300" Left="0"/>
<Color><BaseColor><Saturation>1.1</Saturation><Brightness>0.7</Brightness><Transparency>240</Transparency></BaseColor></Color>
<Font><Bold>true</Bold><Size>7</Size></Font><Caption></Caption><Help></Help></Control>

<Control xsi:type="ComboBoxControl" Id="">
<Position Top="35" Width="300" Left="0"/><Items>
<Item Id=""></Item>
</Items><Help></Help></Control>           
           
</Controls>
</Window>

<Window Id="About" Version="1"><Position Width="100" Height="210"/><ChildTmpl/>
<Elements>
                     
</Elements>
<Controls>
           
</Controls>
</Window>
</Interfaces>


[Image: Problem3.png]


Anyone who sees the problem?

This post was edited on 02-15-2009 at 04:47 PM by DennisMartijn.
02-15-2009 01:42 PM
Profile E-Mail PM Find Quote Report
blessedguy
Skinning Contest Winner
*****


Posts: 1762
Reputation: 25
31 / Male / Flag
Joined: Jan 2008
RE: Option panel bug
Could you just post SkinInfo.xml with "[code=xml]" and "[ /code]" so that we could see it better? =)
Until now, I've seen a duplicated <Skin> tag, along with <Options>
[Image: Empty.png]
02-15-2009 04:03 PM
Profile PM Web Find Quote Report
DennisMartijn
Full Member
***


Posts: 119
Joined: Jul 2006
O.P. RE: Option panel bug
Well.. yeah that was kinda a waste of Prt Scr button, but meh. I havent seen the duplicate tags yet, thanks for the reply.

However, after removing the duplicate tags, the skin isn't working at all. I tried removing the upper, the lower, but both result in the same thing.

This post was edited on 02-15-2009 at 04:30 PM by DennisMartijn.
02-15-2009 04:29 PM
Profile E-Mail PM Find Quote Report
robert_dll
Full Member
***

Avatar

Posts: 393
Reputation: 8
– / Male / Flag
Joined: Aug 2008
RE: Option panel bug
I have seen something else, instead of setting the control Id to the name of an option you have set "Caption" to everything.
02-15-2009 04:31 PM
Profile PM Web Find Quote Report
blessedguy
Skinning Contest Winner
*****


Posts: 1762
Reputation: 25
31 / Male / Flag
Joined: Jan 2008
RE: Option panel bug
Just post you SkinInfo.xml please, so we can read it!
[Image: Empty.png]
02-15-2009 04:33 PM
Profile PM Web Find Quote Report
DennisMartijn
Full Member
***


Posts: 119
Joined: Jul 2006
O.P. RE: Option panel bug
There was a 'typo' -> <Skin><Options>  should have been <Options><Skin>

But it still didnt solve the problem. Ill clean up skininfo to post it as code..
Updated first post.

This post was edited on 02-15-2009 at 04:48 PM by DennisMartijn.
02-15-2009 04:38 PM
Profile E-Mail PM Find Quote Report
DennisMartijn
Full Member
***


Posts: 119
Joined: Jul 2006
O.P. RE: Option panel bug
It has a name, but I removed it. I'm not releasing anything about this skin yet.. other than stating the people who helped me in the about window. ;o
02-15-2009 04:56 PM
Profile E-Mail PM Find Quote Report
blessedguy
Skinning Contest Winner
*****


Posts: 1762
Reputation: 25
31 / Male / Flag
Joined: Jan 2008
RE: Option panel bug
By experience, something is wrong in Skininfo.xml, but I can't find the mistake... double check if the IDs are the same for options in skininfo and options panel.
[Image: Empty.png]
02-15-2009 05:06 PM
Profile PM Web Find Quote Report
DennisMartijn
Full Member
***


Posts: 119
Joined: Jul 2006
O.P. RE: Option panel bug
The ID's are the same.
Id="Option1"   - In Options.xml, at both the static control and the combo box control.

I also had the static control named as"Id="Option1Caption"

SkinInfo has this: <MultiVal Name="Option1">

I'm fairly sure there is no misspelling, and I havent had this problem on open live.

Is it a bug that occurs when I do have tags for replacement, while not having anything inside?

<ResGroup>
<Restrictions><MsgVersions><Version Major="14" Minor="0"/></MsgVersions><SkinOptions><OptionSet><MultiVal Name="Option1">Default</MultiVal></OptionSet></SkinOptions></Restrictions>
<Resources><Replace><Graphics><Pictures>

</Pictures></Graphics></Replace></Resources></ResGroup>
02-15-2009 06:51 PM
Profile E-Mail PM Find Quote Report
insider
Junior Member
**


Posts: 64
– / Male / Flag
Joined: Feb 2009
RE: Option panel bug
was able to make a options.     
as he recorded his file?. of where?.
02-15-2009 07:04 PM
Profile E-Mail PM Find Quote Report
Pages: (2): « First [ 1 ] 2 » Last »
« Next Oldest Return to Top Next Newest »


Threaded Mode | Linear Mode
View a Printable Version
Send this Thread to a Friend
Subscribe | Add to Favorites
Rate This Thread:

Forum Jump:

Forum Rules:
You cannot post new threads
You cannot post replies
You cannot post attachments
You can edit your posts
HTML is Off
myCode is On
Smilies are On
[img] Code is On