I dug a little deeper. The message pops up in SampledSound class>>soundNamed:, which (annoyingly) does a self inform: if the named sound is not found. Further up the stack, TabbedPalette (BookMorph)>>goToPageMorph:transitionSpec:runTransitionScripts: sends self playPageFlipSound: tSpec first where tSpec is #('silence' #none #none), which is the default value defined in TabbedPallete>>transitionSpecFor: Sounds are looked up in the class variable dictionary SoundLibrary which appears to be empty. ScriptLoader>>cleanUpForRelease sets the SoundLibrary to nil. Shouldn't all the sounds listed in SampledSound class>>universalSoundKeys be permanently in the image? Where are they all? - on On Feb 23, 2009, at 14:00, Oscar Nierstrasz wrote:
Hi,
I just loaded SmaCC and SmaCCDev into a Pharo image (pharo0.1-10231dev09.02.1) and tried to start it up.
When I click on the tabs I get the annoying pop-up message: "silence not found in the Sound library".
Has anyone else experienced this? I did not find anything in the list of issues.
Shall I add it? Anyone know how to fix it?
- on
--- Prof. Dr. O. Nierstrasz -- Oscar.Nierstrasz@iam.unibe.ch Software Composition Group -- http://www.iam.unibe.ch/~scg University of Bern -- Tel/Fax +41 31 631.4618/3355 vcard: http://www.iam.unibe.ch/~oscar/oscarNierstrasz.vcf
_______________________________________________ Pharo-project mailing list Pharo-project@lists.gforge.inria.fr http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project