July 5, 2015
12:09 p.m.
Yes, they should be :) Doru On Sun, Jul 5, 2015 at 2:06 PM, stepharo <stepharo@free.fr> wrote:
example3 " it's my personal script provided as example" "self example3" | items | items := OrderedCollection new. items add: (StartupAction name: 'Self halt' code: [ self halt ]). "replace it by your name" items add: (StartupAction name: 'WS' code: [ Workspace open ]). "replace it by your name" StartupPreferencesLoader default addAtStartupInPreferenceVersionFolder: items named: 'author.st'.
StartupPreferencesLoader default loadFromDefaultLocations.
Once we execute this.... no image are working anymore!
-- www.tudorgirba.com "Every thing has its own flow"