codeb Posted February 3, 2012 Share Posted February 3, 2012 Anybody have idea or sample to build directory and files file manager/browser application with UniGUI? Quote Link to comment Share on other sites More sharing options...
Administrators Farshad Mohajeri Posted February 3, 2012 Administrators Share Posted February 3, 2012 You can use a TreeView along with a UniListbox or UniStringGrid. Quote Link to comment Share on other sites More sharing options...
codeb Posted February 3, 2012 Author Share Posted February 3, 2012 You can use a TreeView along with a UniListbox or UniStringGrid. Any quick example? Quote Link to comment Share on other sites More sharing options...
docjones Posted February 10, 2012 Share Posted February 10, 2012 do you want browse client files, or server files ? i'm also interested in this, but i think client browse files it's not possible. Quote Link to comment Share on other sites More sharing options...
mazoom Posted February 13, 2012 Share Posted February 13, 2012 i'm also interested in this (server files) Quote Link to comment Share on other sites More sharing options...
andersa@ellenshoej.dk Posted February 13, 2012 Share Posted February 13, 2012 Just do what you would do in a regular VCL app. Use findfirst, findnext, etc.. There are no shell components in uniGui. Quote Link to comment Share on other sites More sharing options...
docjones Posted February 13, 2012 Share Posted February 13, 2012 Just do what you would do in a regular VCL app. Use findfirst, findnext, etc.. There are no shell components in uniGui. Yes, but this only get server files (where unigui application is running). and we want browse client files. . Quote Link to comment Share on other sites More sharing options...
andersa@ellenshoej.dk Posted February 13, 2012 Share Posted February 13, 2012 Yes, but this only get server files (where unigui application is running). and we want browse client files. . Well it seems at least one person wanted to browse server files. The reason for the impossibility of browsing the client side file system is that it is a browser technology limitation. It is not something specific to uniGUI in any way. It would be a major major security vulnerability if server code could access client files, so html/javascript simply doesn't allow it. There has been talk of a limited javascript api for it, but nothing solid has materialized. Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.