OpenKNX / Kaenx-Creator

Create your own KnxProd Files with UI.
MIT License
70 stars 20 forks source link

[bugfix] GUI show a message if there is data outside of memory #58

Closed olterion closed 1 month ago

olterion commented 1 month ago

This changes are based on https://github.com/OpenKNX/Kaenx-Creator-Share/pull/5

thewhobox commented 1 month ago

Why still checking the memory message? You already check the exception type to be OutOfMemory.

olterion commented 1 month ago

I thought to be safe if there is another OutOfMemoryException. So you are able to seperate the exyeptions.

But with your solution 237b198c20ad3ba9a2615e1779fd6012e274225d this PR can be closed, or what is your opinion?

For better understanding the error I made a new PR https://github.com/OpenKNX/Kaenx-Creator-Share/pull/8