Share My Creation Windows Explorer Style Interface

This is an example of how to create a windows style explorer interface for folders and documents. I was working on a project that needed it, but couldn't find anyting like it.

There is a class module you can take the code from, or just use to do the work. The Main module covers all the stuff that the class module doesn't.

There were examples of different things on the forum that helped with this. I've included a reference where I remembered to. If I didn't, let me know and I'll add it in.

Project is attached. You can also get it on github here:

https://github.com/jimmelanson/B4J_FileExplorer
 

Attachments

  • Screenshot 2016-04-25 21.30.54.png
    Screenshot 2016-04-25 21.30.54.png
    37.1 KB · Views: 4,400
  • FileExplorer.zip
    84.2 KB · Views: 500

TorontoJim

Member
Licensed User
Longtime User
I'm working on a custom view class right now. Hopefully, it will be done tomorrow. Only a couple more hurdles to overcome.
 

hwatech

Member
Licensed User
Longtime User
I am having trouble getting this project to work. I've resolved all the libs and the program compiles and starts up, but all I get is a blank window. I can right-click and get the context menu so I know it didn't hang...

My guess there is something I haven't done correctly as I'm new to the b4j side of things.

Any help would be appreciated.
 
Top