Page 1 of 1

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

Posted: Sat Sep 22, 2007 1:54 am
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.

Posted: Sat Sep 22, 2007 6:05 am
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.