Revit + WPF -Quick starting guide- Ep4: adding UI to a command

แชร์
ฝัง
  • เผยแพร่เมื่อ 12 ม.ค. 2025

ความคิดเห็น • 24

  • @kokende9068
    @kokende9068 2 ปีที่แล้ว +4

    Hi Mazri, really enjoying the content! I really look forward to MVVM episode. Been wrapping my head around that topic for a while now...

  • @LesterMolinaCartuchoDesigns
    @LesterMolinaCartuchoDesigns ปีที่แล้ว +1

    Excellent Mazri. Really appreciate it. Keep it up. Looking forward to the MVVM episode.

  • @ark9255
    @ark9255 หลายเดือนก่อน

    Thank you for this well explained content.

  • @Obason_95
    @Obason_95 2 ปีที่แล้ว +3

    Great!! I really look forward to MVVM.

  • @jloondina
    @jloondina ปีที่แล้ว

    Thank you for the videos!
    It's a magnificent work. I've learned so much new and practical information which I'll implement in my future work and can assume as a base of my Revit + WPF skills.
    Looking forward to see your next videos. And again thank you so much!

    • @mazrisbimdiary
      @mazrisbimdiary  ปีที่แล้ว

      Glad you found them useful, good luck!

  • @reylorente8250
    @reylorente8250 2 ปีที่แล้ว +4

    Hello, excellent videos, do you have any example with MVVM?

    • @mazrisbimdiary
      @mazrisbimdiary  2 ปีที่แล้ว

      Hi Rey! glad you like them. Unfortunately I haven't recoded yet the MVVM episode, I will do it as soon as possible.

  • @3DPaulo
    @3DPaulo ปีที่แล้ว

    Quick, practical video and excellent teaching. Very good and congratulations! I'm learning a lot from your explanation.
    If you have a course on any other platform, please send it to me. I'm very interested.
    Thanks

  • @maxdesko
    @maxdesko 2 ปีที่แล้ว +2

    Thanks man I appreciate your efforts

  • @SkultétyBendegúz
    @SkultétyBendegúz ปีที่แล้ว

    Hey Mazri amazing content. I have one question, can you do that same in a dockable panel?

  • @amssabith98
    @amssabith98 7 หลายเดือนก่อน +1

    I am getting an error saying "Autodesk.Revit.Exceptions.InvalidOperationException: 'Starting a transaction from an external application running outside of API context is not allowed.'" when I press the button to set the view name in the WPF window
    Can you help me resolve it ?

    • @yousefganady6181
      @yousefganady6181 หลายเดือนก่อน

      Have u got the solution yet?

  • @emmanuelpaniagua8983
    @emmanuelpaniagua8983 ปีที่แล้ว

    Great Tutorial Mazri, have you done something with IExternalEventHandler? it has been bugging me for weeks, how to set a "Pick an Object" button, and Print the Object's parameters in a Listbox. thanks again for this series. you have a new subscriber :D

  • @luisarias9682
    @luisarias9682 ปีที่แล้ว

    Can you do a tutorial from start to finish using MVVM pattern?

  • @alisafiaddine1
    @alisafiaddine1 9 หลายเดือนก่อน

    Can we add the WPF app as a seperate project in the same solution and link them together?

  • @lot.lefuae
    @lot.lefuae 5 หลายเดือนก่อน

    Excellent

  • @jwlewis777
    @jwlewis777 2 ปีที่แล้ว +1

    Awesome tutorial series!
    Just wondering why you would choose WPF instead of just using the Dialog box? WPF seems to be a long way of doing something that can be done with the Dialog.
    Of course I am new to the Revit API and not sure if I am missing something.
    Thanks!

    • @mazrisbimdiary
      @mazrisbimdiary  2 ปีที่แล้ว +1

      Hi! WPF is needed to create UI windows that allow you to interact with Revit, for example if you want to create a plugin that has many tabs, panels, and you want to customize the look of your plugin window it's much useful to use the WPF approach. I have two short videos where I did this with python you can check them to see what can you create with WPF instead of just using dialog boxes.

    • @mazo1982
      @mazo1982 ปีที่แล้ว

      Very good videos. I've tried using Python + XAML with PyRevit, and it works. Do you do it the same way in your video examples? Is it possible to do it without PyRevit? Ty in advance 👍🏼

  • @AR-wl2no
    @AR-wl2no ปีที่แล้ว

    greate

  • @rachelthornton4161
    @rachelthornton4161 2 ปีที่แล้ว

    Could we get a git repository of this for those of us that couldn't get it to work to try and compare code with to see whats gone wrong? ^^

    • @mazrisbimdiary
      @mazrisbimdiary  2 ปีที่แล้ว +1

      Hi! sure, I will add it to the description box as soon as I create it.