[Lazarus] TShellTreeView and TTreeView

2008-12-08 Thread Felipe Monteiro de Carvalho
Hello, I am trying to implement TShellTreeView. It is a treeview which shows the directory structure in the prefered way of the operating system. In Windows that would start with My Computer, etc... One problem now is with the design. Should it read all existing directories (which will cause a

Re: [Lazarus] TShellTreeView and TTreeView

2008-12-08 Thread Felipe Monteiro de Carvalho
Another problem is that this control is only dependent on the operating system, not the widgetset. And I need it in the LCL to implement standard dialogs for Windows CE. My first solution is having one include file per platform. Good enougth? Where to put those include files? My initial idea is

Re: [Lazarus] TShellTreeView and TTreeView

2008-12-08 Thread Mattias Gaertner
On Mon, 8 Dec 2008 16:03:37 -0200 Felipe Monteiro de Carvalho [EMAIL PROTECTED] wrote: Hello, I am trying to implement TShellTreeView. It is a treeview which shows the directory structure in the prefered way of the operating system. In Windows that would start with My Computer, etc...

Re: [Lazarus] TShellTreeView and TTreeView

2008-12-08 Thread cyberpython
Felipe Monteiro de Carvalho wrote: Hello, I am trying to implement TShellTreeView. It is a treeview which shows the directory structure in the prefered way of the operating system. In Windows that would start with My Computer, etc... One problem now is with the design. Should it read all