I am currently making a tablet system that has a ability to make a “police Report” to write on but I need it to be able to make basically an infinite amount of the reports but when using a WB it will only use the one WB so when I press the create button on the tablet it opens the same report instead of a new one how would I make it constantly be able to make new reports?
Can you show blueprint what happens when you click “Create”?
Imagine it like a forum system you create a post add a title and it has a number added to it and you put text inside etc but currently I can make one “post” and the next one I make has the same information as the last one did.
Why do you do Remove From Parent (self)? As far as I understand, self is a widget that contains all messages. It cannot be remove, because then all past messages will disappear. This is probably why you are not getting the results you want.
Here is an example of a “forum”:
I use Switcher to display either the all message list or the message editor which I create for new messages.
What I was going for was like this:
the text block text is a button which would be created when a report is made so you can open it
I wanted the report to be in a new widget so it gets rid of the old one and opens the new one with there being the list to open already created ones. It would basicly be just like this forum with the list of posts and then you open into a post by clicking on it
When you click “create” you need to create a new report widget and a button to open it, in which you need to place a reference to the report widget, so that when you click on the button, you can open a specific report.
Report Button: