Tagged Questions

The tag has no wiki summary.

learn more… | top users | synonyms

5
votes
3answers
1k views

Check for cookies with PHP (not JS) to use for splash page redirect

I want to redirect to a splash page for first time visitors to the site using cookies to remember that they came. This is easy, however, for people with cookies disabled, I never want to redirect ...
3
votes
2answers
364 views

How to add a Splash Screen

In my application it takes some time to loan my initial screen(1-2 mins). Since it has so many controls to be filled by Database. So I need to have a splash screen, it will load(probably with a ...
3
votes
0answers
460 views

Prism 4 Splash Screen with MEF bootstrapper

I have a prism 4 application using an MEF bootstrapper. I have implemented a splash screen from the bootstrapper and want to provide the user with module info (as they are loaded) while the module ...
2
votes
1answer
126 views

How to create splash screen when Excel start?

I am new to excel programming and I want to create a popup screen when my excel file is opened so can anyone tell me how to create a splash screen when excel start?
2
votes
1answer
2k views

WPF animated splash screen

Is it possible to show a splash screen in WPF that has animation. I want my name of the company and the name of the application to fly in and a progress bar that continously animates. I Used this ...
2
votes
4answers
671 views

Is there any way to load all UI controls before displaying? C# winform

I have a complicate win form with lots of controls and bulky repaints, controls resizeing and positioning according to user screen, this causes the form to be shown while doing some rendering and ...
1
vote
1answer
79 views

Unity Android: How can I ensure quality on splash image display?

How can I ensure that the splash screen image in my Unity Android project is excellent at all resolutions? Since Unity only allows me to specify one texture to use as a splash screen, and since ...
1
vote
1answer
32 views

Show splash screen at every launch

My app uses a splash screen as per client requirement. I need to display this splash screen at every launch when user presses the home button again. Pressing app I need to load app from beginning or ...
1
vote
0answers
54 views

Adding sound to Splash screen [closed]

I wanted to add some sound to my Xna splash screen. The sound does work it just repeats everytime I do this. My sound object is called plSound. Can anyone tell me where to put the plSound.Play()? ...
1
vote
1answer
410 views

load image/splash screen does not appear on ipad

I have a 1024x768 default load image for the iPad that displays in Xcode, but doesn't display on the iPad. There is a warning icon in Xcode4, but there is no explanation provided. What is wrong?
1
vote
2answers
699 views

How To Create A Simple Splash Screen/Page?

I want to be able to design/implement a splash screen that originally goes over the home page (index.html). And when the visitor clicks on the enter page, you could say the Splash Screen disappears. I ...
1
vote
1answer
62 views

Is it possible to add a mp3 to a splash page?

Is there anyway to add a mp3 file to a splash page? So that it plays in the background? I've been looking around but I haven't found anything other than the embed and bgsound neither of which work for ...
1
vote
1answer
136 views

Is it possible to get JSmooth to show a splash screen (-splash:image.png option)

I wrap by application up as an exe using Jsmooth but I can see no way to take advantage of Java 6 splashscreen option. Ive tried adding splash=splash.png to the java properties section without ...
1
vote
1answer
216 views

Creating splash screen Cocoa

I have been looking for a way to display a splash screen on a cocoa app im making(not iphone) and am very new im not asking if you think its a good idea or not because i know how it could be annoying ...
1
vote
1answer
237 views

Android splash screen spin or swirl

Hi I was curious if anybody knew of a way to make the splash screen spin/swirl when app was ran for the first time. The image im wanting to spin/swirl is a png.
1
vote
2answers
323 views

Loading Spalsh Screen before application launching

How can I do to create a loading jframe without title bar like Eclipse in the image... I used setUndecorate() to remove the title bar and a thread to wait 3 seconds then open the main window but it ...
1
vote
1answer
654 views

Fullscreen landscape Video (splash screen) while app loads

I have been messing around with android for a little over a week now and know a fair amount, yet still lack a ton of knowledge. I am trying to use an mp4 as a splash screen movie activity. And the ...
1
vote
1answer
717 views

iphone dev: splash screen with tabbar controller + modalviewcontroller

I'm new to iphone app development and I try to build an app with a splash screen. I need the splash screen, because my app needs to load a xml file from the web. during this, the app should show a ...
1
vote
1answer
455 views

How to create Custom Spalsh screen while Silverlight downloader download Application Library Cache files?

I have created a sample application suing Application cache, My some files are located on server. its working fine. But Now I have added appx 10 MB ZIP file and now want to downlaod, Silverlight ...
1
vote
2answers
186 views

How can you randomize the splash screen?

Is it possible to make the iphone app splash screen pick up a random image or text? So that it is different every time (e.g. display tips)? If so how?
0
votes
4answers
27 views

Show a splash screen while loading a view controller from another view controller

I have an app that opens with a splash screen (Default.png), then loads the first view (ViewController1) in a navigation controller. Straight away, an instance of ViewController2 (VC2) is created, ...
0
votes
1answer
80 views

Splash page for CakePHP which remembers where the user was going?

I want to build a splash page for a CakePHP site which will show up if a user has not visited the site before (no session data?) but remember where they were going (get the URL) then when they carry ...
0
votes
0answers
66 views

After loading the splash image in Android Application, it all stops

I just got stuck into a problem, which i can't reproduce on Simulator. When i install the .apk on the phone, after the splash screen the application stops.It did not do that before and i did not ...
0
votes
1answer
48 views

Auto horizontal splash screen

stackoverflow people. I've currently have this app that im developing, where I would like to make my splash screen automatically turn to horizontal view, when the app starts, and not to be any other ...
0
votes
1answer
55 views

Splash in activity or thread?

So I've currently been using splash in a thread and now I consider using it in an activity instead. The reason I used it in a thread was to do stuff in the background while it was displayed. The ...
0
votes
1answer
83 views

iPad uses default.png as splash screen in universal app

I have Default.png Default@2x.png Default-Portrait~ipad.png (my app only supports portrait orientation) as splash screens for my universal application. For some reason, when running app on ...
0
votes
1answer
56 views

Need help in debugging AsyncTask with layout view

I am using an Asynctask in the splash screen to add database items into database. The insert process went well but the splash view just won't show up. I am posting my code below, any advice would ...
0
votes
1answer
98 views

Video as a Splash Screen instead of Picture

Hey Overflow programmers, I have a Android Programming Question. I am doing the Android Programming Tutorial on Splash Screens where you show a picture or text for 5 Seconds than it goes to the Main ...
0
votes
1answer
290 views

IPad Web App- Can't Get Landscape Splash Screen To Show

I'm trying to convert a web page to look like a native app. I've got the icon to show and the portrait splash screen to show but the landscape splash screen will not. Here are some my meta tags- ...
0
votes
1answer
47 views

My image in UIView seems bigger than in Splash screen

I have designed an image with size 640x960, called Splash@2x.png. I'm using this image in my App as splash image when the App is starting and it's also used in the first view of my App in a UIImage. ...
0
votes
1answer
67 views

Android Manifest Splash Hello World Complete Balls up

I had a fully functional app, if you could call a hello world fully functional. Had 3 tabs, each did something, and a splash would come up before it. I think I made the mistake of trying to use ...
0
votes
1answer
95 views

Game Programming Splash Screen and Shake responses on UIView

I'm using Splash screen tutorial right over here. http://www.icodeblog.com/2009/03/18/iphone-game-programming-tutorial-part-3-splash-screen/ I want shake to be in UIView or another window. How do I ...
0
votes
4answers
96 views

Splash screen before dialog message

I want to have a splash screen show up for a few seconds before a dialog pops up. However when I load my app the dialog and the background screen show up at the same time. What can I do to show the ...
0
votes
3answers
287 views

universal app with localization - splash screen

I have a universal app with some localization. My problem is about splash screens. I need 6 splash screens. iPad, iPhone, iPhoneRetina (in English) and iPad, iPhone, iPhoneRetina (in Local Lang) I ...
0
votes
0answers
62 views

splash screen in tabbar application

I have a problem with my application. i want to display a splash screen before my app up,but now,i don't see the splash image and just the application is up. the code i wrote: in my app.h: ...
0
votes
1answer
251 views

Add a video into splash screen or in the first view of the app (IOS xcode 4.0)

I'm a beginner in IOS but I need to show a video when the app is launching. Please Can you help me? If is impossible to implement a video on a splash view, there are any idea to create that? Thanks. ...
0
votes
2answers
141 views

Changing view from one xib to another xib with animation after some times

I have made a view based application which is loading a default view ... My default view is a splash screen .. What I want to achieve is once default view (splash view) finished loading, after few ...
0
votes
2answers
95 views

Application Launch Image for iPhone app does not zoom-in

When I touch the Application Icon of my app in my 2nd gen iPod Touch, the app launches but shows the Application Launch Image after a momentary black screen. The Application Launch Image (splash ...
0
votes
3answers
86 views

Android: Keyboard shown in the splash screen

I wrote a splash screen. But the problem is as the splash screen shown in the screen a keyboard also invoked. What could be the possible reason for this?? Please find the image below and the code ...
0
votes
1answer
264 views

Speed up first UIImageView animation (force cache the images)

My app consists of an animation of about 25 frames. The animations is triggered by a button, and all is working. However, upon first invoking the animation, there is a few second delay. I am aware ...
0
votes
1answer
32 views

How to display splash page every time the user access the apps in xcode?

For example, the splash name is default.png. FYI- Application does not run in background is set to NO in plist. Please do not ask me to set to 'NO' to fix this.
0
votes
1answer
326 views

splash screen iphone

I am using Xcode 3.2.5 and simulator-4.2 and i am developing universal application in portrait and landscape mode for that i have set launch image in plist as UILaunchImageFile~iphone and ...
0
votes
4answers
166 views

Show random Splash screen

Is it possible to launch a different splash-screen each time I launch my app ? Because it seems that the splash-screen HAS to be named Default.png, so it seems that only one splash-screen can be ...
0
votes
1answer
89 views

Startscreen in iPad shows 2 splash-screens

I have the problem that starting my app on iPad shows me 2 splash-screens. First one is correct iPad-splash. Second seems to be the splash of iPhone app (replaces the first one after about 500ms). ...
0
votes
1answer
122 views

android switch between two canvas

I have no idea why my app isnt liking the following and would be grateful for any help. I have a main activity that sets the following onCreate setContentView(new Splash(this)); Splash being a ...
0
votes
3answers
208 views

Android: Splash screen problem

I created a splash screen using the follow code: public void onCreate(Bundle savedInstanceState) { super.onCreate(savedInstanceState); this.setContentView(R.layout.splash_layout); Thread ...
0
votes
2answers
180 views

How to show more than one image as splash screen in android?

I am fairly new to android. I want to show two images back to back(each one for a small duration) as splash screens in android. I am able to show a single image but struggling to show the other image. ...
0
votes
1answer
691 views

Splash screen with progress indicator on Blackberry

I am trying to design a splash screen with an activity indicator on it. I am successfully creating a splash screen but my indicator is not being added to it, it is being hidden below the image while i ...
0
votes
4answers
539 views

Splash Screen before TabBarController

I am a beginner of iPhone developer and I am working on my first apps. Actually, I already created a Tab Bar application well but I would like to add the Splash Screen when run the apps. I found a ...
0
votes
1answer
1k views

jquery mobile splash screen and hiding of Safari toolbars

Does jQuery Mobile support splash screen for e.g. iPhone and iPad? I reckon this should be a .png with a specific name placed on root? Also: is there a way to hide Safari toolbars (url/footer) when a ...

1 2