-
Notifications
You must be signed in to change notification settings - Fork 2
FAQ
Tom Beckmann edited this page Apr 20, 2018
·
8 revisions
Q: How do I start creating something with Pheno?
A: Look at Examples / subclass widget
Q: How do I center stuff
A: use align on baby object
Q: How to constrain a label to always be on a single line?
A: label wrap: false
Q: When do I use PHToolbuilder?
A: It's mostly meant for existing ToolBuilder-based tool. E.g. try PHToolBuilder new open: Browser
.
Q: I keep getting MessageNotUnderstood: UndefinedObject>>addClass:
!
A: Did you overwrite initialize
and forgot to add super initialize
?