Some Evaluator/Updater question...

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
3 messages Options
Reply | Threaded
Open this post in threaded view
|

Some Evaluator/Updater question...

Alexandre Paes
Hi everyone,

I'm having a hard time achieving what i thought would be some really
basic functionality. Basically i have a row of items each including a
hidden DIV element where i want to render an editor widget. I can load
the editor through an SUUpdater or and SUEvaluator, but i would like to
also have a blindUp effect on this containing DIV only after the editor
widget gets loaded. I tried using the #onSuccess of the
evaluator/updater but had no luck, does anyone have some idea how to get
this working?


Thanks in advance for the help,

Alexandre Paes



_______________________________________________
seaside mailing list
[hidden email]
http://lists.squeakfoundation.org/cgi-bin/mailman/listinfo/seaside
Reply | Threaded
Open this post in threaded view
|

Re: Some Evaluator/Updater question...

Lukas Renggli
> I'm having a hard time achieving what i thought would be some really
> basic functionality. Basically i have a row of items each including a
> hidden DIV element where i want to render an editor widget. I can load
> the editor through an SUUpdater or and SUEvaluator, but i would like to
> also have a blindUp effect on this containing DIV only after the editor
> widget gets loaded. I tried using the #onSuccess of the
> evaluator/updater but had no luck, does anyone have some idea how to get
> this working?

Normally that should work. Can you provide your code so that I can
reproduce the problem with one click?

Lukas

--
Lukas Renggli
http://www.lukas-renggli.ch
_______________________________________________
seaside mailing list
[hidden email]
http://lists.squeakfoundation.org/cgi-bin/mailman/listinfo/seaside
Reply | Threaded
Open this post in threaded view
|

Re: Some Evaluator/Updater question...

Alexandre Paes
Hi Lukas,

Sorry for the delay in answering back but i've been away from the office
for a few days.

I've managed to solve the issue. it was just me being dumb, i was trying
to have some callback executed with the #onSuccess without ajax, i moved
all these into the updater/evaluator and left only the blind effect on
the #onSuccess which now works correctly.

Thanks for the help,

Alex Paes


Em 10/15/07 19:50 Lukas Renggli escreveu:

>> I'm having a hard time achieving what i thought would be some really
>> basic functionality. Basically i have a row of items each including a
>> hidden DIV element where i want to render an editor widget. I can load
>> the editor through an SUUpdater or and SUEvaluator, but i would like to
>> also have a blindUp effect on this containing DIV only after the editor
>> widget gets loaded. I tried using the #onSuccess of the
>> evaluator/updater but had no luck, does anyone have some idea how to get
>> this working?
>
> Normally that should work. Can you provide your code so that I can
> reproduce the problem with one click?
>
> Lukas
>
_______________________________________________
seaside mailing list
[hidden email]
http://lists.squeakfoundation.org/cgi-bin/mailman/listinfo/seaside