I get a connection refused.. Perhaps the powers-that-be can fix it..
_______________________________________________ Seaside mailing list [hidden email] http://lists.squeakfoundation.org/cgi-bin/mailman/listinfo/seaside |
On 10/26/06, Rick Flower <[hidden email]> wrote:
> I get a connection refused.. Perhaps the powers-that-be can fix it.. Do you mean http://shorecomponents.seasidehosting.st/? -- Pavel _______________________________________________ Seaside mailing list [hidden email] http://lists.squeakfoundation.org/cgi-bin/mailman/listinfo/seaside |
Pavel Krivanek wrote:
> On 10/26/06, Rick Flower <[hidden email]> wrote: >> I get a connection refused.. Perhaps the powers-that-be can fix it.. > > Do you mean http://shorecomponents.seasidehosting.st/? > > -- Pavel > _______________________________________________ > 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 |
For all interested, I just published a new VW port of ShoreComponents.
There is a lot of good stuff in this bundle and as far as I could see, everything seems to work together with the most recent version of the Seaside and SeasideScriptaculous (required) ports. Not sure it would work with older versions. Enjoy, Michel. _______________________________________________ Seaside mailing list [hidden email] http://lists.squeakfoundation.org/cgi-bin/mailman/listinfo/seaside |
In reply to this post by Pavel Krivanek-2
Awesome! For newbie like me if there were usage notes, sample code
under each description it would be out of this world! :) -bakki On 10/26/06, Pavel Krivanek <[hidden email]> wrote: > On 10/26/06, Rick Flower <[hidden email]> wrote: > > I get a connection refused.. Perhaps the powers-that-be can fix it.. > > Do you mean http://shorecomponents.seasidehosting.st/? > > -- Pavel > _______________________________________________ > 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 |
Bakki Kudva wrote:
> Awesome! For newbie like me if there were usage notes, sample code > under each description it would be out of this world! :) I was kinda wondering the same thing -- IF we want to use ShoreComponents and aside from looking at the demo code (which appears to be the only form of documentation that I was able to find), when should I be using WidgetX to get stuff done? I see Panels and a variety of other "stuff" as part of the ShoreComponents package, but am not sure which ones I should be trying to use and which ones might be considered "private" (or internal). It would also be nice to see what possible features are for each of the widgets in terms of sizing/placement, etc. For the main App #4 demo, I saw that it was using two panels (if I recall) and within the panels other widgets were being placed. However, the first thing I was wondering about was how to control panel placement and what about setting the size -- or is that controlled by the content? Anyway, I'll probably just dive in and see what happens, but I guess it would be nice to have some form of a road-map of sorts on what places to start out with and what things to stay away from if they're not meant for general use (e.g. the private stuff if you will). _______________________________________________ Seaside mailing list [hidden email] http://lists.squeakfoundation.org/cgi-bin/mailman/listinfo/seaside |
On 10/26/06, Rick Flower <[hidden email]> wrote:
> Anyway, I'll probably just dive in and see what happens, but I guess it > would be nice to have some form of a road-map of sorts on what places to > start out with and what things to stay away from if they're not meant > for general use (e.g. the private stuff if you will). Short of the road-map and component reference, toggle-halos has been my best friend. Some times you have to climb heirarchy trees to see what's happening :) -bakki _______________________________________________ Seaside mailing list [hidden email] http://lists.squeakfoundation.org/cgi-bin/mailman/listinfo/seaside |
Free forum by Nabble | Edit this page |