Put down that coffee!!! And slow down....This keeps up were going to need a sub just for all of your little addons....
yes
no
A new Add On for RR:
I hope that you will like it.
This new script is adapted from a autoit found in the autoit's forum : WakeOnLan.
So, you awake one or several computers, defined in a text file wol.txt .
A mail is send for each awaked computer if you want or not.
![]()
If you use already GmailNotifier, just copy your id and pass into the wol.ini file (if you need to send email alarm!)
Big thanks to 'manner' from the french autoit forum for his script that i have adapted for RR.
History:
******
V01 05/16/2010
First version
Put down that coffee!!! And slow down....This keeps up were going to need a sub just for all of your little addons....
RideRunner...The #1 FE, PERIOD.
Current Project: DFXVoice [v1.0 Released]
Next in line: RRMedia v2.0
DFX 5.1.1 Skin
Appstore Link
My RideRunner Plugins
RRMedia
RRExtended
DFXVoice
"There are no bugs - only undocumented features."
BASSRR ==> [Audio Player/MusicDB/Cd Player/Ripper/Rate/Internet Radio/Audio Capture/Youtube Video]
RRTube ==> [View/Download Youtube Videos]
WifiMan ==> [Wifi Manager]
RRec ==> [Audio Capture]
If You Want To Be Given Everything, Give Everything Up ...
Bird York -- In The Deep --
What I'm talking about is so many ideas.... one after another.![]()
RideRunner...The #1 FE, PERIOD.
Current Project: DFXVoice [v1.0 Released]
Next in line: RRMedia v2.0
DFX 5.1.1 Skin
Appstore Link
My RideRunner Plugins
RRMedia
RRExtended
DFXVoice
"There are no bugs - only undocumented features."
Could be, there might be users that would find it useful.
RideRunner...The #1 FE, PERIOD.
Current Project: DFXVoice [v1.0 Released]
Next in line: RRMedia v2.0
DFX 5.1.1 Skin
Appstore Link
My RideRunner Plugins
RRMedia
RRExtended
DFXVoice
"There are no bugs - only undocumented features."
I need some help to code that i should like to have:
I have a 'custom list':
Code:/, 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,167,142,409,230,255,255,255,3,40,40,0,0,0,255,255,255,true,18,"Lucida Sans Unicode"
I want to have the pictures for each line who replace the actual logo.
How can i say to RR what icon i want for each line in autoit ?
Thanks for all help !
There are two ways, the first one is better but only good on 5/2010 release and newer. The second way will work no matter what release user is running.
If using the 5/2010 release, you can load the list with a txt file that has both the txt and icons defined.
Example CL text file:
Or you add item and image one by one in your script, though the aboveCode:0 LST||CARPC xxxxxxxxx ICO$skinpath$OnLANImages\pic1.png LST||ETHERNETPM xxxxxxxxx ICO$skinpath$OnLANImages\pic2.png ...ECT
Example code:
Code:Global $t $t="" $oRR=ObjCreate("RideRunner.SDK") For $i = 1 to 4 $t&="CLADD;" & "Item #" & $i & "||CLSETIMG;" & $i & ";$skinpath$OnLANImages\pic" & $i & ".png||" Next $oRR.Execute($t)
RideRunner...The #1 FE, PERIOD.
Current Project: DFXVoice [v1.0 Released]
Next in line: RRMedia v2.0
DFX 5.1.1 Skin
Appstore Link
My RideRunner Plugins
RRMedia
RRExtended
DFXVoice
"There are no bugs - only undocumented features."
Actually, i use a text file:
who are selected by these lines in my exectbl.ini file:Code:wol.txt CARPC,01-02-03-04-05,192.168.1.10 HOME,05-04-03-02-01,192.168.1.1
My pictures are into a folder 'Images'Code:"WAKEONLIST","CLCLEAR;ALL||MENU;wakeonlan.skin||CLLOAD;$SKINPATH$Scripts\WakeOnLan\wol.txt;TRUE||UPDATE_PIC||SETLIST;10" "WAKEUP","SETVARBYCODE;AWAKEPC;LISTTEXT||SETVAR;AWAKEPC;$AWAKEPC$||WAIT;0.5||EXIT" "ONCLCLICK","UPDATE_PIC",wakeonlan.skin "UPDATE_PIC","SETVARBYCODE;IMGWAKE;CLDESC||SETVAR;IMGWAKE;$IMGWAKE$.jpg",wakeonlan.skin "UPPIC","UP||UPDATE_PIC" "DOWNPIC","DOWN||UPDATE_PIC"
I think that i shall use your second option.
I try that.
Thanks Bluezx3
Bookmarks