Page 1 of 1

Skin crashes with 'Load Interface'

PostPosted: November 18th, 2006, 4:23 pm
by Scarebear
This isn't a bug, but me getting something wrong with my skin I think :)

If I use the layer loadinterface(skinname) all works fine. I'm trying to create the different mouseover effects though and this is when I crash Xion.

I'm using the following:

loadinterface_over(skinname)
loadinterface_normal(skinname)
loadinterface_down(skinname)


Did I miss something? When I use the above and click the button Xion crashes and closes down.

Re: Skin crashes with 'Load Interface'

PostPosted: November 18th, 2006, 8:01 pm
by Cliff Cawley
Scarebear Wrote:This isn't a bug, but me getting something wrong with my skin I think :)


Heh, its actually a bug. I just found this with a skin that Kev-O submitted. Will be fixed for the next beta. Seems Xion wasn't aware of the _over, _down, _normal states for the loadinterface button.

For a workaround, you'll just have to not have those states for it, sorry.

This HAS been fixed, and will be usable in the next Beta and then Release.

Cliff :)

PostPosted: November 18th, 2006, 8:17 pm
by Scarebear
I guess that should make me feel better ;) It works on some skins though like the default skin doesn't it?

I'll just leave it out though for now :)