Closed GoogleCodeExporter closed 9 years ago
During a competition, you would normally select the current session using the
drop down. Assigning start numbers only makes sense for a given session, after
weigh-in.
So you need to select the session first, prior to printing out the session's
starting weights, or prior to assigning start numbers.
However, I will add a check that a session has indeed been selected in the drop
down prior to generating the start numbers (I will disable the buttons)
It is indeed the case that for a given session the start numbers will match the
order on the weigh-in list (btw, the start sheet is not, according to iwf
wording, the sheet with the starting weights -- just to make things more
confusing)
Original comment by lamyjeanfrancois
on 19 Mar 2013 at 11:31
Oups. My Bad. code for buttons reads :
final List<Lifter> list = allLifters(false);
allLifters, as name implies, is not the list of lifters for current session.
will fix RFN.
Original comment by lamyjeanfrancois
on 19 Mar 2013 at 11:39
Reworded the summary.
Original comment by lamyjeanfrancois
on 19 Mar 2013 at 2:00
Actually, was occurring for spreadsheet too.
Original comment by lamyjeanfrancois
on 19 Mar 2013 at 2:00
Original comment by lamyjeanfrancois
on 19 Mar 2013 at 2:03
Original issue reported on code.google.com by
brock.pe...@gmail.com
on 19 Mar 2013 at 5:27Attachments: