








(2)
Your rating: Now say why...


| Downloads:6,334 |
| Version Downloads:4,635 |
| Type:Dashboard : Miscellaneous |
| License:Free |
| Date:31 Jul 2007 |
| Platform:PPC / Intel |
| Price:Free |
Overall (Version 1.x):![]() ![]() ![]() ![]() ![]() |
Features:![]() ![]() ![]() ![]() ![]() |
Ease of Use:![]() ![]() ![]() ![]() ![]() |
Value:![]() ![]() ![]() ![]() ![]() |
Stability:![]() ![]() ![]() ![]() ![]() |
-1
-21
fmr reviewed on 28 Jul 2011
+88
+226
-26
+42
For that matter, shouldn't it let *me* choose how to sort the items, maybe by clicking the column headers?
-4
SurfSpirit reviewed on 31 Jan 2007
+1
+13
+41
if you want to sort by time you should try to edit the file Ebay.js which you can access by right-clicking the EbayAddict.wdgt in ~/Library/Widgets and select "show package contents" from the context menu.
in that file you should do a search and replace for all "alert" and replace it with "//alert" because otherwise this widget will continuesly write into your console....
then go to line 415...there's
// Sort array by item ID
itemArray.sort...
replace the a.id - b.id with a.timeleft > b.timeleft
save the file, go to dashboard and click on the ebay addict widget... then hit cmd-r to reload it and things shoud be sorted...
good luck
Karsten