My app has some forms/windows. The are all initialized on appstart. Each form has buttons to switch to the other views/forms/windows.
How can i switch to an specific form from backgound (unvisible) to focus with the buttons?
What do you think of something like a transparent pane for the background (form) with the other components in front of it where you use the touch and/or mouse click?
This ThreePagesExample example is a good starting point where you can see how you can both show and hide forms. In the example, the different forms are initialized and you can show or hide them to meet your specific needs.
Hello,
thank you for your input.
At least 3 or 4 forms should be active at the same time. One form shows the data in a graphic way, one shows/edits the data in a form of a list and at least form one uses the data collected in form 1 and 2.
Since the monitor isn't big enough, one or the other form will go under others and so go invisible. The button should brings this invisible form back to the forground.
Hans