[Seaside] Re: Seaside Digest, Vol 30, Issue 23

Adnan Zaman adnanzaman at yahoo.com
Sat Jun 18 03:48:44 CEST 2005


Hello all,

I am a newbie to SeaSide 2.5 and was wondering if
there was some support for integrating html templates
in it. 

After doing some search, I did find such a package
called NORI but somehow I can't find it on squeakmap.

Any ideas on how to get this package or some other
package with similar functionality?

Thanks,
Adnan

--- seaside-request at lists.squeakfoundation.org wrote:

> Send Seaside mailing list submissions to
> 	seaside at lists.squeakfoundation.org
> 
> To subscribe or unsubscribe via the World Wide Web,
> visit
> 	http://lists.squeakfoundation.org/listinfo/seaside
> or, via email, send a message with subject or body
> 'help' to
> 	seaside-request at lists.squeakfoundation.org
> 
> You can reach the person managing the list at
> 	seaside-owner at lists.squeakfoundation.org
> 
> When replying, please edit your Subject line so it
> is more specific
> than "Re: Contents of Seaside digest..."
> 
> 
> Today's Topics:
> 
>    1. Wrappering Outlook-like menu (Thomas Koschate)
>    2. Re: How to: length of fields (Raymond Asselin)
>    3. How to [ ] ensure: [ ] and call: (Michel Bany)
> 
> 
>
----------------------------------------------------------------------
> 
> Message: 1
> Date: Thu, 16 Jun 2005 21:40:07 -0400
> From: Thomas Koschate <koschate at omasko.com>
> Subject: [Seaside] Wrappering Outlook-like menu
> To: "The Squeak Enterprise Aubergines Server -
> general discussion."
> 	<seaside at lists.squeakfoundation.org>
> Message-ID: <42B229F7.6070201 at omasko.com>
> Content-Type: text/plain; charset=ISO-8859-1
> 
> Sorry, let's try it with the correct subject...
> 
> I'm just getting my feet wet in trying to create a
> compelling user
> experience with Seaside.  Has anyone already made
> some progress, or have
> any advice about wrappering an Outlook-bar style
> control such as this?
> 
>
http://www.dynamicdrive.com/dynamicindex1/outbar2/index.htm
> -- 
>
============================================================
> Thomas Koschate
> -=-=-
> ... If we were all using the same language, it would
> probably be the
> wrong one.
> 
> 
> ------------------------------
> 
> Message: 2
> Date: Thu, 16 Jun 2005 22:23:12 -0400
> From: Raymond Asselin <raymondasselin at sympatico.ca>
> Subject: Re: [Seaside] How to: length of fields
> To: Bill Holloway <bill.holloway at gmail.com>, 	"The
> Squeak Enterprise
> 	Aubergines Server - general discussion."
> 	<seaside at lists.squeakfoundation.org>
> Message-ID:
> 
>
<r02010500-1041-C14643F5DED611D9A785000D935A4CE2@[192.168.1.2]>
> Content-Type: text/plain; charset=UTF-8
> 
> Le 2005/06/16, Bill Holloway
> <bill.holloway at gmail.com> écrivait :
> 
> >Right before you call for the field, use the method
> #attributeAt:put: Like 
> >this --
> >
> >html attributeAt: 'size' put: <your_size>.
> >html attributeAt: 'maxlength' put: <your_maxlenth>.
> >html textInputWithValue: anObject callback: [:v |
> your callback: v]
> >
> >bill in texas
> >
> 
> Hi Bill
>     Raymond in  Québec thank you very much for this
> information
> Ciao
> 
> 
> ------------------------------
> 
> Message: 3
> Date: Fri, 17 Jun 2005 08:50:57 +0200
> From: Michel Bany <m.bany at wanadoo.fr>
> Subject: [Seaside] How to [ ] ensure: [ ] and call:
> To: "The Squeak Enterprise Aubergines Server -
> general discussion."
> 	<seaside at lists.squeakfoundation.org>
> Message-ID: <42B272D1.2020805 at wanadoo.fr>
> Content-Type: text/plain; charset=UTF-8;
> format=flowed
> 
> We are using Seaside to build the UI of a back-end
> service.
> While processing requests to the back-end service,
> the UI is notified of 
> progress
> using Notifications. Also, we need to close the
> connection with the 
> back-end service
> as soon as the transaction is finished. Something
> like this
> 
>     backEndService connect.
>     [
> 
>            [... issue requests to the back-end
> service ...]
> 
>            on: Notification
>             do:
>                  [ :n |
>                  ....  handle the notification ...
>                  n pass]
> 
>     ] ensure: [ backEndService disconnect ].
> 
> This works nicely until, we need to send a #call:
> message in the 
> notification handler
> to request some additional data or some decision
> from the end-user.
> In this specific instance we are asking the user if
> she wants to 
> continue/abort the process
> when it exceeds a certain duration threshold.
> 
> In VW, for some reason, the #call: triggers the
> execution of the 
> #ensure: block which is
> not our intention. To make it work we had to rewrite
> the code to use a 
> lower level api
> in a very circumvoluted "write-only" way.
> 
> Would the same happen in Squeak ?
> Is there any trick for avoiding this ?
> 
> Many thanks for any advice,
> Michel.
>          
>    
> 
> 
> 
> 
> ------------------------------
> 
> _______________________________________________
> Seaside mailing list
> Seaside at lists.squeakfoundation.org
> http://lists.squeakfoundation.org/listinfo/seaside
> 
> 
> End of Seaside Digest, Vol 30, Issue 23
> ***************************************
> 



		
____________________________________________________ 
Yahoo! Sports 
Rekindle the Rivalries. Sign up for Fantasy Football 
http://football.fantasysports.yahoo.com


More information about the Seaside mailing list