Clickies 4.1.3 not saving options?
Moderator: Tech Team
Forum rules
Please read the Community Guidelines before posting.
Please read the Community Guidelines before posting.
-
blockhead15
- Posts: 408
- Joined: Fri Oct 26, 2007 2:54 pm
- Location: Lansdale, PA
Clickies 4.1.3 not saving options?
Every time I restart firefox, I need to turn off confirmations for clickies - is that happening to anyone else? Just started with latest release.
- Ninja Champion
- Posts: 228
- Joined: Thu Oct 25, 2007 10:35 pm
- Gender: Male
- Location: Great Kingdom Castle
- mcshanester29
- Posts: 8662
- Joined: Tue Sep 07, 2010 3:09 pm
- Gender: Male
- Location: ID, USA
Re: Clickies 4.1.3 not saving options?
Same problem for me
- Armandolas
- Posts: 1761
- Joined: Fri Jun 06, 2008 6:32 am
- Gender: Male
- Location: Lisbon
Re: Clickies 4.1.3 not saving options?
it happened to me, but only once
- dhallmeyer
- Senior SoC Training Instructor

- Posts: 7750
- Joined: Thu Sep 04, 2008 2:47 pm
- Location: the un-nutty part of CA
- L M S
- SoC Training Adviser
- Posts: 2103
- Joined: Fri Dec 01, 2006 5:00 pm
- Gender: Male
- Location: Denver, Colorado USA
Re: Clickies 4.1.3 not saving options?
same here too
“One of God's own prototypes.....never even considered for mass production.
Too weird to live, and too rare to die.”
Too weird to live, and too rare to die.”
- snakedoctor
- Posts: 115
- Joined: Sat Jun 16, 2007 10:09 pm
- Gender: Male
- Location: NYC
Re: Clickies 4.1.3 not saving options?
same for me...it's so annoying
- trinicardinal
- Chatter

- Posts: 2911
- Joined: Wed Nov 05, 2008 7:59 am
- Location: On a Tropical Island - Coconut anyone?
Re: Clickies 4.1.3 not saving options?
snakedoctor wrote:same for me...it's so annoying
+1
10:16:35 ‹Ace Rimmer› haven't looked at work in ages
10:42:43 ‹Sackett58› fine, I'll take my panties elsewhere
10:42:43 ‹Sackett58› fine, I'll take my panties elsewhere
-
puppydog85
- Posts: 641
- Joined: Mon Aug 27, 2007 7:23 am
Re: Clickies 4.1.3 not saving options?
happening to me multiple times
- Lancelot du Lac
- Posts: 274
- Joined: Thu Sep 30, 2010 9:14 am
Re: Clickies 4.1.3 not saving options?
I had the same problem. I think it is a problem of cookies. You must be in Private browsing.
- trinicardinal
- Chatter

- Posts: 2911
- Joined: Wed Nov 05, 2008 7:59 am
- Location: On a Tropical Island - Coconut anyone?
Re: Clickies 4.1.3 not saving options?
Lancelot du Lac wrote:I had the same problem. I think it is a problem of cookies. You must be in Private browsing.
I'm in private browsing also but it never happened to me before this update. Plus even when I do not close off ff I still get the problem every time I have to log back into CC... that should happen if it was just cookies
10:16:35 ‹Ace Rimmer› haven't looked at work in ages
10:42:43 ‹Sackett58› fine, I'll take my panties elsewhere
10:42:43 ‹Sackett58› fine, I'll take my panties elsewhere
- Lancelot du Lac
- Posts: 274
- Joined: Thu Sep 30, 2010 9:14 am
Re: Clickies 4.1.3 not saving options?
Maybe updates's Firfox. Try it.
-
puppydog85
- Posts: 641
- Joined: Mon Aug 27, 2007 7:23 am
Re: Clickies 4.1.3 not saving options?
It's the private browsing that did it. I even went back and tried an old version of clickies and that did not fix it. Switched off private and it works....which sucks.
Re: Clickies 4.1.3 not saving options?
yeah...I am confused with this....oh well, hopefully it will get cured soon
Re: Clickies 4.1.3 not saving options?
clicky save its settings almost as cookies. so if you remove cookies or browse in private mode. the settings "cookies" will get deleted on close.
so it doesn't save in private browsing because that prevents everything from saving. and it will not work if you have settings to delete cookies/history on close
so it doesn't save in private browsing because that prevents everything from saving. and it will not work if you have settings to delete cookies/history on close
- dhallmeyer
- Senior SoC Training Instructor

- Posts: 7750
- Joined: Thu Sep 04, 2008 2:47 pm
- Location: the un-nutty part of CA
Re: Clickies 4.1.3 not saving options?
Any chance of changing the default settings to no confirmations?

- mcshanester29
- Posts: 8662
- Joined: Tue Sep 07, 2010 3:09 pm
- Gender: Male
- Location: ID, USA
Re: Clickies 4.1.3 not saving options?
dhallmeyer wrote:Any chance of changing the default settings to no confirmations?
This would be a great change!!!
Re: Clickies 4.1.3 not saving options?
im not the creator of the script. and ill not change the default for everyone. because its there to prevent missclicks for new users. in a sense of making script it would be wrong to have that as the default option.
you can change your own default in your script.
this code is from line 1415 in Clickys 4.16
change the default settings here.
the confirms are 'Y' or 'N'
you can change your own default in your script.
Code: Select all
// set default preferences, then update userPrefs if necessary
defaultPrefs = {
actionMenu:'normal',
mapBorder:'thin',
showCrosshairs:'Y',
showFromMarker:'Y',
showAdvanceToMarker:'Y',
showFloatingQuantity:'Y',
showToolTips:'Y',
confirmDeploy:'Y',
confirmAssault:'N',
'confirmAuto-Assault':'N',
confirmAdvance:'Y',
confirmFortify:'Y',
confirmPhaseEnd:'Y',
phaseEndHotkey:'e'.charCodeAt(0),
nextGameHotkey:'n'.charCodeAt(0),
jumpToMapHotkey:'m'.charCodeAt(0),
refreshMapHotkey:'r'.charCodeAt(0),
beginTurnHotkey:'b'.charCodeAt(0),
increaseArmiesHotkey:'w'.charCodeAt(0),
decreaseArmiesHotkey:'s'.charCodeAt(0),
useMouseWheel:'Y',
deploymentClicks:'Left-1 Right-Selected'
};this code is from line 1415 in Clickys 4.16
change the default settings here.
the confirms are 'Y' or 'N'
- dhallmeyer
- Senior SoC Training Instructor

- Posts: 7750
- Joined: Thu Sep 04, 2008 2:47 pm
- Location: the un-nutty part of CA
Re: Clickies 4.1.3 not saving options?
So I haven't played in a little over a month so maybe someone can shed some light on the issue I'm having. Not only have I had to turn off the confirmations like everyone else is talking about here but I have also seen a major functionality change on my clickable maps. Can someone explain to me why I can drop troops the way I always have (left click drops individually and right click drops all that's selected) but when i go to attack it doesn't matter if I left click or right click it will not attack my opponent. The last game i played I had to manually use the attack buttons which to me completely defeats the purpose of having clickies in the first place.
The other thing that I have noticed is that when i hover over the clickies menu that it is partially cut off by my main pages which makes it tough for me to see my controls and options of clickies. I haven't changed anything with my browser since i last played so maybe this is an issue that my browser is out of date? I'm just trying to figure this out, hopefully someone has some advice for me
The other thing that I have noticed is that when i hover over the clickies menu that it is partially cut off by my main pages which makes it tough for me to see my controls and options of clickies. I haven't changed anything with my browser since i last played so maybe this is an issue that my browser is out of date? I'm just trying to figure this out, hopefully someone has some advice for me
- mcshanester29
- Posts: 8662
- Joined: Tue Sep 07, 2010 3:09 pm
- Gender: Male
- Location: ID, USA
Re: Clickies 4.1.3 not saving options?
dgz345 wrote:im not the creator of the script. and ill not change the default for everyone. because its there to prevent missclicks for new users. in a sense of making script it would be wrong to have that as the default option.
you can change your own default in your script.Code: Select all
// set default preferences, then update userPrefs if necessary
defaultPrefs = {
actionMenu:'normal',
mapBorder:'thin',
showCrosshairs:'Y',
showFromMarker:'Y',
showAdvanceToMarker:'Y',
showFloatingQuantity:'Y',
showToolTips:'Y',
confirmDeploy:'Y',
confirmAssault:'N',
'confirmAuto-Assault':'N',
confirmAdvance:'Y',
confirmFortify:'Y',
confirmPhaseEnd:'Y',
phaseEndHotkey:'e'.charCodeAt(0),
nextGameHotkey:'n'.charCodeAt(0),
jumpToMapHotkey:'m'.charCodeAt(0),
refreshMapHotkey:'r'.charCodeAt(0),
beginTurnHotkey:'b'.charCodeAt(0),
increaseArmiesHotkey:'w'.charCodeAt(0),
decreaseArmiesHotkey:'s'.charCodeAt(0),
useMouseWheel:'Y',
deploymentClicks:'Left-1 Right-Selected'
};
this code is from line 1415 in Clickys 4.16
change the default settings here.
the confirms are 'Y' or 'N'
Thanks mate it works perfect!!
- dhallmeyer
- Senior SoC Training Instructor

- Posts: 7750
- Joined: Thu Sep 04, 2008 2:47 pm
- Location: the un-nutty part of CA
Re: Clickies 4.1.3 not saving options?
Ack! I upgraded to 4.17 and we're back to changing preferences every time. Now I can't find the older version I was using. Any ideas?

- mcshanester29
- Posts: 8662
- Joined: Tue Sep 07, 2010 3:09 pm
- Gender: Male
- Location: ID, USA
Re: Clickies 4.1.3 not saving options?
dhallmeyer wrote:Ack! I upgraded to 4.17 and we're back to changing preferences every time. Now I can't find the older version I was using. Any ideas?
You should be able to just edit it just like with 4.16...although dgz could tell you for sure
- dhallmeyer
- Senior SoC Training Instructor

- Posts: 7750
- Joined: Thu Sep 04, 2008 2:47 pm
- Location: the un-nutty part of CA
Re: Clickies 4.1.3 not saving options?
Made the changes. It's moved down a bit, line 1424 or a bit later I think. Looks like it's working.

Re: Clickies 4.1.3 not saving options?
dgz345 wrote:im not the creator of the script. and ill not change the default for everyone. because its there to prevent missclicks for new users. in a sense of making script it would be wrong to have that as the default option.
you can change your own default in your script.Code: Select all
// set default preferences, then update userPrefs if necessary
defaultPrefs = {
actionMenu:'normal',
mapBorder:'thin',
showCrosshairs:'Y',
showFromMarker:'Y',
showAdvanceToMarker:'Y',
showFloatingQuantity:'Y',
showToolTips:'Y',
confirmDeploy:'Y',
confirmAssault:'N',
'confirmAuto-Assault':'N',
confirmAdvance:'Y',
confirmFortify:'Y',
confirmPhaseEnd:'Y',
phaseEndHotkey:'e'.charCodeAt(0),
nextGameHotkey:'n'.charCodeAt(0),
jumpToMapHotkey:'m'.charCodeAt(0),
refreshMapHotkey:'r'.charCodeAt(0),
beginTurnHotkey:'b'.charCodeAt(0),
increaseArmiesHotkey:'w'.charCodeAt(0),
decreaseArmiesHotkey:'s'.charCodeAt(0),
useMouseWheel:'Y',
deploymentClicks:'Left-1 Right-Selected'
};
this code is from line 1415 in Clickys 4.16
change the default settings here.
the confirms are 'Y' or 'N'
clickys are saving options. but not if you use private browsing. or delete the options when you close the browser.