I can do a Side Menu Layout containing the indices:
Contact
Brands
Category
But I wanted you to choose the Category Index for example, open another list where you have other options within Category. How do I do this?
Contact
Brands
Category
* caja1
* caja2
* caja3
Eu consigo fazer um Side Menu Layout contendo os indices:
Contato
Marcas
Categoria
Mas queria que ao escolher o Índice Categoria por exemplo, abrisse uma outra Lista onde dentro de Categoria estivessem outras opções. Como eu faço isso ?
friend, thank you in quick response. Would you have an example that I could understand better? I am learning Kodular only 5 days only. So an example containing this layout would be welcome, and which Palette should I choose, would it be the same Side Bar Layout?
You can use the additional component to let the user select one of the subitems, like the ListPicker component, Notifier’s Show List Picker block, etc.
hello, would you have a guide here, taught from basic to advanced, with all the commands explaining its use so that I can learn Kodular and assemble the blocks? I also want to understand each function of the palettes.
I did everything right as known. While running on the phone, the screen shows the Text for List_picker1 button and on top of it the Side_Menu_Layout1.
However, clicking Side_Menu_Layout1 opens the Side Menu, all in white. And if I click on the Text for List_Picker1 button, a screen with the title of Category in blue appears, and below a Black screen with the sub-Menus I created: Aminoacids and Proteins.
I wanted this screen to open in the sidebar that went blank.
@amigolojista you are new here so start with tutorials.You can find a lot on YouTube and also in the community.
It is because you have set background color to default.
You have not changed title color and item background color and item text.
My suggestion will be download Companion app and connect to Kodular Creator than make changes to components you have used so you can see it live.
I have yes the Kodular Company downloaded and it is in him that I am testing now. I would very much like to learn from you, so could you point me to these tutorials here in the community? Another thing, I hit the blank screen here. But then the button should be invisible, correct? and only visible after the right Side Menu is activated?
This is called ’ Action Bar ’ not Side Menu Layout.
Try these steps:
Designer >>>>>
1.Create your side menu layout in verical arrangement or vertical scroll arrangement.
2.Drag and Drop Spinner component from User Interface.
Now do your designing settings as your choice.
Blocks >>>>>
1.Make a variable with a list using make a list block and add items to it.
2.Now on screen initialize block set Spinner elements to that list.
3.Use after selection block to proceed.