ERD2WEditPercentage (setting the values)

2008-04-14 Thread Mat Johnson
When using ERD2WEditPercentage, where can I set the values that are displayed? Thanks. ___ Do not post admin requests to the list. They will be ignored. Webobjects-dev mailing list (Webobjects-dev@lists.apple.com) Help/Unsubscribe/Update your Su

Re: Staying with WebObjects

2008-04-14 Thread Chuck Hill
On Apr 14, 2008, at 8:46 PM, Mike Schrag wrote: The intent of the license appears to be that the webobjects development license is granted to the mac hardware ("Licensed System"), and not to the developer or operating system. From a deployment perspective, you are permitted to deploy a dev

Re: Staying with WebObjects

2008-04-14 Thread Mike Schrag
The intent of the license appears to be that the webobjects development license is granted to the mac hardware ("Licensed System"), and not to the developer or operating system. From a deployment perspective, you are permitted to deploy a developed application anywhere, and send any parts o

Re: Help.. my console window won't go back.

2008-04-14 Thread James Cicenia
ah thanks... -j- On Apr 14, 2008, at 6:57 PM, Chuck Hill wrote: I did this recently. Make a new frame in the main window where it can go (if you don't have one), and drag the tab over. On Apr 14, 2008, at 4:43 PM, James Cicenia wrote: Hello - Somehow I detached my console window and no

Re: Help.. my console window won't go back.

2008-04-14 Thread Q
Grab the tab labelled "Console" from the floating window with your mouse and drop it on top of or next to an existing tab in the part of your workspace you want it to move to. On 15/04/2008, at 9:43 AM, James Cicenia wrote: Hello - Somehow I detached my console window and no matter what I d

Re: Help.. my console window won't go back.

2008-04-14 Thread Chuck Hill
I did this recently. Make a new frame in the main window where it can go (if you don't have one), and drag the tab over. On Apr 14, 2008, at 4:43 PM, James Cicenia wrote: Hello - Somehow I detached my console window and no matter what I do now it is always floating on top. How do I get

Help.. my console window won't go back.

2008-04-14 Thread James Cicenia
Hello - Somehow I detached my console window and no matter what I do now it is always floating on top. How do I get it back into the main window and keep it there. Thanks James Cicenia ___ Do not post admin requests to the list. They will be ignor

Re: Staying with WebObjects

2008-04-14 Thread Q
On 15/04/2008, at 5:42 AM, Mike Schrag wrote: Not a lawyer either (but somedays wishing I had done that instead of computer science...) I though the license was pretty clear that this redistribution was only allowed to run the application. Extracting WO from the Application, or using it

Re: rowDiffsForAttributes _dbSnapshot and _newRow missing attributes

2008-04-14 Thread David Avendasora
Okay, I added WOnder and made my server-side Application and Session classes extend the ERX versions. No Change. Same exact error in the same exact places. Does the fact that WOnder didn't help in this situation help determine what is wrong with it? It definitely seems like the problem is

Re: new to ajax

2008-04-14 Thread David LeBer
On 14-Apr-08, at 4:14 PM, Amedeo Mantica wrote: I have got all from http://webobjects.mdimension.com/wonder/ Yup, and the AjaxExample app is in Or if you want a snapshot of the source:

Re: new to ajax

2008-04-14 Thread Mike Schrag
I have got all from http://webobjects.mdimension.com/wonder/ I never used CVS, ok, I have to use it... ...but retreiving a zip archive via http is much more comfortable :-) You don't need to use CVS at all. I just downloaded the Source tar from the build server and it contains the AjaxExample

Converting to self-closing webobject tags

2008-04-14 Thread John Huss
I thought I would convert a bunch of old WOBuilder-made components to use the shorter and more readable self-closing webobjects tags, so becomes You can replace all occurances of this if you do a project-wide search and replace in Eclipse with these regular expression parameters: Find in *.h

Re: Convenience functions in model classes

2008-04-14 Thread Mike Schrag
I missed the first part of this thread (through some lost e-mail). I wanted to check about something though. As I am looking at this API, I am noticing that the er.extensions package is really, really, really big with lots of different kinds of classes and that there is no package documenta

Re: new to ajax

2008-04-14 Thread Amedeo Mantica
I have got all from http://webobjects.mdimension.com/wonder/ I never used CVS, ok, I have to use it... ...but retreiving a zip archive via http is much more comfortable :-) Regards Amedeo On 14/apr/08, at 22:05, Mike Schrag wrote: Please keep questions on the mailing list. I'm not sure what

Re: Convenience functions in model classes

2008-04-14 Thread Chuck Hill
On Apr 14, 2008, at 1:02 PM, Ray Kiddy wrote: On Apr 14, 2008, at 11:30 AM, Chuck Hill wrote: On Apr 11, 2008, at 8:50 PM, Jeff Schmitz wrote: That seems like an exceedingly odd way to get a single entry on a single Pool. Does the code that calls this not know the Pool? How does i

Re: Staying with WebObjects

2008-04-14 Thread Mike Schrag
But it is a horribly written document and I hate you for making me read even parts of it again. /me tips my hat to you ms ___ Do not post admin requests to the list. They will be ignored. Webobjects-dev mailing list (Webobjects-dev@lists.apple.c

Re: new to ajax

2008-04-14 Thread Mike Schrag
Please keep questions on the mailing list. I'm not sure what version you have or where you got it, but AjaxExample is in the Ajax folder in CVS. It's also in the Applications bundle on the build server. ms On Apr 14, 2008, at 4:00 PM, Amedeo Mantica wrote: I don't have that example... Wh

Re: Staying with WebObjects

2008-04-14 Thread Chuck Hill
On Apr 14, 2008, at 12:42 PM, Mike Schrag wrote: Not a lawyer either (but somedays wishing I had done that instead of computer science...) I though the license was pretty clear that this redistribution was only allowed to run the application. Extracting WO from the Application, or using i

Re: Convenience functions in model classes

2008-04-14 Thread Ray Kiddy
On Apr 14, 2008, at 11:30 AM, Chuck Hill wrote: On Apr 11, 2008, at 8:50 PM, Jeff Schmitz wrote: That seems like an exceedingly odd way to get a single entry on a single Pool. Does the code that calls this not know the Pool? How does it get the Pool and Entry names? Yes, it will o

Re: Convenience functions in model classes

2008-04-14 Thread David Avendasora
On Apr 14, 2008, at 2:30 PM, Chuck Hill wrote: you really need to get familiar with SQL optimization for relational databases. But, but, but... Isn't this counter to one of my favorite Chuckisms: "The database is just an artifact of implementation" Ahg. Say it in one email. Contradict i

Re: new to ajax

2008-04-14 Thread Amedeo Mantica
Probably I don't know how to install examples, can you help me? Regards Amedeo On 14/apr/08, at 21:35, David Holt wrote: Yes there is! Check the default package. David On 14-Apr-08, at 12:24 PM, Amedeo Mantica wrote: hello mike, thanks for reply A stupid question... how can I run the Ajax

Re: Staying with WebObjects

2008-04-14 Thread Mike Schrag
Not a lawyer either (but somedays wishing I had done that instead of computer science...) I though the license was pretty clear that this redistribution was only allowed to run the application. Extracting WO from the Application, or using it for anything else is contrary to the terms of t

Aggregated exceptions question

2008-04-14 Thread Florijan Stamenkovic
Hi all, I'm wondering how many people use (and depend on) NSValidation.ValidationException aggregation capabilities, especially in validateForDelete? The thing being, I'm re-writing client side EO validateForDelete(), and actually would prefer to switch to non-aggregated exceptions, mea

Re: new to ajax

2008-04-14 Thread David Holt
Yes there is! Check the default package. David On 14-Apr-08, at 12:24 PM, Amedeo Mantica wrote: hello mike, thanks for reply A stupid question... how can I run the Ajax Example?? I imported the example in Eclipse, but there is no Application class... regards Amedeo On 14/apr/08, at 20:5

Re: new to ajax

2008-04-14 Thread Amedeo Mantica
hello mike, thanks for reply A stupid question... how can I run the Ajax Example?? I imported the example in Eclipse, but there is no Application class... regards Amedeo On 14/apr/08, at 20:55, Mike Schrag wrote: Hello, I'm now experimenting ajax, and the forst problem comes out... proba

Re: Ajax in ProjectWonder

2008-04-14 Thread Chuck Hill
On Apr 14, 2008, at 7:31 AM, Yung-Luen Lan wrote: Hi, I leveraged the Ajax support in ProjectWonder into my project recently and have several questions: 1. It will automatically include prototype + scriptaculous in the header of output html. However, my html have jquery included, and th

Re: Convenience functions in model classes

2008-04-14 Thread Chuck Hill
On Apr 14, 2008, at 11:54 AM, David Avendasora wrote: On Apr 14, 2008, at 2:30 PM, Chuck Hill wrote: you really need to get familiar with SQL optimization for relational databases. But, but, but... Isn't this counter to one of my favorite Chuckisms: "The database is just an artifact of

Re: new to ajax

2008-04-14 Thread Mike Schrag
Hello, I'm now experimenting ajax, and the forst problem comes out... probably is easy, but I need your help... I'd like to create a nested WOPopUpButtons... I wrote this code... Did you compare yours to the one in AjaxExample app? It has this exact scenario as an example. ms ___

new to ajax

2008-04-14 Thread Amedeo Mantica
Hello, I'm now experimenting ajax, and the forst problem comes out... probably is easy, but I need your help... I'd like to create a nested WOPopUpButtons... I wrote this code... = "myProvinceContainer" action = "$doSearch" /> updateContainerID = "myCentreContainer" action =

Re: Convenience functions in model classes

2008-04-14 Thread Chuck Hill
On Apr 11, 2008, at 8:50 PM, Jeff Schmitz wrote: That seems like an exceedingly odd way to get a single entry on a single Pool. Does the code that calls this not know the Pool? How does it get the Pool and Entry names? Yes, it will only have the Strings (you gotta start somewhere).

Re: Staying with WebObjects

2008-04-14 Thread Chuck Hill
On Apr 14, 2008, at 9:04 AM, Mike Schrag wrote: Its free to DL and use, but I agree that I'd love for it to be fully DLable from the web, front and center, directly in a .tgz, pkg, or otherwise. Also I agree that Apple hedges too much in the license. Considering that WO is freely redistribut

Re: Ajax in ProjectWonder

2008-04-14 Thread Mike Schrag
On Apr 14, 2008, at 10:31 AM, Yung-Luen Lan wrote: Hi, I leveraged the Ajax support in ProjectWonder into my project recently and have several questions: 1. It will automatically include prototype + scriptaculous in the header of output html. However, my html have jquery included, and

Re: Staying with WebObjects

2008-04-14 Thread Simon McLean
Its free to DL and use, but I agree that I'd love for it to be fully DLable from the web, front and center, directly in a .tgz, pkg, or otherwise. Also I agree that Apple hedges too much in the license. Considering that WO is freely redistributable as part of a WO application, all someone nee

Re: Staying with WebObjects

2008-04-14 Thread Alan Ward
On Apr 13, 2008, at 3:35 AM, Lachlan Deck wrote: Hi Alan, On 12/04/2008, at 6:24 AM, Alan Ward wrote: On Apr 11, 2008, at 2:06 PM, Simon McLean wrote: I think the real bug-bear for people struggling to get their companies to commit to webobjects isn't the fact that it's not open source -

Re: [Reminder] WOWODC 2008

2008-04-14 Thread George Domurot
Righty-o... each person attending, please register uniquely so that we can produce your fancy name badge with your name on it. On Apr 14, 2008, at 9:03 AM, Pascal Robert wrote: Quick note: if you want to registre more than one person, you need to create one account (on BoxOfffice Tickets) fo

Re: Staying with WebObjects

2008-04-14 Thread Mike Schrag
Its free to DL and use, but I agree that I'd love for it to be fully DLable from the web, front and center, directly in a .tgz, pkg, or otherwise. Also I agree that Apple hedges too much in the license. Considering that WO is freely redistributable as part of a WO application, all someone nee

Re: [Reminder] WOWODC 2008

2008-04-14 Thread Pascal Robert
Quick note: if you want to registre more than one person, you need to create one account (on BoxOfffice Tickets) for each person. Good morning everyone, don't forget WOWODC! Registration is still open, and you can find all the details, including the list of our distinguished speakers her

Ajax in ProjectWonder

2008-04-14 Thread Yung-Luen Lan
Hi, I leveraged the Ajax support in ProjectWonder into my project recently and have several questions: 1. It will automatically include prototype + scriptaculous in the header of output html. However, my html have jquery included, and they will conflict! The $() have different semantics in jquery

Re: WO deployment on WebSphere

2008-04-14 Thread Henrique Prange
Hi Alex, On Fri, Apr 11, 2008 at 3:02 PM, Alex Finkel <[EMAIL PROTECTED]> wrote: > Hi Henrique, > > I am just looking for "know-how". I never used WS before. Just started > playing with it. > > Have you used a Console for deployment? Yes, we use the WebSphere console to deploy WO applications a

Re: EOGJavaSource.eotemplate for veogen?

2008-04-14 Thread David Avendasora
BUT, If you want to start simple, WOLips includes the basic templates. I believe that if you don't specify templates in the .eogen file, then it will use the defaults. Only if you want to do something different do you actually need to create/maintain your own template files. Dave On Apr

Re: EOGJavaSource.eotemplate for veogen?

2008-04-14 Thread David Avendasora
Lots of stuff has been done! Look here: http://wiki.objectstyle.org/confluence/pages/viewpage.action?pageId=2655245 Dave On Apr 14, 2008, at 10:03 AM, Oliver Scheel wrote: I've switched to Leopard now and want to take the step from EOGenerator to veogen. I currently use the "EOGJavaSourc

EOGJavaSource.eotemplate for veogen?

2008-04-14 Thread Oliver Scheel
I've switched to Leopard now and want to take the step from EOGenerator to veogen. I currently use the "EOGJavaSource.eotemplate" from Rubicode and wanted to know if there is already someone who has ported most of that to veogen or if I should do(can?) that? ;-) Oliver ___

[Reminder] WOWODC 2008

2008-04-14 Thread Pascal Robert
Good morning everyone, don't forget WOWODC! Registration is still open, and you can find all the details, including the list of our distinguished speakers here: http://www.wocommunity.org/wowodc08/ And the lunch and breaks menu here: http://www.wocommunity.org/wowodc08/menu

Re: Staying with WebObjects

2008-04-14 Thread Simon McLean
But the Win/Linux people don’t want to buy a Mac or a License Mac OS X. They want to buy a License of WO or to have it for free. Apple could just add WO as a thing in the Apple-store to buy. Make it $99 if they want to get money for it, but make it a clean license. "wink- wink" does not work

Re: Staying with WebObjects

2008-04-14 Thread Alexander Spohr
Am 14.04.2008 um 02:07 schrieb Joe Little: On Sat, Apr 12, 2008 at 4:07 AM, Alexander Spohr <[EMAIL PROTECTED]> wrote: Situation in the Real World: - No software-package, you have to buy a Mac instead that people don't want. You can get to the DMG directly, and read it from any client i