Page 1 of 1

Multiple screen and Present it to the one screen.

Posted: Wed Jan 10, 2018 5:40 am
by iclassic
How to gather data from multiple screen or multiple Program RPG and Present it to the user in one single summary screen.

Re: Multiple screen and Present it to the one screen.

Posted: Wed Jan 10, 2018 1:49 pm
by Megan
Thank you for writing in! If possible, could you please explain what it is you are trying to accomplish? The source of the data and the number of sources would affect how to approach the issue, may we have an example what you would like to do?

Re: Multiple screen and Present it to the one screen.

Posted: Thu Jan 11, 2018 12:04 am
by iclassic
How to?

Re: Multiple screen and Present it to the one screen.

Posted: Thu Jan 11, 2018 5:49 pm
by lyarbrough
Hi,

You could accomplish this by using iFrames. You could place the iFrame widget inside of your tab panel widget like this:
2.png
2.png (14.66 KiB) Viewed 528 times
In the 'iframe url' property of the iFrame widget, you would use the URL for the program that you would like to display. In the iFrame inside the 'Program 1' tab, i used the following URL:
3.png
3.png (7.25 KiB) Viewed 528 times
When I run this program, you can see that the program I included in the URL is displayed in the iFrame inside of the tab:
1.png
1.png (33.84 KiB) Viewed 528 times
Does this help you to get started with what you'd like to accomplish? Please let us know me know if you have any other questions about this.

--Lillie

Re: Multiple screen and Present it to the one screen.

Posted: Thu Jan 11, 2018 9:43 pm
by iclassic
Thank you for your advice.It's a great idea.