Only portrait splash screen (no landscape) for app

Is it possible for a DPS app created in App Builder to only have a portrait splash screen? 
As in, our company does not want a landscape splash screen embedded.
Portrait splash screen could be rotated; however, this would add unnecessary size to the footprint of the download.

For my portrait-only apps I always create both splash screens, using rotated portrait as landscape.
The overhead on the app size is minimal, and not worth worrying about.

Similar Messages

  • My app only shows splash screen...

    Hello,
    my application only shows the splash screen and then,,, nothing....
    my app: [http://freiheit.hostse.com/sir.html]
    I've already googled and I didn't find anything :(
    Thanks for your help in advance

    Hi,
    Can you please tell me what was the exact problem area. I am facing same problem with my application. I can run this application successfullly on other machines but on my machine not able to get screen.

  • Launch a splash screen when an iPhone app starts

    Hi, I am trying to make a simple game for the iPhone, and when the app launches, I want a splash screen with instructions to come up. I also want the user to be able to push anywhere on the screen to dismiss it. However, the splash screen doesn't load! I made a new nib file with the splash screen, created a view controller, and a UIView subclass for the screen. Then, I inserted this code into the applicationDidFinishLaunching method of the app delegate:
    - (void)applicationDidFinishLaunching:(UIApplication *)application {
    [window addSubview:[splashViewController view]];
    splashViewIsCurrentView = YES;
    [window makeKeyAndVisible];
    - (void)touchesBegan:(NSSet *)touches withEvent:(UIEvent *)event {
    if(splashViewIsCurrentView) {
    [[splashViewController view] removeFromSuperview];
    [window addSubview:[gameViewController view]];
    splashViewIsCurrentView = NO;
    I forgot to mention, in interface builder, I made the splash view's class as SplashView, and the File's Owner as the SplashViewController. Also, splashViewIsCurrentView is a boolean I made.

    I like the idea behind your use of "splashViewIsCurrentView". I think that may solve my problem.
    I too have a full-screen instruction view pop up over the main input view of the app. The instruction view is added as a subview of the main input view. I want to dismiss the instruction view with a touch. However, in the instruction view view controller, the touch even methods are not fired - even after twiddling with enabling user interaction on the instruction view and its subviews of label and fiddling with their frame sizes. While the instruction view is displayed over the main input view, the touch events are actually still associated with the main input view (and its controls) underneath. Seems like I am forgetting something but i don't know what.
    Your solution will probably work well and it is similar to what I was originally doing in handling the touch events in the main input view view controller. However, technically, it seems kludgy to not be able to handle the touch events in the instruction view view controller where it seems to make more sense to do so.
    Would you or anyone else know why or have any suggestions on things to look out for? The view and controls involved are all supposed to be descendants of UIResponder. Is there a bug or restriction I'm not aware of? Wondering why you went the route you did. Seems like you may have run up against what I am currently facing.

  • Downloaded the new lightroom CC (2015) and installed using creative cloud. Only get splash screen... nothing else

    I downloaded the new lightroom CC (2015) and installed using creative cloud. I have uninstalled and installed with no luck, including restarts. I am using Window 7 64 bit.
    Photoshop CC works fine from Creative Cloud App.       HELP!

    I went to the Photoshop Lightroom forum and found this solution.  It worked!
    Solutions
    Solution 1: Sign out from Creative Cloud desktop app and sign back in
    Sign out from, and back in to, the Creative Cloud desktop app. Click here for instructions
    Launch Lightroom.

  • Only Splash screen then it crashes

    I'm testing a new App, I download the iap file and drag it to itunes, it download OK in the iPAD but when I clik on the App icon it shows only the Splash screen for few seconds and then the ipad's screen return to the original status showing all the App icons, it also happens when I click on the Adobe viewer icon but all the other Apps are OK, Any bug ?? some suggestion ??

    The image sequence require a lot of RAM to run. It shouldn't be topping your available RAM out (which should be around 10MB) but with the app launch and the immediate launch of the image sequence it is possible there is a RAM issue.
    Unfortuently there isn't any good way to test RAM usage that I know of (if anyone else knows a good way, without a jailbreak, I'd be happy to hear about it) but I would suggest completely turning your device off (hold the top power button until the "Swipe to Power Off" appears) and turning it back on and then testing. If that doesn't work, I would rebuild and remove the image sequence from the first page. That will hopefully tell you if it's a problem with the build or with the content.

  • After Effects CS6 wont open splash screen only PLEASE HELP

    when i start up the splash screen comes up for like 3 seconds and closes thats whats been happeninf for over 3 days and im on a busy schedule editing my short movie please help imidiate answers needed i tried reinstalling, updating, changin folders and installing, i cleared the 10.0 and 11.0 folders in the appdata i dont know what else to do i even restarted many times nothing is helping please someone reply at the earlies
    thank you
    harish

    If you need an immediate answer, then you should contact Adobe Technical Support:
    http://www.adobe.com/support/contact

  • Want to hide or mod FCP 6 Splash Screen

    Just want to hide the splash screen on my FCP system. I rent it to indy projects and I want to protect my serial. How can I access the Splash Screen Image? I've been able to mod the splash screen on all the other apps on the rental system but can not find or get to the Splash Screen for Color and FCP 6. I know that a real hacker can find my serial some how but I am not trying to block those geniuses. Just the lazy ones that are willing to go as far as copying or screen grabbing my Splash Screen and or About Screens to get a working serial. I know how to mod the Splash Screen to hide my serial and how to hide the app so the user can't get to the splash screen. I just don't know where the splash screen file is. I've read that it is in the .nib files? I just wanna hide my serial. Don't care if I mod it myself or install an app that does it for me. Any apple people or anyone else know what I can do to protect my product. I've also been told that the splash screen does not display the full serial but it soo totally does. Hey apple, please add the ability to hide this splash screen. Perhaps with it's own password to unlock and show again? OR, make splash screen hiding a universal ability in the OS. That would be sweet! Anyway,... ideas?

    Hey all. I have been able to mod the splash screen on all the apps in FCP Studio 2 except for FCP and Color. The other studio apps Splash Screens access a .psd file. The only files I've found in Color that seem like they might be the splash screen files are ft_splash.Isi, ft_splashEDU.Isi, ft_splashNFR.Isi and ft_splashVOL.Isi
    How do I open a .Isi file? If I can figure that out I can hide the serial number for Color but it still leaves FCP. Why do apps show the serial on the splash screen at all? What purpose does this serve?

  • Phonegap and squashed android splash screen

    Hi all,
    is there a way to get a splash screen to show correctly on most devides (phones, tablets...).
    I tried to use a 320x480 png file but I get horrible results: the splash image is brutally stretched while loaded on a tablet (landscape).
    Is there a way to set multiple images as splash screen and let the app pick the right one based on screen resolution/orientation?
    I also tried to use a 9-patch image but it seems phonegap ignore it.
    TIA
    tony

    Take a look at the config.xml documentation on the PhoneGap Build site: https://build.phonegap.com/docs/config-xml.
    PhoneGap supports ldpi, mdpi, and hdpi splash screens for Android with the following config options:
    <gap:splash src="splash/android/ldpi.png" gap:platform="android" gap:density="ldpi" />
    <gap:splash src="splash/android/mdpi.png" gap:platform="android" gap:density="mdpi" />
    <gap:splash src="splash/android/hdpi.png" gap:platform="android" gap:density="hdpi" />
    For details of the different screen resolutions supported by Android, see http://developer.android.com/guide/practices/screens_support.html.

  • Is there a split viewing screen feature available for my iPad2?

    Is there a split viewing screen feature available for my iPad2?

    No, only one app can be open on screen at a time - so you can only have split screen if that particular app supports it, you can't havetwo apps visible (though you can switch betweens either via the taskbar or multi-tasking gestures)

  • Loading time of splash screen verus initial siena created splash screen

    Hi everyone,
    I have a load issue on windows surface RT device with a seina app.  I need some insight on trying to decrease load time.  This new app has about 2000 images and growing and each image is optimized to be about 20 kb.  This app is for reference
    when training in specific disciplines.  The source is an excel file and the images are downloaded locally when published.
    I have two splash screens, the initial splash screen that loads via the default html webpage of the app.  The other is a siena screen visual that I call an extended splash screen with the usual timer and rating control. The extended splash screen set
    for 2 seconds loads the default settings to be used every time the app loads.  The settings are saved to file when the user changes the configuration.  This all works are designed.
    The app loads within 5-7 seconds on a laptop but takes between 25 - 30 seconds to load on the surface device.  I know the initial surface is somewhat slow device but I have tweaked the surface to squeeze every cpu cycle I can during the testing and
    analysis stage. 
    The initial default splash screen takes about 17 - 21 seconds to load.  I have tried tweaking as much as possible by removing some visuals on the extended splash screen down to 3, picture, timer, rating.  I don't think the extended splash
    screen is the issue as this part loads within 7-9 seconds to load.  
    Can someone explain or provide some insight on the load process during the initial phase on the splash screen, like is the app loading the source data from excel, initializing all the scripts, loading itself into memory, etc... This will allow me to build
    more efficient apps with siena. 
    Thanks,
    William

    Hi
    I cant really give you an technical insight on the load process, but I have noticed that if I have multiple timers and or gallery's (15 +) (I suspect more timers that gallery's) in my app load time was very slow on ARM devices.
    Again not sure if this applies to your app but might help point you towards the issue.
    Ronan

  • CS5 Premiere, After Effects, and Encore hang on splash screen - Solution

    I just installed Production Premium CS5 on a Windows 7 64 bit system. The install went without a hitch, but when I attempted to start Premiere, After Effects or Encore, they would all hang at some place with the splash screen showing. I spent 2 hours on the phone with Adobe and they never solved the problem. They had me uninstall iTunes and Quicktime, upgrade my nVidea driver and upgrade to a newer version of Quicktime. None of this made a difference and at that point I realized they were not going to fix my problem. The first woman was an idiot and the guy I spoke to next was a lot better, but no solution. Premiere was hanging when loading the Quicktime plug-ins.
    Then I had an Aha! moment. I shut off User Account Control, rebooted and then everything worked. I could also get the programs to work with UAC on if I changed the shortcut to "Run as Administrator" but then there would be a UAC prompt. By the way, I was running as a user with full administrator privileges.
    I am astounded that Adobe has never encountered this problem before and did not have an immediate solution. Once again, Adobe Tech Support has continued to provide pathetic tech support.
    Steve

    The plug-ins that were involved in the hang on the splash screen were:
    ExporterQuickTimeHost.prm
    ImporterQuickTime.prm
    The splash screen would hang for 5 minutes on each of these and then if PPro started it would only be a plain white window with the Menu Bar and then there would be no further response.

  • Adobe Illustrator CS6 Splash Screen Bug

    Hello, everyone!
    Sorry to bother with such a seemingly insignificant issue, but I have been Googling this for literally over a year, and it's finally come to a head, and I just need to know what the trouble is. I've never been able to find someone else who has had this issue, and it's making me feel like I'm crazy. Here's what has happened. When I was using CS5.5, I never had any issues as far as functionality, but I always l dealt with this simple, nagging bug.
    For some reason, the Illustrator [ONLY ILLUSTRATOR] splash screen always displayed the loading commands with this glitched-out looking white blocky outline. I endured it for a whole generation, and just longed for the day I could upgrade and be free from this random, inexplicable  aberration. Well, as luck would have it, I finally was able to upgrade this year, and I even upgraded the OS to Windows 8, but lo and behold, the white corruption is still with me.
    Sigh. Has anyone else ever seen or heard of this? I've reinstalled the entire package five times or more. I've used the Adobe Cleaner Tool, I've done everything I can imagine. On the Mac side of my PC, I have no issues. Any help or insight you could offer would be much appreciated.

    Has no one else encountered this issue? It may just as I'd feared! Haha. Like I said, all of the other Adobe products have normal splash screens, so I don't think a driver issue really makes sense. Why would it only be affecting Illustrator and not Photoshop, Dreamweaver, etc? I really hope I don't have to just chuck my computer off a bridge. Any other feedback would be much appreciated!

  • Weird Splash Screen with 32.1

    We have this Download Error problem with our Magazine App. So I made an update with the new App Builder to v32.1. Now I get weird Splash Screens in the Developer App.
    If I'm starting the App horizontally I get the vertically Splash Screen for a short time at the end of the startup process. If I'm starting the App vertically I get a rotated vertical Splash Screen for a short time at the end of the startup process. Please see screenshots attached.
    Thanks
    Haeme

    That's great news Neil, thanks for sharing.
    On Wed, Oct 15, 2014 at 7:50 AM, Neil Enns - Adobe <[email protected]

  • Two MidLets..but Common Splash screen

    hey guyz,
    im developing a J2ME application which consists of a MIDlet suite having 2 midlets. my problem is that when i package these 2 midlets and try running them, they appear as separate items on the emulator..something like:
    Select One:
    Midlet 1
    Midlet 2
    This appears as default..probably handled by the JAM.
    But, i want to first display a splash screen and then the choice of which midlet to run.
    How do i do this?? One idea that came to mind was to create a splash midlet, which in turn calls the other 2.
    but the problem was...larger bytecode and reduced efficiency.
    worse still, the IDE i use automatically adds every Midlet to the Midlet suite...so if i try to do as mentioned above, i'm afraid that the output will b something like:
    Select One:
    Splash Midlet
    Midlet1
    Midlet2
    Please suggest a solution.
    =====
    kiran

    Hi.
    Maybe you should use timer here?i dont think....the problem i am having is with the JAM's default handling of midlets.
    even if i do use a timer, it wont prevent the JAM from adding all 3 midlets to the Midlet suite...so it'l still display all 3 in the "Choose One" screen.
    Im looking for a way to override this default behaviour...
    Of course, i had another idea..use only the splash Screen as a Midlet...let the other be something like Starter classes..but not midlets. Anyway, this idea completely deviates from my design.
    ====
    Kiran

  • Splash screen on startup

    How can I show a startup splash screen when my air app opens?
    Preferably like a traditional splash screen, meaning just a
    rectangular box without any window chrome, etc, containing a logo
    image and some info text.
    thanks

    I'm not sure about any out of the box splash screen, but you
    get the same functionality by:
    1. Set <visible>false</visible> in -app.xml
    2. Create an mxml component (SplashWin.mxml) with
    mx:TitleWindow as the base class and add your controls to display
    message.
    3. add creationComplete event handler for WindowedApplication
    4. In creationComplete event handler, create a SplashWin
    popup like the following:
    var splash:TitleWindow =
    TitleWindow(PopUpManager.createPopUp(this, SplashWin, false));
    5. In the SplashWin close handler
    PopUpManager.removePopup(this) ;
    and set
    Application.application.visible = true;
    You can use Timer class in SplashWin to close the Splash
    screen automatically after certain milli secs
    Hope that helps.
    -Jeesmon

Maybe you are looking for

  • How to see filename for Mavericks Calendar Open File alert?

    How can you see the name / path of the file to be opened for a Mavericks Calendar Open File alert from the Calendar UI? Before Mavericks, the file's name would be displayed in the item itself like this: Now all I see is something more like this: So I

  • Answers prompt to convert to a filter

    Hello gurus, I have a report on a dashboard page which on drilling navigates to another answers report.This answers report has a drop down prompt for Yes/No, Selecting 'Yes' should show all the records that contains value 'Test' in a column . And sel

  • Mac Pro Upgradable from one core to two cores?

    If I were to buy a Mac Pro with One 3.33GHz 6-Core Intel Xeon "Westmere" would I be able to get a second One 3.33GHz 6-Core Intel Xeon "Westmere" and put it in later?

  • CRM EXTRACTION PROBLEM

    Hi guys,             In  DETAILS of the MONITOR screen, i am getting errors in the extraction part.I checked the connection using SM59 Tcode. That part is perfect. In transfer part it is showing some error as 'Request IDoc : Application document not

  • What file types are played by ipad

    What I find stunning is that iTunes supports .mov files while my new iPad with retina display won't play them. Are there any definitive lists of file types played by iPad? Why does apple resist the imperative and logical need for itunes to be play al