ok, so, I took another look, and...
I agree with the noasync related code changes, so, i'll merge that in soon
(so as we have it in the 4.1.1 release)

Also, I'm in favor of changing the event connection that DojoWidget does
so that when you specify callback:fn

it generates

dojo.event.connect(Widget, "onClick", fn);

instead of the current
dojo.event.connect(Widget, "onClick", "fn");

This will make it even easier to use (see previous email in this thread)

Anyone sees any problems with that?



andyhot wrote:
> Don't worry...
> After all, "this weekend" may take a loooong time to ... arrive!
>
> Martino Piccinato wrote:
>   
>> Wasn't at all meant to press you Andreas! I just wanted to send the 
>> patch to the list and I was reporting some list problems.
>>
>> Andreas Andreou wrote:
>>   
>>     
>>> Martino, i got the patch 4 days ago -
>>> didnt have much time to work / review it, so hoping to go over
>>> such stuff this weekend!
>>>     
>>>       
>>
>> -------------------------------------------------------------------------
>> This SF.net email is sponsored by: Microsoft
>> Defy all challenges. Microsoft(R) Visual Studio 2005.
>> http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/
>> _______________________________________________
>> Tacos-devel mailing list
>> Tacos-devel@lists.sourceforge.net
>> https://lists.sourceforge.net/lists/listinfo/tacos-devel
>>
>>   
>>     
>
>   

-- 
Andreas Andreou - [EMAIL PROTECTED] - http://andyhot.di.uoa.gr
Tapestry / Tacos developer
Open Source / JEE Consulting


-------------------------------------------------------------------------
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2005.
http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/
_______________________________________________
Tacos-devel mailing list
Tacos-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/tacos-devel

Reply via email to