Re: [web2py] Conexao POSTGRESQL vs PYTHON/WEB2PY - problemas

2013-10-28 Thread Robert O'Connor
Posting in english may be a better ideaj --rob Sent from my cell...excuse typos On Oct 28, 2013 10:35 AM, "Carlynhos77" wrote: > ola, realmente esse trem nao vai... criei o arquivo db.py, joguei o codigo > nele, tirei as referencias do gluon, dai ja veio outros erros... > > vou rever os vide

Re: [web2py] PyCharm 3.0 EAP web2py support!!

2013-08-08 Thread Robert O'Connor
EAP is fine. I use it all the time. On Aug 8, 2013 4:04 PM, "Richard Vézina" wrote: > > http://confluence.jetbrains.com/display/PYH/JetBrains+PyCharm+Preview+%28EAP%29 > > 30 days free from july 29 > > But it not even as stable as a beta... Be aware. > > Richard > > > On Thu, Aug 8, 2013 at 3:56

Re: [web2py] Simplest form of internal messaging

2013-08-04 Thread Robert O'Connor
A message queue is also needed potentially...if this is real time...also this is python...a monkey can do this... On Aug 4, 2013 9:29 PM, "Alex Glaros" wrote: > Can anyone help me think of a primitive form of internal messaging between > users of an app? No external email, nothing fancy because

Re: [web2py] Re: new demo appliance for gmap and fullcalendar

2012-09-21 Thread Robert O'Connor
Same issue as all the above ---rob Sent from my phone...excuse any typos. On Sep 21, 2012 9:27 AM, "Richard Vézina" wrote: > Forgot it : > > Don't forget the appliances page: > http://web2py.com/appliances > > I think the AppointmentManager app implements a calendar that might be > interesting.

Re: [web2py] Re: display rows with different color

2010-08-13 Thread Robert O'Connor
Or if the browser supports CSS3: http://www.w3.org/TR/css3-selectors/#nth-child-pseudo that works -- but it styles *ALL* tables... be warned :) -Rob On Fri, Aug 13, 2010 at 5:09 AM, mdipierro wrote: > Add something like this to the view (or the layout): > > jQuery("tr:odd").css("background-co

Re: [web2py] Re: Making old urls for the book work

2010-08-12 Thread Robert O'Connor
No problem! -Rob On Thu, Aug 12, 2010 at 6:29 PM, mdipierro wrote: > oops. fixed. thanks for pointing this out. > > > > On Aug 12, 5:21 pm, "Robert O'Connor" wrote: >> Example:http://web2py.com/book/default/section/7/7is busted (custom >> forms from t

Re: [web2py] Re: Making old urls for the book work

2010-08-12 Thread Robert O'Connor
Example: http://web2py.com/book/default/section/7/7 is busted (custom forms from the 2ed. of the book). That is cached/indexed by google. -Rob On Thu, Aug 12, 2010 at 6:12 PM, mdipierro wrote: > Sorry. I do not understand. :-( > > On Aug 12, 3:55 pm, "Robert O'Con

[web2py] Making old urls for the book work

2010-08-12 Thread Robert O'Connor
Hey, Massimo could you make it so that the old URLS (which are cached by google) work? You don't break backwards compatibility in web2py, so why not follow suit with the book? =D --rob

Re: [web2py] Re: ARTICLE: The good and bad about web2py

2010-08-01 Thread Robert O'Connor
-Rob On Sun, Aug 1, 2010 at 4:42 PM, Scott wrote: > I missed the last few sections when I pasted in my response :-) > > - web2py uses the DAL as documented here: > http://en.wikipedia.org/wiki/Web2py#Database_handling; > why is an ORM needed? > > - web2py has excellent IDE support through Eclip

Re: [web2py] Documentation on moving common code into modules?

2010-06-14 Thread Robert O'Connor
throw it into the "modules" directory in its own file say foo.py -Rob On Mon, Jun 14, 2010 at 5:11 PM, David Mitchell wrote: > Hello all, > > I'm at early days in my 1st serious web2py project, and I've got a few bits > of code that are common to multiple different controllers. > > I want to mo

[web2py] Re: New to web app development -- is web2py a good choice

2010-05-29 Thread Robert O'Connor
Some of the cookbooks are handy. What if somebody provided a way to do "wizard" style user interfaces. (I requested information on a separate thread -- which is currently awaiting moderation) There is both a lack of official documentation and even resources of those who've used it! I've done goog

[web2py] "wizard" style forms in web2py

2010-05-29 Thread Robert O'Connor
eloping something like this in web2py... Does anybody know either of an app that does this that I can look at for examples or perhaps a strategy of implementing this? If you're in the United States -- Happy Memorial Day weekend! -Robert O'Connor