Posts

Showing posts from December, 2025

Text PCF Control

Image
  Functional Overview The TextControl is a highly customizable PCF (PowerApps Component Framework) control for Dynamics 365 / Power Apps that allows users to display text with advanced styling and behavior options. Key Functional Features: Dynamic Text Display: Users can input any text dynamically using the inputText property. Customizable Styling: Font style ( normal , italic , etc.) Font weight ( normal , bold , etc.) Font size and family Text color and background color Optional Animations: Blinking text effect Horizontal scrolling/moving text with support for left-to-right or right-to-left directions Notification Badge: Option to show a small notification marker next to the text, customizable via notificationText . Safe Defaults & Robustness: All style and behavior inputs have default values to prevent UI breakage. Flags are safely coerced from strings to booleans to avoid runtime errors. Technical Implementat...