Draggable objects in Powerapps!

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

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

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

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

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

    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!

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

    I have all of the variables set like the video but when I click anywhere on the screen the icon goes with. How are you ensuring the icon remains where you drag it?

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

    amazing

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

    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.

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

    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 11 หลายเดือนก่อน

      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 :)

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

    Awesome awesome awesome
    Brilliant 👏 many thanks to you brother

  • @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 ปีที่แล้ว

      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.

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

    This is very very cool!

  • @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?

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

    Great video. Thanks for this!

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

    Is it possible to use a graphic instead of icon?

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

    Oh, this is brilliant.