Hi,
I try the tutorial for Seaside. Following text "Here you can see every component that returns true in the #canBeRoot method. Look at the drop down list and choose StRootComponent. Just ignore the rest of the configuration view—necessary parts will be described later on."
My problem is that StRootComponent is not in the dropdown list.
I have test with 3.0 and newest version.
Any clue why ? //Dalarna _______________________________________________ seaside mailing list [hidden email] http://lists.squeakfoundation.org/cgi-bin/mailman/listinfo/seaside |
Hi,
You are probably following a tutorial for Seaside 2.8 Check out the following tutorials for Seaside 3.x: - http://www.swa.hpi.uni-potsdam.de/seaside/tutorial - http://book.seaside.st Hope this helps Johan On 22 Feb 2014, at 12:52, Dalarna Ors <[hidden email]> wrote: > Hi, > > I try the tutorial for Seaside. > > > Following text > "Here you can see every component that returns true in the #canBeRoot method. Look at the drop down list and choose StRootComponent. Just ignore the rest of the configuration view—necessary parts will be described later on." > > My problem is that StRootComponent is not in the dropdown list. > I have test with 3.0 and newest version. > > Any clue why ? > > //Dalarna > _______________________________________________ > seaside mailing list > [hidden email] > http://lists.squeakfoundation.org/cgi-bin/mailman/listinfo/seaside _______________________________________________ seaside mailing list [hidden email] http://lists.squeakfoundation.org/cgi-bin/mailman/listinfo/seaside |
In reply to this post by Dalarna Ors
Hi,
On 22.02.2014, at 12:52, Dalarna Ors <[hidden email]> wrote: > Hi, > > I try the tutorial for Seaside. > > > Following text > "Here you can see every component that returns true in the #canBeRoot method. Look at the drop down list and choose StRootComponent. Just ignore the rest of the configuration view—necessary parts will be described later on." > > My problem is that StRootComponent is not in the dropdown list. > I have test with 3.0 and newest version. Also, can you see the StRootComponent class in your image? Best -Tobias _______________________________________________ seaside mailing list [hidden email] http://lists.squeakfoundation.org/cgi-bin/mailman/listinfo/seaside signature.asc (1K) Download Attachment |
In reply to this post by Johan Brichau-2
Hi, I run the correct Tutorial :( //Dal. On Sat, Feb 22, 2014 at 1:14 PM, Johan Brichau <[hidden email]> wrote: Hi, _______________________________________________ seaside mailing list [hidden email] http://lists.squeakfoundation.org/cgi-bin/mailman/listinfo/seaside |
Sorry, my mistake...
I was under the wrong assumption that StRootComponent was something from a 2.8 tutorial On 22 Feb 2014, at 13:17, Dalarna Ors <[hidden email]> wrote: > Hi, > > I run the correct Tutorial :( > > //Dal. > > > On Sat, Feb 22, 2014 at 1:14 PM, Johan Brichau <[hidden email]> wrote: > Hi, > > You are probably following a tutorial for Seaside 2.8 > Check out the following tutorials for Seaside 3.x: > > - http://www.swa.hpi.uni-potsdam.de/seaside/tutorial > - http://book.seaside.st > > Hope this helps > Johan > > On 22 Feb 2014, at 12:52, Dalarna Ors <[hidden email]> wrote: > > > Hi, > > > > I try the tutorial for Seaside. > > > > > > Following text > > "Here you can see every component that returns true in the #canBeRoot method. Look at the drop down list and choose StRootComponent. Just ignore the rest of the configuration view—necessary parts will be described later on." > > > > My problem is that StRootComponent is not in the dropdown list. > > I have test with 3.0 and newest version. > > > > Any clue why ? > > > > //Dalarna > > _______________________________________________ > > seaside mailing list > > [hidden email] > > http://lists.squeakfoundation.org/cgi-bin/mailman/listinfo/seaside > > _______________________________________________ > seaside mailing list > [hidden email] > http://lists.squeakfoundation.org/cgi-bin/mailman/listinfo/seaside > > _______________________________________________ > seaside mailing list > [hidden email] > http://lists.squeakfoundation.org/cgi-bin/mailman/listinfo/seaside _______________________________________________ seaside mailing list [hidden email] http://lists.squeakfoundation.org/cgi-bin/mailman/listinfo/seaside |
In reply to this post by Tobias Pape
Hi, I download 3.0.6 from here http://www.squeak.org/Documentation/Installation/#h-5 and 3.0.0 url existing in the tutorial
//Dal On Sat, Feb 22, 2014 at 1:16 PM, Tobias Pape <[hidden email]> wrote: Hi, _______________________________________________ seaside mailing list [hidden email] http://lists.squeakfoundation.org/cgi-bin/mailman/listinfo/seaside |
In reply to this post by Tobias Pape
Hi, I can see StRootComponent in my class. I also canBeRoot to true.
//Dal
On Sat, Feb 22, 2014 at 1:16 PM, Tobias Pape <[hidden email]> wrote: Hi, _______________________________________________ seaside mailing list [hidden email] http://lists.squeakfoundation.org/cgi-bin/mailman/listinfo/seaside |
On Sat, Feb 22, 2014 at 1:22 PM, Dalarna Ors <[hidden email]> wrote:
_______________________________________________ seaside mailing list [hidden email] http://lists.squeakfoundation.org/cgi-bin/mailman/listinfo/seaside screenshot.25.jpg (400K) Download Attachment |
#canBeRoot should be implemented on the class side
On 22 Feb 2014, at 13:25, Dalarna Ors <[hidden email]> wrote: > > > > On Sat, Feb 22, 2014 at 1:22 PM, Dalarna Ors <[hidden email]> wrote: > Hi, > > I can see StRootComponent in my class. > I also canBeRoot to true. > > //Dal > > > On Sat, Feb 22, 2014 at 1:16 PM, Tobias Pape <[hidden email]> wrote: > Hi, > > On 22.02.2014, at 12:52, Dalarna Ors <[hidden email]> wrote: > > > Hi, > > > > I try the tutorial for Seaside. > > > > > > Following text > > "Here you can see every component that returns true in the #canBeRoot method. Look at the drop down list and choose StRootComponent. Just ignore the rest of the configuration view—necessary parts will be described later on." > > > > My problem is that StRootComponent is not in the dropdown list. > > I have test with 3.0 and newest version. > > So have you installed the MCZ from the tutorial web site? > Also, can you see the StRootComponent class in your image? > > Best > -Tobias > > _______________________________________________ > seaside mailing list > [hidden email] > http://lists.squeakfoundation.org/cgi-bin/mailman/listinfo/seaside > > > > <screenshot.25.jpg>_______________________________________________ > seaside mailing list > [hidden email] > http://lists.squeakfoundation.org/cgi-bin/mailman/listinfo/seaside _______________________________________________ seaside mailing list [hidden email] http://lists.squeakfoundation.org/cgi-bin/mailman/listinfo/seaside |
Hi, Johan thank you. Sorry my newbie mistake ... //Dal On Sat, Feb 22, 2014 at 1:30 PM, Johan Brichau <[hidden email]> wrote: #canBeRoot should be implemented on the class side _______________________________________________ seaside mailing list [hidden email] http://lists.squeakfoundation.org/cgi-bin/mailman/listinfo/seaside |
Have fun! Johan On 22 Feb 2014, at 13:33, Dalarna Ors <[hidden email]> wrote: > Hi, > Johan thank you. > Sorry my newbie mistake ... > > //Dal > > > On Sat, Feb 22, 2014 at 1:30 PM, Johan Brichau <[hidden email]> wrote: > #canBeRoot should be implemented on the class side > > On 22 Feb 2014, at 13:25, Dalarna Ors <[hidden email]> wrote: > > > > > > > > > On Sat, Feb 22, 2014 at 1:22 PM, Dalarna Ors <[hidden email]> wrote: > > Hi, > > > > I can see StRootComponent in my class. > > I also canBeRoot to true. > > > > //Dal > > > > > > On Sat, Feb 22, 2014 at 1:16 PM, Tobias Pape <[hidden email]> wrote: > > Hi, > > > > On 22.02.2014, at 12:52, Dalarna Ors <[hidden email]> wrote: > > > > > Hi, > > > > > > I try the tutorial for Seaside. > > > > > > > > > Following text > > > "Here you can see every component that returns true in the #canBeRoot method. Look at the drop down list and choose StRootComponent. Just ignore the rest of the configuration view—necessary parts will be described later on." > > > > > > My problem is that StRootComponent is not in the dropdown list. > > > I have test with 3.0 and newest version. > > > > So have you installed the MCZ from the tutorial web site? > > Also, can you see the StRootComponent class in your image? > > > > Best > > -Tobias > > > > _______________________________________________ > > seaside mailing list > > [hidden email] > > http://lists.squeakfoundation.org/cgi-bin/mailman/listinfo/seaside > > > > > > > > <screenshot.25.jpg>_______________________________________________ > > seaside mailing list > > [hidden email] > > http://lists.squeakfoundation.org/cgi-bin/mailman/listinfo/seaside > > _______________________________________________ > seaside mailing list > [hidden email] > http://lists.squeakfoundation.org/cgi-bin/mailman/listinfo/seaside > > _______________________________________________ > seaside mailing list > [hidden email] > http://lists.squeakfoundation.org/cgi-bin/mailman/listinfo/seaside _______________________________________________ seaside mailing list [hidden email] http://lists.squeakfoundation.org/cgi-bin/mailman/listinfo/seaside |
Free forum by Nabble | Edit this page |