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