Listbox > Directory / File view
BlitzMax Forums/BlitzMax Beginners Area/Listbox > Directory / File view
| ||
I'm trying to do a directory / file view using a listbox but have no idea how to make it "browsable" which lists directories and PNG files. Suggestions? |
| ||
http://thareh.mine.nu/Listbox_dir_view.zip (I hope the link works, I installed the webserver just now :P) Here's a small example I made :) It only shows png files and directories. You can add icons to the gadgetitems to make it look alot better :) |
| ||
Thanks!! Exactly what I was looking for :D |
| ||
You might want to write a better way of going up a directory though, the one I used is pretty ugly and can cause problems. |