Replies: 4 comments 6 replies
-
Maybe I could add support for Map<String, String> somehow to the new system. Best of both worlds. I did all the basic types and somehow forgot boolean? That's a pain. I'll get that added. |
Beta Was this translation helpful? Give feedback.
-
Thanks, |
Beta Was this translation helpful? Give feedback.
-
https://github.com/andrewauclair/ModernDocking/wiki/Persistence Please, how do i use persistence? I don't see it in the wiki, the documentation, or the single-app examples. |
Beta Was this translation helpful? Give feedback.
-
should I be concerned about the very angry looking messages in my log file?
![image](https://github.com/andrewauclair/ModernDocking/assets/1464454/58faa0b9-343b-4d7e-b42e-eaff1d34a68e)
|
Beta Was this translation helpful? Give feedback.
-
Hello,
With the old persistence system, I was saving custom properties that were not directly tied to fields in the code.
Is there a way to accomplish this with the new system without creating a field for each property?
Also, I am running into an unsupported property type exception, I think it is on a boolean type. Could you please add booleans and make the exception more descriptive? Currently the exception does not have any information to identify what property is the issue.
Thanks,
Trevor
Beta Was this translation helpful? Give feedback.
All reactions