Replies: 3 comments 8 replies
-
|
TJvCheckTreeView is also affected by this problem |
Beta Was this translation helpful? Give feedback.
0 replies
-
|
Looks like JvExComCtrls is "somehow incompatible" with current Vcl.ComCtrls.pas implementation in Delphi 12. |
Beta Was this translation helpful? Give feedback.
0 replies
-
|
Looks like same as #173 The stack trace is not very informative, because JvExComCtrls.pas (more exactly -JvExControls.macros) hacks current Delphi 12 implementation probably incorrectly. |
Beta Was this translation helpful? Give feedback.
8 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
One form with TJvTreeView
Run application in remote session, close remote session window without closing the application, connect to remote session again. JvTreeView receives WM_NOTIFY (CN_NOTIFY) and Vcl.ComCtrls CNNotify procedure call fails with AV. Example project attached.
Problem not happen with Delphi's default TTreeView, so only TJvTreeView is affected.
JvTreeView_Delphi12_Test.zip
Beta Was this translation helpful? Give feedback.
All reactions