View Single Post
  #246  
Old 08.12.2017, 22:52
Agita
Guest
 
Posts: n/a
Default Several questions

Hi there Pls excuse me but i got some questions where this thread and the script-editor help-page didnt helped me out :(

1) Is it possible to handle the proxy list (instead of just accessing the environment variable)?
2) is there a function for links like mylink.hasStopMark() ?
3) is there a way to get proxy address of a link?
4) how to execute a scipt just once (if i wanna create an infinite while(true)-loop)
would setting "interval = 99999999....." do the job?
5) about the status string of the links (mylink.getStatus()) ... they are all localized. so I have to define a config var at the top of the script like this?
Code:
cfgstr.waitingNoConnection = "Keine Internetverbindung?";
...
if(link.getStatus() == cfgstr.waitingNoConnection) {
...
or is there a better way?

Many many thanks in advance

-----------------------------------------------------------------------------------
UPDATE:

Ok, I managed to create my own solution for the link status problem

But for the other of my points I didnt find any workaround yet :/

Last edited by Agita; 10.12.2017 at 17:57.
Reply With Quote