[web2py] Re: Form generated in super class causes 303 error when validator is given the 'next' parameter

2014-10-25 Thread Spokes
I'll see if I can reproduce it in a minimal version. On Saturday, October 25, 2014 7:01:35 PM UTC-5, Anthony wrote: > > Hard to say without seeing the relevant code. > > On Saturday, October 25, 2014 7:16:55 PM UTC-4, Spokes wrote: >> >> I have a class (let's call it MyClass) which has a super cla

[web2py] Re: Form generated in super class causes 303 error when validator is given the 'next' parameter

2014-10-25 Thread Anthony
Hard to say without seeing the relevant code. On Saturday, October 25, 2014 7:16:55 PM UTC-4, Spokes wrote: > > I have a class (let's call it MyClass) which has a super class (let's call > it SuperClass) - these classes are in separate files under 'models'. > MyClass defines a database table, an

[web2py] Form generated in super class causes 303 error when validator is given the 'next' parameter

2014-10-25 Thread Spokes
I have a class (let's call it MyClass) which has a super class (let's call it SuperClass) - these classes are in separate files under 'models'. MyClass defines a database table, and it can call a SuperClass function to construct an SQLFORM for that table. This works perfectly fine unless a 'nex

Re: [web2py] Re: Kendo UI

2014-10-25 Thread Phyo Arkar
Forgot the actual site : http://qooxdoo.org http://demo.qooxdoo.org/current/widgetbrowser/ http://demo.qooxdoo.org/devel/demobrowser/# On Sun, Oct 26, 2014 at 4:52 AM, Phyo Arkar wrote: > Also check out Qooxdoo. If you are going to build Desktop Style UI , > Qooxdoo is perfect (And code is much

Re: [web2py] Re: Kendo UI

2014-10-25 Thread Phyo Arkar
Also check out Qooxdoo. If you are going to build Desktop Style UI , Qooxdoo is perfect (And code is much cleaner because there is no need for Jquery or Selectors). Web2py Demo : http://herspos.appspot.com/HersPOS https://code.google.com/p/herspos/ On Sat, Oct 25, 2014 at 10:07 PM, Anthony wrote

[web2py] Re: best way to play sound one time? session or cookies

2014-10-25 Thread LoveWeb2py
Thank you, Massimo. I'll look into that. First time I've heard of html5 local storage. On Friday, October 24, 2014 12:48:14 AM UTC-4, Massimo Di Pierro wrote: > > I would do this all in JS. You play the file then store in a html5 local > storage a flag that says you played it. Next time you chec

Re: [web2py] SQLFORM.grid created from request.vars - search, pagination etc breaks

2014-10-25 Thread Alen Cerovic
two years later I am struggling with same problem, is grid vars parameter now included in web2py? Dana srijeda, 24. listopada 2012. 11:56:21 UTC+2, korisnik Niphlod napisao je: > > isn't this a little silly ? we have an args parameter to the grid but not > a vars one > > Could you try to te

[web2py] grid search on field "list:string"

2014-10-25 Thread Alen Cerovic
Grid search widget does not show fields with datatype "list:". How to "enable" searching on these fields in grid search? -- Resources: - http://web2py.com - http://web2py.com/book (Documentation) - http://github.com/web2py/web2py (Source code) - https://code.google.com/p/web2py/issues/list (Repor

Re: [web2py] Re: Exporting from a SQLFORM.grid with customized search queries

2014-10-25 Thread Dexter Hadley
Done: https://code.google.com/p/web2py/issues/detail?id=2006 . Glad to help. Thx, dex* > On Oct 24, 2014, at 4:47 PM, Massimo Di Pierro > wrote: > > Hello Dexter, I think your are right. I will review this asap. Meanwhile, > would you

[web2py] Re: Shopping cart concept without the payment

2014-10-25 Thread Joe
I am trying to simplify this so I can understand the logic but I am missing an element. Below is my test experiment, I don't know how to make the selection: Now, I only have one table: db.define_table('images', Field('picture_name'), Field('selected_pictures', 'boolean',default=False)) Th

[web2py] Re: Correction for setup-web2py-heroku.sh script

2014-10-25 Thread Massimo Di Pierro
I just did it for you. :-) On Saturday, 25 October 2014 07:38:42 UTC-5, Jay Martin wrote: > > Thanks Massimo, > > I'll try it out and submit a PR if the new way doesn't break anything. > > My best, > > Jay > > On Thursday, October 23, 2014 10:20:59 AM UTC-4, Massimo Di Pierro wrote: >> >> It is a

[web2py] Re: plugin_jstree - ImportError: No module named globals

2014-10-25 Thread Alen Cerovic
I figured it myself searching the forum but thank you anyway you pinpointed it right :-) It might be good to change it in source code so after upgrading to newer version I do not have to think to change it again thnx Dana četvrtak, 23. listopada 2014. 16:04:43 UTC+2, korisnik Massimo Di Pierro

[web2py] Re: EMAIL | IMAP + SMTP | Compose Email = Save as Draft + Send via SMTP

2014-10-25 Thread Massimo Di Pierro
Yes it blocks. It is better to use the scheduler to send emails in background. On Saturday, 25 October 2014 03:32:36 UTC-5, Tim Richardson wrote: > > I haven't had a good experience with mail.send > It seems to block python which is a problem if you have a single process > webserver (like Rocket

[web2py] Re: Kendo UI

2014-10-25 Thread Anthony
> > 2. How should the 2nd level of integration be done ? > You can create a custom formstyle function and pass it as the "formstyle" argument. For an example of such a function, see the Bootstrap function: https://github.com/web2py/web2py/blob/master/gluon/sqlhtml.py#L783 Anthony -- Resourc

[web2py] Re: Kendo UI

2014-10-25 Thread Osswalt
Mee too interested in Kendo, I love their UI, but any experience with it. -- Resources: - http://web2py.com - http://web2py.com/book (Documentation) - http://github.com/web2py/web2py (Source code) - https://code.google.com/p/web2py/issues/list (Report Issues) --- You received this message becaus

[web2py] Re: Correction for setup-web2py-heroku.sh script

2014-10-25 Thread Jay Martin
Thanks Massimo, I'll try it out and submit a PR if the new way doesn't break anything. My best, Jay On Thursday, October 23, 2014 10:20:59 AM UTC-4, Massimo Di Pierro wrote: > > It is a matter of preference but I think you are right. Your approach is > best. > > > On Wednesday, 22 October 2014

[web2py] Kendo UI

2014-10-25 Thread ArtDijk
LS We are developing a kind of business application. The standard w2p application user interface is not rich enough for our needs. We nee more widgets. Kendo UI seems a nice jQuery based JS framework. Our questions: 1. Do you consider Kendo ui a suitable choice taking into account features versu

[web2py] Re: EMAIL | IMAP + SMTP | Compose Email = Save as Draft + Send via SMTP

2014-10-25 Thread Tim Richardson
I haven't had a good experience with mail.send It seems to block python which is a problem if you have a single process webserver (like Rocket, or apache on windows) . You should probably use the scheduler for sending mail (since this means the process which gets blocked is not the webserver).