Looking for drag components

hi

how to drag a component (row or column) instead of popping it up ?

You’re going to have to provide more details.

Rows and columns are not part of the DnD. They are in StP which does not have drag feature.

Can you explain more?

hi

I would like to make a moving menu appear as a sidebar top or bottom menu

One sentence is usually not enough to understand the issue. You might want to add a screenshot, sketch or video of what you’re wanting to make.

It sounds like you might want to use horizontal scrolling?

hi

the i can only provide an example of what i would like to get some sort of snack bar but with options not just display a message
looks like you’ve worked on this sort of thing or else another Thunkable expertI even saw a demo that I can’t find

hi

the i can only provide an example of what i would like to get some sort of snackbar but with options not just display a message or the way the keyboard appears when you click on text input zone
looks like you’ve worked on this sort of thing or else another Thunkable expertI even saw a demo that I can’t find

Please don’t start a new thread on the same topic. I’ve joined your two same names threads here so it’s easier for others to follow and help.

A snack bar? I have no idea what you mean.

Could you draw an example and post a photo of it? Anything visual would help to fill in some details that are missing here.

hi

i’m talking about this kind of component https://www.youtube.com/watch?v=zpO6n_oZWw0
what I would like is to make a column appear like this

The current DnD platform does not have a way to control component size by code which makes something like that not easy to implement but at the same time remains doable.

See this attempt
snackbar

hi

thanks for your answer !
i use the STP platform so can i do something like that ?

Yes, very easy.

hi

i tried with a button but i failed

https://x.thunkable.com/copy/84fbc66981600a420de9f42b01595c1a

Check this

https://x.thunkable.com/projectPage/6240c184c0c90d02d08df5cc

it will make a very nice snackbar but to make a column appear on half the screen or more we can hope that Thunkable includes the animations of such components

thanks for your help

I write code on Flutter and the example I shared was very very close to the Flutter snackbar. I do not see any major difference between my code and that of the snackbar widget of Flutter.