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
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.
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
"{$GOTOALBUM","||OSKTOCMD;CJ_LETTER;RUN;$skinpathh $CJSend.exe {$CJ_LETTER
not worrking for me....
The above command is a little off:
it should look like:
or you can make the Run command its own command, such as:Code:"GOTOALBUM","||OSKTOCMD;CJ_LETTER;RUN;$skinpath$CJSend.exe|{$CJ_LETTER$}"
These commands should be placed in your execTBL.iniCode:"GOTOALBUM","||OSKTOCMD;CJ_LETTER;SKIPTOLETTER" "SKIPTOLETTER","RUN;$skinpath$CJSend.exe|{$CJ_LETTER$}"
so i need to put two commands on one button (GOTOALBUM+SKIPTOLETTER)?
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
ok the OSK is open but it did not do a search
?
Bookmarks