You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The picker windows in rmlui_fields.lua were extending RmlUiComponent,
but this base class was never defined, causing potential runtime errors.
Added rmlui_component.lua with a simple base class for RmlUi components
that don't need full dialog functionality (OK/Cancel buttons, etc.).
This class provides:
- Initialize() for loading RML documents
- Show()/Hide()/Close() for visibility control
- Simple title element support
0 commit comments