I decided to try Seabreeze tonight but it didn't get far.. I'm not sure if I'm missing
something needed by Seabreeze (it didn't complain when loaded from the public store). I also tried updating to the latest Seaside.. Below is what I get during the initial create phase after entering the site name,etc. Any ideas? Seaside WalkbackMessage not understood: #passengerPrefixPossible Causes
Stack Trace
_______________________________________________ seaside mailing list [hidden email] http://lists.squeakfoundation.org/cgi-bin/mailman/listinfo/seaside |
In reply to this post by Rick Flower
Hi Richard,
have you tried out the "seaBreeze examples" in the public store? Maybe you could get an idea what to change to make your application work. Nevertheless we are interested to find out the reason for your seaBreeze problems, so please send us some more information... You might even file out the application (i.e. the package) you built and send it to us... Regards, Magnus [hidden email] wrote:: > Richard E. Flower wrote: > >> I decided to try Seabreeze tonight but it didn't get far.. I'm not >> sure if I'm missing >> something needed by Seabreeze (it didn't complain when loaded from the >> public store). >> >> I also tried updating to the latest Seaside.. Below is what I get >> during the initial create phase after >> entering the site name,etc. >> >> Any ideas? >> >> >> ... -- Magnus Schwarz * certified Scrum Master / Smalltalk architect * mailto:[hidden email] phone:+49 231 97599-0 * fax:+49 231 97599-20 Georg Heeg eK Dortmund Handelsregister: Amtsgericht Dortmund A 12812 --------------------------------------------------- PGP PUBLIC KEY BLOCK via http://www.heeg.de/~magnus _______________________________________________ seaside mailing list [hidden email] http://lists.squeakfoundation.org/cgi-bin/mailman/listinfo/seaside |
In reply to this post by Rick Flower
Hi,
After a short debugging session here we noticed that SUSortable in the #passenger: method seems to be nil. Do you use VisualWorks 7.6? If you do, please try reloading the Seaside-Scriptaculous parcel. If this doesn't help do the following: Select the Seaside-Scriptaculous package. Select the Properties Code-Tool to see the package-properties Select Inspect-All There should be a "namespace" key defined, with a value 'Scriptaculous'. If that's not defined, right-click on the keys-panel and select "Add..." to add the key "namespace". Then set this key to 'Scriptaculous' and it should work. I hope this helps. Kind Regards Karsten Richard E. Flower wrote: > I decided to try Seabreeze tonight but it didn't get far.. I'm not > sure if I'm missing > something needed by Seabreeze (it didn't complain when loaded from the > public store). > > I also tried updating to the latest Seaside.. Below is what I get > during the initial create phase after > entering the site name,etc. > > Any ideas? > -- Karsten Kusche - Dipl.Inf. - [hidden email] Tel: +49 3496 21 43 29 Georg Heeg eK - Köthen Handelsregister: Amtsgericht Dortmund A 12812 _______________________________________________ seaside mailing list [hidden email] http://lists.squeakfoundation.org/cgi-bin/mailman/listinfo/seaside |
Thanks.. I'm using VW 7.6 and will try tonight when I get home after
work.. I had just entered a sample name list 'FooBar' and let it fill in the rest of the fields and then selected "Header+2 columns" if I recall and pressed "Go" or whatever the next button was.. That's as far as it got for me.. I may not have the latest Sciptaculous parcel loaded but I think I've got a version from about 4-5 months ago.. Anyway, I'll let you know.. -- Rick On Oct 2, 2008, at 2:02 AM, Karsten wrote: > Hi, > > After a short debugging session here we noticed that SUSortable in > the #passenger: method seems to be nil. Do you use VisualWorks 7.6? > If you do, please try reloading the Seaside-Scriptaculous parcel. If > this doesn't help do the following: > > Select the Seaside-Scriptaculous package. > Select the Properties Code-Tool to see the package-properties > Select Inspect-All > There should be a "namespace" key defined, with a value > 'Scriptaculous'. > If that's not defined, right-click on the keys-panel and select > "Add..." to add the key "namespace". > Then set this key to 'Scriptaculous' and it should work. > > I hope this helps. > > Kind Regards > Karsten > > > > Richard E. Flower wrote: >> I decided to try Seabreeze tonight but it didn't get far.. I'm not >> sure if I'm missing something needed by Seabreeze (it didn't >> complain when loaded from the public store). >> >> I also tried updating to the latest Seaside.. Below is what I get >> during the initial create phase after >> entering the site name,etc. >> >> Any ideas? >> > > -- > Karsten Kusche - Dipl.Inf. - [hidden email] > Tel: +49 3496 21 43 29 > Georg Heeg eK - Köthen > Handelsregister: Amtsgericht Dortmund A 12812 > > _______________________________________________ > 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 |
Ok.. I had some spare time and reloaded the Seaside-Scriptaculous
parcel from the Public store (I already had the latest).. Then I loaded in the Seabreeze 3.1 parcel and got the same results when creating a new application... I did load the examples and all worked except "SBExamples-TreeTest" which exhibited the same problem. Anyway, I'll try a fresh image tonight when I get home and see if the problem are gone.. Thanks! -- Rick On Oct 2, 2008, at 6:57 AM, Richard E. Flower wrote: > Thanks.. I'm using VW 7.6 and will try tonight when I get home after > work.. I had just entered a sample name list 'FooBar' and let it > fill in the rest of the fields and then selected "Header+2 columns" > if I recall and pressed "Go" or whatever the next button was.. > That's as far as it got for me.. I may not have the latest > Sciptaculous parcel loaded but I think I've got a version from about > 4-5 months ago.. Anyway, I'll let you know.. > > -- Rick > > On Oct 2, 2008, at 2:02 AM, Karsten wrote: > >> Hi, >> >> After a short debugging session here we noticed that SUSortable in >> the #passenger: method seems to be nil. Do you use VisualWorks 7.6? >> If you do, please try reloading the Seaside-Scriptaculous parcel. >> If this doesn't help do the following: >> >> Select the Seaside-Scriptaculous package. >> Select the Properties Code-Tool to see the package-properties >> Select Inspect-All >> There should be a "namespace" key defined, with a value >> 'Scriptaculous'. >> If that's not defined, right-click on the keys-panel and select >> "Add..." to add the key "namespace". >> Then set this key to 'Scriptaculous' and it should work. >> >> I hope this helps. >> >> Kind Regards >> Karsten >> >> >> >> Richard E. Flower wrote: >>> I decided to try Seabreeze tonight but it didn't get far.. I'm not >>> sure if I'm missing something needed by Seabreeze (it didn't >>> complain when loaded from the public store). >>> >>> I also tried updating to the latest Seaside.. Below is what I get >>> during the initial create phase after >>> entering the site name,etc. >>> >>> Any ideas? >>> >> >> -- >> Karsten Kusche - Dipl.Inf. - [hidden email] >> Tel: +49 3496 21 43 29 >> Georg Heeg eK - Köthen >> Handelsregister: Amtsgericht Dortmund A 12812 >> >> _______________________________________________ >> 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 |
Hi Richard,
I'm not sure about the version on the public store repository, but could you please try the parcel that was part of the VisualWorks distribution? You may just open the method #passenger: and see if the SUSortable class there can be resolved or not. Kind Regards Karsten Richard E. Flower wrote: > Ok.. I had some spare time and reloaded the Seaside-Scriptaculous > parcel from the Public store (I already had the latest).. Then I > loaded in the Seabreeze 3.1 parcel and got the same results when > creating a new application... > > I did load the examples and all worked except "SBExamples-TreeTest" > which exhibited the same problem. Anyway, I'll try a fresh image > tonight when I get home and see if the problem are gone.. Thanks! > > -- Rick > > On Oct 2, 2008, at 6:57 AM, Richard E. Flower wrote: > >> Thanks.. I'm using VW 7.6 and will try tonight when I get home after >> work.. I had just entered a sample name list 'FooBar' and let it fill >> in the rest of the fields and then selected "Header+2 columns" if I >> recall and pressed "Go" or whatever the next button was.. That's as >> far as it got for me.. I may not have the latest Sciptaculous parcel >> loaded but I think I've got a version from about 4-5 months ago.. >> Anyway, I'll let you know.. >> >> -- Rick >> >> On Oct 2, 2008, at 2:02 AM, Karsten wrote: >> >>> Hi, >>> >>> After a short debugging session here we noticed that SUSortable in >>> the #passenger: method seems to be nil. Do you use VisualWorks 7.6? >>> If you do, please try reloading the Seaside-Scriptaculous parcel. If >>> this doesn't help do the following: >>> >>> Select the Seaside-Scriptaculous package. >>> Select the Properties Code-Tool to see the package-properties >>> Select Inspect-All >>> There should be a "namespace" key defined, with a value >>> 'Scriptaculous'. >>> If that's not defined, right-click on the keys-panel and select >>> "Add..." to add the key "namespace". >>> Then set this key to 'Scriptaculous' and it should work. >>> >>> I hope this helps. >>> >>> Kind Regards >>> Karsten >>> >>> >>> >>> Richard E. Flower wrote: >>>> I decided to try Seabreeze tonight but it didn't get far.. I'm not >>>> sure if I'm missing something needed by Seabreeze (it didn't >>>> complain when loaded from the public store). >>>> >>>> I also tried updating to the latest Seaside.. Below is what I get >>>> during the initial create phase after >>>> entering the site name,etc. >>>> >>>> Any ideas? >>>> >>> >>> -- >>> Karsten Kusche - Dipl.Inf. - [hidden email] >>> Tel: +49 3496 21 43 29 >>> Georg Heeg eK - Köthen >>> Handelsregister: Amtsgericht Dortmund A 12812 >>> >>> _______________________________________________ >>> 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 > > -- Karsten Kusche - Dipl.Inf. - [hidden email] Tel: +49 3496 21 43 29 Georg Heeg eK - Köthen Handelsregister: Amtsgericht Dortmund A 12812 _______________________________________________ seaside mailing list [hidden email] http://lists.squeakfoundation.org/cgi-bin/mailman/listinfo/seaside |
Thanks Karsten.. I'll take a peek at my image when I get home (since I'm
at work and can't run VW here). -- Rick On Thu, October 2, 2008 7:41 am, Karsten wrote: > Hi Richard, > > I'm not sure about the version on the public store repository, but could > you please try the parcel that was part of the VisualWorks distribution? > You may just open the method #passenger: and see if the SUSortable class > there can be resolved or not. > > Kind Regards > Karsten > > > > Richard E. Flower wrote: >> Ok.. I had some spare time and reloaded the Seaside-Scriptaculous >> parcel from the Public store (I already had the latest).. Then I >> loaded in the Seabreeze 3.1 parcel and got the same results when >> creating a new application... >> >> I did load the examples and all worked except "SBExamples-TreeTest" >> which exhibited the same problem. Anyway, I'll try a fresh image >> tonight when I get home and see if the problem are gone.. Thanks! >> >> -- Rick >> >> On Oct 2, 2008, at 6:57 AM, Richard E. Flower wrote: >> >>> Thanks.. I'm using VW 7.6 and will try tonight when I get home after >>> work.. I had just entered a sample name list 'FooBar' and let it fill >>> in the rest of the fields and then selected "Header+2 columns" if I >>> recall and pressed "Go" or whatever the next button was.. That's as >>> far as it got for me.. I may not have the latest Sciptaculous parcel >>> loaded but I think I've got a version from about 4-5 months ago.. >>> Anyway, I'll let you know.. >>> >>> -- Rick >>> >>> On Oct 2, 2008, at 2:02 AM, Karsten wrote: >>> >>>> Hi, >>>> >>>> After a short debugging session here we noticed that SUSortable in >>>> the #passenger: method seems to be nil. Do you use VisualWorks 7.6? >>>> If you do, please try reloading the Seaside-Scriptaculous parcel. If >>>> this doesn't help do the following: >>>> >>>> Select the Seaside-Scriptaculous package. >>>> Select the Properties Code-Tool to see the package-properties >>>> Select Inspect-All >>>> There should be a "namespace" key defined, with a value >>>> 'Scriptaculous'. >>>> If that's not defined, right-click on the keys-panel and select >>>> "Add..." to add the key "namespace". >>>> Then set this key to 'Scriptaculous' and it should work. >>>> >>>> I hope this helps. >>>> >>>> Kind Regards >>>> Karsten >>>> >>>> >>>> >>>> Richard E. Flower wrote: >>>>> I decided to try Seabreeze tonight but it didn't get far.. I'm not >>>>> sure if I'm missing something needed by Seabreeze (it didn't >>>>> complain when loaded from the public store). >>>>> >>>>> I also tried updating to the latest Seaside.. Below is what I get >>>>> during the initial create phase after >>>>> entering the site name,etc. >>>>> >>>>> Any ideas? >>>>> >>>> >>>> -- >>>> Karsten Kusche - Dipl.Inf. - [hidden email] >>>> Tel: +49 3496 21 43 29 >>>> Georg Heeg eK - Köthen >>>> Handelsregister: Amtsgericht Dortmund A 12812 >>>> >>>> _______________________________________________ >>>> 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 >> >> > > -- > Karsten Kusche - Dipl.Inf. - [hidden email] > Tel: +49 3496 21 43 29 > Georg Heeg eK - Köthen > Handelsregister: Amtsgericht Dortmund A 12812 > > _______________________________________________ > 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 |
Ok.. I tried a fresh image and found that the public store version of
Scriptaculous has the #passengerPrefix method (class side) as well as the file-based one that came w/ VW.. I'll have to see why my work-image does not.. Anyway, the wizard came up fine in the new image.. Thanks! -- Rick On Oct 2, 2008, at 8:46 AM, Rick Flower wrote: > Thanks Karsten.. I'll take a peek at my image when I get home (since > I'm > at work and can't run VW here). > > -- Rick > > On Thu, October 2, 2008 7:41 am, Karsten wrote: >> Hi Richard, >> >> I'm not sure about the version on the public store repository, but >> could >> you please try the parcel that was part of the VisualWorks >> distribution? >> You may just open the method #passenger: and see if the SUSortable >> class >> there can be resolved or not. >> >> Kind Regards >> Karsten >> >> >> >> Richard E. Flower wrote: >>> Ok.. I had some spare time and reloaded the Seaside-Scriptaculous >>> parcel from the Public store (I already had the latest).. Then I >>> loaded in the Seabreeze 3.1 parcel and got the same results when >>> creating a new application... >>> >>> I did load the examples and all worked except "SBExamples-TreeTest" >>> which exhibited the same problem. Anyway, I'll try a fresh image >>> tonight when I get home and see if the problem are gone.. Thanks! >>> >>> -- Rick >>> >>> On Oct 2, 2008, at 6:57 AM, Richard E. Flower wrote: >>> >>>> Thanks.. I'm using VW 7.6 and will try tonight when I get home >>>> after >>>> work.. I had just entered a sample name list 'FooBar' and let it >>>> fill >>>> in the rest of the fields and then selected "Header+2 columns" if I >>>> recall and pressed "Go" or whatever the next button was.. That's as >>>> far as it got for me.. I may not have the latest Sciptaculous >>>> parcel >>>> loaded but I think I've got a version from about 4-5 months ago.. >>>> Anyway, I'll let you know.. >>>> >>>> -- Rick >>>> >>>> On Oct 2, 2008, at 2:02 AM, Karsten wrote: >>>> >>>>> Hi, >>>>> >>>>> After a short debugging session here we noticed that SUSortable in >>>>> the #passenger: method seems to be nil. Do you use VisualWorks >>>>> 7.6? >>>>> If you do, please try reloading the Seaside-Scriptaculous >>>>> parcel. If >>>>> this doesn't help do the following: >>>>> >>>>> Select the Seaside-Scriptaculous package. >>>>> Select the Properties Code-Tool to see the package-properties >>>>> Select Inspect-All >>>>> There should be a "namespace" key defined, with a value >>>>> 'Scriptaculous'. >>>>> If that's not defined, right-click on the keys-panel and select >>>>> "Add..." to add the key "namespace". >>>>> Then set this key to 'Scriptaculous' and it should work. >>>>> >>>>> I hope this helps. >>>>> >>>>> Kind Regards >>>>> Karsten >>>>> >>>>> >>>>> >>>>> Richard E. Flower wrote: >>>>>> I decided to try Seabreeze tonight but it didn't get far.. I'm >>>>>> not >>>>>> sure if I'm missing something needed by Seabreeze (it didn't >>>>>> complain when loaded from the public store). >>>>>> >>>>>> I also tried updating to the latest Seaside.. Below is what I get >>>>>> during the initial create phase after >>>>>> entering the site name,etc. >>>>>> >>>>>> Any ideas? >>>>>> >>>>> >>>>> -- >>>>> Karsten Kusche - Dipl.Inf. - [hidden email] >>>>> Tel: +49 3496 21 43 29 >>>>> Georg Heeg eK - Köthen >>>>> Handelsregister: Amtsgericht Dortmund A 12812 >>>>> >>>>> _______________________________________________ >>>>> 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 >>> >>> >> >> -- >> Karsten Kusche - Dipl.Inf. - [hidden email] >> Tel: +49 3496 21 43 29 >> Georg Heeg eK - Köthen >> Handelsregister: Amtsgericht Dortmund A 12812 >> >> _______________________________________________ >> 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 |