Page 1 of 1

Owned Qty locked

PostPosted: 15 Sep 2008, 04:23
by dbbergen
Hey all.

I had previously entered my collection into the Owned Qty column. I could edit the data by clicking on the column. I am no longer able to enter data. I think I updated my version since I last inputted cards (currently 2.9.6). Has anyone had this problem? Your solutions are appreciated. Thanks!

Re: Owned Qty locked

PostPosted: 15 Sep 2008, 11:15
by Snacko
Upload the userData.csv (more preferable) or a part of it so I can see if there have been any changes that could break the file format.

Re: Owned Qty locked

PostPosted: 15 Sep 2008, 15:52
by dbbergen
Snacko wrote:Upload the userData.csv (more preferable) or a part of it so I can see if there have been any changes that could break the file format.
Thanks a lot Snacko. Here's my userdata.csv (EDIT; the board won't accept .csv extension, so I've rar'd it. please unpack when you dl)

The Owned Qty entries for EVE cards I actually inputted in the .csv via excel (because I couldn't enter the data in Nate's). They display correctly.

Thanks for your help

Re: Owned Qty locked

PostPosted: 15 Sep 2008, 16:36
by Squiggle
On linux the owned quantity can sometimes be changed, but I haven't figured out the magic clicking procedure that allows me to change the number, sometimes it works and sometimes it doesn't.

I took a look at the code here and it's a real nightmare. If you can figure out a good quick solution Snacko that's great, but a more permanent solution might be to change the interface to display a plus and minus button and the number. Clicking the buttons adds/subtracts 1 and otherwise you can select the number and change it. That would be a much nicer and more obvious interface for that anyways.

Re: Owned Qty locked

PostPosted: 15 Sep 2008, 17:06
by Snacko
Yes you can't input your owned quantity at all in the 2.9.6, however there's also good news that it works in the new release candidate build.
Also the file helped me to fix a bug with loading theuserData file.
I'm currently uploading the next rc2 that will hopefully end up as a next version unless more bugs are found.

Re: Owned Qty locked

PostPosted: 15 Sep 2008, 17:16
by dbbergen
Thanks a lot Snacko. Much appreciated! I look forward to the next ver update

Re: Owned Qty locked

PostPosted: 15 Sep 2008, 17:23
by Snacko
Here's the latest release candidate, it might still have some bugs but at least I can assure you the owned quantity edition works! :lol:

Re: Owned Qty locked

PostPosted: 03 Oct 2008, 16:22
by Squiggle
Snacko that link isn't working (anymore?). Which RC were talking about that fixes Owned Quantity? I've tried RC 3 from the other thread but still no go. I've got some time to try and patch it but I'm still trying to get the code to build (in Eclipse).

Re: Owned Qty locked

PostPosted: 03 Oct 2008, 16:48
by Snacko
It works perfectly fine with the rc3 here, you need to double click the field for it to be editable plus you need to be in all cards view (unique deselected) otherwise you wouldn't know which one you're editing.

Re: Owned Qty locked

PostPosted: 03 Oct 2008, 17:57
by Squiggle
Ah bingo! I didn't realize the unique cad selector made the difference. Thanks.

It would be nice to indicate that if Unique is selected that you can't modify the owned quantity. Perhaps grey out the column and add a tooltip that says that you need to toggle unique selector?

Re: Owned Qty locked

PostPosted: 03 Oct 2008, 19:14
by Snacko
I suppose that would lessen the confusion why it does / doesn't work.