Nov. 3, 2016
3:41 p.m.
On Thu, Nov 3, 2016 at 5:43 AM, vikenti <vikenti.potapov@gmail.com> wrote:
2. The next task is to do some work on image load (i mean pharo image). I need some handler which fires immediately after image is loaded. How to include my handler in this chain???? My app saves data into the image so i need to manage this and auto-load _my_ application after startup.
Take a look at the two class methods #startUp: and #initialize at [1] under "Inter-session persistency" ... [1] http://blog.openinworld.com/2016/09/pharo-libclang-ffi-part-2-simple-callout... cheers -ben