Hi,
having a problem with the TTMSFNCRibbonDefaultToolBarButton as Dropdown button.
Using the dropdown to showing the popup with another Button. When click these button to ShowModal a TForm, geeting an AV.
It seems, that the during executing the TCommonCustomForm.MouseUp the instance of the TCommonCustomForm getting freed and using the last statements
if FCursorService <> nil then
FCursorService.SetCursor(NewCursor);
will mostly give an AV.
Any idea why?
Here is a sample showing this: