Nyx: Anything after the timer is over the top. :-)

Post all technical issues and questions here. We'll gladly help you wherever we can.
Post Reply
User avatar
camel
Explorer At Heart
Explorer At Heart
Posts: 331
Joined: Fri Sep 29, 2006 4:40 pm
Gender: Male
Sexual Orientation: Straight
I am a: Switch

Nyx: Anything after the timer is over the top. :-)

Post by camel »

With the following page...
start#page(
'<TEXTFORMAT LEADING="2"><P ALIGN="CENTER"><FONT FACE="FontSans" SIZE="18" COLOR="#FFFFFF" LETTERSPACING="0" KERNING="0">This is a test</FONT></P></TEXTFORMAT>',
pic("1.jpg"),
vert(buttons(start#,"Veni",start#,"Vidi"),delay(3sec, page2#),buttons(start#, "Vici")),
);
I expected the Vici button to be below the timer, but instead it's superimposed on the timer.
seraph0x
Administrator
Administrator
Posts: 2666
Joined: Sun Jul 23, 2006 8:58 am

Post by seraph0x »

Mmmh, I can see why that would happen. The layouting routines we are using right now are pretty crude. For example vert() simply splits up the available space with little regard as to how much space each element actually needs.

Also not trivial to fix, but it'll go on the todo list and we'll find a way.
Post Reply