We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
SimpleRene is a meta-description tool used to describe object in Pharo.
https://github.com/pharo-contributions/SimpleRene
The idea behind the SimpleRene integration is to describe Bloc and Toplo using SimpleRene and compute the equivalent PyramidProperty.
For example:
With all of this informations, we can create 2 PyramidProperties for a BlElement:
This 2 properties can be used to create the Pyramid UI (one selection between 2 values and one input with 3 integers)
The text was updated successfully, but these errors were encountered:
There is an example here: #189 Some code is missing (the simple rene description of the font size) but it was working.
Sorry, something went wrong.
No branches or pull requests
SimpleRene is a meta-description tool used to describe object in Pharo.
https://github.com/pharo-contributions/SimpleRene
The idea behind the SimpleRene integration is to describe Bloc and Toplo using SimpleRene and compute the equivalent PyramidProperty.
Example
For example:
With all of this informations, we can create 2 PyramidProperties for a BlElement:
This 2 properties can be used to create the Pyramid UI (one selection between 2 values and one input with 3 integers)
Pros and Cons
The pros
The cons
The text was updated successfully, but these errors were encountered: