Discussion:
[Lazarus] Shell Controls Package Released
Anthony Walter via Lazarus
2018-06-03 22:21:28 UTC
Permalink
I am happy to release to you the sources to my shell controls package. This
package provides a set of Pascal controls and functions related to
replicating different parts of Microsoft Windows Explorer program in your
own native Pascal applications.

Overview video here:

https://cache.getlazarus.org/videos/shlctrls.mp4

Manual is online here:

https://www.codebot.org/shell

Key controls include a Vista style breadcrumb bar with drop down menus for
navigating through folder and files. It also includes fairly complete shell
view and shell tree view controls which might be more feature filled than
whatever comes with Lazarus. I'm not sure because I haven't used them (the
Lazarus versions).

Source code is released under the GPL 3.0 license and can be downloaded
from this this location:

https://cache.getlazarus.org/archives/shlctrls.zip

Please note: This package was originally created in Delphi, and as it is
currently it will not build in Lazarus due to differences between the LCL
and the VCL. If anyone cares to, you have my full blessing to convert it to
work with the LCL, but please understand it will only ever work on Windows.
Anthony Walter via Lazarus
2018-06-04 10:57:00 UTC
Permalink
Some people have noted that a library should be released as LGPL, and I've
updated the original package to change to that license. I've also published
the contents of the zip file with the modified license to gitlab at this
location:

https://gitlab.com/sysrpl/codebot.shell

My blog also has an entry updated from my original post:

https://www.codebot.org/delphi/?doc=9613

By the way, if it's worth anything, the demo runs fine on Linux wine with
no problems what so ever.

Continue reading on narkive:
Loading...