Moderator: Tech Team
yeti_c wrote:Clock Format doesn't work <- does anyone care about this one?
C.
__>
==>
yeti_c wrote:Righto...
I'm off next week... so will return the following Monday...
I hope you enjoy BOB for now...
Please feel free to add to this thread in my absence... anyone who wants to add code - feel free too... (Focus on the TODO areas!)
C.
yeti_c wrote:TODO :
Confirm Buttons are a bit screwy!! <- I know why now too!!
C.
//Override sendRequest
var newsendRequest = unsafeWindow.sendRequest;
unsafeWindow.sendRequest = function(command) {
/* --- Confirmation Popups --- */
if (((command == 'End Attacks' || command == 'End Fortification' || (command == 'Fortify' && !(dashboard.innerHTML.indexOf("Unlimited") > -1))) && myOptions['confirmEnds']) || (command == 'Auto-Attack' && myOptions['confirmAutoAttack']) || (command == 'Deploy' && myOptions['confirmDeploy']))
{
if (confirm("Are you sure?"))
{
return newsendRequest(command);
}
else {
return false;
}
}
else {
return newsendRequest(command);
}
}
kenbeuken wrote:Con someone please help me with this mapfade issue. I clicked the box on uninstall of old BOB and did everything I read about, but i cannot get a clear picture.
Check out this game
http://www.conquerclub.com/game.php?game=817664
The blue player is in europe and the green player is in NA, but I cannot see how many armies are on each country no matter what I do with the fade option.
Please help.
Ishiro wrote:RobinJ wrote:Does the map inspect work because mine doesn't. Do I need to reinstall or what?
13 pages of thread during which Map Inspect not working is mentioned probably no less than 15 times...
nmhunate wrote:Speak English... It is the language that God wrote the bible in.
Begbie wrote:I really appreciate all the work that you guys do with this stuff - its totally beyond a luddite like me. I have tried the Ajax Bob however i prefer (at this stage) the old pre-ajax bob with map inspect etc. i would like to go back to it for the moment however i dont know what to do - can anyone advise how this would be done. Cheers
yeti_c wrote:TODO :
Map Inspect.
Confirm Buttons are a bit screwy!! <- I know why now too!!
Clock Format doesn't work <- does anyone care about this one?
C.
jaydog wrote:Hey mate, I have updated to your new bob, but my favorite function no longer works or I am un-computer literate.
the part where i put the arrow on my name and the countries i won are highlighted seems to not work.
Can some one please pm me with the solution
thanks heaps
JD
Aerial Attack wrote:yeti_c wrote:TODO :
Map Inspect.
Confirm Buttons are a bit screwy!! <- I know why now too!!
Clock Format doesn't work <- does anyone care about this one?
C.
When I was just looking at games where it was my turn, as soon as BOB turned on the hours would be truncated. This does NOT happen if I have 10+ hours remaining. I was paying HUGE attention, but I think it might only affect turns where you have 9 hours and some minutes remaining.
I have a turn that's about to switch to 8 hours - I'll check that and update. Still, I had 9 hours and 4 minutes and BOB said 4 minutes and it wasn't red or blinking (but I was concerned!).
EDIT: 8 hours goes to zero too
Users browsing this forum: No registered users