Welcome to the Second Life Forums Archive

These forums are CLOSED. Please visit the new forums HERE

Blank llDialog Buttons?

Sturm Hellershanks
Registered User
Join date: 22 Jun 2008
Posts: 9
07-01-2008 15:00
Hi,

Fairly new to scripting in LSL and I managed to create my own Touch menu with buttons etc. I was wondering if there was a way to have more control over the positioning / layout of the buttons.

For instance if I wanted a "blank space" where a middle button would be in a row, is this possible? So what I want would be (think of the O as a blank space):

X X X
X X X
X X X
X O X

But it comes out like this:

X X O
X X X
X X X
X X X

I got errors leaving the button name blank. I guess... is there a variant of PAY_HIDE to use for clicky menus from a Touch menu?

Thanks in advance for any responses!

- Sturm Hellershanks
Viktoria Dovgal
Join date: 29 Jul 2007
Posts: 3,593
07-01-2008 15:03
You can get a blank button by using a space instead of an empty string.
that won't give you a gap, but that's generally good enough to get a layout going.
_____________________
Sturm Hellershanks
Registered User
Join date: 22 Jun 2008
Posts: 9
07-01-2008 15:05
Many thanks!

- Sturm Hellershanks