Recent Posts by Simon Fox
|
Jan 19, 2009
|
Same Bug here, seems to be some Displaystuff. |
|
Oct 29, 2008
|
Ebay changed things, see http://www.jbidwatcher.com/ |
|
Feb 7, 2008
|
The Javascript on in the head is a sort of framebreaker, yes. It redichts the browser to ”/JBidwatcher” after an adding/deleting an Auction. In the previous Version, the auction was added once more if i reload the page after adding. This is because the Broser points to something like “http://host:port/addAuction?id=XXX&action=Add+Auction”... /edit: /edit2: /edit3: |
|
Feb 7, 2008
|
Hi there! I just did some Work on the Webinterface of JBidwatcher.
I used the Source from JBidwatcher 1.0.3pre2 and changed the code in just 2 Files: I know, my Skills are not the best and the code is not very beautiful, but it works. :) //realId is the Id of the item i want to delete AuctionEntry ae = AuctionsManager.getInstance().getEntry(realId); AuctionsManager.getInstance().delEntry(ae); Files are uploaded here if someone wants to build his own. (i don’t want to provide an executable) Or maybe Morgan wants to include these few lines in the next pre… Greetings |
Topic: