Results 1 to 3 of 3

Thread: Controlling external apps (wscript)?

  1. #1
    Low Bitrate
    Join Date
    Jun 2006
    Location
    DuPont, WA
    Posts
    72

    Controlling external apps (wscript)?

    I took my first stab at making a DigitalMod. I created a new script project with some buttons. In the associated OnMouseClick event for the "stop" button I added the following VB code to connect to a running iTunes process and stop the current song from playing. The script works perfectly when run from the Windows command line, but StreetDeck doesn't seem to know about wscript. Any ideas?

    '************************************************* ******************************
    'Stop_OnMouseClick
    'DESC: event OnMouseClick - Called when the left mouse button is pressed and released within the panel
    '************************************************* ******************************
    Function Stop_OnMouseClick(x, y)
    Dim iTunes, CurState
    Set iTunes = WScript.CreateObject("iTunes.Application")
    iTunes.Stop
    Set iTunes = nothing
    End Function
    Attached Images Attached Images  

  2. #2
    Raw Wave god_of_cpu's Avatar
    Join Date
    Jan 2004
    Location
    SilverSpring Maryland
    Posts
    2,960
    Take out the wscript and it will work
    StreetDeck.com Developer (I am Chuck)
    Get StreetDeck at http://www.streetdeck.com
    The Official StreetDeck Forums have moved, please visit us at http://www.streetdeck.com/forum for official support for Streetdeck.

  3. #3
    Low Bitrate
    Join Date
    Jun 2006
    Location
    DuPont, WA
    Posts
    72
    Quote Originally Posted by god_of_cpu
    Take out the wscript and it will work
    Bingo! It does indeed. Thanks.

Similar Threads

  1. External Apps & DUN connection question
    By DarquePervert in forum StreetDeck
    Replies: 1
    Last Post: 05-27-2006, 11:54 AM
  2. External Apps Missing In action
    By blk02si in forum Road Runner
    Replies: 2
    Last Post: 05-04-2006, 03:13 PM
  3. External Apps
    By netsuo in forum NeoCar Media Center
    Replies: 7
    Last Post: 12-20-2004, 02:38 PM
  4. External Apps - Having Problems
    By RobIles in forum Media Engine
    Replies: 4
    Last Post: 07-02-2004, 01:38 PM
  5. external apps
    By reda4 in forum MediaCar
    Replies: 6
    Last Post: 11-20-2003, 03:46 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
  •