Menu

Show posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.

Show posts Menu

Messages - stevenc

#1
Hello all.

In response to Joshua's issues with the DirectoryChooser, I've updated it (http://dictionarymid.gottfried-signs.ch/index.php?topic=38.msg164#msg164).

The problem stemed from 'System.getProperty("file.separator")' returning Windows' file separator, not the emulated phone's  ::)
#2
In another thread (http://dictionarymid.gottfried-signs.ch/index.php?topic=37.msg155#msg155), Joshua encountered problems with the DirectoryChooser.

Because I target Nokia phones, I did not test it on the DefaultColorPhone within the WTK. Upon investigating, I discovered that 'System.getProperty("file.separator")' returns "\" when the file separator used is actually "/", thus causing traversal problems.

I've fixed this and other minor bugs and have released ver 1.1. I hope it is of help.