[Seaside-dev] questions

Julian Fitzell jfitzell at gmail.com
Wed Aug 5 13:25:40 UTC 2009


Not the end of the world, but fyi, this discussion would be better on
the general seaside users mailing list where more users can benefit
from it. The seaside-dev list is intended for discussing the
development of Seaside itself and has a much lower subscriber base.

Julian

On Wed, Aug 5, 2009 at 1:19 AM, Sean Glazier<sglazier456 at gmail.com> wrote:
> also not sure if I mentioned it the applcation is an enegry trading
> application. so it will be mission critcal trading application which is why
> the updaters needs to be there to get things like status etc.
>
> I also have been able to use a wide range of seasdie effects and goodies.
> although with IE some are broken like the shore progress updater which never
> seems to want to stop the spinning wheel in ie 7 and 8. that is my next task
> is to get it working on ie properely and to get all the goodies and eye
> candy we use in fire fox working on IE.
>
> BTW thank you for any help. :-)
>
> Sean
>
> On Wed, Aug 5, 2009 at 10:15 AM, Sean Glazier <sglazier456 at gmail.com> wrote:
>>
>> I also alter seaside to to do https and use server certificate etc, but
>> that was too hard to do overall.
>>
>> Sean
>> On Wed, Aug 5, 2009 at 10:13 AM, Sean Glazier <sglazier456 at gmail.com>
>> wrote:
>>>
>>> based off of seaside 2.8 cincom visualworks
>>> protoype version 1.5.1 with a couple of minor bug fixes put in by me
>>> cause of IE 8
>>> scriptatoulous version 1.7.1_beta3
>>>
>>> they were not the ones in the offcial cincom release because I needed
>>> some minor annoying bugs fixed and it didn't break anything with the seaside
>>> 2.8 base we had. I have made some  minor bug fixes and tweaks to seaside 2.8
>>> but nothing major and any additions are orthogonal and cleanly added and
>>> also do not affect updaters at all. or rather they at least should not
>>>
>>> Sean
>>>
>>> On Wed, Aug 5, 2009 at 10:05 AM, Lukas Renggli <renggli at gmail.com> wrote:
>>>>
>>>> What version of Seaside are you on? What Javascript library are you
>>>> using? Scriptaculous, JQuery, ...?
>>>>
>>>> Cheers,
>>>> Lukas
>>>>
>>>> 2009/8/5 Sean Glazier <sglazier456 at gmail.com>:
>>>> > I have a table whose cells I wish to have the div or span tags update
>>>> > for
>>>> > each cell in the application it was rather easy to place and updater
>>>> > in for
>>>> > each cell. however this gets costly poerformance wise the larger that
>>>> > table
>>>> > gets. I can not use row updaters or table updaters since for each row
>>>> > in
>>>> > part of the cell there is a contextsensitive menu. if I update the
>>>> > entire
>>>> > table or row the context sensitive menu will not be able to display.
>>>> >
>>>> > So I am looking for a way to run 1 updater that updates the entire
>>>> > collection fo span or div tags in each cell. this way I run one
>>>> > updater not
>>>> > x X y ones and save memory etc.
>>>> >
>>>> > however I have not been able to find a away to do this yet. So I am
>>>> > going to
>>>> > ask the list how. I tried searching the archive for information on
>>>> > this but
>>>> > could not find information on how. I dod have an inputs filed that
>>>> > when they
>>>> > update mutliple dependent field update and I thought I was setting
>>>> > things up
>>>> > the simliar way only using something like a piece of text that is
>>>> > attached
>>>> > to a periodical updater.
>>>> >
>>>> > I should mention that all the updaters are set to update every 5
>>>> > seconds.
>>>> > (Yes we need to do this).  I have not been able to see ho to get one
>>>> > periodical updater to update a collection of elements.
>>>> >
>>>> > Any help is greatly apreciated.
>>>> >
>>>> > Sean
>>>> > _______________________________________________
>>>> > seaside-dev mailing list
>>>> > seaside-dev at lists.squeakfoundation.org
>>>> > http://lists.squeakfoundation.org/mailman/listinfo/seaside-dev
>>>> >
>>>> >
>>>>
>>>>
>>>>
>>>> --
>>>> Lukas Renggli
>>>> http://www.lukas-renggli.ch
>>>> _______________________________________________
>>>> seaside-dev mailing list
>>>> seaside-dev at lists.squeakfoundation.org
>>>> http://lists.squeakfoundation.org/mailman/listinfo/seaside-dev
>>>
>>
>
>
> _______________________________________________
> seaside-dev mailing list
> seaside-dev at lists.squeakfoundation.org
> http://lists.squeakfoundation.org/mailman/listinfo/seaside-dev
>
>


More information about the seaside-dev mailing list