Ok , thanks el camino. I have called a new feature like that for the new RR release .
If it is not possible, i shall create one little dll for translator that do that.:suspicious:
Printable View
A new update is on the first post .
You can in the v0.4 version:
-To use it on XP and Vista
-To choose the language to translate (en=english, fr=french, ...)
-To choose the final language (fr=french, en=english, ...)
-To choose if you want to use your own dictionnary or google
-To create your own dictionnary
-To add or not each search into your own dictionary
-Click on Indicators (translator or money) for change from translator.skin to convertissor.skin (use translator.dll)
(Please make a RRTranslator folder under your Plugins folder, copy the dll into and register it).
I work on another features:
-money translation
-measure translation
-units translation
Buttons and screen exist but not fully functional .
Good use :-)
Great Pier!
Now it works :-)
thank you.
Actually, i have several choice menu to choose the languages (from and to) and the dictionary:
-ChoiceFrom.skin
-ChoiceTo.skin
-ChoiceDictionary.skin
choicefrom.skin:
and the exectbl.ini for the choicefrom.skin:Code:RoadRunner Skin
RRScreen Choice Menu
choice_off.png,choice_off.png,choice_on.png,choice_off.png
/, L, x, y, w, h, color R;RGB, G, B, font size;FONT, font name, Code;LABELCODES, Tooltip;LABELALIGNMENT
L,16,16,225,46,255,128,0,22,"Arial:b","=$MESSAGE$","center",,"DS=2,2,0,0,0"
B,242,114,59,72,"SENDMSG;Translator;LANGUAGEFROM||LANGUAGEFROM",
B,242,218,59,72,"DOWNPIC",
B,242,13,59,72,"UPPIC",
B,16,69,220,221,"ESC",
/,List and sliders
/, S, x, y, w, h, x1, y1, w1, h1, O, Style, Pointer file path, h2, Code;SLIDERCODES, Tooltip
S,524,24,41,259,524,24,41,259,V,0,"mixersliderH.png",20,"CLSLIDER",
/, IL, LIST, SelImg, UnselImg, EndImg, LimitMode, Drag, MaxSpeed
IL,CL,transparent.bmp,sel.bmp,end.bmp,0,50,60
/, S, x, y, w, h, forecolor R;RGB, G, B, backcolor R;RGB, G, B, selected color R;RGB, G, B, select color R;RGB, G, B, trs, font size;FONT, font name
SC,305,16,212,276,255,255,255,0,0,0,0,0,0,255,255,255,true,25,"Lucida Sans Unicode"
/, I, x, y, w, h, Code;INDICATORCODES
I,34,85,187,118,"FILE;$Skinpath$Scripts\Translator\Flags\$imagefrom$"
/, IL, LIST, SELIMG, UNSELIMG, ENDIMG, LIMITMODE, DRAG, MAXSPEED
IL,CL,TRANSPARENT.BMP,SEL.BMP,END.BMP,0,20,70
END
That i should like is to have only one screen (choice.skin).Code:/***************************************TRANSLATOR****************************************
"TRANSLATEFROM","CLCLEAR;ALL||MENU;CHOICEFROM.skin||CLLOAD;$SKINPATH$Scripts\Translator\LANGUAGES.txt;TRUE||UPDATE_PIC||SETLIST;2"
"LANGUAGEFROM","SETVARBYCODE;LANGUAGEFROM;LISTTEXT||SETVAR;LANGUAGEFROM;$LANGUAGEFROM$||SAVETOSKIN;LANGUAGEFROM;$LANGUAGEFROM$||SAVETOSKIN;IMAGEFROM;$IMAGEFROM$||WAIT;0.5||EXIT"
"ONCLCLICK","UPDATE_PIC",CHOICEFROM.skin
"UPDATE_PIC","SETVARBYCODE;IMAGEFROM;CLDESC||SETVAR;IMAGEFROM;$IMAGEFROM$.gif",CHOICEFROM.skin
"UPPIC","UP||UPDATE_PIC"
"DOWNPIC","DOWN||UPDATE_PIC"
/*****************************************************************************************
I have modified my screen like that:
and the exectbl.ini like that:Code:RoadRunner Skin
RRScreen Choice Menu
choice_off.png,choice_off.png,choice_on.png,choice_off.png
/, L, x, y, w, h, color R;RGB, G, B, font size;FONT, font name, Code;LABELCODES, Tooltip;LABELALIGNMENT
L,16,16,225,46,255,128,0,22,"Arial:b","=$MESSAGE$","center",,"DS=2,2,0,0,0"
B,242,114,59,72,"SENDMSG;Translator;$CHOICEOK$||$CHOICEOK$",
B,242,218,59,72,"DOWNPIC",
B,242,13,59,72,"UPPIC",
B,15,69,220,205,"ESC",
/,List and sliders
/, S, x, y, w, h, x1, y1, w1, h1, O, Style, Pointer file path, h2, Code;SLIDERCODES, Tooltip
S,524,24,41,259,524,24,41,259,V,0,"mixersliderH.png",20,"CLSLIDER",
/, IL, LIST, SelImg, UnselImg, EndImg, LimitMode, Drag, MaxSpeed
IL,CL,transparent.bmp,sel.bmp,end.bmp,0,50,60
/, S, x, y, w, h, forecolor R;RGB, G, B, backcolor R;RGB, G, B, selected color R;RGB, G, B, select color R;RGB, G, B, trs, font size;FONT, font name
SC,305,16,212,276,255,255,255,0,0,0,0,0,0,255,255,255,true,25,"Lucida Sans Unicode"
/, I, x, y, w, h, Code;INDICATORCODES
I,34,85,187,118,"FILE;$Skinpath$Scripts\Translator\$folder$\$image$"
/, IL, LIST, SELIMG, UNSELIMG, ENDIMG, LIMITMODE, DRAG, MAXSPEED
IL,CL,TRANSPARENT.BMP,SEL.BMP,END.BMP,0,20,70
END
I can to obtain that with my autoit script that configure the variables for the good choice screen:Code:/***************************************TRANSLATOR****************************************
"TRANSLATEFROM","CLCLEAR;ALL||MENU;CHOICE.skin||CLLOAD;$SKINPATH$Scripts\Translator\LANGUAGES.txt;TRUE||UPDATE_PIC||SETLIST;2"
"LANGUAGEFROM","SETVARBYCODE;LANGUAGEFROM;LISTTEXT||SETVAR;LANGUAGEFROM;$LANGUAGEFROM$||SAVETOSKIN;LANGUAGEFROM;$LANGUAGEFROM$||SAVETOSKIN;IMAGEFROM;$IMAGEFROM$||WAIT;0.5||EXIT"
"ONCLCLICK","UPDATE_PIC",CHOICE.skin
"UPDATE_PIC","SETVARBYCODE;IMAGEFROM;CLDESC||SETVAR;IMAGEFROM;$IMAGEFROM$.gif",CHOICE.skin
"UPPIC","UP||UPDATE_PIC"
"DOWNPIC","DOWN||UPDATE_PIC"
/*****************************************************************************************
If i want to configure for a compatible choicefrom.skin, the script send that:
You see that :Code:$rr.execute("SETVAR;CHOICEOK;LANGUAGEFROM||SETVAR;FOLDER;FLAGS||SETVAR;IMAGE;IMAGEFROM||SETVAR;CHOICECANCEL;ESC")
$rr.execute("menu;choice.skin||SETVAR;MESSAGE;Translate From||TRANSLATEFROM")
$CHOICEOK$ replace LANGUAGEFROM or LANGUAGETO or CHANGEDICTIONARY
$folder$ replace Flags
$image$ replace imagefrom or imageto or dictionary
The screen run very well, settings are well saved but i don't see the good images into the screen.
Some body can explain me please where is my error ?
Thanks
These is two new feature for the translator.
Convertissor for money or units:
http://www.mp3car.com/vbulletin/imag...d66266d283.jpg
As soon as possible :juggle:
I have found how to replace the two choice menu by one.
I hev replaced these lines:
by:Code:$rr.execute("SETVAR;CHOICEOK;LANGUAGEFROM||SETVAR;FOLDER;FLAGS||SETVAR;IMAGE;IMAGEFROM||SETVAR;CHOICECANCEL;ESC")
$rr.execute("menu;choice.skin||SETVAR;MESSAGE;Translate From||TRANSLATEFROM")
But i have always an issue in the choice.skin screen, my .png files (flags) are not updated each time i choose another language.Code:$rr.execute("SETVAR;CHOICEOK;LANGUAGEFROM||SETVAR;FOLDER;FLAGS||SETVAR;IMAGE;$IMAGEFROM$||SETVAR;CHOICECANCEL;ESC")
$rr.execute("menu;choice.skin||SETVAR;MESSAGE;Translate From||TRANSLATEFROM")
An idea please ?
Hello guys,
A little update for a compatibility with Gmail Notifier .
First post is updated
Little update (v06)
-Now just one process can be launched in same time.
Note:
you can also to Install Translator under your Plugins folder:
Plugins\Translator\...
See first post for a little update !