Re: Time Picker component for NSTimestamp

2011-08-04 Thread Johan Henselmans
Op 3 aug. 2011, om 21:15 heeft Paul D Yu het volgende geschreven: Being a little lazy here, but has anyone created a date + time setting component? I thought I just saw a commit in the last month or so??? I have one in my wonder github, but I need to clean it up, as the localization

D2W app and Excel and PDF generation example

2011-08-04 Thread Johan Henselmans
I want to add PDF and Excel generation to some pages in a D2W application. I saw some talk about adding Excel or PDF on the mailinglist, but most of it was way over my head, mostly because there seem to be 3 or more ways to achieve the same thing. I looked if I could find some example in the

Re: D2W app and Excel and PDF generation example

2011-08-04 Thread Paul Hoadley
On 04/08/2011, at 6:36 PM, Johan Henselmans wrote: Is there any concise example that someone can share? There's a short screencast of Quinton's that shows you how to get ERPDFGeneration off the ground using the ERPDFWrapper component.

Re: D2W app and Excel and PDF generation example

2011-08-04 Thread Johan Henselmans
Op 4 aug. 2011, om 11:22 heeft Paul Hoadley het volgende geschreven: On 04/08/2011, at 6:36 PM, Johan Henselmans wrote: Is there any concise example that someone can share? There's a short screencast of Quinton's that shows you how to get ERPDFGeneration off the ground using the

Re: D2W app and Excel and PDF generation example

2011-08-04 Thread Paul Hoadley
On 04/08/2011, at 7:03 PM, Johan Henselmans wrote: http://idisk.mac.com/qdolan-Public/webobjects/PDFIn60Seconds.mov Thanks, I have seen that one, but it does not explain how to get a D2W ListPage or InspectPage to be downloaded as a PDF document, it is in the 'regular' WOComponent way.

Re: D2W app and Excel and PDF generation example

2011-08-04 Thread Q
You should be able to create a custom page wrapper and use a rule to set the enabled binding on ERPDFWrapper to turn any valid XHTML page into a PDF. On 04/08/2011, at 7:33 PM, Johan Henselmans wrote: Op 4 aug. 2011, om 11:22 heeft Paul Hoadley het volgende geschreven: On 04/08/2011, at

Re: Using AjaxInPlaceEditor in WORepetition

2011-08-04 Thread Raymond NANEON
Hi Hee Hi Ray Bonjou. Is the txImplication a project-based or person-based entity? txImplication is the project-based Entity not person-based Entity If it is project-based, and since the person has the relationship to project, it could transverse the object graph to get the txImpliction

Re: WOWODC 2012

2011-08-04 Thread Chuck Hill
On 2011-08-03, at 12:35 PM, Pascal Robert wrote: What? Already? Does this guy is crazy? I don't think that is a question any longer. :-P Anyway, just to let you know, WOWODC 2012 will probably June 29th, June 30th and July 1st 2012, in Montreal again. So talk to your boss, your

Re: setUser() vs. setUserRelationship()

2011-08-04 Thread Ricardo J. Parada
I thought there was something about this in one of the sessions in this WOWODC 2011 but I can't recall. Something about selecting ERXUnmodeledToManyRelationship in the entity modeler but I don't see it. Is there such as thing in entity modeler? Thanks, Ricardo On Aug 2, 2011, at 1:02 PM,

validation question

2011-08-04 Thread Michael Gargano
Hi everyone, I have an EO with let's say 3 attributes. Name (String, not nullable, 255 chars) short desc (String, not nullable, 255 chars) long desc (String, nullable, 2000 chars) in the ui, name and short desc are attached to wotextfields and long desc is a

Re: validation question

2011-08-04 Thread Ramsey Gurley
On Aug 4, 2011, at 2:45 PM, Michael Gargano wrote: it looks like the first time around the exception is thrown, swallowed by something that then nulls that value That would be a problem. I believe when you bind directly to an object, the WOComponent uses NSValidationUtilities to call

Re: Using AjaxInPlaceEditor in WORepetition

2011-08-04 Thread Chuck Hill
On 2011-08-04, at 1:02 PM, Raymond NANEON wrote: Hi Chuck, here in attached three pics. pic0 is a little table personnel which contains relationship key Project and personneUlr as iID and tempsutil I call txImplication in my code. pic0.png In EOF terms we would call that a Many to Many

Re: Using AjaxInPlaceEditor in WORepetition

2011-08-04 Thread Cheong Hee (Gmail)
Hi Ray Yes I thought about this code aPerson.project().txImplementation() and it's great when I saved in data base but When I want to manipulate(modify each row in the loop) txImplication before saved? If the txImplication is not in the loop, I supposed you should be able to modifiy each