pharo-users@lists.pharo.org

Any question about pharo is welcome

View all threads

why do I not see the menu here in my seaside project

RW
r.wobben@home.nl
Sun, Sep 26, 2021 4:46 PM

Hello,

I have done this in a seaside tutorial but whatever I try I do not see the menu appearing.

Can someone help me figure out what I have done.

I include a fileout because I cannot get it working with a github repo.

Hello, I have done this in a seaside tutorial but whatever I try I do not see the menu appearing. Can someone help me figure out what I have done. I include a fileout because I cannot get it working with a github repo.
JJ
Jupiter Jones
Thu, Sep 30, 2021 6:52 PM

Have you tried:

html div
class: 'menu';
with: [ html render: self menuComponent ]

On 27 Sep 2021, at 2:46 am, Roelof Wobben via Pharo-users pharo-users@lists.pharo.org wrote:

Hello,

I have done this in a seaside tutorial but whatever I try I do not see the menu appearing.

Can someone help me figure out what I have done.

I include a fileout because I cannot get it working with a github repo.

<STTutTodoApp.st>

Have you tried: html div class: 'menu'; with: [ html render: self menuComponent ] > On 27 Sep 2021, at 2:46 am, Roelof Wobben via Pharo-users <pharo-users@lists.pharo.org> wrote: > > Hello, > > > > I have done this in a seaside tutorial but whatever I try I do not see the menu appearing. > > Can someone help me figure out what I have done. > > > > I include a fileout because I cannot get it working with a github repo. > > > > > > <STTutTodoApp.st>