PowerApps Draggable Controls

  Рет қаралды 20,258

April Dunnam

April Dunnam

Күн бұрын

Пікірлер: 51
@Mrtiagojam
@Mrtiagojam 5 жыл бұрын
Really nice!
@AprilDunnam
@AprilDunnam 4 жыл бұрын
Thanks Tiago!
@jessebacke
@jessebacke 5 жыл бұрын
No doubt you are the Queen of PowerApps!
@AprilDunnam
@AprilDunnam 5 жыл бұрын
Well that is to kind. Thank you Jesse!!
@KamrulHasan-dz6vp
@KamrulHasan-dz6vp 5 жыл бұрын
Amazing! Thanks for the slider control demonstration.
@AprilDunnam
@AprilDunnam 4 жыл бұрын
Thanks!
@jray1429
@jray1429 2 жыл бұрын
I know this was made a long time ago….Thank you for making it and it definitely has my gears turning
@AprilDunnam
@AprilDunnam 2 жыл бұрын
Thank you, glad this is still helpful years later :)
@FadiFakhouri
@FadiFakhouri 3 жыл бұрын
Fantastic video, Thanks April
@AprilDunnam
@AprilDunnam 3 жыл бұрын
Glad you liked it!
@celinegebara5010
@celinegebara5010 2 жыл бұрын
Is there a way to drag and drop across galleries? For example a gallery of tasks being assigned to a gallery of people?
@haroldbk
@haroldbk 5 жыл бұрын
This is really cool. Quite original
@AprilDunnam
@AprilDunnam 4 жыл бұрын
Thanks!
@michelhegeraat5430
@michelhegeraat5430 5 жыл бұрын
Cool stuff April. Thank you You have the idea(s). Maybe this will allow me to make the color-picker I had in mind. Going to try this holidays.
@AprilDunnam
@AprilDunnam 5 жыл бұрын
That sounds cool, would love to see what you come up with for the color picker!
@michelhegeraat5430
@michelhegeraat5430 5 жыл бұрын
@@AprilDunnam So I’ve put two sliders on top of an image. Selecting the top slider anywhere on the image will set the Y coordinate accordingly, and via it’s onselect, fire a select event on the second slider. I’ve been a bit naïve in thinking that a select event on a control, would/could do the same than a mouse click on that control. Despite being a bit older than you, I’m still naïve from time to time, but it sometimes helps me to think ”outside of the box”. But nothing else than the (code under the) onselect of the second slider control seems to happen. So I‘ve change strategy and played with the visible properties of the sliders, to see if this would affect the outcome of the select event, but making the first slider invisible before the select event, has no noticeable effect on the select behavior of the second slider. I moved on to use the onchange event of both sliders rendering each active in turn. So, I’m now stuck with a two-click “solution” 😊 where I alternate between the one of the two sliders active. I can share the code (and what is looks like :-) via hegeraat at gmail or perhaps you can see it here: facebook.com/photo.php?fbid=10220746081785796&set=gm.2642529285833625&type=3&eid=ARAAOMZvyvGCXquAkTBZBBWESPPMQy7TtfSoPqI6TeqvVwCJxmEHSqvNrTyDIH_1f5St3MpXxylnYfK1&ifg=1
@AprilDunnam
@AprilDunnam 5 жыл бұрын
Wow that's really cool Michel! Thanks for sharing!
@moyura2
@moyura2 3 жыл бұрын
Thanks for sharing, any ideas of how to implement this trick to draggable tasks in calendar ?
@Malhosainy
@Malhosainy 3 жыл бұрын
Very clever, well done!
@AprilDunnam
@AprilDunnam 3 жыл бұрын
Thank you! Cheers!
@paolovr1970
@paolovr1970 Жыл бұрын
Thanks April, do you think that we can develop a drag and drop, with view the movement of components? Example a packing where the items are collected dynamic on the box, container, pallet ???
@kaesarg1
@kaesarg1 2 жыл бұрын
nice!! Can I drag them to a list too? Let's say I have a gallery of task and drop them into la list of workers? Thanks
@yehunlavolontededieu322
@yehunlavolontededieu322 4 жыл бұрын
thank you so much. Well explanation
@AprilDunnam
@AprilDunnam 4 жыл бұрын
Thank you :)
@jerryldavis3944
@jerryldavis3944 2 жыл бұрын
Hey April, This is really cool and super helpful. I had one question. If we could have labels in each box, which means every rectangle has a label inside it instead of one label as shown in your video. Do you think we could tackle that with the same approach? I was thinking we might need three horizontal sliders stacked on top of each other to get the job done.
@habinkim1939
@habinkim1939 3 жыл бұрын
What is the code in the fx bar at 4:40?
@DataSpinners
@DataSpinners 5 жыл бұрын
Fascinating little hack April - well done! I didn't know the handle had a thickness, I wonder if it's the same for the audio control as I have an app and it's soo hard to move the timer along that I just don't do it!
@AprilDunnam
@AprilDunnam 5 жыл бұрын
Thanks Rory! That's a good question, I'm not sure about the audio control. Let me know if you find out that it does!
@DataSpinners
@DataSpinners 5 жыл бұрын
@@AprilDunnam I don't think it has, but I do notice that it has a start time, which I'm pretty sure that it never had before. Hmm that's really got me thinking as I've been working on an choir app.
@AprilDunnam
@AprilDunnam 5 жыл бұрын
@@DataSpinners A choir app?? That sounds really interesting. I'd love to see it!
@DataSpinners
@DataSpinners 5 жыл бұрын
@@AprilDunnam Ha ha - I thought you might - I've heard about your karaoke skills! I'll ping you something on twitter. Oh - I also used Sancho's theming app - was quite neat.
@myounis
@myounis 4 жыл бұрын
"Hey, why are you recreating the wheel and powerapps when you could just use a tool like planner or Trello " LoL, Am just kidding, I really like your tutorials, you are my mentor 👌
@AprilDunnam
@AprilDunnam 4 жыл бұрын
😂 Good one. Thank you sir!
@kingdude21
@kingdude21 10 ай бұрын
Some questions... 1. The slider handle drag is one way of changing the slider value. Another way is to click anywhere on the rail. I didn't see anything to prevent a click on the rail, I saw the rail width set to 0. Does this mean, user can click on the invisible rail and the text label will move? 2. If there are multiple tasks, we would need multiple sliders, correct? Thanks
@hugogil5945
@hugogil5945 2 жыл бұрын
Hi April, thanks for the video. I would like to know if I can do the following in a powerapps: Have a screen with 2 Galleries and with the drag & drop function drag an item from the Gallery1 to a item from the Gallery2 to do a mapping between both properties through some property of the object related to the item(datasource).
@diegopaz83
@diegopaz83 5 жыл бұрын
Really useful!
@AprilDunnam
@AprilDunnam 4 жыл бұрын
Thanks Diego!
@tomasgaudino1237
@tomasgaudino1237 3 жыл бұрын
you are great!! thanks for this tip
@AprilDunnam
@AprilDunnam 3 жыл бұрын
You're welcome!
@arrosari
@arrosari 5 жыл бұрын
Very cool!!
@AprilDunnam
@AprilDunnam 4 жыл бұрын
Thanks Ariel!
@Nophramel
@Nophramel 3 жыл бұрын
Thank you so much for this idea! Unfortunately i ran into a problem. I have a similar gallery to select the item i want to have a draggable label. But the gallery is sorted by the value i like to edit with the draggable label. Now after i drag the label to the position, it updates and patches the value like i intended it, but the gallery loses the item which i selected before moving the label and just selects the first item in the gallery. After this happens, the label with the textproperty Gallery.Selected.Title loses its value and turns blank. Do you have a solution to this problem? Otherwise your tutorial helped me much and everything else worked perfectly.
@ryannolarte1788
@ryannolarte1788 5 ай бұрын
the problem here is that, the x position return to 0 and do not follow the X position of slider whenever you close and open the app, any solution?
@noahtanzi8039
@noahtanzi8039 4 жыл бұрын
Does anyone know if it's possible to make it so that you can't click a value on the slider to set it so the only way to change the value of the slider is by dragging the handle?
@AprilDunnam
@AprilDunnam 4 жыл бұрын
Unfortunately I don't think that's possible Noah.
@newabyuser
@newabyuser 4 жыл бұрын
Nice
@AprilDunnam
@AprilDunnam 4 жыл бұрын
Thanks!
@sundaramkumar1845
@sundaramkumar1845 4 жыл бұрын
Can you help me out I want to map multiple data . Like from multiselect box I can select multiple data and map it with single data from other box and then store it in third excel sheet
@AprilDunnam
@AprilDunnam 3 жыл бұрын
Hey - I would suggest posting this on the power users forum : powerusers.microsoft.com/
@sokgat7019
@sokgat7019 5 жыл бұрын
Wow!!!!!!!!!!!!!!!!!!!!!!!!!
@AprilDunnam
@AprilDunnam 4 жыл бұрын
Glad you liked it!
PowerApps Deep Linking
12:58
April Dunnam
Рет қаралды 40 М.
Draggable objects in Powerapps!
9:51
Automatic For The People
Рет қаралды 10 М.
ВЛОГ ДИАНА В ТУРЦИИ
1:31:22
Lady Diana VLOG
Рет қаралды 1,2 МЛН
Create a PowerApps Visual Filter (Gallery Overlay)
14:17
PowerApps Rocks
Рет қаралды 13 М.
PowerApps filter gallery by dropdown
28:06
Shane Young
Рет қаралды 280 М.
PowerApps flyout menus, floating buttons, and X Y Controls
28:51
Shane Young
Рет қаралды 102 М.
Countdown Timers [PowerApps]
15:25
Mr. Dang
Рет қаралды 12 М.
Drag and Drop in #PowerApps #CanvasApps #ModelDrivenApps
27:10
Scott Durow
Рет қаралды 60 М.
Power Apps Editable Table
20:42
April Dunnam
Рет қаралды 139 М.
Power Apps Plan Designer Walkthrough: Build Solutions Fast
11:42
April Dunnam
Рет қаралды 1,9 М.
Simon Sinek's Advice Will Leave You SPEECHLESS 2.0 (MUST WATCH)
20:43
Alpha Leaders
Рет қаралды 2,4 МЛН
Glassmorphism in Power Platform Canvas Apps
18:01
Colin Kelly-Cook (Novalogix)
Рет қаралды 10 М.
Integrating Bing Maps into PowerApps and Using the GPS
20:27
Pragmatic Works
Рет қаралды 25 М.