o_O nice. Thanks!
I do not know who the original coder is but here are my mods to AutoNetDetect
This online detect will setoff commands in RR so you can do any command that RR will do.
"ONLINEPINGON"
"ONLINEPINGOFF"
Just drop this stuff in to any folder and let me know how it works.Code:Sample ExecTBL.ini "ONLINEPINGON","SAY;on line now||SETVAR;ONLINEPING;2" "ONLINEPINGOFF","SAY;off line now||SETVAR;ONLINEPING;1" Label for indicator "BYVAR;ONLINEPING;=N/A<<=Off Line<<=On Line" Button to open "Run;path\CHUCKSONLINE.exe" Button to close "ACTIVATE;AutoIt v3||SENDKEY;%{f4}||SETVAR;ONLINEPING;0"
o_O nice. Thanks!
Great work till now! But could you also include the functions like the original netdetect (changing icon red/green in traybar) and lauchin apps depend on on/offline status.(for changing Wifi Hopper Mode)
PS the Indicator "Online" or "offline" text in skin doesnt do anything?
I need to install Autoit before it can work with the STOP button ?
The Say-Commands responds sometimes very late (where autonetdetect already man seconds changed it's status) (with same pingtime (=1000ms))
Ok I added the on off icon see post #1
But I do not want to add the launching apps depend on on/offline status when you can do it in RR now.
The label will work if you have the code right in the ExecTBL.ini and skin filesCode:ExecTBL.ini "ONLINEPINGON","SAY;on line now||SETVAR;ONLINEPING;2||RUN;GO.exe" "ONLINEPINGOFF","SAY;off line now||SETVAR;ONLINEPING;1||RUN;STOP.exe"
Post your ExecTBL.ini and skin files and I will fix.
You shouldn’t need to install autoit to use the stop button – I think
I slowed the time down in the ChucksOnline.ini to CheckInterval = 10000 but you can speed it back up if you want.
I will post the files,
But i did set ms to 1000 in chuck.ini file but still very slow reaction.
thnx for the reply in your other post by the way.
I do think i need Autoit (not sure) because STOP button doesnt close your app
I now have it so a trigger is set every ˝ hour to start checking every minute to see if the net is detected and reload weather and set the time it was updated.
Will try WITH the autoit app installed.
And will post my files as soon as i have the time (tommorow i guess)
Chuck, is it checking for the weather .xml info that's pulled in by the Weather plugin? Or is this for your weather maps?
I should have made it clearer in post #7
I have it to reload RR weather with a lot of coding in the ExecTBL.ini file and the TimeExec plugin along with Chucksonline.exe
But this autoit file just activates these commands in RR.
"ONLINEPINGON"
"ONLINEPINGOFF"
Bookmarks