Jose,
I recently found an oversight in the include file "CSED_TOOLBARS.INC" from
the v.1.02 source release that has now carried over to the v1.03 general release.
The 'Find' and 'Bookmarks' buttons no longer drop down.
This is traced to:
Toolbar_AddButton hToolBar, 11, %IDM_FIND
Toolbar_AddButton hToolBar, 22, %IDM_BOOKMARKOPTIONS
Should be:
Toolbar_AddButton hToolBar, 11, %IDM_FIND, 0, %TBSTYLE_DROPDOWN
Toolbar_AddButton hToolBar, 22, %IDM_BOOKMARKOPTIONS, 0, %TBSTYLE_DROPDOWN
Your efforts in this project are, as always, greatly appreciated.