[Seaside] SU Lightbox and GLORP

Richard K Eng richard.eng at rogers.com
Tue Sep 25 14:57:09 UTC 2007


Yes, you *are* missing something.  :-)

I was trying to apply the exceptionally cool lightbox effect for my
"confirm:" dialog. Maybe I'm being a little anal about it, because
certainly the #confirm: statement will do what I need to do in a
utilitarian fashion, but I wanted to do something a little spiffier
for my application.

Hey, why not?

Richard

------------
Maybe I'm missing something but you shouldn't be using #confirm: instead of
#inform:? I mean just:

 >>remove: anItem

 (self confirm: 'Really?') ifTrue:[self basicRemove: anItem]

 ???

Sebastian



More information about the seaside mailing list