Do you get any Firebug errors that point that out as the cause. If you were 
calling functions that weren't defined then there would be some kind of error

----- Original Message -----
From: "DEEPAK BHATIA" <toreachdee...@gmail.com>
To: symfony-users@googlegroups.com
Sent: Tuesday, August 4, 2009 8:20:42 AM GMT +02:00 Harare / Pretoria
Subject: [symfony-users] Re: link_to_remote page flicker


Hi,

This wait is for making page/template available on the main page.

But I think the problem I am facing is that Yahoo Javascript library
is available on main page but its called library functions is in main
page.

Regards

Deepak

On Mon, Aug 3, 2009 at 4:21 PM, DEEPAK BHATIA<toreachdee...@gmail.com> wrote:
> Hi,
>
> It is still not helping.
>
> Thanks
>
> Deepak
>
> On Mon, Aug 3, 2009 at 2:20 PM, Gareth McCumskey<gmccums...@gmail.com> wrote:
>>
>> One thing we have done that seems to help is in the link_to_remote set an 
>> effect and make the duration larger than 0.5 seconds, example:
>>
>> <?php echo link_to_remote("Link text", array(
>>    "url"=>"module/action",
>>    "update"=>"div_to_update",
>>    "script"=>true,
>>    "complete"=>"Effect.Appear('div_to_load', { duration : 0.5 })"
>> )) ?>
>> ----- Original Message -----
>> From: "DEEPAK BHATIA" <toreachdee...@gmail.com>
>> To: symfony-users@googlegroups.com
>> Sent: Monday, August 3, 2009 10:45:31 AM GMT +02:00 Harare / Pretoria
>> Subject: [symfony-users] link_to_remote page flicker
>>
>>
>> Hi,
>>
>> I am using ajax helper link_to_remote in the main page. The page that
>> gets displayed mentioned in link_to_remote has external javascript
>> library calls.
>>
>> When the ajax called page loads, i get a flicker.
>>
>> Please let me know if any solution to avoid this.
>>
>> Regards
>>
>> Deepak
>>
>>
>>
>> >>
>>
>



--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"symfony users" group.
To post to this group, send email to symfony-users@googlegroups.com
To unsubscribe from this group, send email to 
symfony-users+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/symfony-users?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to