It is currently Mon Sep 01, 2025 9:49 pm

All times are UTC - 8 hours [ DST ]




Post new topic Reply to topic  [ 15 posts ] 
Author Message
Offline
 Post subject: Options greyed out
Post #1 Posted: Sun Dec 05, 2010 5:08 am 
Dies in gote

Posts: 24
Liked others: 1
Was liked: 0
Rank: KGS 10 kyu
GD Posts: 40
KGS: bleep69
Hi,

Whenever I play, all the options are greyed out - I can't save, add time, etc...

Anyone know why this is so?

Top
 Profile  
 
Offline
 Post subject: Re: Options greyed out
Post #2 Posted: Sun Dec 05, 2010 5:11 am 
Lives in gote
User avatar

Posts: 643
Location: Munich, Germany
Liked others: 115
Was liked: 102
Rank: KGS 3k
KGS: LiKao / Loki
Some options are grayed out when you're using the applet instead of the webstart. In particular the score-estimator and file related functions. This is because java applets have less permissions.

But I see no reason why Add-Time should be grayed out.

_________________
Sanity is for the weak.


This post by Li Kao was liked by: wms
Top
 Profile  
 
Offline
 Post subject: Re: Options greyed out
Post #3 Posted: Mon Dec 06, 2010 11:12 am 
Lives in gote
User avatar

Posts: 450
Location: Portland, OR USA
Liked others: 257
Was liked: 287
KGS: wms
Add time is enable if all these are true:
* The game is not a tournament game
* You are a player in the game
* The game is not over

The code is very straightforward. One of those must not be the case if you are seeing it grayed out.
Code:
    boolean canAddTime =
      (!cGame.gameType.isTournament() &&
       (cGame.getRole() != null) && (cGame.getRole().team != -1) &&
       !cGame.isOver());
    add1MinMI.setEnabled(canAddTime);
    add5MinMI.setEnabled(canAddTime);

Top
 Profile  
 
Offline
 Post subject: Re: Options greyed out
Post #4 Posted: Tue Dec 07, 2010 6:38 am 
Lives in gote
User avatar

Posts: 476
Liked others: 193
Was liked: 83
Rank: Dutch 2 dan
GD Posts: 56
KGS: hopjesvla
Off-topic, but I have been wondering about this for a while: why is there no "add 1 period" option in byo-yomi? In a friendly blitz game, the addtime option can be nice, but you might not want to replenish all of your opponent's periods at once.

_________________
My name is Gijs, from Utrecht, NL.

When in doubt, play the most aggressive move

Top
 Profile  
 
Offline
 Post subject: Re: Options greyed out
Post #5 Posted: Tue Dec 07, 2010 10:28 am 
Lives in gote
User avatar

Posts: 450
Location: Portland, OR USA
Liked others: 257
Was liked: 287
KGS: wms
gaius wrote:
Off-topic, but I have been wondering about this for a while: why is there no "add 1 period" option in byo-yomi? In a friendly blitz game, the addtime option can be nice, but you might not want to replenish all of your opponent's periods at once.
It just didn't seem a worthwhile option for me. I don't want the menus to grow huge, and the two current options - add a little time, or add a bunch - seem to me to be enough.

Top
 Profile  
 
Offline
 Post subject: Re: Options greyed out
Post #6 Posted: Tue Dec 07, 2010 1:19 pm 
Lives in gote
User avatar

Posts: 397
Location: Netherlands
Liked others: 102
Was liked: 66
Rank: KGS 1d
KGS: stalkor
since we're asking wms questions let me also ask one:)

when can we expect the next update for KGS? And are there new features coming with that update?

_________________
admin of the ASR league and KGS admin

Top
 Profile  
 
Offline
 Post subject: Re: Options greyed out
Post #7 Posted: Tue Dec 07, 2010 1:52 pm 
Lives in gote
User avatar

Posts: 450
Location: Portland, OR USA
Liked others: 257
Was liked: 287
KGS: wms
stalkor wrote:
since we're asking wms questions let me also ask one:)

when can we expect the next update for KGS? And are there new features coming with that update?

Don't know when it will be ready. Maybe a month. Maybe more.

Changes already done:

* Can't send messages to somebody who has censored you any more.
* Raised max connection limit from 2500 to 4000.
* Added admin chat that players in a game can see.
* Updated Bulgarian translation.
* Fixed bug in user graphs (web+client) where a user who shut off his
rank will have a non-moving graph (but the end date keeps changing).

And I'm also working on the system so advertisers can manage their own ads (right now they send me the ads, I put them up. They paypal me, I add the money to the database. It's a pain. I don't have many advertisers but it's still a pain).

So no huge user-visible changes but improvements.

Top
 Profile  
 
Offline
 Post subject: Re: Options greyed out
Post #8 Posted: Tue Dec 07, 2010 4:25 pm 
Lives in gote
User avatar

Posts: 397
Location: Netherlands
Liked others: 102
Was liked: 66
Rank: KGS 1d
KGS: stalkor
they seem like good improvements, especially the fact you need to up max connections to 4000 looks like KGS is growing which is a good sign:)

i hope that if you have time you can improve the buddysystem since the ASR league i run is handy for using the buddy system to see if players in the class they play in are online. Most of the people complain that they already have a lot of buddies and a lot of them tend to make a 2nd account to seperate the different lists. assigning colors to names in your buddy list or being able to make multiple buddylists should help a lot:)

_________________
admin of the ASR league and KGS admin

Top
 Profile  
 
Offline
 Post subject: Re: Options greyed out
Post #9 Posted: Tue Dec 07, 2010 5:16 pm 
Lives in gote
User avatar

Posts: 450
Location: Portland, OR USA
Liked others: 257
Was liked: 287
KGS: wms
stalkor wrote:
they seem like good improvements, especially the fact you need to up max connections to 4000 looks like KGS is growing which is a good sign:)

i hope that if you have time you can improve the buddysystem since the ASR league i run is handy for using the buddy system to see if players in the class they play in are online. Most of the people complain that they already have a lot of buddies and a lot of them tend to make a 2nd account to seperate the different lists. assigning colors to names in your buddy list or being able to make multiple buddylists should help a lot:)
I have been asked for the ability to put a note on each buddy. It's something I hope to get to some day. Would that do it for you?


This post by wms was liked by: Li Kao
Top
 Profile  
 
Offline
 Post subject: Re: Options greyed out
Post #10 Posted: Tue Dec 07, 2010 5:28 pm 
Lives in gote
User avatar

Posts: 397
Location: Netherlands
Liked others: 102
Was liked: 66
Rank: KGS 1d
KGS: stalkor
if the note is visible on the players list in the room then yes. colorcoding or making lists inside the buddylist would be even better as long as there is distinction in the players list it's all ok.

i'm not sure if the name "note" is viewed correctly by me, since i'm not a native english speaking person, i view note as an extra feature inside the user profile page (like a tab?), am i right about that?

_________________
admin of the ASR league and KGS admin

Top
 Profile  
 
Offline
 Post subject: Re: Options greyed out
Post #11 Posted: Wed Dec 08, 2010 11:09 am 
Lives in gote
User avatar

Posts: 450
Location: Portland, OR USA
Liked others: 257
Was liked: 287
KGS: wms
stalkor wrote:
if the note is visible on the players list in the room then yes. colorcoding or making lists inside the buddylist would be even better as long as there is distinction in the players list it's all ok.

i'm not sure if the name "note" is viewed correctly by me, since i'm not a native english speaking person, i view note as an extra feature inside the user profile page (like a tab?), am i right about that?
No, it sounds like it won't help you. The note is for you, so you can remember why you made somebody a buddy. Other people won't be able to see it.

Top
 Profile  
 
Offline
 Post subject: Re: Options greyed out
Post #12 Posted: Wed Dec 08, 2010 12:45 pm 
Lives in gote
User avatar

Posts: 643
Location: Munich, Germany
Liked others: 115
Was liked: 102
Rank: KGS 3k
KGS: LiKao / Loki
That feature would help me at least. Noting why I buddied/fanned someone or whose alternative account it is, is something I've wanted for a long time.

And please add some of the very easy to code features like time/rank-stamping chat messages.

_________________
Sanity is for the weak.

Top
 Profile  
 
Offline
 Post subject: Re: Options greyed out
Post #13 Posted: Wed Dec 08, 2010 12:50 pm 
Lives in sente
User avatar

Posts: 761
Liked others: 152
Was liked: 204
Rank: the k-word
wms wrote:
stalkor wrote:
if the note is visible on the players list in the room then yes. colorcoding or making lists inside the buddylist would be even better as long as there is distinction in the players list it's all ok.

i'm not sure if the name "note" is viewed correctly by me, since i'm not a native english speaking person, i view note as an extra feature inside the user profile page (like a tab?), am i right about that?
No, it sounds like it won't help you. The note is for you, so you can remember why you made somebody a buddy. Other people won't be able to see it.

This sounds like a very useful feature in general - no need to limit it to buddies.

Top
 Profile  
 
Offline
 Post subject: Re: Options greyed out
Post #14 Posted: Thu Dec 09, 2010 4:41 am 
Lives in gote
User avatar

Posts: 397
Location: Netherlands
Liked others: 102
Was liked: 66
Rank: KGS 1d
KGS: stalkor
wms wrote:
stalkor wrote:
if the note is visible on the players list in the room then yes. colorcoding or making lists inside the buddylist would be even better as long as there is distinction in the players list it's all ok.

i'm not sure if the name "note" is viewed correctly by me, since i'm not a native english speaking person, i view note as an extra feature inside the user profile page (like a tab?), am i right about that?
No, it sounds like it won't help you. The note is for you, so you can remember why you made somebody a buddy. Other people won't be able to see it.


it will help and it won't help.

every month when the league renews all (at the moment 300+) players have to unbuddy and rebuddy all their classmates (14 per class) so it would help to know which were your old classmates or you might forget and get confused.
It would also greatly help if it were possible to add more players in one time so i can format a string on the site for players to copy paste and be done in 1 go.
The many in one go adding is handy in a lot of cases like private rooms or private teaching games in which you want to add a lot of people at once.

_________________
admin of the ASR league and KGS admin

Top
 Profile  
 
Offline
 Post subject: Re: Options greyed out
Post #15 Posted: Thu Dec 09, 2010 4:02 pm 
Oza

Posts: 2264
Liked others: 1180
Was liked: 553
wms wrote:
* Added admin chat that players in a game can see.

yea !!! (speaking as a TD who can now ask an Admin to relay messages to his players)

Top
 Profile  
 
Display posts from previous:  Sort by  
Post new topic Reply to topic  [ 15 posts ] 

All times are UTC - 8 hours [ DST ]


Who is online

Users browsing this forum: No registered users and 0 guests


You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot post attachments in this forum

Search for:
Jump to:  
Powered by phpBB © 2000, 2002, 2005, 2007 phpBB Group