Hello everyone. I'm beginning to test my solution on FM Go. I haven't used it much. On the desktop I have toolbars hidden and locked and am using a custom menu. I understand custom menus don't work on Go. I've hidden the menubar, toolbars, and editing toolbar on iPad. I've had to add an iPad menu to my layouts with some of the commands from the desktop menu.
The problem I'm having is that I don't know how to access the windows
If you have the toolbar hidden then you will have to use script to manage switching between open windows, you would use the Select Window script step to switch bring a specific window to the front.
You also have the WindowNames {( fileName )} function that will give you a list of windows that are open, which if you wanted your user to select which window to open, you could tie in the a Virtual List technique and a card window to present a list of open windows for the user to select and then run the Select Window step to bring that one to the front.
Plus if you have got custom menus, as you know these do not work in FileMaker Go, you will need to add buttons or script triggers on your layouts to run these.
I hope this helps
-- Orlando