Цитата:
Сообщение от pierrotm777
Sorry, i have tried again the test exemple without succes !
I don't understand what is the utility of these two files label_list.txt and label_ru.ini .
I have made my own language (fr.ini) into the language folder and i don't know if my issue is here .
I don't understand also how you have on the left top the Test label .
Actually, i have the volume label and if i want change it , i do use the labe_choise.skin
NEED HELP for UNDERSTAN HOW TO
|
add two file in labels folder:
label_list.txt and label_
fr.ini
in label_list.txt file add last string -
!Test
in label_fr.ini file add last string -
l_label_!Test=Test hint
and run iCar DS. Long press "volume label" and select last string
!Test
Create script in AutoIt:
PHP код:
;wait iCar
WinWait ("iCar DS")
;iCar run 1-5 seconds
sleep(5000)
;create iCar object
$rr = ObjCreate("RideRunner.sdk")
;send our text in iCar
$rr.Execute("SETLABEL;!Test;Test =)")
and run script.
PS sory for my english
