Open Bonicx opened 7 years ago
I've also encountered this, specifically with the FileIO example. I got it to compile and display files within the C:\ drive, but not any other drives as no drive letters appear in the appropriate list box.
If this did function as intended, I'd definitely be using it.
Hiho, I just worked on the layer to fix a bug in the recent files drop down. Sorry, for not passing by earlier. @Bonix: What do you mean by the file types? You can specify wildcard list for the filter. What do you have to edit and replace to make it work? I tried to stick to the imgui-style of functions, such that you execute your gui-event code in the body of an if condition. So far, you should only need a bool variable for visibility and a list of recent files, on your own.
@LemonHaze420: What system and compiler are you using? If you are still interested I would help out fixing the issue.
I tried to integrate your files into my project with imgui, it does not work due to many file types not able to be used, a lot of things to edit and replaced still to no avail.