April 16, 2013
7:09 a.m.
Pick the Pharo By Example book and you can do the first set of examples. Carry through and browse through the Morphic hierarchy , methods and debug through all examples / the IDE actions too. On Fri, Apr 12, 2013 at 6:09 PM, Zeeshan Ansari <zeeshan.k.ansari@gmail.com>wrote:
Hi All,
I'm writing a desktop application and wanted to know what is the best way to do this in Morphic. For example, in .Net I would have event-handlers for specific events from the different window components (dialog, menu, etc) for which I would code the behavior I wanted. Does Morphic follow a similar paradigm? Are there any examples to look at?
Thanks.