i'm completely new to Xpression and I'm probably taking on more than I can chew with this board template. I'm trying to make a board with 8 lines of text and different layouts become visible when certain text fields are empty. For example, when only Line 1 is filled you get a layout with one line of text centered on the screen. If you fill in Line 1 and Line 2 you get a layout with two lines of text together centered on the screen but if you fill in Line 1 and Line 3 you get you get a layout with two lines with space in-between them centered on the screen.
In visual logic I have Line:IsEmpty -> And -> Layout:Visible for each layout I have. The problem I'm having is when empty conditions overlap. When one layout calls for Line 2 to be empty but another layout calls for Line 2 and Line 4 for be empty I get two visible layouts on screen and I'm having trouble trying to make the unwanted layouts not visible. I'm trying to add Not -> Layout:Visible for the unwanted layouts but is not working as I think it should. Is there another way to turn off visibility with Visual Logic? Or should I try to make each layout recognize when a line has text in it.
I also understand that tab order in Visual logic could be a problem too. Is what I'm trying to do too complicated?