Showing tag results for Adam Toth

Apr 12, 2019
Post comments count0
Post likes count0

Testing Online Connectivity in PowerApps

Developer Support
Developer Support

This post will walk through testing the Connection.Connected property in your PowerApps. If you are building a PowerApp with offline capabilities, then it becomes very important to test whether the device has an active internet connection. The sensor function Connection.Connected can be used to test for connectivity – if true, you are connected, f...

TeamAzureDevelopment
Apr 6, 2019
Post comments count0
Post likes count0

PowerApps Reusable Components

Developer Support
Developer Support

In this post, I’ll show you how to create reusable canvas components for your PowerApps. For this example, I’m going to create a control to display today’s date, visualized as one of those daily tear-off calendars you might have seen at some point on someone’s desk. Since the component will be reusable on multiple screens, I’ll add properties to th...

TeamDevelopmentPowerApps
Apr 1, 2019
Post comments count0
Post likes count0

PowerApps Design – Create a Digital Alarm Clock Display

Developer Support
Developer Support

In this post, we’ll look at how to use SVG images and some formulas to create a digital alarm clock style display in PowerApps. This is going to involve some image manipulation, so I’ll use one of my favorite free vector programs, Inkscape, to create SVG files that can be used in the clock display. I’ll also be using a free-for-commercial use digit...

TeamDevelopmentPowerApps