On 23/10/16 06:53, CodeDmitry wrote:
Are there any good resources that teach how to go around doing stuff like this, or do I have to reinvent it myself by researching how Pharo GUI works internally, and figure out how to do this by successful incremental experiments?
This mostly just assembles and configures a number of existing parts. Take a look at DockingBarMorph & friends.
Stephan