Hi,
There's a bug in the dxBar unit at line 50396.
UpdateCaptionButtons(GetWindowCursorPos, True, AActiveButtonID, );
Shouldn't that be
UpdateCaptionButtons(GetWindowCursorPos, True, AActiveButtonID);
I get an error when I push a button.
Regards,
Peter Smet
Hello Davandy,
Would you please clarify your scenario and send us a simple project where we will be able to see that this comma causes an error? Also please provide us with a screenshot of this error.
Hello Mikhail,
Sorry but I can't reproduce the error.
If I have it again I will take a screenshot and provide the stacktrace.
OK, we are waiting for your response.
As for the comma, I've converted this thread to a suggestion. We will consider implementing these changes in future versions of our controls.