I have ToolBar with ToolButton and PopupMenu with MenuItem with assigned onclick event. I set the MenuItem to the ToolButton's MenuItem property.
So under Win32, when i click the Toolbutton, no menuitem's onclick event fires up. no matter if it's an action assigned to.
I tested under w.s. GTK2 and it works properly. So it seems there is a bug ws win32's.
I use:
FPC 2.5.1
Laz 0.9.29, SVN 23820
on win 7 under w.s. win32/win64
Asking to solve the problem.