This is a really well done video. Thank you for sharing this information with us. I have been too dependent on using form controls, even if I suffered a performance loss in the process. I will definitely be implementing these lessons in all my apps going forward!
Thanks for sharing info. It's very helpful. I have query on first item i.e. 4buttons with shadow. I choose SharePoint list for populate the button. That working perfectly but last attribute of the list is for Navigation. I am not able to set Navigation in the collection when data source is SharePoint. Means Screen name colum treated as text due to which is not working. Could you please help on this
Unfortunately as of today it is not possible in possible in Power Apps. Please find the below answer given Microsoft support team on the same: powerusers.microsoft.com/t5/Building-Power-Apps/How-to-expand-a-variable-to-a-screen-name-for-Navigate/td-p/426338
but you can implement a Switch and do as below: Switch(scrname, "screen1": Navigate(Screen1), "screen2": Navigate(Screen2), "screen3": Navigate(Screen3)) Since the screen names will not change once you publish the app you can configure your SharePoint list as same, hope this helps.
Hi KRishna, I would like to have the code for the progress bar but unfortunately I cannot upload the zip from github to my powerapp. Is there any other video where you showed how to create the progress bar in this video? thanks, you are awesome!
@@krishnavandanapu-mvp9302 Hi, I have tried following code. But it not working in power apps. " This is a sample scrolling text that has scrolls texts to left. "
@@bujjibabukj9616, unfortunately, marquee is not working with HTML control in PowerApps you need to implement the timer control with text control (which I will be coving in next coming videos)
It is an .msapp solution so you can't import it you need to open that app, my friend. Try this: 1. Open a new app in maker studio 2. File-> Open browse for app 3. Now you select this .msapp this will open the app without any issues. Let me know if you still see any issues!
This is a really well done video. Thank you for sharing this information with us. I have been too dependent on using form controls, even if I suffered a performance loss in the process. I will definitely be implementing these lessons in all my apps going forward!
Thank you for your kind words!
Thanks for sharing. Helpful video.
Thank you for watching!
show, very interesting...
Thanks for sharing info. It's very helpful.
I have query on first item i.e. 4buttons with shadow. I choose SharePoint list for populate the button. That working perfectly but last attribute of the list is for Navigation. I am not able to set Navigation in the collection when data source is SharePoint. Means Screen name colum treated as text due to which is not working. Could you please help on this
Unfortunately as of today it is not possible in possible in Power Apps. Please find the below answer given Microsoft support team on the same:
powerusers.microsoft.com/t5/Building-Power-Apps/How-to-expand-a-variable-to-a-screen-name-for-Navigate/td-p/426338
but you can implement a Switch and do as below:
Switch(scrname,
"screen1": Navigate(Screen1),
"screen2": Navigate(Screen2),
"screen3": Navigate(Screen3))
Since the screen names will not change once you publish the app you can configure your SharePoint list as same, hope this helps.
@@krishnavandanapu-mvp9302 thanks for quick response and alternate solution
@@sharepointdeveloper602 I am happy that worked for you!
Hi KRishna, I would like to have the code for the progress bar but unfortunately I cannot upload the zip from github to my powerapp. Is there any other video where you showed how to create the progress bar in this video? thanks, you are awesome!
What is the issue / error you see ?
Thanks for video. It is very useful for me.
Request you to share code for Text scrolling with HTML on powerapp canvas.
Use Marque HTML code for this in a DIV tag with HTML control on screen !
@@krishnavandanapu-mvp9302
Hi,
I have tried following code. But it not working in power apps.
"
This is a sample scrolling text that has scrolls texts to left.
"
@@bujjibabukj9616, unfortunately, marquee is not working with HTML control in PowerApps you need to implement the timer control with text control (which I will be coving in next coming videos)
@@krishnavandanapu-mvp9302
Thank you
Request you cover the timer control in power apps component also.
Thanks for sharing. If we want to make this app responsive using the HTML controls it will work perfectly with containers?
Yes if you place in a responsive container
Hi Krishna! Can you share the formula for count the controls in the screen?
There is no such formula @richard
Sir, I need to create a halfmoon button in the power app, is that possible?
Checkout the W3school (check description for URL) website to get the hexadecimal code for Halfmoon, for implementation check the video at the end.
Thanks for sharing. Just for your info - the solution shared in Github not working. Tried to import showing error. Thanks again
It is an .msapp solution so you can't import it you need to open that app, my friend. Try this:
1. Open a new app in maker studio
2. File-> Open browse for app
3. Now you select this .msapp
this will open the app without any issues. Let me know if you still see any issues!
@@krishnavandanapu-mvp9302 Got it,Thx
Sir do u taking classes
How to create curved buttons in powerapps without using image.
I have explained in the video watch from 2:00 to 7:00 to learn that !