Replies: 1 comment 1 reply
-
I would say that using SukiUI for a mobile type application is not the best idea honestly. I have a library very similar to SukiUI for mobile btw : https://github.com/kikipoulet/CherylUI If you really want to use the SukiUI system, you can check the SukiWindow code and recreate it at the root of your app without the window system. https://github.com/kikipoulet/SukiUI/blob/main/SukiUI/Controls/SukiWindow.axaml Basically you will just need to use the SukiBackground control if you want to use our background, and to be able to use Dialogs you will have to add the SukiHost control . |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello,
I've an application that use
ISingleViewApplicationLifetime
and linux framebuffer to render the app under terminal (no desktop) linux. The application is based on UserControl as top level rather a Window.As I see the SukiUI requires an SukiWindow for controls to render nicely. There is anyway to apply the styles of a Window to a UserControl?
I tried this hack:
But on linux it raises the error:
Beta Was this translation helpful? Give feedback.
All reactions