Hi, noob question here... I'm trying to create an admin interface with Web2py, with a navbar on top and / or a sidebar. I'm seeing that even without adding too much logic to the app, screen needs to go blank every time a link is clicked for then reloading all components back again. I've been investigating how other sites or apps are programmed; I supposed other frameworks used ajax for reloading only certain divs while the navigation panes remained the same, but I'm seeing that's rarely the case. I've seen suggestions on forums telling to put all javascript content on bottom of the page for preventing this effect, but my Web2py app has this problem from the very beginning. On brand new computers this is less noticeable although is clearly visible, and it gets worse on low end machines.
For example, - web2py.com website doesn't have that problem, and as far as I can see, there's no ajax involved on it. - If I refresh a newly initialized web2py app, it flickers. - If I navigate through any admin page or just press F5 while I am at the admin, there's no flicker! (having a lot more content to display...) I also tried compiling the app and removing the development toolbar, but the problem is still there. I could solve it by loading pages through ajax, but this requires changing all my links. I wanted to know if anyone else has faced this issue, and if there's a better way to solve it. Regards! -- Resources: - http://web2py.com - http://web2py.com/book (Documentation) - http://github.com/web2py/web2py (Source code) - https://code.google.com/p/web2py/issues/list (Report Issues) --- You received this message because you are subscribed to the Google Groups "web2py-users" group. To unsubscribe from this group and stop receiving emails from it, send an email to web2py+unsubscr...@googlegroups.com. For more options, visit https://groups.google.com/d/optout.