Page 1 of 1

[Bug] Frame3d JoinServer-Manialink

Posted: 24 Apr 2013, 19:46
by steeffeen
hey there

i tried around with 3d manialinks and wanted to display a server list for my title pack, it's working quite well (don't complain about the design please, it's just a first draft :lol:)
http://www.pictures.esc-clan.net/upload/list.jpg

BUT as soon as i try to join a server by clicking on the frame3d it looks like that
http://www.pictures.esc-clan.net/upload/join.jpg

fun fact: even though the 3d styles don't work as long as you haven't entered a station yet (reported years ago), the join dialog looks fine during this phase xD
http://www.pictures.esc-clan.net/upload/list2.jpg
http://www.pictures.esc-clan.net/upload/join2.jpg
//EditStart:
probably it's only working because the manialink is exited! (-.-) and there it's not there anymore to interfere with the join screen
//EditEnd

frame3d code (extract):

Code: Select all

<frame3d manialink="maniaplanet:///#join=B_Nut_2@SMStorm" posn="0 30 1" sizen="270 10" style3d="ButtonNav">
<label halign="left" valign="center2" posn="-113 0 1" text="SpeedBall Server"/>
<label halign="right" valign="center2" posn="129.6 0 1" text="8/14"/>
</frame3d>
am i doing something wrong?
if not: fix plx :pil ^^

regards

Re: [Bug] Frame3d JoinServer-Manialink

Posted: 25 Apr 2013, 21:22
by TGYoshi
Lower the posn z value so the names of the servers are below the popup which has a fixed z-value for it's elements.

Re: [Bug] Frame3d JoinServer-Manialink

Posted: 25 Apr 2013, 23:51
by steeffeen
TGYoshi wrote:Lower the posn z value so the names of the servers are below the popup which has a fixed z-value for it's elements.
doesn't help :(
tried 0, -1, -30, -42
no changes at all

Re: [Bug] Frame3d JoinServer-Manialink

Posted: 26 Apr 2013, 17:44
by steeffeen
it isn't only a displaying problem, i can even click the buttons (3d frames) in the background...

Re: [Bug] Frame3d JoinServer-Manialink

Posted: 27 Apr 2013, 11:35
by TMarc
shall we move it to the reports forum then?

Re: [Bug] Frame3d JoinServer-Manialink

Posted: 27 Apr 2013, 13:33
by steeffeen
TMarc wrote:shall we move it to the reports forum then?
i think so :)

Re: [Bug] Frame3d JoinServer-Manialink

Posted: 28 Apr 2013, 16:55
by TMarc
done ;)

Re: [Bug] Frame3d JoinServer-Manialink

Posted: 29 Apr 2013, 20:14
by undef.de
I guess 3D-Styles do not care about z-position is related to the current problem.

Re: [Bug] Frame3d JoinServer-Manialink

Posted: 29 Apr 2013, 20:19
by steeffeen
undef.de wrote:I guess 3D-Styles do not care about z-position is related to the current problem.
kind of.. but the thing is that you can't even see the 3d frames but the usual <labels> and <quads>

Re: [Bug] Frame3d JoinServer-Manialink

Posted: 29 Apr 2013, 20:49
by undef.de
steeffeen wrote:
undef.de wrote:I guess 3D-Styles do not care about z-position is related to the current problem.
kind of.. but the thing is that you can't even see the 3d frames but the usual <labels> and <quads>
Maybe the 3D elements are on the same z-position as the blured background and thats why they are not visible.

Did you tried to set the <labels> and <quads> as low as possible or just the <frame3d>?