This video makes me proud that I figured out scrolling panels by myself lol insane video tho, keep up the good work, helps a ton, you're super smart, and the quality of the video is quick to the point and smooth, 10/10
Thank you very much for the tutorial! I'm studying about UI and I would like to know if you can help me with a question: I want to know how I create one that has two forms or organize the buttons of one into two parts (categories and products) so that on the left side there are the category buttons on the vertical and on the right the horizontal product.
@@Dingsel Thank you very much!! I managed to modify it and it was perfect! Could you help me with one more thing? Is there any way to get the body text of the form like I can get the title with #title_text?
The body is a binding just like the title. Its like #form_text To change the background un-reference the default dialog panel from the long form and add your own image element
Yo I know you're still cooking on the 4th tutorial but you should make a tutorial on how to make it execute commands I know there's a comment already about this but you should still make a video about it 😁
@@Dingsel yeah but how would I make something that if a player says +tester it says hi in chat and I can just replace that when I want to make more commands
this video was mainly about json ui and asumes that you have any prior understanding in scripting. Either way there are a bunch of resources that tell you how : wiki.bedrock.dev/scripting/gametest-form.html#actionformdata-1
Hey dude! Very useful videos! I just can't find any info about how to create custom HUD and control it using Scripting API. Do you know it? The documentation is very poor :C
@@joseplay1012 go into your Behaviour Pack's manifest and look for your entry file, if it is main.js open it and put this line: import "./example.js" if your file is called example
This video makes me proud that I figured out scrolling panels by myself lol
insane video tho, keep up the good work, helps a ton, you're super smart, and the quality of the video is quick to the point and smooth, 10/10
same 😂
how do I make the buttons work, like executing a command?
wiki.bedrock.dev/scripting/gametest-form.html#actionformdata-1
Thanks
another great video, i enjoyed this but please upload some more js tutorials maybe with dynamic properties for players🎉
How can I change the offsets of some buttons? It would be a little more understandable if you write it as code. thanks.
Absolute legend this man is
How can I make button background invisible and change color of border
you need to edit ui textures
Thank you very much for the tutorial! I'm studying about UI and I would like to know if you can help me with a question: I want to know how I create one that has two forms or organize the buttons of one into two parts (categories and products) so that on the left side there are the category buttons on the vertical and on the right the horizontal product.
yeh no thats not that easy but I made that already. You just have to find the livestreams where I did it. It was something with the Bazaar
@@Dingsel Thank you very much!! I managed to modify it and it was perfect! Could you help me with one more thing? Is there any way to get the body text of the form like I can get the title with #title_text?
Please Make more of these tutorials
it would be great if you make custom buttons or screens next!
the best scripting minecraft bedrock i've ever seen!
wie kann ich animationen hinzufügen?
do you know how to adjust the opening animation of the form just like in hive server🥺
Kann man auch statt von oben nach unten scrollen auch von links nach rechts?
@@Prokubik-YT ne
@Dingsel schade
Thank you very much boss !
textures ui is where we change the way its colored or even my own background on the ui?
also how do i add the " .body " to the ui
The body is a binding just like the title. Its like #form_text
To change the background un-reference the default dialog panel from the long form and add your own image element
thanks
\
Yo dingsel, can you make a updated chat ranks tutorial?
Yo I know you're still cooking on the 4th tutorial but you should make a tutorial on how to make it execute commands I know there's a comment already about this but you should still make a video about it 😁
How would i make a custom command? Ive searched for days and no tutorial works
There are no custom slash (/) commands yet. But you can read chat messages with the chat event and run actions based on that
@@Dingsel yeah but how would I make something that if a player says +tester it says hi in chat and I can just replace that when I want to make more commands
@@Dingsel but how would such a script look like in js?
How to remove open and page switching animation from server form / actionform
Is it possible to make icons appear on the screen and disappear based on gameplay? Similar to how the effect icons work?
you can use the actionbar text to show and hide elements conditionally
Would that let me use things such as icons though? And wouldn't that mean they had to be in the bottom centre of the screen?
@@Dingsel
you can cinditionally reder it meaning you could do anything with it. Images, text,position whatever@@spoon_xyz
@@Dingsel Awesome! Is there a tutorial for this that I could follow?
nah@@spoon_xyz
Hello author, a broken file is downloaded from your site, can you please fix it?
any way to make this work with modalformdata?
@@BlueIceCrown you have to modify more stuff in modal forms
@@Dingsel yeah i just did it and was able to figure it out
Brother is there any way that we can edit and remove the borders for new costume control for mobile through scripting?
scripting won't get you far here
can u make tutorial how ti put paperdoll in server form
How do I add custom icons for the buttons
great it looks good.. HOW DO I MAKE THE BUTTONS DO STUFF!
this video was mainly about json ui and asumes that you have any prior understanding in scripting. Either way there are a bunch of resources that tell you how : wiki.bedrock.dev/scripting/gametest-form.html#actionformdata-1
@@Dingsel I figured it out I was just mad lol thanks anyway
What do I do to get a button to take me to another menu
Hey dude! Very useful videos! I just can't find any info about how to create custom HUD and control it using Scripting API. Do you know it? The documentation is very poor :C
teach us custom chest UI in the next vid please!
Hey Dingsel. You have dc?
@@Amaan-5347 look in the description
Can you make the icons that you used downloadable on the website? I really want those icons
Those are the Icons from the default pack
You mean, a url icon? As far as I know, it can only be done using server-side forms like PHP plugins in Pocketmine.
nah path to default texture pack icon@@RedStoneCraftGG
Oh, I thought he was asking for the URL icon @@Dingsel
now need toggle and write:)
My code doesn't even use grid dimensions or grid fill direction. It still runs perfectly.
How find the other files can you share please?
what other files?
How does the button work?, you're great ❤
wiki.bedrock.dev/scripting/gametest-form.html#actionformdata-1
@@Dingselthx pro❤
@@DingselBut when I change the name of the list, the list goes back to normal, and when I add body Does not appear 😢
Make one showing how to use several js files besides main.js please
uhm you can type that question into goodle and get an answer
@@Dingsel I'm sorry, I'm a little slow. Where can I see this documentation?
@@joseplay1012 go into your Behaviour Pack's manifest and look for your entry file, if it is main.js open it and put this line:
import "./example.js"
if your file is called example
Please make new tutorial about this
Thank you so much😭😭
Now how to make it scroll horizontally? 😭
@@pedrofaaias you don't
So it looks like I'll have to use non-traditional approaches (😭).
you should mae a vid showing how to make the buttons usable
thats just scripting. I once made a video on that but its very old
@@Dingsel oh, good
please make anti fly,speed,killaura 😭😭😭😭😭😭🥹
provide the video project
skyls.de/samples/ui3
king
pro, Please update script 1.21❤
Add runCommandAsync plss💗
just cahnge the file extension to .mcaddon and hey I do think you can figure out the command part on your own
@@Dingsel It only works if it's his name(custom form) correct?
@@imyousif._.88 yes it has to be exactly
Custom Form
with the capital letters as well
but the new update did bing some errors. The hui still works good but its annoying so I am going to upload a new version soon
🥰
Is it possible to change the position and size of a button depending on the button text?
yeh you would just go with the same concept as for rendering forms conditionally just with the button instead