Posts

UC_Framework - Universal Controls

Image
  Hi everyone, I'd like to share a project I've been working on: UC_Framework . It is a lightweight framework designed to create modern, reactive, and highly customizable GDI+ controls for AutoIt. My goal was to create a standardized, extensible way to introduce custom controls into AutoIt, moving away from static functions and towards a more "Object-Oriented" logic using AutoIt Maps Key Features: Reactive Engine: Property changes automatically trigger a redraw of the control. Extensible Architecture: The framework is designed as an "Engine." Adding a new control (e.g., a Gauge or a Custom Listview) is just a matter of defining its properties in the Map and creating its Draw function. Modern UI Elements: Includes Toggles (Round/Rect), Sliders (Horizontal/Vertical), Custom Buttons (Classic/Rounded/Pill), ,Links, labels, (more are coming). Property Management: Centralize...