Draggable objects in Powerapps!

Поділитися
Вставка

КОМЕНТАРІ • 19

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

  • @mohamedalkhiami7798
    @mohamedalkhiami7798 3 роки тому +1

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

  • @coryhogan8667
    @coryhogan8667 3 місяці тому

    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 8 місяців тому

    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 Рік тому

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

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

  • @jray1429
    @jray1429 2 роки тому

    Great job, thanks for sharing!

  • @jenskemeijs
    @jenskemeijs Рік тому

    This is very very cool!

  • @harjitsamra
    @harjitsamra 3 роки тому

    Great video. Thanks for this!

  • @Saif_Ali_Khan_1301
    @Saif_Ali_Khan_1301 2 роки тому

    Awesome awesome awesome
    Brilliant 👏 many thanks to you brother

  • @demosthenes2058
    @demosthenes2058 2 роки тому

    Oh, this is brilliant.

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

  • @jofox3552
    @jofox3552 3 роки тому

    Is it possible to use a graphic instead of icon?