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,
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
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
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
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
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
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
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
8 matches
Mail list logo