Posts

Showing posts from February, 2025

Fully Customizable Responsive Popup Spinner Component for Power Apps

Image
  Overview This component is fully customizable and responsive popup spinner for Power Apps. It works seamlessly across mobile, tablet, and desktop screens. This component allows you to display a loading indicator with a customizable spinner image and text while performing background operations. Features Fully responsive design for mobile, tablet, and desktop Customizable spinner image (changeable via App formulas) Adjustable dialog width and height Custom wait text message Built-in visibility control Supports shadow and padding configurations Technology Stack PowerApps : The platform used to create the application and design the user interface. How to Use Import the COM_WaitTimer component into your Power Apps project. Place it in the required screen. Modify the properties using Power Apps formulas COM_WaitTimer.WaitText = "Loading... Please wait." COM_WaitTimer.spinnerImage = "[Your Spinner GIF URL]" COM_WaitTimer.DialogWidth = 300 // Adjust as needed Use the ...

Fully Customizable Responsive Modal-Popup Component in Power Apps

Image
  Overview This reusable Power Apps canvas component that provides a modal or non-modal dialog box with two configurable buttons (Primary and Secondary). This component allows customization of the header, body text, visibility settings, and button properties. Features Configurable header and body text Modal and non-modal support Primary and Secondary button customization Close button support Dynamic width and height adjustments Uses Power Apps HTML Viewer to auto-adjust button widths based on text length Technology Stack PowerApps : The platform used to create the application and design the user interface. Screenshots     Credits to :  The Power Apps Guy Regards - Shashika Hettiarachchi ❤️