Page 1 of 1

How to have a file find window?

Posted: Sat Jun 25, 2011 03:17
by ogre2012
If I want to find a file, i cant pass the search the path to find the file.
How to make the search file window true?

Re: How to have a file find window?

Posted: Sat Jun 25, 2011 12:46
by Kulik
I guess you mean a file browser window? This is not related to skins so I moved it.

CEGUI doesn't have anything like this stock. CEGUI also doesn't have capabilities to search the filesystem using it's ResourceProvider interface. That is all by design! You can make such a window yourself using your engine's capabilities. I think if someone makes such a window and it's a good piece of code, it can be hosted as an addon project (if it exposes some interface you can plug your engine's VFS into), however nothing like that exists at this point AFAIK.

Re: How to have a file find window?

Posted: Fri Jul 22, 2011 19:38
by deek0146
Is there a utility related to this for searching through a list of strings by partial match and displaying them? (Like how firefox displays your history when you type a fragment into the address bar)

Re: How to have a file find window?

Posted: Fri Jul 22, 2011 19:51
by Kulik
AFAIK we don't have auto complete editbox but it should be fairly easy to add.

Re: How to have a file find window?

Posted: Mon Jul 25, 2011 18:25
by Jamarr
Relevant to the op: viewtopic.php?p=16955#p16955