The tag has no wiki summary.

learn more… | top users | synonyms

1
vote
0answers
16 views

Compiling fft using gcc fails because of parmacs_config.h

I have downloaded the source codes of Splash2 from here and i tried to compile fft.c using gcc command on my own machine but i got this error : fft.c:62:28: fatal error: parmacs_config.h: No such ...
0
votes
1answer
10 views

Access 2007 - Splash Screen Error

I had a splash screen created for my Access 2007 database, but the decision was made not to have a splash screen. I deleted it, but now every time I start the database up I get an error that says the ...
0
votes
1answer
8 views

Starling splash screen lag issue

i am making a game based on starling in flash professional , i have like 5 spritesheets to load thats why i decided to put a animation as splash screen. i create the splash by creating an object of ...
0
votes
1answer
41 views

I can't start my application with Android Splash Screen

I'm trying to add splash screen activity to my android application, I'm doing everything what I saw on lessons on the internet but it doesn't work. It always say "unfortunately, * has stopped." What ...
0
votes
2answers
95 views

I wanna make splash screen and now I have two problems?

1: I wanna have a splash screen but I only have a window?so,how to do with sth like parm 2: I've used a while(!done) to draw the window so how to break out with a function or sth else here is my ...
0
votes
0answers
30 views

Open div from iframe on top of main page (fills entire screen)

I have created a popup/lightbox using javascript and css, which consists of a div on top of a faded div that covers the entire screen. When a user clicks on an ad, which is located in an iframe, this ...
0
votes
3answers
45 views

How to skip the first activity after press the home button?(Android) [closed]

(Android) The first activity is SplashActivity. I want to skip the first activity when I do like this : Open the app -> SplashActivity -> SecondActivity-> press home button -> press the app icon -> ...
0
votes
0answers
47 views

iOS Custom Splash Screen Within iPad Application

I want to use my own splash screen when opening up a page within my iOS iPad application. It's built using HTML5, Javascript, and CSS3. Here is my code: document.addEventListener("deviceready", ...
0
votes
1answer
43 views

Add an application title, and an image, to Win8's startup splash screen

I work at one of those benighted companies that don't realize the benefits of living entirely within the MS world. (My bosses are so deluded by social media group-think they actual make us use PyQt4, ...
-5
votes
0answers
45 views

How do I make this java code [closed]

link How do I make this java code for determining the height, width, etc, of a tower/building and allowing the user to determine if the building/tower is stable?
0
votes
1answer
166 views

Splash screen - winforms vs. WPF ? VS 2012 [duplicate]

In browsing MSDN I saw that one could easily create a Splash-screen by importing an image file & setting the Build Action to 'Splash Screen'. Is this only for a WPF or can I do the same for a ...
0
votes
4answers
43 views

Splash Screen not working with Thread

I write a Splash Screeen to run at the boot time of application public class SplashScreen extends Activity { ImageView imgView; int[] imgID = new int[]{R.drawable.frame0, R.drawable.frame1, ...
0
votes
1answer
58 views

Force splash to show from onCreate Activity

My app has the following Activities: DashboardActivity SplashActivity MainActivity This how the flow is required: The dash board has a button that starts up the MainActivity. The onCreate() method ...
0
votes
1answer
103 views

how to set android splash screen using config.xml of cordova2.6

I am using cordova2.6 for my app. I can set splash screen using the SplashScreen api comes with cordova. That works fine too but when I tried to use <gap:splash src="splash/android/ldpi.png" ...
0
votes
0answers
6 views

Default theme Splash text formating

I use composite c2 default theme I would like to format the appearance of the splash text. I have tried to mix html code with text and all appears as text. I would also like to add images... Is there ...
0
votes
1answer
30 views

Splash screen is Blank when sleeping

I am trying to get the splash layout to appear for 5 seconds and then to switch over to the mainmenu layout. The screen is blank for about 5 seconds, and then the mainmenu layout pops up. If I just ...
1
vote
1answer
153 views

Inno Setup - video file with relative path as splash screen

Hello dear community... I just saw this topic for video splash screen for Inno Setup Video file (with alpha) as splash-screen? The sample code presented by TLama ( Author of Inno Media Player ) is ...
0
votes
2answers
148 views

Android - Splash Screen without making another thread for main UI

That's my first question and I'm an Android noob yet (hopefully), so please try to forgive me if I'm asking stupid questions. I'm working on an Android application and I have to make a splash ...
0
votes
2answers
87 views

Why does my app crash after splash screen? [closed]

I made an application that adds by 10's and I decided for the first time to make a splash screen. For some reason the app crashes after the Splash screen. Idk if the problem is with the manifest or ...
0
votes
1answer
49 views

Hide Phonegap spash screen

I've made an app using Phonegap build that i'm ready to release, the only problem is I want to get rid of the splash screen but don't know how to. So is there any way to fix this? /Johannes
-4
votes
1answer
133 views

WIFI Splash page, Start up idea's needed [closed]

Any of you guys got some experience with a WIFI Splash Page? As example the one like MCDnld's got. So it need's a authentication page. I'm a starting PHP developer and also experienced CSS,HTML + ...
0
votes
3answers
89 views

How can I make an intro screen in Android that ends after a click?

How can I make an intro screen in Android, that when the app starts it stands there for as long as there is not a click on the screen, and then to kill itself? I made the layout with the picture, made ...
0
votes
1answer
74 views

Splash screen with logo in fade in + move up

I'm really a newbie of jquery... but I'd like to put an effect on my website, hoping you could help me. My intent is to have a splash screen with the logo (http://oi49.tinypic.com/34ss55v.jpg) ...
4
votes
1answer
376 views

IIS 7.5 Application Initialization for ASP.NET web service (warmup) without remapping requests

I'm trying to use the IIS 7.5 Application Initialization extension to configure a warmup process for my web application. This is an approach I am taking to minimize slow downs caused by application ...
0
votes
1answer
179 views

Null Pointer in LibGDX Splash screen

I have a splash class which should simply show a splash image and yet it causes a null pointer exception. Its agitating as I have made other Java applications in where this method had worked. I have ...
3
votes
3answers
324 views

Launch iPhone App in iPad with landscape mode

In the project summary, "Supported Interface Orientations" are all selected, as there is a photo gallery view in my App, which can be rotated with device. The other views are portrait only. The target ...
2
votes
1answer
71 views

NOT show the last screen when launching iOS App

My app has a feature that, when enabled, presents a “decoy” screen whenever the app is launched. The user then has to tap in a “secret knock” to dismiss the decoy screen and see the password screen. ...
4
votes
2answers
699 views

Landscape splash screen for Android in PhoneGap

What should I enter to config.xml or what should I do in general, to have PhoneGap application's splash screen displayed correctly on Android device in landscape mode? PhoneGap Build (used to ...
1
vote
7answers
156 views

Splash Screen will not display

I am trying to implement a Splash Screen using this java and xml code. I created a separate java class from my main activity and placed the java code inside. I created an xml layout in my layout file ...
0
votes
0answers
109 views

Visual Studio 2010 Feathered Splash Screen

I am working in Visual Studio 2010. I have designed a logo for my company in Photoshop CS5, which has feathered edges (see attached). In VS, I set the form background to an off-white and keyed out ...
0
votes
1answer
79 views

Android SplashActivity show only once

I have got a splash screen activity which launches the main activity, and from the main activity I start a service, when I close the application, the service is still running, but when I relaunch it, ...
1
vote
1answer
89 views

Splash screen involving finish() and back button

Alright, so I have a splash screen on my app. I was wondering if there was a way for me to have it where it only appears the first initial time the app opens (or if they force close it and such), and ...
0
votes
5answers
208 views

HTML Form not submitting data?

I am trying to create a Splash page for my site Powered by Boonex dolphin but can't seem to get the login to work. (It just askes user to login again). Here is the code. <form id="login_box_form" ...
-1
votes
1answer
169 views

Application splash screen delay loading [closed]

during my android application splash screen loading, first a black screen coming, then my splash screen appears. can anyone please suggest how to load splash screen instantly once application icon is ...
-5
votes
2answers
111 views

Why am I getting a force close? [closed]

I know I have already asked this question but no one answered after the first answer which I changed what he told me and still no result HOME.java package com.example.decrypter; import ...
1
vote
0answers
39 views

Replace everything is displayed at Linux ubuntu startup by an image

I'm currently developing a GUI on a Pandaboard with ubuntu. I'd like to only show a given image on the screen at startup in order that the user only show the image and then the program I developed. ...
0
votes
0answers
62 views

android auto boot an application and followed by a splash screen

I'm new to android, bear with me if my question is stupid. I have application which has a 5 seconds splash screen at the beginning. My application is auto booted when the device's powered on. which ...
0
votes
1answer
32 views

Xcode: How to create a screen like when delete a photo on photo library it displays a splash screen with 2 options: Delete Photo or Cancel?

I don't know what component to do that. Any advice is appreciate. Thanks in advance.
0
votes
1answer
361 views

Splash screen iOS only shown on simulator and at wrong size

When I use the code mentioned below, I get the desired splash screen with fade out on the iPhone simulator, but the picture seems to be zoomed with factor 2: I only get the upper left quarter of my ...
0
votes
1answer
137 views

I'm trying to create splash screen for a Minesweeper game for my class

I'm kinda going above and beyond here. I've been tasked with creating a pseudo Minesweeper game for my C++ class. All the root coding is done, and all I want to do now is create a cool menu for it. ...
0
votes
1answer
602 views

Inno Setup - Transparent Splash Screen

i have a problem and i need your help..I want to find a differente way to put a transparent splash screen or the correction of my code. The code here works... but there is a problem, some people get ...
1
vote
2answers
80 views

Clear splash animation javascript returns undefined

My clear animation works, my display animation works, but when I try to do one then the other it it seems to make all the programming null. I'm sure there is a simple argument that I'm just not ...
0
votes
0answers
221 views

cordova 1.9 ios splash screen not shown while webview loading content

I write an ios APP and use cordova1.9 and have a plugin to show video with vlc lib and test on ios5.0.1. I use Default.png and Default@2x.png as splash file.And the problem is if I don't include the ...
2
votes
1answer
93 views

How to manage multiple splashscreens in SWT, Java [closed]

I have some splashscreens in my SWT written application. Some of them provide feedback, some provide usercontrolls. I need to display those splashscreens in a different order. E.g.: Logo ...
0
votes
1answer
124 views

Android splash activity with mp3 tone

In my android application I want to play mp3 tone while it loads the splash activity.I have already finished my animated splash activity.here is my code .please someone help me to playing mp3 tone . ...
1
vote
1answer
208 views

Thenewboston Lesson 21 crash. Finishing Listactivity

I am learning android application development using The New Boston tutorials. I completed lesson 21, but when i run my code, the application crashes after the splash screen (i.e the logo). Please ...
0
votes
1answer
484 views

How to use animated splash screen for iPhone web app?

I'm creating a web app for the iPhone, and I've made a splash screen for it. I'd like to have an animated loading symbol (like this one ) on the bottom of the splash screen. I made an animated gif ...
0
votes
5answers
968 views

Best way to have a splash screen in an Android application?

I need a splash screen for my application. Tried creating an activity having the image for my splash screen; and tried using for loop and the Timer class for introducing a time delay. But it din't ...
0
votes
1answer
324 views

C# Winforms - Splash Screen Hanging on Form_Load

OK guys, I have this Class that shows a "Loading..." Splash Screen. It works great when I call it on Initialize() but not on Form_Load. Instead of showing at the beginning of Form_Load, it shows after ...
1
vote
2answers
1k views

SyntaxError when calling navigator.splashscreen.hide() in Phonegap 1.9.0 on Android

I'm working on a phonegap 1.9.0 app for android using ember and am trying to hide my splash screen once the app is loaded instead of waiting for the specified timeout. My splash screen displays but I ...

1 2 3