Your comments

It looks like you are doing the right thing here, you have set your orientations correctly. It may be an issue with Chrome in Windows.

I will have a developer take a look. Have you tried to set this in another browser?
After you create the build, you will be taken to the build logs, and it might take a few minutes to show up in the list.
If you want to take testing a step further, you can create a distribution cert and a provisioning profile on the Apple Developer site. make sure you add your colleague's Device ID to the cert, then create an Ad-Hoc build from the Build section of the App Creation Studio.
If you simply want to test the App, I would recommend adding your colleague as a collaborator to the portfolio where your App lives. Avoid giving them any of the additional permissions. Then direct them to check their email and create a new account with RareWire.

Once they have done that, have them download Conduit from the App store and log in with their Studio account. They should be able to launch your App, but have no ability to edit or change it.
Were you using Windows to accomplish this? We have made a slight change to the code. Please try again and let me know if you are still having issues.
I am going to have one of our developers look into this issue. I was unable to replicate.
Make sure you have defined a target device and orientation set within your Apps Settings. Select your App from the App Creation Studio and navigate to the Settings tab.

Once you do this, then go into Conduit and refresh the list using the refresh button at the top of the screen.

Let me know if you still have issues.
In order to accomplish this, you will probably want to create a class for your pager objects and use two different pagers with different paginate settings, then you can reuse the class and objects for both.
Yes, a pager tag has the ability to define an attribute called "orientation". This will accept a value of vertical or horizontal. This should give the desired effect.


<pager name="pager_name" orientation="vertical" paginate="no">
<image name="pic1" source="pic1.jpg"></image>
<image name="pic2" source="pic2.jpg"></image>
</pager>