1: Putting a sheet UI view on top of a fullscreen UI view on iPad.
• For some reason, I can't figure out a way to load to different UI's at the same time. I am trying to execute the sheet .py file, from the fullscreen .py file. It executes the sheet .py file, but it has an error trying to load the second .pyui file on top of the firstly loaded fullscreen .pyui file.
• If this is confusing, I will post code, but right now I am on time constraints.
2: Getting to manipulate attributes to a UI view like textview, without using superview[(view to manipulate here)]. That way I don't have to have a button or a switch run a function in order to manipulate another view's attributes under the same parent view.
def btntapped(sender):
sender.superview["textview1"].text
If you could post straight up coded answers, and a little bit of explanation of what it is doing, that would be helpful. Thank you for the help!