Re: [MSEide-MSEgui-talk] TShellDirectoryView ?

2016-04-22 Thread Martin Schreiber
On Friday 22 April 2016 12:54:31 Krzysztof wrote: > What does it mean "submodule"? > Like Delphi TFrame. Open the submodule form in MSEide, RightClick in the destination form, 'Insert Submodule', select the formfile of the submodule. Martin

Re: [MSEide-MSEgui-talk] TShellDirectoryView ?

2016-04-22 Thread Martin Schreiber
On Wednesday 20 April 2016 08:39:42 Martin Schreiber wrote: > I assume there need been more properties mirrored from TDirTreefo to > TDirTreeView. I try to mirror "grid" and "treeitem" but it probably needs > some difficult changes in streaming system because "fdirview" also is > streamed. git

Re: [MSEide-MSEgui-talk] TShellDirectoryView ?

2016-04-20 Thread Krzysztof
2016-04-20 8:39 GMT+02:00 Martin Schreiber : > What is your utilisation of TDirTreeView? I have some kind of file browser. On the left is TDirTreeView, on the right drawgrid. When user select dir then files with specified format are loaded into draw grid

Re: [MSEide-MSEgui-talk] TShellDirectoryView ?

2016-04-20 Thread Martin Schreiber
On Tuesday 19 April 2016 23:46:26 Krzysztof wrote: > Is there option for show selected dir even when widget is not focused > / active? Currently, when I change focus to other widget then I don't > see which dir is selected. IIRC in LCL this option is known as > "HideSelection" for edit kind

Re: [MSEide-MSEgui-talk] TShellDirectoryView ?

2016-04-19 Thread Krzysztof
Is there option for show selected dir even when widget is not focused / active? Currently, when I change focus to other widget then I don't see which dir is selected. IIRC in LCL this option is known as "HideSelection" for edit kind widgets. Other requests: 1. If dto_expandondblclick is set, then

Re: [MSEide-MSEgui-talk] TShellDirectoryView ?

2016-04-19 Thread Martin Schreiber
On Sunday 17 April 2016 19:03:30 che fou wrote: > good component . > btw how to collapse/expand a tree node with double click ? > Alternative: click on folder icon. Martin -- Find and fix application performance issues

Re: [MSEide-MSEgui-talk] TShellDirectoryView ?

2016-04-18 Thread che fou
cool , thanks -- Find and fix application performance issues faster with Applications Manager Applications Manager provides deep performance insights into multiple tiers of your business applications. It resolves

Re: [MSEide-MSEgui-talk] TShellDirectoryView ?

2016-04-17 Thread Martin Schreiber
On Sunday 17 April 2016 20:21:41 Krzysztof wrote: > There is odd frame on the right which end at the last directory item, > look at screenshot That is the column line of the widget grid. Has been removed in git master 884de8e5bcecc05b12158821955338eaef9f9a0b. Martin

Re: [MSEide-MSEgui-talk] TShellDirectoryView ?

2016-04-17 Thread Martin Schreiber
On Sunday 17 April 2016 19:03:30 che fou wrote: > good component . > btw how to collapse/expand a tree node with double click ? > git master 884de8e5bcecc05b12158821955338eaef9f9a0b has TDirTreeView.Options dto_expandonclick, dto_expandondblclick. Martin

Re: [MSEide-MSEgui-talk] TShellDirectoryView ?

2016-04-17 Thread Krzysztof
There is odd frame on the right which end at the last directory item, look at screenshot -- Find and fix application performance issues faster with Applications Manager Applications Manager provides deep performance

Re: [MSEide-MSEgui-talk] TShellDirectoryView ?

2016-04-17 Thread Martin Schreiber
On Saturday 09 April 2016 08:23:35 Martin Schreiber wrote: > On Friday 08 April 2016 23:26:16 Krzysztof wrote: > > Hi, > > > > Is there control for showing directories tree (with custom folder > > icon)? I'm looking at tfilelistview but I'm not sure if this is right > > control. A lot of settings,

Re: [MSEide-MSEgui-talk] TShellDirectoryView ?

2016-04-11 Thread Patrick Goupell
Sorry, I did not create such a thing. On 04/11/2016 02:01 AM, Martin Schreiber wrote: > On Friday 08 April 2016 23:26:16 Krzysztof wrote: >> Hi, >> >> Is there control for showing directories tree (with custom folder >> icon)? I'm looking at tfilelistview but I'm not sure if this is right >>

Re: [MSEide-MSEgui-talk] TShellDirectoryView ?

2016-04-10 Thread Martin Schreiber
On Friday 08 April 2016 23:26:16 Krzysztof wrote: > Hi, > > Is there control for showing directories tree (with custom folder > icon)? I'm looking at tfilelistview but I'm not sure if this is right > control. A lot of settings, maybe I missed something. > I now vaguely remember that Patrick made

Re: [MSEide-MSEgui-talk] TShellDirectoryView ?

2016-04-09 Thread Martin Schreiber
On Saturday 09 April 2016 00:21:57 Patrick Goupell wrote: > Please post your question to the MSEgui forum on the webstie. > > Click on the Forum link. > That links to http://news.gmane.org/gmane.comp.ide.mseide.user which is a NNTP gateway to mseide-msegui-talk. Martin

Re: [MSEide-MSEgui-talk] TShellDirectoryView ?

2016-04-09 Thread Martin Schreiber
On Friday 08 April 2016 23:26:16 Krzysztof wrote: > Hi, > > Is there control for showing directories tree (with custom folder > icon)? I'm looking at tfilelistview but I'm not sure if this is right > control. A lot of settings, maybe I missed something. > There is TDirDropdownEdit from tab

Re: [MSEide-MSEgui-talk] TShellDirectoryView ?

2016-04-08 Thread Graeme Geldenhuys
On 2016-04-08 23:21, Patrick Goupell wrote: > Please post your question to the MSEgui forum on the webstie. Uh? Patrick, this is the official support mailing list for MSEide+MSEgui. Regards, - Graeme - -- Find and

Re: [MSEide-MSEgui-talk] TShellDirectoryView ?

2016-04-08 Thread Patrick Goupell
Please post your question to the MSEgui forum on the webstie. Click on the Forum link. On 04/08/2016 05:26 PM, Krzysztof wrote: > Hi, > > Is there control for showing directories tree (with custom folder > icon)? I'm looking at tfilelistview but I'm not sure if this is right > control. A lot

[MSEide-MSEgui-talk] TShellDirectoryView ?

2016-04-08 Thread Krzysztof
Hi, Is there control for showing directories tree (with custom folder icon)? I'm looking at tfilelistview but I'm not sure if this is right control. A lot of settings, maybe I missed something. Regards -- Find and fix