Fyne Getting Started: Updating Content

แชร์
ฝัง
  • เผยแพร่เมื่อ 26 ก.ย. 2024
  • This video shows how to update values in a simple user interface created using Fyne.

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

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

    Excited for this series, please do the videos in 1080p

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

      Is the code not clear at 720p?

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

      @@Fyneio I can make it out but 1080p would make for a more comfortable viewing experience and for future proofing.

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

    awesome
    But I think I've seen similar content before.
    Thanks a lot for Fyne project and for the content you provide.

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

      Yes, there was a similar video before, but using old (pre-2.0) APIs/imports. This is one of four that replace old videos. Exciting new content will be added soon.

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

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

      @@Fyneio waiting for more videos like layouts etc

  • @jabthejewboy
    @jabthejewboy 7 วันที่ผ่านมา +1

    My react brain is having trouble understanding that a value can just be updated without crazy complex state management.

    • @Fyneio
      @Fyneio  7 วันที่ผ่านมา

      It is a brave new world @@jabthejewboy :)

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

    How is thread safety managed here? Your calling SetText from within a thread, in every other UI framework I've used this is a serious problem and will cause crashes. Is this call somehow being pushed into a Queue and executed in the main threads event loop?

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

      @@RobertFletcherOBE we use a combination of mutexes and event queues to ensure those methods are safe to call.
      Older toolkits do indeed require you to run on the main thread, but that is just them pushing a complex problem to the developer 😉.

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

    As someone watching on mobile phone, I’d appreciate a bigger font in the code editor. Having it also full screen in “zen” mode would be ideal.

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

    Exist datepicker input with calendar for fyne?

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

      Not yet, we are planning one github.com/fyne-io/fyne/issues/888 and hope to have it in the next big release

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

      There is a calendar widget in the fyne-x repository that may help you? github.com/fyne-io/fyne-x/blob/master/widget/calendar.go

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

    Friend i need you help!! Answering me please

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

      You could try one of our support channels fyne.io/support/