[web2py] Re: IMPORTANT - WEB2PY CONSULTING

2015-02-23 Thread Bruno Codeman
Massimo, please add my company: Name: Sonne Tech Website: www.sonnetech.com.br Country: Brazil. Thanks! Em domingo, 15 de fevereiro de 2015 20:21:36 UTC-2, Massimo Di Pierro escreveu: > > We need to update the list of companies that provide web2py consulting. > This list is obsolete: > > http:

[web2py] Re: Manually send confirmation email

2012-10-03 Thread Bruno Codeman
se the onaccept handler of auth.register() to add > custom processing to auth without too much extra work. you can add extra > fields to the auth form, and then do custom processing and let auth do the > rest of the work. > > On Thursday, September 27, 2012 6:24:15 AM UTC-7, Bruno C

[web2py] Re: Manually send confirmation email

2012-10-01 Thread Bruno Codeman
he auth form, and then do custom processing and let auth do the > rest of the work. > > On Thursday, September 27, 2012 6:24:15 AM UTC-7, Bruno Codeman wrote: >> >> Massimo, grazie per rispondere. Actually, I'm not using auth.register, I >> have a table called compa

[web2py] Re: Manually send confirmation email

2012-09-27 Thread Bruno Codeman
bles(username=False, signature=False) > > auth.settings.registration_requires_verification = False ### <<< change > this to True > > On Wednesday, 26 September 2012 23:20:43 UTC-5, Bruno Codeman wrote: >> >> Hi! >> >> I'm creating a custom re

[web2py] Manually send confirmation email

2012-09-26 Thread Bruno Codeman
Hi! I'm creating a custom registration form (my registration form have more than one table on db) , but I need to ask the user to confirm by email the registration, clicking on a link. I would like to use the web2py native feature of sending the email and just let the user log in after click th

Re: [web2py] Validate HTML Form

2012-09-24 Thread Bruno Codeman
thanks again, Bruno. You're always saving me, LoL. Em segunda-feira, 24 de setembro de 2012 13h09min22s UTC-3, rochacbruno escreveu: > > On the processing action you can use > db.table.validate_and_insert(**fields), if validated the record will be > inserted, otherwise it will return the error

[web2py] Validate HTML Form

2012-09-24 Thread Bruno Codeman
Hello everyone! I'm going back to web2py after one year developing with other technologies and saw a lot of good changes! Congrats Massimo and the dev team! So, I would like to ask a question: I have a full HTML form, rendered by an action and processed by other action. There is a way to valid

[web2py] Re: CAS Auth redirect loop

2011-09-06 Thread Bruno Codeman
Any news about it? On 31 ago, 18:08, Jay wrote: > The only comment I have is that there may be problem in the code at > redirect. Raising an exception in redirect does not seem to work. I > would look there. > My $.02. > > Jay

[Ubuntu-zh] 回复: 调查下,各位用的都是哪个版本或发行版

2011-07-11 Thread CodeMan
ArchLinux+Ubuntu10.10 -- 原始邮件 -- 发件人: "郭乐乐"; 发送时间: 2011年7月11日(星期一) 下午3:23 收件人: "ubuntu-zh"; 主题: Re: [Ubuntu-zh] 调查下,各位用的都是哪个版本或发行版 于 2011年07月11日 14:54, zhiwei chen 写道: > ubuntu11.04 > > 2011/7/11 alavin@gmail.com > >> ubuntu 11.04 >> >> 在 201

[appengine-java] DateTime Comparison

2010-05-06 Thread CodeMan
Hi, I am trying to fetch all records after a timestamp with this query select from com.chinua.Entity.Comment where date > 'Sat Apr 17 21:40:05 UTC 2010' order by date desc The query just returns 0 records but there dates after Sat Apr 17. Can anyone help me out? Thanks CHINUA -- You received

[android-developers] Why isn’t multi-touch working for imagebuttons?

2010-05-03 Thread Codeman
I'm using imagebuttons that play sounds using SoundPool. Here is example code a couple of the imagebuttons: ImageButton Button1 = (ImageButton)findViewById(R.id.sound1); Button1.setOnTouchListener(new OnTouchListener() { public boolean onTouch(View v, MotionEvent event) { if (

[appengine-java] Re: org.datanucleus.store.appengine.query.DatastoreQuery$2

2010-04-29 Thread CodeMan
Does anybody have any idea as to how this problem can be solved? Please help. Thanks Chinua On Apr 24, 12:42 am, CodeMan wrote: > Hi, > > Can you please take a look at this error.It has been pending for many > days and I really don't have any clue. This code works fine on my &g

[appengine-java] Re: org.datanucleus.store.appengine.query.DatastoreQuery$2

2010-04-23 Thread CodeMan
Hi, Can you please take a look at this error.It has been pending for many days and I really don't have any clue. This code works fine on my local machine but when deployed it throws exceptions. This is the class that genarates the error. @ManagedBean() @SessionScoped public class MyTemplates imp

[appengine-java] LocalDatastoreTest Error

2010-04-21 Thread CodeMan
Hi, I am trying to unit testing. I copied the sample code on the site as is, but I get the error below. Here is the unit test code import com.google.appengine.api.datastore.DatastoreService; import com.google.appengine.api.datastore.DatastoreServiceFactory; import com.google.appengine.api.datast

[appengine-java] Re: org.datanucleus.store.appengine.query.DatastoreQuery$2

2010-04-20 Thread CodeMan
20, 4:29 pm, mini998 wrote: > > > Hi, I have the same problem > > > I think its due to the result set being not serialized > > > do not know how to serialize the result set before putting it to > > session > > > any idea

[appengine-java] org.datanucleus.store.appengine.query.DatastoreQuery$2

2010-04-19 Thread CodeMan
Hi, I am getting the error below in a JSF app when I try to fetch a List. Using this code: PersistenceManager pm = PMF.get().getPersistenceManager();// String query = "select from " + Template.class.getName() + " where owner=='"+owner+"' "; this.templates = (Li

[appengine-java] java.awt.Color is a restricted class

2010-04-07 Thread CodeMan
Hi, I am using JSF2.0 on AppEngine. I get the error below when I try to use a colorpicker utility. Is there a work around this error? Cheers CHINUA WARNING: /pages/addtemp.faces java.lang.NoClassDefFoundError: java.awt.Color is a restricted class. Please see the Google App Engine developer's gu

[il-antlr-interest: 27331] [antlr-interest] question about lexer rules

2009-12-19 Thread codeman
A question to lexer rules and its priorities. Is there any dependency between order of lexer rule definitions? Some time ago I had some trouble: TIME: (DIGIT+'h' |DIGIT+'m' |DIGIT+'s' |DIGIT+'h'+DIGIT+'m' |DIGIT+'h'+DIGIT

[il-antlr-interest: 27008] [antlr-interest] same char but different context

2009-11-28 Thread codeman
Given is a record-per-line format like this: => single letter => any except end-of-line => end of line My problem is the following: WHello World "W" => recognized as single char "Hello " is broken, W seems to be a new start char Here is my grammer. Aimed target is to parse a quicken inter

Re: problem with soap body when invoking web service

2006-01-24 Thread JWriter Codeman
> Otherwise, please file a bug report. > > Anne > > On 1/23/06, JWriter Codeman > <[EMAIL PROTECTED]> wrote: > > > > Hello, > > I used Axis 1.3 to generate java stub to invoke a > webservice on a systinet > > web server. The sub is generated

problem with soap body when invoking web service

2006-01-23 Thread JWriter Codeman
Hello, I used Axis 1.3 to generate java stub to invoke a webservice on a systinet web server. The sub is generated ok and I can execute it, but every time I do, I get the following error: {urn:idoox-java-mapping}idoox-java-mapping.org.idoox.xmlrpc.MessageProcessingException:org.idoox.xmlrpc.Mes

Re: How can I force the close of a third party ActiveX server.

2004-02-25 Thread codeman
Yes, I thought of this. However the task list from the API library only returns tasks with open windows. The ActiveX server I am using runs windowless. I actually went ahead and built myself a CIN from code I found on msdn (KILL.C) which kills a process by name. It seems to be doing the job. T

How can I force the close of a third party ActiveX server.

2004-02-25 Thread codeman
We have a third party ActiveX executable that refuses to shut itself down once in a while. And when I say once in a while, I mean one out of every 20-30 times it's attempted. All termination commands are being sent and recieved properly, and all refnums are being closed. No errors are ever genera