Results 1 to 6 of 6

Thread: making a preload delay

  1. #1
    Maximum Bitrate Woofnstuff's Avatar
    Join Date
    Oct 2007
    Location
    Auckland
    Posts
    570

    making a preload delay

    in short is there a way to add a delay so that a screen thats set to preload on start has say a 5 or 10 second wait.

    at the moment I just have my audio page preloading, but i want to add a gps program so it can track and log all the time, without having to manually start it.

    as its not a high priority and also the gps takes another min to start up and get sats at times anyway, no point having it in the initial program start, as that will just slow down RR's start up.

  2. #2
    MGD
    MGD is offline
    FLAC
    Auto Apps:loading...
    MGD's Avatar
    Join Date
    Feb 2005
    Location
    Los Angeles
    Posts
    1,731
    Use the STARTCOMMAND in RR to start your GPS software. No need to preload the skin.
    When RR loads it will start your app in the background.

  3. #3
    Maximum Bitrate Woofnstuff's Avatar
    Join Date
    Oct 2007
    Location
    Auckland
    Posts
    570
    I actually want to stagger the loading of other apps, untill my core RR setup has finished.

    additionally I have some other mad ideas im thinking about too where a delay or timed start would be handy to make sure other things needed have finished loading, before what i want to run.

  4. #4
    RoadRunner Mastermind
    Auto Apps:loading...
    guino's Avatar
    Join Date
    Nov 2004
    Location
    Toronto, Canada
    Posts
    9,762
    You can use a timer and a variable to execute a command after a few seconds, but that would depend on which screen you're on, so you'd be better off using a RUNQ on your start command...

    Something like this in the start command:
    RUNQ;c:\delaystart.bat

    then have this in delaystart.bat:
    c:\delay.exe 5000
    c:\mygps\mygps.exe
    c:\myapp\myapp.exe
    ...

    The delay command/application is a freeware you can download here:
    http://www.soft.tahionic.com/download-delay/Delay.exe

    This basically just launches the prompt on the background and waits 5 seconds before it starts loading all the "heavy" stuff.
    Ride Runner RR's Myspace

    "Being happy is not about having what you want, it's about wanting what you have."
    "The best things in life are always free - but that doesn't mean money can't buy you good things."

  5. #5
    Maximum Bitrate Woofnstuff's Avatar
    Join Date
    Oct 2007
    Location
    Auckland
    Posts
    570
    I'll try that guino thanks...

    should this cause any issues that anyone knows of, if an embedded app is started in the background?

    I know i could just try it, but im renovating at home, and "play time" is very reduced

  6. #6
    The Curator
    Auto Apps:loading...
    Blue ZX3's Avatar
    Join Date
    Aug 2004
    Location
    Chicago area,IL
    Posts
    4,849
    Should be no problems, RR first looks to see if app is already running(by win name) and if not starts it and embeds it, otherwise it just embeds the already open app.
    RideRunner...The #1 FE, PERIOD.

    Current Project: DFXVoice [Beta Released]
    Next in line: RRMedia v2.0

    DFX 5.1.1 Skin
    Appstore Link

    My RideRunner Plugins
    RRMedia
    RRExtended
    DFXVoice

Similar Threads

  1. Replies: 118
    Last Post: 03-19-2010, 08:07 PM
  2. My lilliput is making a high pitched noise...
    By SuperFastCVT in forum LCD/Display
    Replies: 0
    Last Post: 01-03-2008, 12:59 PM
  3. How many are making custom software?
    By Grayscale in forum Software & Software Development
    Replies: 26
    Last Post: 07-15-2004, 09:11 AM
  4. I can help with making Adapter Plates
    By brandon in forum Fabrication
    Replies: 29
    Last Post: 07-13-2004, 07:24 PM
  5. custom dash making....
    By ifnh573 in forum General MP3Car Discussion
    Replies: 1
    Last Post: 10-13-2001, 01:39 AM

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •