I expected the Vici button to be below the timer, but instead it's superimposed on the timer.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")),
);
Nyx: Anything after the timer is over the top. :-)
- camel
- 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. :-)
With the following page...
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.
Also not trivial to fix, but it'll go on the todo list and we'll find a way.

