CustomMenu was replaced by MenuMorph?

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
4 messages Options
Reply | Threaded
Open this post in threaded view
|

CustomMenu was replaced by MenuMorph?

Guillermo Polito
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 :).
Reply | Threaded
Open this post in threaded view
|

Re: CustomMenu was replaced by MenuMorph?

Stéphane Ducasse

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


Reply | Threaded
Open this post in threaded view
|

Re: CustomMenu was replaced by MenuMorph?

Guillermo Polito
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 <[hidden email]> 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



Reply | Threaded
Open this post in threaded view
|

Re: CustomMenu was replaced by MenuMorph?

Stéphane Ducasse
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 <[hidden email]> 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
>
>
>