Feature Request: Different Views
|
|
Hi, I like that we can see the thumbnails when we mouse over a row in the auction list table. I found that JBidWatcher’s ability to import all the auctions based on a search URL very handy, and for certain BTW – I am a software developer in SiliconValley with about 12 years of experience in Java, esp. multi-threaded Regards, |
|
|
FYI Browsing the backlog of feature requests on sourceforge, I see two people have already requested a thumbnail column be added to the view. [ 1764998 ] Thumbnail column in table views [ 1568800 ] Thumbnail Column |
|
|
Yes, an thumb column (instead of mouseover) would be really good. Maybe a larger pic appearing when mouse over the thumb. |
|
|
Greetings, Anyhow, I’ve got a version which includes thumbnails (between the time I started writing this note last night and this morning I more or less glommed the core points from the patch, and added my own ‘special’ (i.e. ugly) touch). The big problem with putting the thumbnail in the display is that the rest of the line has HUGE whitespace around it now. I handle that the only way I could come up with, by putting a more complex background behind the lines. Take a look here: Let me know what you think. There are still details to be hashed out, and selection looks a little weird, but the core effect looks decent, at least imo. I haven’t tried to see what it looks like on a Mac yet, that’ll be next. — Morgan Schweers, CyberFOX! |
|
|
I have to say I really don’t like that complex background. Continuous variable shading simply makes it harder to pick out details. There may be more empty space because the row heights are larger but I don’t see the need to fill it with anything. The usual two-tone, alternating row banding works just as effectively and you get used to the extra space after a while. Indeed the extra whitespace is no worse than eBay’s search listings and reverting to a non-thumbnail list looks very cramped. At the end of the day, I think it’s more to do with user perception at the time of transition rather than being a real problem. |
|
|
I also don’t like the background. I also would like to have something like Ebay’s Picture View which is item #3 in my first post. Ebay’s Picture View isn’t that great because it only shows two pictures per row. I think we could improve on that. Possibly, just by showing less text, that would allow more thumbnails to be shown per row. I use another program J River Media Center 12 which has a great thumbnail view for movies and pictures. It lets you customize the label text to whatever fields you want. Using the same paradigm in JBidWatcher, a user should be able to say they only want to see Time Remaining and Price for the label. |
|
|
Greetings, Ah well, it was a fun piece of code to write, at least. (It’s actually mildly hard to do graphic backgrounds like that.) Take a look at the ng screenshot page now, and you’ll see what it looks like without the gradient background (and with one of the tooltip-style thumbnails popping up). I also realized I’d fubar’ed the height/width for the previous screenshot, so it was being crunched a little in the browser. Anyhow, both screenshots are up there. You’ll also notice there’s a ’...’ above the scrollbar. That’s not very clear, but it’s a button you can click there to configure the columns for the current tab. (It’s ’...’ because I don’t have a decent super-miniature icon to indicate configurable…) This is in addition to the usual ‘right click on the tab name’, and hopefully an even more obvious ‘Tab’ menu eventually. This version is also storing its information in a database, which makes startup (that version has 1460 auctions loaded, most of them completed) MUCH faster. — Morgan Schweers, CyberFOX! |