0 Members and 7 Guests are viewing this topic.
Ok I just tried again and weirdly enough, now it works. It seems the script execution warning pop up only shows up when Firebug is opened, for me. X.xDo you think in the future it will be possible to not have that script warning show up like over 9000 times when loading? Some people may not want to click "Remember this action" since other sites may pose a threat. Anyway, now it looks really nice. Suggestion, allow the user to turn off animations/effects if they got older computers and have options to make the notices at the bottom-right of the screen show up for longer so we get time to see them.
Right, yeah that could work too. Currently, no site, even ones that follows standards, will show fine in all 3 most web-compliant browsers. Even Firefox fails to render some sites sometimes.
Couldn't get it to even boot without firebug's console output running.
var key = new Keyhook(keycode,function(){ //function content goes here});key.init(); //adds the keyhookkey.remove(); //removes the keyhook so it wont run
var task = new Task(app id,task name,task id,interrupt,function(){ //onstart function},function(){ //onexec funtion},function(){ //onstop function},function(){ //onend function});task.init(); //adds the task to the task list, disabledtask.start(); //initializes the task, running onstart and then runs onexec every interrupttask.stop(); //stops the task, keeping it in the list, runs onstoptask.end(); //removes the task from the tasklist and runs onend