[OT] Spaces inside parenthesis

2009-02-03 Thread Miguel Arroz
Hi! Sorry about the off-topic, but Eclipse is driving me nuts with this. I like to leave a space before and after everything between parenthesis, like: object.method( argument ); instead of object.method(argument); The problem is that Eclipse prefers the second way, and every t

Re: [OT] Spaces inside parenthesis

2009-02-03 Thread Jacob Fisher
Go To Preferences -->Java-->Code Style-->Formatter-->Edit Then Go to White Space Tab -->Declarations-->Methods You should be able to change the preference there :-) On Feb 3, 2009, at 10:01 AM, Miguel Arroz wrote: Hi! Sorry about the off-topic, but Eclipse is driving me nuts with this.

Re: [OT] Spaces inside parenthesis

2009-02-03 Thread Miguel Arroz
Hi! On 2009/02/03, at 15:11, Jacob Fisher wrote: On 2009/02/03, at 15:12, Stefan Klein wrote: ... Thank you! Thank you very much! Yours Miguel Arroz smime.p7s Description: S/MIME cryptographic signature ___ Do not post admin requests to th

Re: [OT] Spaces inside parenthesis

2009-02-03 Thread Robert B. Hanviriyapunt
That's what I do too. I personally appreciate less compacted code. But now, if eclipse could also do some of Xcode's formatting like aligned arguments: <> Can anyone tell me how to get Eclipse to format like THIS!? = Robert = On Feb 3, 2009, at 9:12 AM, Stefan Klein wrote: Hi, you ca

Re: ERXWOForm and secure binding

2009-02-03 Thread Amedeo Mantica
perfect mike ! now works with the latest nightly build !! Thanks Amedeo On 02/feb/09, at 18:11, Mike Schrag wrote: Looks like a bug in Wonder's 5.4 workaround for secure mode ... fix coming momentarily. ms On Feb 2, 2009, at 12:07 PM, Amedeo Mantica wrote: here... "true"> * * * * reg

Re: [OT] Spaces inside parenthesis

2009-02-03 Thread Robert B . Hanviriyapunt
That's what I do too. I personally appreciate less compacted code. But now, if eclipse could also do some of Xcode's formatting like aligned arguments: <> Can anyone tell me how to get Eclipse to format like THIS!? = Robert = On Feb 3, 2009, at 9:12 AM, Stefan Klein wrote: Hi, you ca

Re: [OT] Spaces inside parenthesis

2009-02-03 Thread Mike Schrag
Prefs=>Java=>Code Style=>Formatter, Line Wrapping, Method Declarations=>Parameters, Line wrapping policy: "wrap all elements, except first element if not necessary" and Indentation policy: "Default", same for Method Declarations=>throws clause On Feb 3, 2009, at 10:33 AM, Robert B.Hanviriy

Re Prefetching

2009-02-03 Thread Jeffrey Simpson
Thanks guys for answering my question. I am getting a digest and can not figure out how to respond to a message and keep it in the thread. Jeffrey Simpson Youth For Understanding USA jsimp...@yfu.org Telephone: (240) 235-2114 FAX: (202) 235-2104 Preparing young people for their responsibilities

Problem getting primary keys

2009-02-03 Thread Miguel Arroz
Hi! I'm having the following problem when adding two objects to the database: Feb 03 17:48:27 (ERXDatabaseContextDelegate.java:160) INFO er.transaction.adaptor.Exceptions - Database Exception occured: java.lang.IllegalArgumentException: Array is empty Feb 03 17:48:27 (ERXNSLogLog4jBri

Re: Problem getting primary keys

2009-02-03 Thread Miguel Arroz
Hi again! ... and replacing EOUtilites.rawRowsForSQL for ERXEOAccessUtilities.evaluateSQLWithEntityNamed (it works, as I don't care about the result) solves the problem. Issues between EOUtilities native code and ERXEC? Yours Miguel Arroz On 2009/02/03, at 17:54, Miguel Arroz wrote:

AJAX and WOForm (ERXForm)

2009-02-03 Thread Amedeo Mantica
Hi, A simple question... I have a WOForm with an AjaxSubmitButton that works very nice,... if the user clicks on the AjaxUpdateButton I'm getting in trouble in the user hits the return button because the WOForm does't do an Ajax request. At the moment I workarounded the problem using the

Re: WOX status??

2009-02-03 Thread Andrew Lindesay
Hello Josh; Thanks for the email. I've switched to WO list as I don't think this is Wonder related. Are the developers running Flex Builder separately from WOLips Yes, I running two separate eclipse-s to avoid spending time on figuring it out! ;-) Is there a tutorial on getting it up

Re: [OT] Spaces inside parenthesis

2009-02-03 Thread David Avendasora
Yep. That's what I do. Works like a charm. I get exactly what Robert's looking for. Dave On Feb 3, 2009, at 10:54 AM, Mike Schrag wrote: Prefs=>Java=>Code Style=>Formatter, Line Wrapping, Method Declarations=>Parameters, Line wrapping policy: "wrap all elements, except first element if no

Opinions Please - WebObjects JVM Encoding Strategies

2009-02-03 Thread Gaastra Dennis - WO Lists
Dear List, cc: Piere Frish - WebObjects Visionary We noticed that our PDFkit does not work properly with the newest Eclipse/WOLips 3.4. It turns out that when applications launch from the newest Eclipse, they have the property: file.encoding=UTF-8 - Our PDFkit produces special characters

Re: [OT] Spaces inside parenthesis

2009-02-03 Thread Ian Joyner
On 04/02/2009, at 2:01 AM, Miguel Arroz wrote: Hi! Sorry about the off-topic, but Eclipse is driving me nuts with this. I like to leave a space before and after everything between parenthesis, like: object.method( argument ); This is the worst use of white space, as explained on this

Re: Opinions Please - WebObjects JVM Encoding Strategies

2009-02-03 Thread David LeBer
On 3-Feb-09, at 8:23 PM, Gaastra Dennis - WO Lists wrote: Dear List, cc: Piere Frish - WebObjects Visionary We noticed that our PDFkit does not work properly with the newest Eclipse/WOLips 3.4. It turns out that when applications launch from the newest Eclipse, they have the property: fi

Re: Opinions Please - WebObjects JVM Encoding Strategies

2009-02-03 Thread Chuck Hill
On Feb 3, 2009, at 6:23 PM, David LeBer wrote: On 3-Feb-09, at 8:23 PM, Gaastra Dennis - WO Lists wrote: Dear List, cc: Piere Frish - WebObjects Visionary We noticed that our PDFkit does not work properly with the newest Eclipse/WOLips 3.4. It turns out that when applications launch from

Re: [OT] Spaces inside parenthesis

2009-02-03 Thread Lachlan Deck
Ian, Ian ... it's these threads that await you ;-) On 04/02/2009, at 12:42 PM, Ian Joyner wrote: On 04/02/2009, at 2:01 AM, Miguel Arroz wrote: object.method( argument ); This is the worst use of white space, as explained on this page on the correct use of typography (about 2/3rds down):

WOSession and java garbage collection

2009-02-03 Thread Sherry Tirko
Hi All, Can anyone tell me if a session that hasn't timed out would get garbage collected, if the user is redirected to a different website? Thanks, Sherry ___ Do not post admin requests to the list. They will be ignored. Webobjects-dev mailing li

Re: WOSession and java garbage collection

2009-02-03 Thread Chuck Hill
On Feb 3, 2009, at 7:10 PM, Sherry Tirko wrote: Hi All, Can anyone tell me if a session that hasn't timed out would get garbage collected, if the user is redirected to a different website? Sessions won't get garbage collected until timed out or until your code calls session.terminate()

Re: Opinions Please - WebObjects JVM Encoding Strategies

2009-02-03 Thread Gaastra Dennis - WO Lists
Hi All, Thanks, but we wanted to know if anybody touches the "file.encoding" java property since it has always defaulted to "MacRoman", and has only recently been changed in Eclipse 3.4 to "UTF-8". The kit supports UTF-8 for input text by default. However, for its output fonts, the PDF us