[web2py] Homemade Task Queues

2012-06-30 Thread mehta
above command. Thanks Harsh Mehta

[web2py] Re: Homemade Task Queues

2012-07-05 Thread mehta
Hi, Here when i run the above command , it says 'application could not be found'. But, i double checked , that folder is there and also it appears when I run the admin interface. Are there any naming conventions that for which I have to take care about? Thanks, Harsh Mehta On Sa

[web2py] Online editor in Chrome browser in Dev build

2012-05-13 Thread Hardik Mehta
Hi, Does anyone have a scroll problem in online editor in Chrome browser using the dev build? Whenever I open a file in the online editor, and if I try to scroll, it scrolls back to the top in Chrome. It works fine in Firefox. I am using Chrome version 18. Thanks. Hardik Mehta

[web2py] from where "Post Author" is displaying?

2012-11-03 Thread archit mehta
i have made small application and able to take input "message:" and "Post Author" but from where this is coming to my page i cannot figure it out so please give me file name and flow how it has come --

[web2py] web2py: sqlform without submit and generating another sqlform

2013-05-29 Thread A Mehta
Per Anthony's request, I am posting my question here. I have a table which holds different kind of 'cards'. Each card has a name and some other information. I am using SQLFORM and IS_IN_DB to create a drop down menu for all the cards stored in the db. What I want is for the user to use the dro

[web2py] web2py: jQuery and two forms

2013-05-31 Thread A Mehta
I have two SQLFORMS with only the elements (no submit button). One SQLFORM has the div 'card' other has the div 'evo'. So far I can detect the user has selected an option via: jQuery('select[name=cards]').on('change', function() { [do something here]}); If the user picks card from the 'card