Drop-down list of texts for subtitle structure

Do what exactly, put two textboxes and three buttons on a screen/arrrangement ?

Noooo...
I'd like to do the same with my own theme
where the text when I click redirects me to another window or generates an action

image

Something like this but hidden when clicked
:arrow_forward:ABC

Note that these are texts, not buttons.
Buttons take up a lot of space.

image

Don't know what you are on about. Maybe someone else can decipher and help.

Query?
A container or text could perform actions like a button when selected.

image

image

Your images do NOT explain what you want to do.

Labels do not have any Events or Methods associated with them. Therefore you cannot get a response by clicking on a Label

Buttons do have Events and Methods. You can elicit a response by clicking on a Button.

A Text Block does not have any Events or Methods.

There isn't a control or an extension that can provide a drop down control as you describe where clicking on specific text and get a response.

Perhaps you could use a ListView or you can display a background image on a Canvas where the Text or Buttons on the image are different colors. Click on a specific color, get the background color and use the color to determine what happens next.

Perhaps something like this ?

(Perfect)
¿Question?
How can I make the selection (Pag 2) take me to Screen 2?

image
expandableLists_copy.aia (43.6 KB)

if property value text = page2 then open screen name screen2 ?

I got it.

Finally, how do I change the color of the selected item?

image
change color or bold

In my example blocks I use a random colour:

You could add a set colour for each folder to the list of folders

Here you can change the color by selecting.

But I need the other selected items to return to their natural color.

I only need one selected, whether it's a title or subtitle.

attached .aia
expandableLists_copy.aia (47.0 KB)

Make a list of all folders/subfolders
On folder click, set the colours of all folders in that list to default colour (either text or background, or both), or individual colours...
Set the clicked folder to a new colour

I can't change the color.

Could you share the blocks with me?

I'm attaching .aia files.
expandableLists_copy (1).aia (42.2 KB)
¿?

I've already managed to change the color when selecting the text by restarting the button's process.

Perhaps there's another method. I'll see if you can help me improve it.

On the other hand, I need...
When the red label (Key) contains:

A
Do not enable (Page 2, Page 3), the others do.
And when it contains:
B
Do not enable (Page 4), the others do.

And when it's not enabled, change the color from black to gray, as shown in the image.
expandableLists_copy (3).aia (43.7 KB)

image

TIMAI2

Could you help me by giving me an example for 4 columns?

I'm trying to follow the example, but it doesn't work.

image

please

Start with my working example.

I want to start with this 3-column layout.
subT 1
subT 2
subT 3

Query?
Where should the block to color the column in (subT 3) go?
Should it be inside the action in (subT 2)?
Or when the text is clicked?

Could you sketch a small block for comprehension?
Please

Try this

expandableLists_v2.aia (41.8 KB)

1 Like

I don't want to complicate things further.

I see how I manage windows.

For that, I just need to get the title of the selected item in the first column.

I already got the subtitle in one label.

How do I get the title in another label?

I tried this, but it didn't work.

This is how I need it.

I am having a look at this, working with listviews, got first and view of second levels sorted, second level and view of third level is exponential!