Splash screen launcher

Hiya,
My application takes some time to start, so i want a small and quick launcher to kickstart things and show it's working. My current launcher uses a SystemExec that starts the other compiled file, but it's messy to get it to know when the program has started.
So, i've decided to try to make a VI server approach, it should just link the other file and be an easy fix, right? Wrong.
A Static VI reference works in the EXE, but then it loads the big application like a sub-vi, making as slow as before.
A path -> Open VI works in labview, but if i dont add it to Dynamic files it compiles to 300k and there's only a launcher (not too strange), and if i add it i cant compile (error 1003).
Adding both launcher and main to "Startup VI" works, but as in case 1 they start at the same time.
path -> Open VI from a separate .exe (the main separatly compiled) doesn't work (or i cant get it to work)
Any ideas?
/Y
LabVIEW 8.2 - 2014
"Only dead fish swim downstream" - "My life for Kudos!" - "Dumb people repeat old mistakes - smart ones create new ones."
G# - Free award winning reference based OOP for LV
Solved!
Go to Solution.

Thanks Omp, but it doesn't solve my problem. Inlining still needs to be fully loaded to memory before executing, which is the opposite idea of a launcher.
The "start 2 VI's at once" in the application builder should be an easy solution, and being separate they shouldn't need to start at the same time. :/
(I can then use the VI's in memory property to determine if it's loaded)
/Y
LabVIEW 8.2 - 2014
"Only dead fish swim downstream" - "My life for Kudos!" - "Dumb people repeat old mistakes - smart ones create new ones."
G# - Free award winning reference based OOP for LV

Similar Messages

  • IPad splash screen/launch behavior broken in landscape mode for AIR 3.6?

    I just updated to Air 3.6 (under FB 4.6) and I'm now seeing an issue with my app launching in landscape mode when the home button is on the left.
    This is on my iPad 2 (running iOS 6.0). However, it doesn't happen on my iPad3 (running iOS5.1).
    Launching my app under Air 3.6 on my iPad2 with the home button on the left the following sequence happens :
    - The splash screen will appear properly.
    - As the splash screen is going away, the app will rotate upside down and remain upside down after finishing launching.
    - I must rotate the iPad 180 degrees and then back again to get it to recognize the correct orientation.
    I have some other apps that use the same project as a template and share the same launch code. An app that I have that was compiled under Air 3.4 does not exhibit this problem at all on the exact same iPad. The launch sequence works seemlessly.
    I have some other apps that were compiled under Air 3.2 on the same iPad that exhibit the following behavior, which isn't as severe :
    - The splash screen will appear properly.
    - The splash screen for a brief moment flips upside down.
    - The splash screen then rights itself and the app launches the right way up as it should.
    So it appears that something has changed in the way the AIR 3.6 is handling splash screens and the launching of an app.
    I'm not sure if this could be related to the issue that was posted here (although it was indicated for iPod/iPhone) :
    http://forums.adobe.com/message/5194883#5194883

    Thanks Zero7Eleven!
    Going into FB->Project Properties->ActionScript Compiler and adding -swf-version=19 to the "Additional compiler agruments" section seems to have fixed the issue for me.
    It looks like this compiler agrument was mentioned in the release notes here, which I didn't find ealier :
    http://helpx.adobe.com/flash-player/release-note/fp_116_air_36_release_notes.html

  • Premiere Elements 8: Splash Screen Fail

    I am running my Premiere Elements 8 on Windows 7 64 bit, latest Nvidia drivers.
    The splash screen where you launch the actual program loads fine and my projects open from the OPEN PROJECT menu the first time, but if I close the program and try to once again open a project from the splash screen/launcher window it disappears and nothing happens! I must reboot to work on my project again. This happens if I try NEW PROJECT or OPEN PROJECT. Nothing is on my taskbar, but if I go to the task Manager in the processes I see Adobe Premiere Elements.exe *32 still running. Is there a 64 bit version?
    Any ideas?

    Welcome to the forum.
    There is no 64-bit version of PrE. Only PrPro CS5 (and the soon to be released CS5.5) is 64-bit.
    As for the hang (and continued running), there might be something in this ARTICLE, that will help.
    Good luck,
    Hunt

  • 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.

  • AIR 3.9 as3 IOS app stuck on launch / loading / splash screen

    When deploying an app to ipad2 ios7/iphone4 ios6/iphone5 ios7 the app doesnt get past the loading/splash screen.
    Ive tried debugging on the device via usb but doesnt even hit the first breakpoint on the firtst line of code. Also deployed via testflight with the same result ie stuck on the loading screen.
    I released the app in December but the app freezes on the loading screen from the app store!!?? Ive no idea how this passed apple testing etc and it previosly worked. ..Has anyone got any advice on how to debug this or does anyone know what could be the problem?
    Ive now created a VERY simple app for testing, this includes all icons etc and just displays some text in a text box. This also freezes on the loading screen.
    Im using Flashbuilder 4.7 with air 3.9
    Ive updated compiler arg with -swf-version=22
    application descriptor updated with - <application xmlns="http://ns.adobe.com/air/application/3.9">
    included icons are -
    <icon>
    <image16x16>16x16.png</image16x16>
    <image29x29>29x29.png</image29x29>
    <image32x32>32x32.png</image32x32>
    <image36x36>36x36.png</image36x36>
    <image40x40>40x40.png</image40x40>
    <image48x48>48x48.png</image48x48>
    <image50x50>50x50.png</image50x50>
    <image57x57>57x57.png</image57x57>
    <image58x58>58x58.png</image58x58>
    <image72x72>72x72.png</image72x72>
    <image76x76>76x76.png</image76x76>
    <image80x80>80x80.png</image80x80>
    <image96x96>96x96.png</image96x96>
    <image100x100>100x100.png</image100x100>
    <image114x114>114x114.png</image114x114>
    <image120x120>120x120.png</image120x120>
    <image128x128>128x128.png</image128x128>
    <image144x144>144x144.png</image144x144>
    <image152x152>152x152.png</image152x152>
    <image512x512>512x512.png</image512x512>
    <image732x412>732x412.png</image732x412>
    <image1024x1024>1024x1024.png</image1024x1024>
    </icon>
    included launch images are -
    Default.png
    320 x 480
    iPhone, standard resolution
    [email protected]
    640 x 960
    iPhone, high resolution
    [email protected]
    640 x 1136
    iPhone, high resolution, 16:9 aspect ratio
    Default-Portrait.png
    768 x 1004 (AIR 3.3 and earlier)
    768 x 1024 (AIR 3.4 and higher)
    iPad, portrait orientation
    [email protected]
    1536 x 2008 (AIR 3.3 and earlier)
    1536 x 2048 (AIR 3.4 and higher)
    iPad, high resolution, portrait orientation
    Default-PortraitUpsideDown.png
    768 x 1004 (AIR 3.3 and earlier)768 x 1024 (AIR 3.4 and higher)
    iPad, upside down portrait orientation
    [email protected]
    1536 x 2008 (AIR 3.3 and earlier)1536 x 2048 (AIR 3.4 and higher)
    iPad, high resolution, upside down portrait orientation
    Default-Landscape.png
    1024 x 768
    iPad, left landscape orientation
    [email protected]
    2048 x 1536
    iPad, high resolution, left landscape orientation

    I have the same problem, AIR 4 (1628) and compiler -swf-version=23; testing on iPad3, iOS 7.0.6
    The app launches less than half of the time successfully.
    Mar  5 11:46:09  backboardd[29] <Warning>: CoreAnimation: timed out fence 2a207
    Mar  5 11:46:09  backboardd[29] <Warning>: CoreAnimation: timed out fence 2a0df
    Mar  5 11:46:09  SpringBoard[33] <Warning>: CoreAnimation: failed to receive fence reply: 10004003
    Mar  5 11:46:09  backboardd[29] <Warning>: CoreAnimation: updates deferred for too long
    Mar  5 11:46:13  backboardd[29] <Warning>: <app ID replaced> failed to resume in time
    Mar  5 11:46:13  backboardd[29] <Warning>: Forcing crash report of <app ID replaced>[136]...
    Mar  5 11:46:14  backboardd[29] <Warning>: Finished crash reporting.
    It might have something to do with the new way iOS7 shows the last active screen of an app as a screenshot and optionally replaces it with the running app, if the app had been killed in the background. That way, it seems that more apps are running concurrently than the device supports. There's often a flicker showing the real app behind the splash screen WHEN I minimize a stuck splash screen.

  • Running Lightroom 6 on Windows machine (after having upgraded from LR5... While attempting to add or change music in the Slideshow module, LR unexpectedly quits.  After several attempts at this, LR6 won't even launch properly...shows the splash screen but

    Running Lightroom 6 on Windows machine (after having upgraded from LR5... While attempting to add or change music in the Slideshow module, LR unexpectedly quits.  After several attempts at this, LR6 won't even launch properly...shows the splash screen but that's it.  The program is buggy...need an update/revision quickly!!

    If you're on Windows, check out a free program called Audacity--it's fantastic.  With Audacity the process of converting a 48.000 kHz to 44.100 kHz is as simply as opening, changing the sample rate, and then exporting again, as an MP3.

  • IOS launch screen / splash screen shift

    Hi All,
    I've implemented launch screen images, including [email protected], and am testing on an iPhone 4.
    When I disable my splash screen (i.e. I don't set the app's splashScreenImage prop) the launch image displays briefly, then I get a blank white screen for multiple seconds while my app loads.
    If I enable the splash screen, like this...
         splashScreenImage = "@Embed('[email protected]')"
    the app displays the image continuously, first as iPhone launch screen, then as AIR splash screen, but when it switches from launch screen to splash screen the image is displayed about 19 pixels lower than it was when displayed as launch screen.
    This happens with splashScreenScaleMode set to both "stretch" and "zoom".
    I can provide two different images, instead of using the same image, and make most of the shift invisible to the user, but there are two problems with this approach:
    It's obviously kludgy. It would be nice if this just worked.
    I'm fairly sure that even if I get this to look good on iPhone 4, it will look bad on iPhone 5, and vice-versa. If we could use different splash screen images for 4 and 5 we could kludge a fix that way, but I don't believe that that's possible.
    Two questions:
    Any suggestions? 
    Should I report this as a bug?
    Thanks,
    Douglas

    Hi Colin,
    > Might be worth doing a trace of the scale mode, just out of curiosity.
    I've done some googling and set a few breakpoints - all indicate that Flex apps have a default scale mode of NO_SCALE.
    If I could configure my app to use SHOW_ALL immediately at startup, that might solve the spash screen problem. I could then change the mode back to NO_SCALE in my app's preInitialize handler, which I'd probably want to do as SHOW_ALL would probably be problematic when the app started to display.
    That would be an interesting experiment, but I don't see any way to configure a Flex app to begin with any scale mode other than the default, so I'm at a dead end there.
    I don't fully understand what you're suggesting re using a SWC. Looks like we're running up against the Flex-nonFlex divide.    
    > I don't know how Flex users solve the problem of getting the stage to be in a particular state right away.
    We let the framework handle this for us, and don't think about it, which is great, until it isn't. 
    Or, to put it another way, I think that we may not have much control over this in a Flex app. 
    I'm imagining a possible strategy of creating a non-Flex AIR app and having it load my Flex SWF, but I'm not sure it's a good investment of my time to research/attempt this. For one thing I'm not _sure_ that I'll have a problem on iPhone 5. I'll find some way to test this, and postpone worrying about this until I'm sure that I actually have a problem.
    But thanks a lot for all your input - this(scale mode, etc) is good stuff to be aware of.
    Douglas

  • Launching Splash Screen on the click of a button

    Situation: I have an application running, and when the user clicks a button on the main menu, a new dialog opens.
    Problem: This dialog takes awhile to load as it is retreiving information from the database etc ... hence I would like to launch a splash screen in one thread and the other dialog in a second thread.
    Following is the Splash Screen class:
    public class SplashScreen extends JWindow {
        public SplashScreen(int d) {
            duration = d;
            this.launchSplash();
        public void launchSplash() {
            JPanel content = (JPanel) getContentPane();
            content.setBackground(Color.white);
            // Set the window's bounds, centering the window
            int width = 350;
            int height = 255;
            Dimension screen = Toolkit.getDefaultToolkit().getScreenSize();
            int x = (screen.width - width) / 2;
            int y = (screen.height - height) / 2;
            setBounds(x, y, width, height);
            // Build the splash screen
            JLabel label = new JLabel();
            label.setIcon(new ImageIcon(getClass().getResource("loading.gif")) );         
            label.setHorizontalAlignment(JLabel.CENTER);    
            content.add(label, BorderLayout.CENTER);          
            // Display it
            this.setVisible(true);
            // Wait a little while, maybe while loading resources
            try {
                Thread.sleep(duration);
            } catch (Exception e) {
            this.setVisible(false);
    //        System.exit(0);
    //    public static void main(String[] args) {
    //        // Throw a nice little title page up on the screen first
    //        SplashScreen splash = new SplashScreen(10000);
    //        // Normally, we'd call splash.launchSplash() and get on
    //        // with the program. But, since this is only a test...
    //        System.exit(0);
    //    }When I run this as a standalone, it works fine (i.e. uncomment the 'main' function). But when I try to call it from another function, it doesn't launch.
    Eg: I am calling it when a button has been clicked. Code is as follows:
        public void actionPerformed(ActionEvent e) {
         SplashScreen sd = new SplashScreen(10000);
         // Calling the dialog (that takes a long time to load) here
    }Would like to know whether
    [1] is it possible to launch a splash screen on the click of a button? As usually a splash screen is done at the beginning of an application before anything is loaded. In my case an application is already running, during which a splash screen needs to be launched.
    [2] Would using the new splashscreen class of Java 6.0 support this?
    [3] If not what is the best way to approach this problem
    Appreciate any input.
    Thanks,
    Edited by: mnr on Feb 20, 2008 9:47 AM

    Thanks Michael_Dunn, I see what you mean.
    I know this is not exactly as you suggested, but when I tried the following I got a partial solution. Just wanted to know whether I am on the right track.
    I wrote a small class for the thread
    public class cSplashScreenThread extends Thread {
        public volatile boolean finished = false;
        public cSplashScreenThread(){       
    // override run() method in interface
        public void run() {
           SplashScreen sd = new SplashScreen(10000);
        }This calls the SplashScreen(code encl in earlier post).
    In the main application I added the following
    public void actionPerformed(ActionEvent e) {
    // SPLASH SCREEN
    //                    SwingUtilities.invokeLater(new Runnable() {
    //                        public void run() {
                                cSplashScreenThread sd = new cSplashScreenThread();
                                sd.start();
                                sd.finished = true;
    // DIALOG
                        SwingUtilities.invokeLater(new Runnable() {
                            public void run() {
                          DialogToCall tempDialolog = new DialogToCall(.......);
                                tempDialolog .setVisible(true);
    :When I run this in the application, the SplashScreen does indeed appear(earlier I wasn't able to see the splashScreen), and I notice (when I put a breakpoint at the pt where it calls the dialog), that it is going and creating the dialog etc, but the dialog never appears ...... after the splash screen closes, nothing else happens!
    Could you please guide me on what best to do?
    Thanks,
    Edited by: mnr on Feb 21, 2008 11:19 AM

  • Downloaded photoshop elements 12, installed ok and activated, started it and splash screen displayed and app launched then shutdown

    Downloaded photoshop elements 12, installed ok and activated, started it and splash screen displayed and app launched then shutdown immediately.
    Repeat and crashes again. Help it won't start!

    Solved! Tried everything in the support documents and none of it worked. Massive frustration with Adobe Chat staff who know nothing and just kept telling me to look at the support documents over and over. They also gave me a contact number in Australia that has a recorde d message saying the product is not supported! What is that about?
    Finally Anand from Adobe tech support called me (from when I reopened the original support case that gave me the serial number).
    Just had to rename folder SLCache in c:\program files(x86) and reaccept the EULA and reactive. Now everything works fine. Way to hard.

  • Can't fully launch beyond splash screen, corrupted database?

    I'm using a MacPro with LR v1.2, OS v10.4.10. A few days ago, I got the spinning beachball while in LR, had to Force Quit. When I tried to relaunch, I could only get the splash screen and menu.
    Each time I launch LR, I backup. Every other day or so I optimize the database from Catalog Preferences. I had added about 700 photos a few days earlier, for a total of about 8,700.
    I've gone to the Adobe LR knowledge base, followed their instructions for going back to an earlier backup, but though I've gone back some days, one by one, from the day I had the problem I still only get perhaps one photo, the rest grayed out, immediately. If I wait some time, some previews will start showing up (so far for at least one folder of photos after perhaps 20 minutes).
    Is it just a matter of waiting long enough for the previews to show up or do I have to go much further back in my backups to find one which will have all the photos show up right away (normal behavior)?

    This sounds very similar to problems we are having in the thread called "Lightroom no longer opens," http://www.adobeforums.com/webx/.3c0540fe/10
    It might be worth it to try the solution that is described there, Especially since you have so many back ups. I have to finish some editing before I try it myself to restore my 65,000 image catalog.

  • Launch Lync Client without "splash" screen

    Hello,
    Is there a way to prevent Lync from showing the "Starting..." splash screen every time it launches?
    Please note: I am NOT referring to the "First Run" splash. But rather the "Starting..." splash, as depicted below.
    We currently have "TracingLevel=Off" and "AutoOpenMainWindowWhenStartup=0" in registry, to ensure fast and quiet launch.
    But Lync is set to run on Windows startup (along with a kazillion other apps) so Lync startup takes quite a while.
    While all the background apps are starting, the Lync splash screen is displayed the entire time.
    So naturally a lot of users "blame" Lync for causing slow startup.
    Hence, I would like to hide the splash screen and just let Lync minimize directly to taskbar.
    Suggestions are welcome :-)
    Edit:
    THIS is essentially what I am looking for - just for Lync.
    Best regards
    Martin Holst

    From registry modify
    $value =$key.GetValue("AutoOpenMainWindowWhenStartup",$null)
    if ($value -eq 1) {$value = "Yes"}
    if ($value -eq 0) {$value = "No"}
    Write-Host "Show Lync in foreground when it starts: $value"
    or from Lync client
    Uncheck on
    Show Lync in foreground when it starts as exist on below image
    Please remember, if you see a post that helped you please click (Vote As Helpful) and if it answered your question, please click (Mark As Answer).

  • Black splash screen when launching Logic Express 7.2.1

    hello, i recently installed final cut express hd (universal) and a recent pro app update. ever since then, i get a black splash screen when launching Logic Express 7.2.1. i've tried reinstalling logic, but nothing changes. how do i uninstall the pro app update, will this fix the problem? should i uninstall final cut?
    thanks.

    Hi M,
    did you tryed this?
    http://www.apple.com/support/downloads/proapplicationsupport31macosx104.html
    Best regards,
    Jorge

  • Premiere Pro CC won't launch after the splash screen on my new laptop

    Got a new laptop from ASUS recently. It has the Geforce GTX 860M, which I know is not offically supported yet, but I've never had problems running Premiere with unsupported cards before and I've read about other people who've made it work. I've tried uninstalling and reinstalling using the CC-app several times, to no success.
    The problem manifests in two ways. Either the splash screen comes up and when it disappears, nothing happens. It's as if I never opened Premiere and I can try again with the same results. Either that or Premiere opens, I get a windows error message which says there has been an unexpected problem and Premiere had to close. No other explaination.
    I tried updating the CUDA-drivers as suggested in another thread, and that worked ONCE, but Premiere wouldn't open again after that.
    I have to make a decision on whether to keep this laptop, which in every other way is perfect and runs other Adobe-products fine (except raytracer in AE, but I can live without that until the card is supported), or keep another laptop with the 770M and which is not as powerful and "future proof".
    Any good ideas out there would be much appreciated!

    Does your laptop have two graphics adapters?
    Go to the Windows Control Panel and select Hardware and Sound and then select Device Manager... In Device manager you click the + sign to the left of Display Adapters... and see if 2 are listed
    IF YES, read below
    -http://helpx.adobe.com/premiere-pro/kb/error---preludevideo-play-modules.html
    -http://forums.adobe.com/thread/1001579
    -Use BIOS http://forums.adobe.com/thread/1019004?tstart=0
    -link to why http://forums.adobe.com/message/4685328
    -http://www.anandtech.com/show/4839/mobile-gpu-faceoff-amd-dynamic-switchable-graphics-vs-n vidia-optimus-technology/2

  • PS CS6 crashes on launch splash screen

    Using windows 8.1, 64 bit HP Envy Laptop, i5 processor, 8 GB RAM....why

    We can't know since you haven't bothered to provide the crash log or at least tell us at which point it is crashing. You know, those cute texts on the splash screen mean something...
    Mylenium

  • Cannot Launch Lightroom Past Splash Screen

    Getting this message on splash screen: "Cannot create the required folder: /Users/DJRuffRyd/Library/Application Support/Adobe/Lightroom/Develop Presets." 
    I am unable to do anything on my Mac OS (Yosemite 10.10.3) unless I quit Lightroom.  I downloaded from Creative Cloud.  Reinstalled 3x's and nothing is different.  Anybody have any solutions?

    UPDATE: Online support helped with this.  Needed to change my permissions.

Maybe you are looking for

  • Problem with editing Editable Region - HELP!

    My website is www.yucholian.com I have created a template and have assigned a main body to be an Editable Region. However, I can't seem to use different fonts, sizes or styles as I wish. If I go to Text drop down, go to size, all options are greyed o

  • WiDi on the W520 and Windows 8

    I have W520 and I am trying to get Intel WiDi working on Windows 8. In the past I was using WiDi on Windows 7 with no problems, but since I upgraded to Windows 8 I am unable to get it working. I installed the latest version of PRO Wifi (Wireless_15.5

  • How to convert hex string to time stamp?

    Hello everyone.. I am currently working on a project in which I have to read the data from a unit and display that data using LabVIEW. I am using serial communication for reading the data. The read data is in hex format.  Now, I want to convert this

  • Download link for RBS SharePoint Server 2010

    I'm trying to download rbs_46.msi  sql server 2008 for sharePoint server 2010 on the link below: http://download.microsoft.com/download/E/4/8/E48816F7-4612-432E-B135-0F90C0211701/RBS_X64.msi but it give me these error msg: File not found Firefox can'

  • It seems the 'open as Camera Raw' function is no longer available in the newest Photoshop CC version? :-(

    I edited all my jpgs with that function... so I'm a bit lost now. Is this a mistake or has that function really disappeared from the menu? Is there another way to edit in Camera Raw?