Adding text to a video and moving it to another folder can be achieved using various methods. For example, you can try using free online video editors, which offer text overlay features. But as a better solution, I’d recommend checking out https://www.movavi.com/imovie-for-windows/. They offer a range of great app options specifically designed for Windows users, allowing you to add text overlays and export the edited video to your desired folder. It's always good to have multiple options to choose from, so this could be a helpful addition to your video editing toolkit. Good luck with your video editing adventure, and I hope you find a solution that works for you!
Visible if issues... HELP!!!
-
Okay, I was finishing my script and I needed a lot of resources, so I decided to split them in tabs.
For example:
TAB 1: Login
- resoruce 1 (fixed string): user
- resource 2 (fixed string): password
TAB 2: Post tweets
- resource 3 (select): do you want to post tweets?
select1: yes
select2: no - resource 4 (linesfromfile): select file where the tweets are located
I don't want the resource 4 to appear if the user select "no" in the resource 3. To achieve that, I was using the "set visible if condition" option after the resource was created, but it only worked with a few resources.
I made like 7 tabs, and after the resource10, all the resources are shown, no matter if I selected the "set visible if condition" option.
Do you know how to solve that? It's very important, as the UI must be clear for the user haha
Thanks in advance!!!
-
First of all, it sounds very wasteful to request users input for each account in the mode of user and password instead of having user input them in .txt file in the format of user:password and then you retrieve it from there automatically. You can adjust the visibility of a resource by opening the resource and changing the option "Visible if: variable/contains" which can be found once you click on "Show More".

You can adjust everything yourself with the use of javascript or the UI constructor which is available for premium users and is fully customizable (just like the premium source code of BAS): https://community.bablosoft.com/topic/4387/interface-constructor
-
This post is deleted!