Re: WOWODC - a few pics

2009-06-10 Thread Robert B. Hanviriyapunt
So where's everyone? = Robert = On Jun 10, 2009, at 5:21 PM, David Avendasora wrote: On Jun 10, 2009, at 5:36 PM, Kieran Kelleher wrote: ROTFL I did not realize I did that . David, you are the funniest Java Client developer I have ever met Yeah, we're kinda forced to have a

Re: WOWODC - a few pics

2009-06-10 Thread David Avendasora
On Jun 10, 2009, at 5:36 PM, Kieran Kelleher wrote: ROTFL I did not realize I did that . David, you are the funniest Java Client developer I have ever met Yeah, we're kinda forced to have a sense of humor about things. Otherwise... you don't want to know. Let's just say Anjo used

Re: WWDC - dinner tonight?

2009-06-10 Thread Chuck Hill
Mexican. The 21st Amendment was full and it was the first large place we came to. On Jun 10, 2009, at 4:55 PM, Robert B. Hanviriyapunt wrote: Did you guys do Thai last night? = Robert = On Jun 10, 2009, at 2:27 PM, Janine Sisk wrote: Sounds good! janine Sent from my iPhone - all typo

Re: WWDC - dinner tonight?

2009-06-10 Thread Robert B. Hanviriyapunt
Did you guys do Thai last night? = Robert = On Jun 10, 2009, at 2:27 PM, Janine Sisk wrote: Sounds good! janine Sent from my iPhone - all typos are the phone's fault, I swear! On Jun 10, 2009, at 2:20 PM, Chuck Hill wrote: On Jun 10, 2009, at 1:08 PM, Janine Sisk wrote: Anyone want

Re: Rich Clients and WO

2009-06-10 Thread James Cicenia
Ok - Next year I have to go. June is so bad for me, but, I will make it happen next year. But, since we are all waiting, I guess I don't feel so left out. James On Jun 10, 2009, at 11:03 AM, Kieran Kelleher wrote: James, you should have come to WOWODC! Gianduia has not yet been released..

Re: WOWODC - a few pics

2009-06-10 Thread Kieran Kelleher
ROTFL I did not realize I did that . David, you are the funniest Java Client developer I have ever met .. er, actually, you are the only one ;-) BTW, I noticed a Java Client video in my WWDC 2002 DVD pack do you want it? ... If so, I can transfer ownership for the future

Re: WWDC - dinner tonight?

2009-06-10 Thread Janine Sisk
Sounds good! janine Sent from my iPhone - all typos are the phone's fault, I swear! On Jun 10, 2009, at 2:20 PM, Chuck Hill wrote: On Jun 10, 2009, at 1:08 PM, Janine Sisk wrote: Anyone want to meet for dinner tonight? I'm open to suggestions as to where. Seems like the usual suspect

Re: WWDC - dinner tonight?

2009-06-10 Thread Kieran Kelleher
If it isn't Indian food, us non-attendees will not be in the slight bit envious :-P On Jun 10, 2009, at 5:20 PM, Chuck Hill wrote: Sorry to bother all you non-attendees... Why? We might as well torment them! :-P -- Chuck Hill Senior Consultant / VP Development __

Re: WWDC - dinner tonight?

2009-06-10 Thread Chuck Hill
On Jun 10, 2009, at 1:08 PM, Janine Sisk wrote: Anyone want to meet for dinner tonight? I'm open to suggestions as to where. Seems like the usual suspects have already been visited. I will go. Tonight is our last chance. Tomorrow is the bash and Friday most of us will be leaving. Meet

AjaxFlickrBatchNavigation updater

2009-06-10 Thread Frank Stock
Hi All, I use a displaygroup to list my clients and make it possible to add a relation with the use of ERXToManyRelationship. Is there a way to save the changes if I use the AjaxFlickrBatchNavigation? When I click on the next, prev or a number, I want a update on the server side. Do I real

WWDC - dinner tonight?

2009-06-10 Thread Janine Sisk
Anyone want to meet for dinner tonight? I'm open to suggestions as to where. Seems like the usual suspects have already been visited. Sorry to bother all you non-attendees... janine Sent from my iPhone - all typos are the phone's fault, I swear! __

MSSQL 2000 - throwInvalidTDS

2009-06-10 Thread Cheong Hee
I read through some of issues about MSSQL 2000. Could someone share the jdbc jar file that you are able to use, JDBC Version 2 sqljdbc.jar? I am doing a small test program to insert a simple CURRENCY data into MSSQL and it works well. However, when tries to do a subsequent select following a

Re: Hudson gives awt.headless error [SOLVED] (Where to put on the Wiki?)

2009-06-10 Thread Mike Schrag
you're not passing woproject.jar to your ant build On Jun 10, 2009, at 1:55 PM, Simon McLean wrote: hey that would be great. I'm guessing that's the missing piece to my hudson headache... /Users/admin/.hudson/jobs/ClickPoint/workspace/ClickPoint/build.xml: 204: taskdef class org.objectstyle.

Re: Hudson gives awt.headless error [SOLVED] (Where to put on the Wiki?)

2009-06-10 Thread Simon McLean
hey that would be great. I'm guessing that's the missing piece to my hudson headache... /Users/admin/.hudson/jobs/ClickPoint/workspace/ClickPoint/build.xml:204: taskdef class org.objectstyle.woproject.ant.WOCompile cannot be found johan has already put the page up ready for you :-) http://wiki.o

bindings and WOPopUp lists and selections

2009-06-10 Thread Theodore Petrosky
I am still having a bear of a time with some popups. I have objects ContactCategory and SubCategory one ContactCategory many SubCategory(s) My ContactCategory.java has setters and getters for an array of subcategories public NSArray theSubCategories() { return _theSubCategories; } pub

Re: I need some help with this Ajax Dom stuff

2009-06-10 Thread Mike Schrag
I meant no offense,... I wouldn't even be able to make such a great FW. no offense taken .. it's a legitimate point of confusion that I acknowledge in the frameworks that I wish I could have a do-over on ... this is the tricky part about having not just an open source framework, but a frame

Re: I need some help with this Ajax Dom stuff

2009-06-10 Thread Gustavo Adolfo Pizano
I meant no offense,... I wouldn't even be able to make such a great FW. :D G On Jun 10, 2009, at 6:34 PM, Mike Schrag wrote: I dunno then what I missed in the onClickBefore because it didn't stop but went to the server. maybe I missed onClickBefore = "return validateEntries()"; ? onClickBe

Re: I need some help with this Ajax Dom stuff

2009-06-10 Thread Mike Schrag
I dunno then what I missed in the onClickBefore because it didn't stop but went to the server. maybe I missed onClickBefore = "return validateEntries()"; ? onClickBefore = "validateEntries()" I really dunno how to type it.. sometimes I see with the () sometimes without . yes ... it's regre

Re: I need some help with this Ajax Dom stuff

2009-06-10 Thread Gustavo Adolfo Pizano
mmm I think I tried also onClickBefore without good results... (Im at home right now) in the case some verification went wrong I was returning false, but still I was getting an exception from the server because the value was null. I dunno then what I missed in the onClickBefore because it

Re: Rich Clients and WO

2009-06-10 Thread Kieran Kelleher
James, you should have come to WOWODC! Gianduia has not yet been released... we saw it, were blown away by it, but we don't have it, so all we can do is dream about having it as soon as it is released. :-) On Jun 10, 2009, at 7:59 AM, James Cicenia wrote: What is this Gianduia? And where

Re: Truncating UTF-8 Strings (Resolved)

2009-06-10 Thread Klaus Berkling
On Jun 8, 2009, at 2:23 PM, Klaus Berkling wrote: Hi all. This seems it should work but it doesn't. I truncate a string that may contain Japanese characters, purely for display purposes. Double byte or multi-byte characters are split appart. Results look like this: お使いのコンピュータにDVDドライブが搭

nsruleeditor (or nsprediateeditor) WebObjects equivalent

2009-06-10 Thread Jorge Ramirez
Has anyone seen a WebObjects equivalent of the Cocoa NSRuleEditor api's. I am looking for something to create iTunes style "smart" lists and a UI to allow the user to edit the rules associated with the list. I was going to start writing something on my own, but thought I would ask here first. Jor

Re: Rich Clients and WO

2009-06-10 Thread Stamenkovic Florijan
A few things here need addressing. On Jun 09, 2009, at 11:08, John Huss wrote: I believe JavaClient uses the standard Java serialization, which is a binary format. Generating the format in Javascript is probably not feasible; if it was I'm sure the GWT folks would have used it, but they d

Re: I need some help with this Ajax Dom stuff

2009-06-10 Thread Mike Schrag
onClickBefore is before it goes to the server, onClick runs at the end of the onClickBefore function ms On Jun 10, 2009, at 9:41 AM, Gustavo Adolfo Pizano wrote: Hello Mike it works like charms, thanks I was trying to validate de data in the front end but somehow the AjaxSubmitButton its

Re: I need some help with this Ajax Dom stuff

2009-06-10 Thread Gustavo Adolfo Pizano
Hello Mike it works like charms, thanks I was trying to validate de data in the front end but somehow the AjaxSubmitButton its going into the server anyway. What im doing is setting a binding of onClick = "validateEntries"; and in that JS function im taking all the textFields and validating

Re: Hudson gives awt.headless error [SOLVED] (Where to put on the Wiki?)

2009-06-10 Thread Mike Schrag
• Development Tools I would lean towards a Hudson page under Development Tools, maybe? I can hang my setupWorkspace.sh script on there also. ms ___ Do not post admin requests to the list. They will be ignored. Webobjects-dev mailing list

Re: WOWODC - a few pics

2009-06-10 Thread David Avendasora
On Jun 10, 2009, at 7:01 AM, Kieran Kelleher wrote: David Avendasora, We have found the *other* JavaClient developer! :-; Wow. You can wink with your chin. Impressive! But seriously, there are dozens of us Java Client developers I tell you. Dozens! We're just not loud and obnoxious like

Re: WOTextField with double value

2009-06-10 Thread Gustavo Adolfo Pizano
LOL. Andrew thanks.. that was the problem.. well so far it worked.. it didn't crashed... THX TONS G On Jun 10, 2009, at 1:52 PM, Andrew Lindesay wrote: Hello Gustavo; I use the WO 5.4 binding format so am not sure about the "$", but try this... ... ___ Andrew Lindesay www.lin

Re: Rich Clients and WO

2009-06-10 Thread James Cicenia
What is this Gianduia? And where do I get some? Is this a new chocolate bar or such from that famous SanFran chocolatier? -James On Jun 9, 2009, at 10:23 AM, David Avendasora wrote: On Jun 9, 2009, at 11:08 AM, John Huss wrote: I believe JavaClient uses the standard Java serialization,

Re: WOTextField with double value

2009-06-10 Thread Andrew Lindesay
Hello Gustavo; I use the WO 5.4 binding format so am not sure about the "$", but try this... ... ___ Andrew Lindesay www.lindesay.co.nz ___ Do not post admin requests to the list. They will be ignored. Webobjects-dev mailing list (Webob

Re: WOTextField with double value

2009-06-10 Thread Gustavo Adolfo Pizano
Hello again. I was trying settting up a formatter, but I dunno what Im doign wrong.. I have the following: span> and in the java file: doubleFormater = new NSNumberFormatter("#,##0.00"); /** * @return the price */ public Number price() { return price; } /** * @param price the price to set */ pu

Re: WOWODC - a few pics

2009-06-10 Thread Kieran Kelleher
David Avendasora, We have found the *other* JavaClient developer! :-; -Kieran On Jun 10, 2009, at 3:05 AM, Christine Buttin wrote: Good idea. I can tell you the WO community is rather important in France. The idea of a conference in Europe is excellent, the most developers I know work in

Java Client

2009-06-10 Thread David Avendasora
Hi Christine, I saw your note in the WOWODC pictures thread about Java Client. I am currently doing a lot of Direct to Java Client development. It really seems that interest in Java Client is increasing. I am planning on doing some screencasts on the basics of Java Client and I'd be very

WOTextField with double value

2009-06-10 Thread Gustavo Adolfo Pizano
Hello I have some WOTextField which the value is a double, in the accessors methods should I bind it to a NSNumber?, or use a numberFormatter.. which in case I dunno how to specify it,... I saw in the documentation how to specify a NSFormatter with a date but for the numberFormatter, in my

Re: Hudson gives awt.headless error [SOLVED] (Where to put on the Wiki?)

2009-06-10 Thread Johan Henselmans
On 9 jun 2009, at 21:17, Mike Schrag wrote: AWT is not properly configured on this server. Perhaps you need to run your container with "-Djava.awt.headless=true"? do that ... you can put it in your tomcat startup jvm options list OK, found where to put it: sh-3.2# cat /opt/local/share/jav

Re: WOWODC - a few pics

2009-06-10 Thread Christine Buttin
Good idea. I can tell you the WO community is rather important in France. The idea of a conference in Europe is excellent, the most developers I know work in the universities and they never go to the WWDC and I am quite sure we can share a lot of things. Personnaly, I work permanently with Ja