benruehl / adonis-ui

Lightweight UI toolkit for WPF applications offering classic but enhanced windows visuals
https://benruehl.github.io/adonis-ui/
MIT License
1.71k stars 143 forks source link

About using adonis- UI could not close the program properly #69

Closed ghost closed 4 years ago

ghost commented 4 years ago

When I tried to close the program, it was found that it was not closed normally but was stuck in a math method of adonis. What needs to be explained is that I did not find similar problems in the .netframework environment, but in wpf of .netcore3.1 This problem will occur next, can you give me more information about the method when the program is closed so that I can try to solve it, thank you 屏幕截图(22)

benruehl commented 4 years ago

Hard to tell what can cause this without further information.

The MathConverter is an implementation by Ivan Krivyakov so I cannot tell you much about it. https://ikriv.com/dev/wpf/MathConverter/ I use it for layout calculations made directly in XAML in various components, e.g. for building the sum of multiple spaces. I never experienced any issues when using it.

Could you please post the exception type, message and stack trace for further investigation? Do you use the converter yourself or does the error occur internally in Adonis UI?

ghost commented 4 years ago

Thank you very much for your timely review and response. Before you responded, I initially thought that AdonisWindow of MainView encountered some problems and could not be completely closed, but the problem still persisted when I replaced it with my Window Style. With the more detailed information you provided, I found that the work I did in the beginning was in the wrong direction. In your Adonis UI project (I actually like it), I only use the controls it provides and some common Colors and Brushes. As I am working on the problem, I have not been able to provide you with some valid information for the time being.

From LungMaang Sent to Mr. Benjamin Rühl 发件人: Benjamin Rühlmailto:notifications@github.com 发送时间: 2020年2月19日 20:28 主题: Re: [benruehl/adonis-ui] About using adonis- UI could not close the program properly (#69)

Hard to tell what can cause this without further information.

The MathConverter is an implementation by Ivan Krivyakov so I cannot tell you much about it. https://ikriv.com/dev/wpf/MathConverter/ I use it for layout calculations made directly in XAML in various components, e.g. for building the sum of multiple spaces. I never experienced any issues when using it.

Could you please post the exception type, message and stack trace for further investigation? Do you use the converter yourself or does the error occur internally in Adonis UI?

― You are receiving this because you authored the thread. Reply to this email directly, view it on GitHubhttps://github.com/benruehl/adonis-ui/issues/69?email_source=notifications&email_token=AN4MKPJSH63E7TAAQAK4XVTRDUQU7A5CNFSM4KXRNOUKYY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOEMHTPEA#issuecomment-588199824, or unsubscribehttps://github.com/notifications/unsubscribe-auth/AN4MKPKLGUNSEKMIMCDONOLRDUQU7ANCNFSM4KXRNOUA.

benruehl commented 4 years ago

Closing this because the current state is unclear but the author deleted its account so no further update is expected on this.