Page 1 of 1
Installed app on iPad app. Has frame around it and is small.
Posted: Sun Dec 30, 2012 8:44 pm
by rleiman
Hi Everyone,
I installed an app on my iPad and when the app ran it opened up with a border that looked like the Ipad simulator (it had a frame around the app). The frame looks like a little iPad in the centre of the screen.
Is there a way to turn off the frame and have the app open up in full screen mode?
Thanks.
Re: Installed app on iPad app. Has frame around it and is sm
Posted: Mon Dec 31, 2012 11:23 am
by Mark
Hi,
The app was compiled for iPhone/iPod rather than iPad. Is this your own app? If so, compile it a again for iPad. Obviously, the window dimensions of your app need to match those of your iPad.
Kind regards,
Mark
Re: Installed app on iPad app. Has frame around it and is sm
Posted: Tue Jan 01, 2013 3:48 am
by rleiman
Hi Mark,
I will try it again tomorrow.
I also registered with your web site but did not get a reply to my bluebottle.com email. Can you resend me my login details?
Thanks.
Re: Installed app on iPad app. Has frame around it and is sm
Posted: Tue Jan 01, 2013 5:54 am
by Mark
Hi,
If you register but don't receive an e-mail from us, it means that something is wrong with your e-mail account. You need to contact support (again) with a working e-mail address, preferably using a different e-mail service.
Kind regards,
Mark
Re: Installed app on iPad app. Has frame around it and is sm
Posted: Tue Jan 01, 2013 11:51 am
by rleiman
Hi,
Thanks for the reply.
I made sure it had iPod selected and got a warning that there was no splash screen. At present I'm not planning to use a splash screen. Can the warning be disabled?
The app showed up in the big size and the stack image showed up as well but the image now repeats several times in the screen. Is there a setting I can change so there is only 1 image?
Thanks.
Re: Installed app on iPad app. Has frame around it and is sm
Posted: Tue Jan 01, 2013 1:15 pm
by Mark
Hi,
Do you mean iPod or iPad? I think you mean iPad.
I don't know what image you mean, but if you mean that the stack is displayed multiple times, you have to make sure that your stack is 768 pixels wide (or high) and 1024 pixels high (or wide) if you want to use it on iPad. You might want to subtract 22 pixels from the height for the status bar.
Kind regards,
Mark
Re: Installed app on iPad app. Has frame around it and is sm
Posted: Tue Jan 01, 2013 1:36 pm
by rleiman
Hi Mark,
It's the image being displayed in the stack as background.
I imported the image and referenced it using it's ID number in the "colors and patterns".
Re: Installed app on iPad app. Has frame around it and is sm
Posted: Tue Jan 01, 2013 1:47 pm
by Mark
Hi,
What you probably want is to import the image (like you did) and group it. Just make a group of one single image control. Set the size of the image to the size of the card, set the lockLoc of the image to true in the property inspector and set the backgroundBehavior of the group to true. This will make it appear as a background on each card automatically, when the card is created. If you have cards that exist already, you need to choose Place <group> from the Objects menu. Make sure that the group is always behind all other objects.
Kind regards,
Mark
Re: Installed app on iPad app. Has frame around it and is sm
Posted: Tue Jan 01, 2013 1:55 pm
by rleiman
Thanks,
I will try that.
Re: Installed app on iPad app. Has frame around it and is sm
Posted: Tue Jan 01, 2013 2:12 pm
by rleiman
Hi,
I grouped the image and set the properties as indicated but when I clicked on the stack, the object menu showed "Place group" as disabled (dimmed out).
How do I get it enabled so I can place the group?
Thanks.
Re: Installed app on iPad app. Has frame around it and is sm
Posted: Tue Jan 01, 2013 2:22 pm
by rleiman
Not sure why the menu item was disabled but I was able to get a singe image onto the stack.
I did a copy and paste of the group and it showed as a single image.