Notes |
(0008044)
muk (reporter)
2005-10-20 20:17
|
Forget the fix in Additional Information box, this just messes up load-save mechanism. |
|
(0008045)
muk (reporter)
2005-10-20 21:45
|
This seems to work:
Again change line in JvDockControlForm.DoFloatAllForm:
"if not (Screen.CustomForms[I] is TJvDockableForm) then"
to
"if (not (Screen.CustomForms[I] is TJvDockableForm)) and (FinddockClient(Screen.CustomForms[I]) <> nil) then" |
|
(0008413)
muk (reporter)
2006-01-20 11:40
|
using above solution for months - it works in my case. Issue may be closed after merging. |
|
(0008908)
obones (administrator)
2006-04-04 08:39
|
remko, any news? If you want I can put the code given by muk in. |
|
(0009455)
obones (administrator)
2006-06-08 05:30
|
This is now in SVN. |
|