[web2py] Re: Help with menu error using web2py 2.0.9

2012-10-03 Thread Paolo Caruccio
With datatable do you mean that one from datables.net? If yes, I used this guide http://datatables.net/blog/Twitter_Bootstrap_2 and I did not have any problem. Il giorno mercoledì 3 ottobre 2012 02:16:07 UTC+2, apps in tables ha scritto: For me, The using of datatable will make the menu

[web2py] Re: Help with menu error using web2py 2.0.9

2012-10-03 Thread apps in tables
Thanks... --

[web2py] Re: Help with menu error using web2py 2.0.9

2012-10-02 Thread apps in tables
Hi everybody, Let me describe the situation on the other side of the world. env : windows , web2py 2.0.9 stable application : has menus and submenus behaviour : on starting page (hover over menu shows the submenus ) selecting submenu item that use

[web2py] Re: Help with menu error using web2py 2.0.9

2012-10-02 Thread apps in tables
Browser : Chrome On Tuesday, October 2, 2012 5:54:10 PM UTC+3, apps in tables wrote: Hi everybody, Let me describe the situation on the other side of the world. env : windows , web2py 2.0.9 stable application : has menus and submenus behaviour : on starting page

[web2py] Re: Help with menu error using web2py 2.0.9

2012-10-02 Thread Paolo Caruccio
Thank you for your feedback, but I still can't repeat the problem you are having. I will do more tests. With regard to PortableApps, I was just sharing my happy experience: I make continuous changes to the settings of my browser, so with repeated installs and uninstalls. Using, instead, a

[web2py] Re: Help with menu error using web2py 2.0.9

2012-10-02 Thread apps in tables
For me, The using of datatable will make the menu hovering not working. removed datatable and the menu is working fine... Regards. --

[web2py] Re: Help with menu error using web2py 2.0.9

2012-09-28 Thread JoeCodeswell
Dear Paolo, You said: I tested my layout.html in several Windows scenarios (windows7, windowsXp sp3) with several browsers... I am not sure I was clear about the fact that the *Small Viewport Problem *was *NOT on my Windows machine*. It *WAS on my Ubuntu machine*. On my windows machine,

[web2py] Re: Help with menu error using web2py 2.0.9

2012-09-28 Thread JoeCodeswell
Dear Paolo, I will try this on *both* my *Windows* machine *AND* my *Ubuntu* machine. Also, please see my previous post, of about 5 minutes ago, in response to you, regarding the *different* types of *failure modes* for my *Windows and Ubuntu* machines. [The *three white lines* *never* show

[web2py] Re: Help with menu error using web2py 2.0.9

2012-09-28 Thread Paolo Caruccio
Joe, thank you very much for the precious informations. The behavior in Ubuntu that you described at 2.2 point of the list is normal (collapsed menu). With regard to Windows I can't reproduce the issue on my XP3 system. Would you please use a cleaned browser (I usually use a portable version

[web2py] Re: Help with menu error using web2py 2.0.9

2012-09-27 Thread Paolo Caruccio
Joe, maybe I understand which is the problem and I have a solution. Please put the attached layout.html in testxjoe/wiews in place of the old one and check if it works. In this latter case, I will submit a patch to issue tracker. Issue summary: Start an application when browser window size is

[web2py] Re: Help with menu error using web2py 2.0.9

2012-09-27 Thread Paolo Caruccio
Joe, maybe I understand which is the problem and I have a solution. Please put the attached layout.html in testxjoe/views in place of the old one and check if it works. [note:this message has been canceled 3 times from group (security police?). Please rename the extension file to html] In this

[web2py] Re: Help with menu error using web2py 2.0.9

2012-09-27 Thread Paolo Caruccio
Joe, maybe I understand which is the problem and I have a solution. Please put the attached layout.html in testxjoe/wiews in place of the old one and check if it works. In this latter case, I will submit a patch to issue tracker. Issue summary: Start an application when browser window size is

[web2py] Re: Help with menu error using web2py 2.0.9

2012-09-27 Thread Paolo Caruccio
Joe, maybe I understand which is the problem and I have a solution. Please put the attached layout.html in testxjoe/wiews in place of the old one and write me if it works. In this latter case I will submit a patch to issue tracker. Issue summary: Start an application when browser window size is

[web2py] Re: Help with menu error using web2py 2.0.9

2012-09-27 Thread Niphlod
it's not a web2py issue, you are having issues with the new scaffolding app and the css running on it. Just copy the welcome app folders views and static of 1.99.2 over the app you are developing on 2.0.9 . On Thursday, September 27, 2012 11:16:21 PM UTC+2, JoeCodeswell wrote: Dear web2py

[web2py] Re: Help with menu error using web2py 2.0.9

2012-09-27 Thread JoeCodeswell
Dear Niphlod, Thanks for the suggestion. I'll try that. I also answered my own question about where are the old versions. The last 1.99.x version looks to be 1.99.7 and is found herehttp://code.google.com/p/web2py/source/browse/?name=R-1.99.7.

[web2py] Re: Help with menu error using web2py 2.0.9

2012-09-27 Thread Paolo Caruccio
It's very strange. I tested my layout.html in several Windows scenarios (windows7, windowsXp sp3) with several browsers (last version of Opera, Firefox, Chrome and IE9) without any issue. I used the last trunk of web2py, not stable version 2.0.9. Anyway, web2py 2.0.9 has topbar menu managed via

[web2py] Re: Help with menu error using web2py 2.0.9

2012-09-27 Thread Paolo Caruccio
Joe a last try. I confused web2py versions on my pc. In last trunk of web2py the javascript hover menu funcion has been moved in static/js/web2py_bootstrap.js Here attached new test4joe. Finger crossed. Il giorno giovedì 27 settembre 2012 23:38:26 UTC+2, JoeCodeswell ha scritto: Dear Niphlod,

[web2py] Re: Help with menu error using web2py 2.0.9

2012-09-25 Thread JoeCodeswell
On my Ubuntu 12.04 LTS machine here's what i did so far. 1. from https://github.com/web2py/web2py/ i downloaded the ZIP for commit 722b16e620 authored 12 hours ago. 2. unzipped it to my home directory. The directory structure for ~/web2py-web2py-722b16e is applications deposit

[web2py] Re: Help with menu error using web2py 2.0.9

2012-09-25 Thread JoeCodeswell
I just noticed that i double copied the contents of models/menu.py. I am posting the proper menu.py content. The behavior is the same as i described it before, it was NOT WORKING like it did on my windows machine. NOT EVEN the top level menus showed up in the black bar. HOWEVER, a Horizontally

[web2py] Re: Help with menu error using web2py 2.0.9

2012-09-25 Thread Paolo Caruccio
Please try to rename bootstrap-responsive.min.css in static/css folder (for example change the name in _bootstrap-responsive.min.css Moreover could you check the viewport dimensions? It seems a responsive layout issue. Il giorno martedì 25 settembre 2012 19:20:18 UTC+2, JoeCodeswell ha

[web2py] Re: Help with menu error using web2py 2.0.9

2012-09-25 Thread JoeCodeswell
Dear Paolo, Here is the behavior *before* and *after* renaming bootstrap-responsive.min.css to be _bootstrap-responsive.min.css BEFORE renaming bootstrap-responsive.min.css ro be _bootstrap-responsive.min .css Normal Size Viewport: w=959 h=678 Behavior:

[web2py] Re: Help with menu error using web2py 2.0.9

2012-09-24 Thread Massimo Di Pierro
Can you please try the nightly build? I think this problem may be related to a nasty issue with URL that was fixed last week. In fact I cannot reproduce the problem with trunk, using your code. Massimo On Wednesday, 19 September 2012 18:33:16 UTC-5, JoeCodeswell wrote: I have gone one more

[web2py] Re: Help with menu error using web2py 2.0.9

2012-09-19 Thread JoeCodeswell
I have gone one more step in trying to isolate the problem. Given the existence of models/[menu.py, db.py] in the previous post, when default-fail.py is copied to controllers/default.py, the sub-menus DO NOT show up when hovered over. However, when default-welcome209.py is copied to