0

I'm making a FileBrowser using LWUIT.

The problem is when I hide a file using setHidden(true) the application can never display it any more using the listfiles() so I can't unhide it.

gnat
  • 6,213
  • 108
  • 53
  • 73

1 Answers1

1

This seems to be an omission in LWUIT4IO. I fixed it in Codename One so it should work as expected there.

Shai Almog
  • 51,749
  • 5
  • 35
  • 65