Draggable objects in Powerapps!

แชร์
ฝัง
  • เผยแพร่เมื่อ 13 ต.ค. 2024

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

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

    cool, Like The idea how you play around with the control

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

    Excelent trick! I was also playing around with slider using for drag and drop, but never came to this idea with timer, thanks a lot!

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

    Excellent for an attractive apps UI. Thanks bro.

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

    Exactly what I was looking for. For some reason thou works great on pc but when on phone it it won't let you drag only click the screen to move to that area.

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

    Hello, I've made it this far. It works. The object can only be moved on a PC, but unfortunately on a mobile device :-(
    Do you perhaps have an idea?

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

    Awesome awesome awesome
    Brilliant 👏 many thanks to you brother

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

    This is very very cool!

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

    Great job, thanks for sharing!

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

    I'm assuming because the slicer takes up the entire screen there's no way to do this with multiple shapes?
    I've been trying to find drag and drop capability within PowerApps that would allow a user to sort a group of text boxes by order of preference. e.g. Five types of food, asking the user to drag their favourite to the top and follow that patter.
    Any ideas?
    I've found a few people online showing you how to do it using Solutions and Insert > Get More Components > Code. But I don't have that ability as my PowerApps is managed by my employer and it seems they don't want us importing code... I wonder why :D

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

      Did you manage to figure this out @yewchoob81?

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

      No, I just did something else entirely.
      You can use external plugins on the web to do it. But I couldn't insert any external code. When I googled that there were loads of people pointing me to the code.

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

    Using this technique, we can make a chess game to drag and drop the pieces but that might require keeping track of the X/Y pos and slider for each piece on the board...there has to be a another way?

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

      You'd have to set the x,y values to each "chess piece" on the board. You could use a collection for this.
      {Name: Queen_Black, Xpos: 142, Ypos: 543} and so on and so forth. Each time the user selects a piece, have the new piece referenced from the collection :)

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

    Great video. Thanks for this!

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

    Oh, this is brilliant.

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

    amazing

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

    Is it possible to use a graphic instead of icon?