Your comments

I tried setting the alpha within the panels to "0" but the actions still didnt reveal them...

looks like your code isn't displaying on this comment either, Ian?
OK this is starting to make sense! I'm still missing something though. Currently my page looks something like this:

Page 1 Content
Page 2 Content
Page 3 Content
Page 4 Content

All of the panels are displaying one on top of each other, and nothing happens when I touch the buttons. What am I doing wrong?
OK thats all fine, and I've got images displaying nicely in there. I've checked out the documentation on for and still a bit unclear as to what to do with the

onclickup="page4action"

Does this reference a panel called page4action - ie:

I'm guessing that's not the way to do it, but can't work out how that works :-/
Hi Ian, yes, I'm happy to give you access - what's your email address?

Any help much appreciated!!
Sure, whats your email address?
not yet :-/

I've recreated my certs a number of times (at the same time) and also tried changing the bundle ID then recreating the certs, but still no luck.

I'll have a few more tries this weekend, hopefully will work it out!
Yes, I built the app using only the Bundle ID (ie not the bundle seed ID too). And the provisioning profiles are using that very same bundle ID

Still no luck in building...anything else it could be?
The first few say failed_scp_content

But the later ones, after I refreshed all the certificates, all say failed_xcode_build
Thanks for your help Ian, no Apple definitely don't make it easy!

I've deleted and recreated my certificates a few times now. Still doing something wrong it seems...

Am I right in thinking I can use the same .p12 certificate for both adhoc and app store certificates?

Once I've created my .p12 file, I go to Provisioning > Distribution Provisioning Profiles and create two new profiles, one with AdHoc selected, and one with AppStore selected

So I have 3 files:

App_certificate.p12
App_adhoc.mobileprovision
App_appstore.mobileprovision

Back in Rarewire, on the Settings page, I load up App_certificate.p12 and App_appstore.mobileprovision

On the Build > Create Adhoc page, I load up App_certificate.p12 and App_adhoc.mobileprovision

Still getting a Failed message when I try to build so I must be doing something wrong...
I found this cert stuff pretty confusing!

Am I doing this right?

On developer.apple.com, I go to iOS Provisioning Portal

Provisioning > Distribution > Edit {App Distribution Provisioning Profile}, Select Distribution Method: AdHoc, then Select relevant devices, and Submit. Then Download the profile.

On Rarewire:

Go to Build > Create Ad-Hoc, then on right hand side, Under 'Distribution Provisioning Profile', choose 'Select Certificate', then replace certificate. Once that is done, select, 'Ad-Hoc Build' radio button, then 'Build Ad-Hoc' button.

In Build > Build Logs, I now get a 'failed' build

Obviously I've done something wrong here, but what?