codeb Posted February 3, 2012 Posted February 3, 2012 Anybody have idea or sample to build directory and files file manager/browser application with UniGUI? Quote
Administrators Farshad Mohajeri Posted February 3, 2012 Administrators Posted February 3, 2012 You can use a TreeView along with a UniListbox or UniStringGrid. Quote
codeb Posted February 3, 2012 Author Posted February 3, 2012 You can use a TreeView along with a UniListbox or UniStringGrid. Any quick example? Quote
docjones Posted February 10, 2012 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
Actarus Posted February 13, 2012 Posted February 13, 2012 i'm also interested in this (server files) Quote
andersa@ellenshoej.dk Posted February 13, 2012 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
docjones Posted February 13, 2012 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
andersa@ellenshoej.dk Posted February 13, 2012 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
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.