[web2py] No Dropdown with forign key constraing even though table has format=''

2014-10-04 Thread Moustafa Mahmoud
Hello every one, this has been driving me crazy for more than two hours now, why doesn't the referenced field in the second table have a dropdown to choose category from ?? I cant figure out what is wrong . please help me db.define_table('product_categories', Field('category_name',notnull=True)

[web2py] Implementing A Large Scale Engineering Equations Calculator in web2py

2014-08-08 Thread Moustafa Mahmoud
Hello all, I am implementing a large project for a group of engineers , they are aiming at producing an online engineering calculator for all engineering fields, Civil Engineering , General Mathmatics , etc. I am looking for tips about how I could handle something like that in web2py, more preci

[web2py] Re: Bootstrap is really killing web2py

2014-07-27 Thread Moustafa Mahmoud
> > On Wednesday, 23 July 2014 01:57:59 UTC-5, Gael Princivalle wrote: >> >> Hello Moustafa. >> >> I agree with you and hope that we'll have soon a fully Bootstrap 3 web2py >> version. >> >> Il giorno venerdì 18 luglio 2014 21:17:34 UTC+2, Mousta

[web2py] Re: auth.settings.formstyle='bootstrap3' doesn't apply to Verify Password Field ?

2014-07-20 Thread Moustafa Mahmoud
684630177e9 > Diff sqlhtml.py, html.py and welcome/* > Almost all you need it there. > > On Friday, 18 July 2014 19:59:14 UTC-5, Moustafa Mahmoud wrote: >> >> I am trying to migrate to bootstrap3, when I try to change the form style >> to bs3 , all the elements of regis

[web2py] auth.settings.formstyle='bootstrap3' doesn't apply to Verify Password Field ?

2014-07-20 Thread Moustafa Mahmoud
I am trying to migrate to bootstrap3, when I try to change the form style to bs3 , all the elements of registration form convert correctly except for Verify Password field, In fact the html for this particular field is different from the other form fields, is there a solution for that ? what sh

[web2py] Bootstrap is really killing web2py

2014-07-20 Thread Moustafa Mahmoud
I have been using web2py for 3 years know, and I was really impressed by it, I defended it in every discussion, even implemented all my projects using it and even convinced my Graduation Project Team to use it in our GP. However, as my skill increased and I began looking more into customizing my