addFileOpenDialog doesn't work

If you are a new Irrlicht Engine user, and have a newbie-question, this is the forum for you. You may also post general programming questions here.
Post Reply
enforceman
Posts: 26
Joined: Sat Jan 03, 2004 3:43 pm

addFileOpenDialog doesn't work

Post by enforceman »

Hello! The example 5 (user interface) doesn't work correctly. The 'File Open Dialog' contains nothing. I can't choose a file or a dir. What's wrong there?

regards, Tom

settings:
-linux
-irrlicht 0.4.2 / 0.4.0
niko
Site Admin
Posts: 1759
Joined: Fri Aug 22, 2003 4:44 am
Location: Vienna, Austria
Contact:

Post by niko »

Yes, sorry, it does not work with linux yet. In CFileList.cpp there is a #define for Windows, an implementation for linux with #ifdef LINUX is missing.
enforceman
Posts: 26
Joined: Sat Jan 03, 2004 3:43 pm

Post by enforceman »

do you think this would change until the next release?
niko
Site Admin
Posts: 1759
Joined: Fri Aug 22, 2003 4:44 am
Location: Vienna, Austria
Contact:

Post by niko »

Maybe.
But if someone sends in code for this: for sure. :wink:
Post Reply