[Pharo-project] CustomMenu was replaced by MenuMorph?
I was looking at Release>>testUndeclared that is failing in 1.2 dev. And of course it is failing because there are some methods pointing to some undeclared variables/globals/classes :). I found some references to CustomMenu and I'm not sure how to replace them :).
On Dec 24, 2010, at 9:20 PM, Guillermo Polito wrote:
I was looking at Release>>testUndeclared that is failing in 1.2 dev. And of course it is failing because there are some methods pointing to some undeclared variables/globals/classes :).
I found some references to CustomMenu and I'm not sure how to replace them :).
where because normally I fixed them all. Stef
SoundMorphicUserInterface Package, in PharoNonCore, more specifically: 'MidiInputMorph invokeMenu' 'PopUpChoiceMorph mouseDown:' 'SimpleMIDIPort class inputPortNumFromUser' 'SimpleMIDIPort class outputPortNumFromUser' 'SpectrumAnalyzerMorph invokeMenu' 'SpectrumAnalyzerMorph setDisplayType' 'SpectrumAnalyzerMorph setFFTSize' 'SpectrumAnalyzerMorph setSamplingRate' 'WaveEditor chooseLoopStart' 'WaveEditor invokeMenu' Thanks! On Sat, Dec 25, 2010 at 6:29 AM, Stéphane Ducasse <stephane.ducasse@inria.fr
wrote:
On Dec 24, 2010, at 9:20 PM, Guillermo Polito wrote:
I was looking at Release>>testUndeclared that is failing in 1.2 dev. And of course it is failing because there are some methods pointing to some undeclared variables/globals/classes :).
I found some references to CustomMenu and I'm not sure how to replace them :).
where because normally I fixed them all.
Stef
Ok make sense. We should use UIManager default .... and in 1.3 I think that we will integrate the idea of igor to have Smalltalk ui tools Stef On Dec 25, 2010, at 5:30 PM, Guillermo Polito wrote:
SoundMorphicUserInterface Package, in PharoNonCore, more specifically:
'MidiInputMorph invokeMenu' 'PopUpChoiceMorph mouseDown:' 'SimpleMIDIPort class inputPortNumFromUser' 'SimpleMIDIPort class outputPortNumFromUser' 'SpectrumAnalyzerMorph invokeMenu' 'SpectrumAnalyzerMorph setDisplayType' 'SpectrumAnalyzerMorph setFFTSize' 'SpectrumAnalyzerMorph setSamplingRate' 'WaveEditor chooseLoopStart' 'WaveEditor invokeMenu'
Thanks!
On Sat, Dec 25, 2010 at 6:29 AM, Stéphane Ducasse <stephane.ducasse@inria.fr> wrote:
On Dec 24, 2010, at 9:20 PM, Guillermo Polito wrote:
I was looking at Release>>testUndeclared that is failing in 1.2 dev. And of course it is failing because there are some methods pointing to some undeclared variables/globals/classes :).
I found some references to CustomMenu and I'm not sure how to replace them :).
where because normally I fixed them all.
Stef
participants (2)
-
Guillermo Polito -
Stéphane Ducasse