Deep Dive into MAUI Dialogs with UraniumUI - A Complete Tutorial

Поделиться
HTML-код
  • Опубликовано: 28 дек 2024

Комментарии • 14

  • @deanthomas2305
    @deanthomas2305 3 месяца назад +1

    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?

    • @enisn_
      @enisn_  3 месяца назад

      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;
      };
      });

  • @АндрейСиманов-л3я
    @АндрейСиманов-л3я 9 месяцев назад +1

    6:10 try to this: await Shell.Current.DisplayAlert
    is it the same problem?

    • @enisn_
      @enisn_  9 месяцев назад +1

      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 💚

  • @computerscience5
    @computerscience5 10 месяцев назад +3

    Good Sir
    Plz
    How to Make pagenation ?

    • @enisn_
      @enisn_  10 месяцев назад +2

      I'll consider to create a content for it, thanks for reminding me 🙏

    • @computerscience5
      @computerscience5 10 месяцев назад

      @@enisn_ thanks 😊 🙏 sir

  • @PeacefulMindss
    @PeacefulMindss 7 месяцев назад

    Great thank you, But I don't see a way to use the Dialogs in a RTL Direction.

    • @enisn_
      @enisn_  3 месяца назад

      When your application is RTL, dialogs will be RTL too. No need to take a special action

  • @oguzhangursoy6033
    @oguzhangursoy6033 9 месяцев назад

    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.

  • @adembalaban
    @adembalaban 10 месяцев назад

    Türkçe yapsaydınız keşke, aynı bu şekilde bir milyon hintli anlatıyor zaten, yine de elinize sağlık.

    • @enisn_
      @enisn_  10 месяцев назад

      Yok hocam, bunu anlatıyor olamazlar, bu özelliği daha yeni ekledim, selamlar 👋

  • @alialshreef2874
    @alialshreef2874 10 месяцев назад

    Thanks is Create job pro