Hello There,
I am trying to make my Listview items clickable without luck. Can anyone share a tutorial or explain how this can be achieved in Thunkable-x, please?
Thank you.
Hello There,
I am trying to make my Listview items clickable without luck. Can anyone share a tutorial or explain how this can be achieved in Thunkable-x, please?
Thank you.
Hey @86188296cd8d41, welcome and thanks for posting to the community!
What do you want those options to do? They should already be clickable.
For example, clicking a list item could load information in a pop-up window, take you to another screen, add an item to a list of other items, remove an item from a list, or cause many other actions to take place.
Thanks a million. I want the options to take me to other screens.
How can this be achieved please?
Hi, @86188296cd8d41!
I consider that you want to send the clicked itemās data to another screen - right?
If so, then you can refer to my tutorial on āHow to send data from one screen to another with Local Storageā. Iāll link the tutorial here -
Hope I helped you!
Thanks!
Did you change the title?
I think you may like this post, it would allow you to create dynamic list viewers with whatever organization youād like.
This is a list of notes Iāve taken. A row will populate for each note I have. Each row is made of 3 labels and 1 button.
Thank you so much!
The clicked item is actually meant to do three different things as seen in the picture below.
If there was an actual button to click for individual items, then it would have been straight forward for me. If you have any resources that can address these, it will be a life saver!
Thanks again.
Hi, @86188296cd8d41!
Thanks for the explanation - it helps a lot!
These would work too, just need to command the 3 buttons. But, the list-viewer looks minimal, and moreover, itās challenging for you to do.
I have some question for you, have you prepared code for the Show Details, Resources (screen) and log out ? Also, do you you have separate screens for Show Details & Resources? And how do you relate this to transfer data between screens?
Thanks a lot!
I guess I dont understand.
When you click āmy detailsā do you expect a popup to appear with that info, or do you want the user to be taken to a new screen. or are you trying to show dynamic content on the same screen?
At the moment, just the Resources (screen). I am currently working on the other two.
+1 @jared!
Thanks!
Yes, i do.
Thanks
I would recommend a custom row with buttons on each screen then with absolute positioning and a bottom offset of 0
this way you can add whatever buttons you want and this is easier than using the list viewr for what you are doing
Thanks - Now I am clear.
I would too prefer @jaredās idea of simple buttons, it would be better.
When button1 click, perform first action. When 2, then second action, & so on, and so forth.
Thanks!
P.S. @jared please explain me the technical terms of ābottom offsetā & āabsolute positionā? I donāt know what they do/mean ā¦ Thanks!
I figure that this will be a lot easier, just wanted to learn how to make use of the ListView to do sameā¦
Thanks you.
maybe this can help you.
https://x.thunkable.com/copy/c24d7ad4befc6f0e8274a80255531d7e
Itās awesome that you wanted to learn a new thing, and itās not that different from buttons.
In this block,
you would just need to check the āitemā = details/resources/log out with an if-else_if block. And perform their actions respectively.
Thanks!
yup!
if index = 1
set label 1 = var resourceInfo
if index = 2
navigate to screen 2
if index = 3
call signout method
Will try this now.
While you are here. I posted this yesterday on the forum as well. Could you be of help as
ā¦
I just created a chatbot using Amazon Lex. Is it possible to incorporate the bot in Thunkable, if yes how?
Or can I create a chatbot in Thunkable directly? If yes, I would love to learn how to do this.
Thank you.
Thank you. Will do this now.