|
Important Release News
|
 |
NOTICE: Dec, 7, 2007
The EasyNSE package is not Vista or IE7 ready and I am not sure if I
will ever get back to updating it either. Please treat EasyNSE
as a minimally supported package. You are free to use it to
learn about shell extensions and namespace extensions but I would not
use it in production code.
|
8.3.06
Release of EasyNSE 1.0.0
2.18.06
Release of EasyNSE 1.0.0a Alpha
2.17.06
Release of EasyNSE 1.0.0
Alpha
2.08.06
Release of EasyNSE 0.5.3
2.07.06
Release of EasyNSE 0.5.2
1.19.06
Release of EasyNSE 0.5.1
-
Last version would ONLY work for BDS2006, oops.
- TEasyThreadSafePopupMenu has been changed to
TEasyPopupMenu. I have no recollection why I did that but it is
done :^) Sources will have to undated by hand. Sorry.
- Supports Clipboard of the NSE now. Add a
menu item to a TEasyNSEMenu for an object and set the VERB property
to the cononical verb desired
And EasyNSE will call the OnClipboardXXXX event in the
DataContainer component. You DO NOT need a Click event for the
menu item. EasyNSE knows about these verbs and redirects the
clicks to these events.
-
1.18.06
Release of EasyNSE 0.5.0
11.09.05
Release of EasyNSE 0.4.47
8.26.05
Release of EasyNSE 0.4.20
8.20.05
Release of EasyNSE 0.4.15
7.26.05
Release of EasyNSE 0.4.10
7.20.05
Release of EasyNSE 0.4.9
7.15.05
Release of EasyNSE 0.4.8
7.8.05
Release of EasyNSE 0.4.7
6.28.05
Release of EasyNSE 0.4.6
3.15.05
Release of EasyNSE 0.4.4
1.20.05
Release of EasyNSE 0.4.3
10.18.04
Release of EasyNSE 0.4.2
10.10.04
Release of EasyNSE 0.4
09.17.04
Release of EasyNSE 0.3
- Fixed Overlay demo for D5. Fixed the others in
Release 2 for some reason I missed this one.
- I finally got the bloody images working in the Object
Repostitory
08.06.04 - All instances of TQueryInfo must be reanamed
TQueryInfoHandler and TContextMenu must be
renamed TContextMenuHandler. Sorry,
but this needed to be done to be consistent a
cross the shell handlers.
	
For the least amount of pain please do the
following BEFORE installing this version.
- Open your project and open the DataModule.
- Right click on the Module
- Make sure "Text DFM" is checked
- Close Delphi and uninstall EaseNSE 0.2
- Open the DFM file(s) with notepad and
change any reference
to TQueryInfo with TQueryInfoHandler
and TContextMenu with
TContextMenuHandler
- Install EasyNSE 0.3
- Open your project and compile
- There are two places in the "library"
unit that will need
to be changed as above
- The project should compile correctly.
08.04.04 - Serious changes to the PropertySheet.
Please Uninstall previous versions of EasyNSE.
This version *will* break any current property
sheet project. The changes are worth the pain.
Only one Property Sheet Handler is needed
now to handle any number of property sheets
for a particular file class. The order in
which they are registered is the order they are
shown so it is possible to define order of
your sheets if you have more than one.
The Handler is now a property of the Property Sheet
so it easier to access.
- An idle hook has been added to allow for ActionLists to work
in the Property Sheet Form.
- A fix has been added for an issue with Delphi Forms in a DLL
that breaks tab order.
07.12.04
EasyNSE 0.2a
- Fixed bug in DesignTime and RunTime Menu Font on Win 9x
- Added support for owner draw dropdown selection at
designtime for the menu items image index
- Fixed bug in Context Menu string allocation
07.12.04
Release of EasyNSE 0.2; Fixed a bug in the uninstaller.
NOTE:
DO NOT UNINSTALL version 0.1, install this new version
overtop of 0.1
07.11.04
Initial release of EasyNSE 0.1 |