[web2py:10132] Re: generate menu with category headers

2008-10-12 Thread Snoboardfreak
hey pros! anyone tried above code and got same error? or am i doing something (very) stupid? any help great!! tx --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "web2py Web Framework" group. To post to this group,

[web2py:10079] Re: generate menu with category headers

2008-10-10 Thread Snoboardfreak
I went back to Massimos original code... and now I get this error: TypeError: 'NoneType' object is not iterable ticket: for head in response.menu: response.write('\n',escape=False) response.write(A(head[0],_href=head[2])) response.write('\n \

[web2py:10025] Re: generate menu with category headers

2008-10-09 Thread Snoboardfreak
thanks Massimo and phyo! no idea why but after trying Massimos latest code i get same error ValueError: too many values to unpack this is whats in the ticket if response.menu: response.write('\n \n ',escape=False) for name,active,link in response.menu: response.write('\n ',escape

[web2py:9992] Re: generate menu with category headers

2008-10-08 Thread Snoboardfreak
damn i'm still getting the same error sorry --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "web2py Web Framework" group. To post to this group, send email to web2py@googlegroups.com To unsubscribe from this group, s

[web2py:9986] Re: generate menu with category headers

2008-10-08 Thread Snoboardfreak
thanks sooo much massimo!!! i'm trying your code now and getting this error ValueError: too many values to unpack any ideas why? --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "web2py Web Framework" group. To post

[web2py:9947] Re: generate menu with category headers

2008-10-07 Thread Snoboardfreak
27; debate? snoboardfreak --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "web2py Web Framework" group. To post to this group, send email to web2py@googlegroups.com To unsubscribe from this group, send email to [

[web2py:9942] Re: generate menu with category headers

2008-10-07 Thread Snoboardfreak
yo web2pyfreakz! ANYONE NEED COFFEE?? :-) if you've drunk from da brew, any thoughtz on how to - add headers to controller generated menus? - render 2 menus (horizontal and vertical) in same view from different controllers? (so far i can get a vertical menu *without* headers generated) these

[web2py:9933] Re: generate menu with category headers

2008-10-07 Thread Snoboardfreak
these are stupid question but i cant find answer anywhere and i need these simple page elements updating static menu kills my fingers and brain! thank u pros snoboardfreak --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google

[web2py:9913] generate menu with category headers

2008-10-07 Thread Snoboardfreak
hi all (me again sorry) anyone generated vertical menu with category headers between links? i was looking at annets post on how to generate menus http://groups.google.com/group/web2py/browse_thread/thread/9dc3b60c529a04e9 and got my own menu going using a controller with css and view. but i c

[web2py:9896] Re: Generate menu

2008-10-07 Thread Snoboardfreak
hope its cool to add to this thread? some good info here on different ways to make menu! but i can't find way to make menu to have headers between links. anyone know how to do this?? like: ** header eg cars ** link link link ** header eg bikes ** link link link

[web2py:9895] Re: Ways to make AJAX tab panel?

2008-10-07 Thread Snoboardfreak
thanks Massimo i got it goin. no idea why it suddenly worked could be the 3 coffees i knocked back 5mins before! awesome offer tho - you really look out for people here!! thx --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Goo

[web2py:9888] Re: Ways to make AJAX tab panel?

2008-10-06 Thread Snoboardfreak
thanks DenesL i found it now still can't get tabs working. is my post above with views correct code? sorry to push this but very frustrating as had no problem getting jquery to work outside of web2py. i must be doing something stupid! snoboard