You can take look at here: www.reddit.com/r/dotnetMAUI/comments/1c826ys/maui_uraniumui_using_community_toolkit_dialogs/ Also, there is an option that you can configure in MauiProgram.cs builder.Services.Configure(options => { options.GetFooter = (footerOptions) => { var stack = new VerticalStackLayout(); foreach (var item in footerOptions) { stack.Add(new Button { Text = item.Key, Command = item.Value }); } return stack; }; });
Yes, of course it'll work. And you can use in the end application. Because you already know what is used in your project like AppShell. But in the library I can't assume developers use AppShell or NavigationPage or whatever it is. I needed a generic purpose solution. That why I mentioned it. If you implement inside each project using `AppShell.Current` makes sense. Thanks to you for reminding it 💚
Can do more cutomized things, like not showing the bottom part of the dialog where you click the ok or cancel, or customize the size of the dialog?
You can take look at here: www.reddit.com/r/dotnetMAUI/comments/1c826ys/maui_uraniumui_using_community_toolkit_dialogs/
Also, there is an option that you can configure in MauiProgram.cs
builder.Services.Configure(options =>
{
options.GetFooter = (footerOptions) =>
{
var stack = new VerticalStackLayout();
foreach (var item in footerOptions)
{
stack.Add(new Button
{
Text = item.Key,
Command = item.Value
});
}
return stack;
};
});
6:10 try to this: await Shell.Current.DisplayAlert
is it the same problem?
Yes, of course it'll work. And you can use in the end application. Because you already know what is used in your project like AppShell. But in the library I can't assume developers use AppShell or NavigationPage or whatever it is. I needed a generic purpose solution. That why I mentioned it. If you implement inside each project using `AppShell.Current` makes sense. Thanks to you for reminding it 💚
Good Sir
Plz
How to Make pagenation ?
I'll consider to create a content for it, thanks for reminding me 🙏
@@enisn_ thanks 😊 🙏 sir
Great thank you, But I don't see a way to use the Dialogs in a RTL Direction.
When your application is RTL, dialogs will be RTL too. No need to take a special action
Hocam elinize sağlık çok iyi görünüyor. MAUI de push notification ile ilgili bir video gelir mi bir uygulamam var ne yaptım ne ettim yapamadım.
Türkçe yapsaydınız keşke, aynı bu şekilde bir milyon hintli anlatıyor zaten, yine de elinize sağlık.
Yok hocam, bunu anlatıyor olamazlar, bu özelliği daha yeni ekledim, selamlar 👋
Thanks is Create job pro