[web2py] Re: AutocompleteWidget: experimental, magic, RFC

2010-03-27 Thread jep
Tito, I had the same problem, but after i copied the latest jquery.js file to the static/ folder of my application, it automatically closes (after 2 or 3 seconds). Closing should/should be a little faster to give it a more responsive feeling. (i am on linux / firefox 3.5.8) On Mar 16, 11:59 pm,

[web2py] Re: AutocompleteWidget: experimental, magic, RFC

2010-03-27 Thread jep
Cool feature, Is it possible to use the value in input A as a limiting select for input B. eg. If your targets can belong to different groups and Borg2 is only in Group2, not Group1. If i select Group2 in my first input field in a form, then in field 2 of the form the autocomplete should only se

[web2py:37594] starting web2py in the foreground for debugging

2009-12-20 Thread jep
Hi, underdev advised me on to ask my question here is there a way to start web2py in the foreground, so that i can see all the error messages / warnings on the foreground in the terminal where i started web2py ? i like to work with as little as possible mouse clicking and such way of starting wo

[web2py:37656] Re: starting web2py in the foreground for debugging

2009-12-22 Thread jep
Massimo, Tnx for replying. > You can find requests logged in httpserver.log > What kind of logs would you like to see? > > Massimo Basically, having a plain text version of the logs that are now send to the tickets in one big long file would be a nice start. The tickets are great, but during de

[web2py:37887] Re: starting web2py in the foreground for debugging

2009-12-27 Thread jep
Tnx, it works :) Best wishes, On Dec 22, 3:57 pm, mdipierro wrote: > Hi Jep, > > create a file routes.py and in it > > routes_onerror=[('*/*','/logging/default/index')] > > and the create an app "logging" with a "controllers/default.py

[web2py:37888] Re: starting web2py in the foreground for debugging

2009-12-27 Thread jep
For the record, i changed the import line in the index() function to: {{{ from gluon.restricted import RestrictedError }}} Else the browser gives me an errorpage, that it gets a redirect that will never complete. -- You received this message because you are subscribed to the Google Groups

[web2py] SQLFORM.grid many2many name of referenced table instead of id

2012-03-23 Thread jep
Is it possible to show the referenced name field, instead of the id when showing a grid of a many2many table? my model: tsmadm.define_table('report_contact', Field ('report_id', db.reports, requires=IS_IN_DB(db, db.reports.id,'%(name)s') ), Field ('contact_id', db.contact

[web2py] skeleton.css resetting possible css mistake

2012-03-27 Thread jep
With web2py 1.99.7 i try to display preformatted code between " " but the result does not look like preformatted text should look like. . In skeleton.css on line 28 i found that pre is being reset to default (inherit) font, I think this might be the cause. After I removed pre from li