Re: [web2py] Re: layout with submenu

2011-08-04 Thread Richard Vézina
Which layout plugin? Your plugin maybe outdated... Richard On Thu, Aug 4, 2011 at 5:43 AM, Casey Schroeder wrote: > > Ok, this is just a problem not addressed I see. Not specific to the > above code. If i install the layouts plugin to the welcome app i get > the same result of a menu with od

[web2py] Re: layout with submenu

2011-08-04 Thread Casey Schroeder
Ok, this is just a problem not addressed I see. Not specific to the above code. If i install the layouts plugin to the welcome app i get the same result of a menu with odd behavior, so it is something that will pop up for everyone I think. I will address it in my code. On Aug 1, 3:10 pm, Richa

Re: [web2py] Re: layout with submenu

2011-08-01 Thread Richard Vézina
If you use the wizard maybe there could be a bug somewhere and the menu get it. You should map you menu to your controller function by hand... Start with a single level menu and copy paste sub menu, by trial and error you should be able to figure what the proper syntax you should use base on the e

Re: [web2py] Re: layout with submenu

2011-08-01 Thread Richard Vézina
I know that in one of the latest release of web2py, list menu have been replace by tuple menu... So, it surely still possible to use the list menu, but maybe the tuplue menu not "compatible" with earlier version of web2py... There is also a tiny little detail that could be cause some problem to yo

[web2py] Re: layout with submenu

2011-08-01 Thread Casey Schroeder
Help appreciated. I do not see the error in this code and neither do my editors. All i did was make a new app from scratch (not with the very latest release, but downloaded fresh a week ago) using the wizard and inserted this in menu.py to get this problem (I have tried 5 different new templates

Re: [web2py] Re: layout with submenu

2011-08-01 Thread Richard Vézina
Show your code, it must be closing bracket or something... It is easy to miss one out not closed when making sub-sub-menu, code get confusing sometimes. There is no other threads. Richard On Sat, Jul 30, 2011 at 6:08 AM, Casey Schroeder wrote: > > Hi Richard, i ran into a similar problem with

[web2py] Re: layout with submenu

2011-07-30 Thread Casey Schroeder
Hi Richard, i ran into a similar problem with sub-sub-menus just today using a number of the available layouts in the layouts plugin - in fact all 4 that i downloaded. It worked fine with the default layout, but with the other four the menu was not navigable. I used firefox 5 and the latest sour