You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I want to implement multi window feature on my simple windows app. Basically what I want to do is that I want to put a cog icon on the title bar, and when this icon is clicked it will open the /config page on a new window while also maintaining the state of the app.
The best example I can give for it is this app: https://github.com/yaakapp/app . As you can see, this app has a cog icon on the top right corner, and when you click this icon, it will open a new window for the config page.
Is this possible using blazor hybrid? Thanks for your help
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Hi everyone,
I want to implement multi window feature on my simple windows app. Basically what I want to do is that I want to put a cog icon on the title bar, and when this icon is clicked it will open the /config page on a new window while also maintaining the state of the app.
The best example I can give for it is this app: https://github.com/yaakapp/app . As you can see, this app has a cog icon on the top right corner, and when you click this icon, it will open a new window for the config page.
Is this possible using blazor hybrid? Thanks for your help
Beta Was this translation helpful? Give feedback.
All reactions