Some Beginner Questions
2 posters
Page 1 of 1
Some Beginner Questions
1.) I am trying out googler.
but how i can show the calender, as in your promotion images?
2.) in the field "others" there is a checkbox "trace".
what does it means? it is not translated in german (for me)
3.) the refreshing times for new mails, tasks, etc are too often.
as i see in the log file, every minute a connection transfer.
this is not good for my router - with to much requests it shutsdown.
can i (you) change the rate from every minute to 15, 30 or 60mins?
thank you
but how i can show the calender, as in your promotion images?
2.) in the field "others" there is a checkbox "trace".
what does it means? it is not translated in german (for me)
3.) the refreshing times for new mails, tasks, etc are too often.
as i see in the log file, every minute a connection transfer.
this is not good for my router - with to much requests it shutsdown.
can i (you) change the rate from every minute to 15, 30 or 60mins?
thank you

Lostie79- Posts : 13
Join date : 2013-06-18
Re: Some Beginner Questions
1.) Just click on the date at the top of the gadget.
2.) With trace checked on, the gadget generates verbose log file. It is useful (for me) for identifying bugs, etc.
3.) There is no such setting currently. Well, it is a bit weird that a router is overloaded by 1 request per minute
and they are not even that large...
2.) With trace checked on, the gadget generates verbose log file. It is useful (for me) for identifying bugs, etc.
3.) There is no such setting currently. Well, it is a bit weird that a router is overloaded by 1 request per minute

Re: Some Beginner Questions
1.) Cool!
2.) Ok, i translated it in my language file!
3.) nobody gets so often emails. even on mac the minimum rate is 5mins
maybe your gadget is not the reason for the shutdowns since i have try it,
but its possible anyways to change the refreshingrate (in some of the .js files)?
then i feel free to buy the pro, although the free is adequate for me!
this should be a thankful gesture for you, because of your engagement!
2.) Ok, i translated it in my language file!
3.) nobody gets so often emails. even on mac the minimum rate is 5mins

maybe your gadget is not the reason for the shutdowns since i have try it,
but its possible anyways to change the refreshingrate (in some of the .js files)?
then i feel free to buy the pro, although the free is adequate for me!
this should be a thankful gesture for you, because of your engagement!

Lostie79- Posts : 13
Join date : 2013-06-18
Re: Some Beginner Questions
3.) It is not that how often you recevie emails but how soon you get notified after you receive one.
Changing it in .js is not that easy because... well it is not
You can try the following (not sure whether it works). Open main.js and search for 60000. You will find something like
"Main.blahblahblah=60000;" where blahblahblah depends on what version you use. Copy this to the end of 3rd-party/BigInt.js replaced the value with 300000 or something.
The sidebar (or the computer) needs to be restarted afterwards.
Changing it in .js is not that easy because... well it is not

You can try the following (not sure whether it works). Open main.js and search for 60000. You will find something like
"Main.blahblahblah=60000;" where blahblahblah depends on what version you use. Copy this to the end of 3rd-party/BigInt.js replaced the value with 300000 or something.
The sidebar (or the computer) needs to be restarted afterwards.
Re: Some Beginner Questions
Ok, the value in main.js is found: Main.x1090x=60000;
this i can change in: Main.x1090x=300000; (???)
but what you mean with BigInt.js ?
i found the file and whats in it, but "where to the end"?
in which var/function i must be pasted, and what?
our solution is near
this i can change in: Main.x1090x=300000; (???)
but what you mean with BigInt.js ?
i found the file and whats in it, but "where to the end"?
in which var/function i must be pasted, and what?
our solution is near

Lostie79- Posts : 13
Join date : 2013-06-18
Re: Some Beginner Questions
Don't change it in main.js, the gadget won't work.
Just put Main.x1090x=300000; to the very end of BigInt.js, after the last function, like
Just put Main.x1090x=300000; to the very end of BigInt.js, after the last function, like
- Code:
...
return result;
}
Main.x1090x=300000;
Page 1 of 1
Permissions in this forum:
You cannot reply to topics in this forum
|
|