terentev
Member
qPexLegendary submitted a new resource:
FormConstructor - Library for easy creating and handling of forms
FormConstructor - Library for easy creating and handling of forms
Read more about this resource...View attachment 3197
Introduction
Library is designed to simplify the creation and handling of forms.
It has a few key advantages over other form libraries:
- Forms are processed using a lambda, which is passed when the form itself is created, and not by catching events.
- For each button we can set a lambda function in SimpleForm.
- In SimpleForm we get a button object as a response, where we can get its text and index.
- In CustomForm we can mark elements...