-
I see that there is handling of NSPanel in the source code, but it is not open, so how should I obtain it? Here, AvnPanel has been added based on NSPanel. Avalonia/native/Avalonia.Native/src/OSX/WindowInterfaces.h Lines 17 to 19 in acd4653 Here, the creation of what is determined based on usePanel. Avalonia/native/Avalonia.Native/src/OSX/WindowBaseImpl.mm Lines 479 to 486 in acd4653 But here the default value is false, not open I don't know if the creation process is as I imagined. I hope to get help, what should I do? 🙏 |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 1 reply
-
First question would be why do you need NSPanel backed window. |
Beta Was this translation helpful? Give feedback.
-
Based on the sample suggested by @maxkatz6, I simply wrote a NSPanel creation in Avalonia that works with the local API.
|
Beta Was this translation helpful? Give feedback.
Based on the sample suggested by @maxkatz6, I simply wrote a NSPanel creation in Avalonia that works with the local API.