-
Package: net.sourceforge.subsonic.controller
File: SearchController.java
Wrong: private static final Logger LOG = Logger.getLogger(SearchService.class);
Correct: private static final Logger LOG = Logger.getLogger(SearchController.class);.
2009-06-12 14:44:50 UTC in subsonic
-
Just a bugreport for SW 5.85 on PalmOS (Treo 650).
As I see it the problem is related to the following change in SW 5.85:
> 5. now the ACTION key in Palm OS is also sent when the key is pressed.
Here the long description:
==========================
I just build a new version of the FinchSyncSWC sync client I'm working on and the PalmOS support seems to be brocken with the SuperWaba...
2008-04-11 15:47:37 UTC in SuperWaba
-
It works! Many thanks for the quick response.
2008-02-15 00:08:39 UTC in Retroweaver
-
I'm currently working on a Backport of Subsonic v3.3 which is basically working but still shows some problems.
I'm currently using Retroweaver 2.0.3 for this!
One problem is caused by the replace(CharSequence, CharSequence) function of the String class which is available since Java 1.5!
http://java.sun.com/j2se/1.4.2/docs/api/java/lang/String.html...
2008-02-13 23:33:07 UTC in Retroweaver
-
I've just tested v1.22 and it works thanks!
2007-12-17 00:59:41 UTC in MTK GPS Datalogger Device Control
-
Hi!
Thank you for the nice application.
I've got one problem with it so far...I can't use the arrow keys to navigate through the menu or the other input fields (text, button,..) with my PalmOS Treo650.
To fix this you only have to add the following statement to the BT747.java file (Constructor):
Settings.keyboardFocusTraversable = true;
Then the lines will look like this...
2007-12-14 19:00:54 UTC in MTK GPS Datalogger Device Control
-
When using SWTSwing (2007-08-23) is used with Azureus v2.5.0.4 the statistic chart is not drawn.
2007-10-05 07:47:50 UTC in SWTSwing
-
I used SWTSwing build on 2007-08-23 (included in EOS) with Azureus v2.5.0.4 (a special version created for eComStation users - http://www.juergen-ulbts.de/swtswing).
When you point your mouse over the e.g. the little smilies indicating the health of the current tracker/torrent there is normally only a popup with the size of the text it should display.
With SWTSwing the popup has at least the...
2007-10-05 07:44:41 UTC in SWTSwing
-
Hello,
I've created a small db file and tried to export.
There I get the following error:
Error: java.io.IOException: Invalid field type: 5
This is not enough info. Which field is it really?
While testing each field I saw that the "note" field causes the problem.
2006-12-13 15:04:37 UTC in Java Pilot-DB