Page 2 of 2 FirstFirst 12
Results 11 to 18 of 18

Thread: OSKTOCMD problem - solved

  1. #11
    Maximum Bitrate ws6vert's Avatar
    Join Date
    Sep 2008
    Location
    Baton Rouge
    Posts
    523
    The way coverjuke is embedded, you cannot send a direct keystroke to it. So using RR's sendkey will do nothing but stare back at you. So I wrote CJSend to send the keys directly to coverjuke when it has been embedded.

    Secondly, I was unable to send just R to coverjuke and have it understand. I will retry the issue, but using AutoIT, I had to send the commands with {} for coverjuke to perform the operation. I will look back into it, but this was my reasoning. I will also try the double pipes. The source code for CJSend is in the download, if you wanted to have a look at it.

  2. #12
    Maximum Bitrate ws6vert's Avatar
    Join Date
    Sep 2008
    Location
    Baton Rouge
    Posts
    523
    Here is the real question, why would RR Skin Tool be able to perform the command correctly, but using the command in a button on the skin will not execute the command?


    Edit:
    Adding "||" to the beginning fixes the issue. Thank you El Camino

  3. #13
    Newbie
    Join Date
    Nov 2008
    Posts
    37
    "{$GOTOALBUM","||OSKTOCMD;CJ_LETTER;RUN;$skinpathh $CJSend.exe {$CJ_LETTER

    not worrking for me....

  4. #14
    Maximum Bitrate ws6vert's Avatar
    Join Date
    Sep 2008
    Location
    Baton Rouge
    Posts
    523
    The above command is a little off:
    it should look like:
    Code:
    "GOTOALBUM","||OSKTOCMD;CJ_LETTER;RUN;$skinpath$CJSend.exe|{$CJ_LETTER$}"
    or you can make the Run command its own command, such as:

    Code:
    "GOTOALBUM","||OSKTOCMD;CJ_LETTER;SKIPTOLETTER"
    "SKIPTOLETTER","RUN;$skinpath$CJSend.exe|{$CJ_LETTER$}"
    These commands should be placed in your execTBL.ini

  5. #15
    Newbie
    Join Date
    Nov 2008
    Posts
    37
    so i need to put two commands on one button (GOTOALBUM+SKIPTOLETTER)?

  6. #16
    Maximum Bitrate ws6vert's Avatar
    Join Date
    Sep 2008
    Location
    Baton Rouge
    Posts
    523
    add the code above to your execTBL.ini. Make sure you remove your old GOTOALBUM command

    You will only need to add GOTOALBUM to the button

  7. #17
    Newbie
    Join Date
    Nov 2008
    Posts
    37
    ok the OSK is open but it did not do a search

  8. #18
    Newbie
    Join Date
    Nov 2008
    Posts
    37
    ?

Page 2 of 2 FirstFirst 12

Similar Threads

  1. Lilliput TouchKit problem solved!
    By AAVfReaK in forum LCD/Display
    Replies: 4
    Last Post: 11-07-2010, 09:29 AM
  2. reconnected puter and now audio problem..
    By NYCdesignkid in forum Car Audio
    Replies: 2
    Last Post: 05-31-2006, 12:09 AM
  3. gps navilock and com problem
    By lele67 in forum GPS
    Replies: 0
    Last Post: 04-01-2006, 08:41 PM
  4. Problem with directshow filter and WMP
    By EricE in forum Software & Software Development
    Replies: 0
    Last Post: 03-01-2006, 11:38 AM
  5. Car Idle - power/amp problem?
    By TheFaze in forum Car Audio
    Replies: 1
    Last Post: 12-16-2005, 12:10 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
  •