While doing LayoutCheckBox, can you perhaps do LayoutRadioButton and LayoutGroupBox as well?
RadioButton should be nearly equal to CheckBox.
GroupBox is a container, of course, so need some more care.
Regards
Olaf
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
First, thanks for starting this project. It's already working fantastically (rel 0.1). I'm trying to use it in one of my projects.
The only thing missing for me right now is an implementation of LayoutCheckBox.
Perhaps I can try to implement it myself? It should be pretty similar to label, I think. Where would I start? Or, when will it be implemented?
Peter
Please feel free to implement it yourself. Best starting point should be LayoutLabel as you already guessed.
I'm glad about every support as my time for this project is very spare.
Regards
Olaf
While doing LayoutCheckBox, can you perhaps do LayoutRadioButton and LayoutGroupBox as well?
RadioButton should be nearly equal to CheckBox.
GroupBox is a container, of course, so need some more care.
Regards
Olaf
I did implement LayoutCheckBox and LayoutRadioButton.
As for GroupBox: I'm working on it but it will need a change in the Boder-System... See a new thread for this one.