Re: [web2py] Re: Session / Originating IP

2020-07-08 Thread Clara Ferrando
Hello José, Thanks for your reply. I think you are right. I was somewhat confused because on mobile I notice the web2py application asks me to re-login almost daily. Not sure why yet... Regards, Clara On Wed, Jul 8, 2020 at 4:59 PM Jose C wrote: > I haven't looked into the code specifically,

Re: [web2py] Re: SSL on Windows / Python 3.6.5 not working

2019-04-23 Thread Clara Ferrando
Hello Joao, Thanks for your reply. I tried it, disabled Windows defender but I am still getting the same error... It does not happen with Python 2.7 though. Maybe Python 3 socket module could be causing the issue? I am open to all suggestions. Thanks, Clara On Tue, Apr 23, 2019, 5:52 AM João

Re: [web2py] Re: Customize multiselect widget

2016-08-16 Thread Clara Ferrando
Hello Donald, Thanks a lot for your detailed answer! I am going to try it; it seems to be exactly what I need and from your instructions, it should be simple to set up. I really appreciate your help! :-) Best regards, Clara On Tue, Aug 16, 2016 at 8:14 PM, Donald McClymont

Re: [web2py] Re: Best and simpler approach to Inline editing / deleting / appending (jqGrid, Jeditable,etc)

2015-02-13 Thread Clara Ferrando
Hello, Thanks all for the support and suggestions. I was able to get the slice using Jqgrid working ( http://www.web2pyslices.com/slice/show/1714/jqgrid-viewing-and-updating-data). But I will take a look at the Massimo and Michael suggestions. Thanks again, Clara On Feb 11, 2015 1:25 PM,

Re: [web2py] Re: Component with argument example

2014-12-15 Thread Clara Ferrando
Hello Anthony, Thanks for your patience :) Here is the code: *MODEL* db.define_table('t_owner', Field('f_name', type='string', label=T('Name')), Field('f_lastname', type='string', label=T('Lastname')),auth.signature, format='%(f_name)s', migrate=settings.migrate)

Re: [web2py] Re: bootswatch theme - how to do it

2014-10-11 Thread Clara Ferrando
Panels, labels, for example. Labels are rendered small, background color is overridden in some cases ( default, info , etc) Panels show up with no borders and default/warning, etc styling has no effect. I am using Cerulean from bootswatch 2.2.2. I think it works the same with the other themes.