Results 1 to 4 of 4

Thread: New solution to CoPilot embedding

  1. #1
    FLAC aoLhaTer's Avatar
    Join Date
    Mar 2003
    Location
    Rohnert Park, CA
    Posts
    1,122

    New solution to CoPilot embedding

    Ive struggled, like many others, to embed CoPilot into a Frontend program. It has proven difficult if not impossible.

    So instead of persisting upon this goal I have come up with a sort of patch for the problem
    I used AutoIt to create a little script that when run will switch focus from whatever window is open (say a frontend for instance) to the CoPilot screen
    Then in your frontend just specify that script exe as an external program and label it GPS.

    Its also been written with a small portion of logic that checks if CoPilot is already open and if it isnt then it will be opened for you



    Getting back to your frontend from CoPilot can either be done by keeping your taskbar on "always on top" mode, use the program created here called alttabber or simply exit the program


    Heres the file:
    http://www.dwoloz.com/copilot.exe


    Heres the source:
    Code:
    ;
    ; AutoIt Version: 3.0
    ; Language:       English
    ; Platform:       Win9x/NT
    ; Author:         aoLhaTer
    ;
    ; Script Function:
    ;   Checks if CoPilot is open: if it is then focus is switched to it and if it is not then it is opened
    ;
    
    If WinExists("CoPilot Live") Then
    	WinActivate("CoPilot Live");
    Else
    	Run("C:\Program Files\CoPilot Live\Laptop7\App\CoPilot.exe");
    EndIf


    A note: In Centrafuse you need to specify a window name for the exe to run so just enter in a bogus name

  2. #2
    Variable Bitrate Hark's Avatar
    Join Date
    Feb 2005
    Location
    Atlanta, GA USA
    Posts
    440
    Nice - I have up on Copilot b/c I didn't like how it fit into the 7" screen, cutting off some buttons and not having a very large map area. Have you come up with a solution to that as well?

  3. #3
    FLAC aoLhaTer's Avatar
    Join Date
    Mar 2003
    Location
    Rohnert Park, CA
    Posts
    1,122
    I dont have any sizing issues but I also run 800x600 instead of 848x480

  4. #4
    Low Bitrate GRod's Avatar
    Join Date
    Aug 2003
    Location
    San Diego
    Posts
    98
    Thanks!!!! I really like CoPilot, but it has been a pain to get it to play nice with RoadRunner (or any FrontEnd for that matter).

    I'm going to try this out and hopefully cross off one more item off my Carputer to-do list (which is growing faster than my wife's honey-do list)

    GRod
    Carputer/AV System ~95% complete
    Parts all acquired - testing underway
    Fabrication and integration underway
    More on my Ride

Similar Threads

  1. Copilot 8 license good for two machines
    By bridqer in forum GPS
    Replies: 7
    Last Post: 01-15-2006, 03:32 PM
  2. Replies: 0
    Last Post: 07-08-2005, 05:08 PM
  3. embedding copilot in mediacar
    By kuo in forum MediaCar
    Replies: 50
    Last Post: 10-04-2004, 05:05 AM
  4. copilot users: your software solution?
    By aoLhaTer in forum Software & Software Development
    Replies: 8
    Last Post: 01-15-2004, 02:17 PM
  5. New CoPilot Software released!!
    By wallyworld in forum GPS
    Replies: 2
    Last Post: 09-30-2003, 02:08 PM

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
  •