Re: Question regarding the old WebObjects tools (WOBuilder et.al.)

2017-12-13 Thread Lon Varscsak
I still have access to WO4 on Windows, but it doesn't look like source for either of those apps is part of the distribution. -Lon On Wed, Dec 13, 2017 at 10:05 AM, Chuck Hill wrote: > I have not heard of them. > > Chuck > > On 2017-12-13, 8:53 AM, "Webobjects-dev on behalf of Markus Ruggiero" >

Re: Question regarding the old WebObjects tools (WOBuilder et.al.)

2017-12-13 Thread Chuck Hill
I have not heard of them. Chuck On 2017-12-13, 8:53 AM, "Webobjects-dev on behalf of Markus Ruggiero" wrote: Does anybody know whether the old Objective-C tools like EOModeler and WOBuilder are available in source form? The D2W RuleModeler is, but I'd like to play with the two other tool

Question regarding the old WebObjects tools (WOBuilder et.al.)

2017-12-13 Thread Markus Ruggiero
Does anybody know whether the old Objective-C tools like EOModeler and WOBuilder are available in source form? The D2W RuleModeler is, but I'd like to play with the two other tools. Call me masochistic ---markus--- ___ Do not post admin request

Re: Fighting with Ajax Modal Dialogs et.al.

2017-12-13 Thread Markus Ruggiero
Samuel, thanks a lot for your offer re. TeamViewer. I was finally able to make things work with all the replies and the help of a collegue as sparring partner for discussion. AjaxFramework is really great just lacking in conceptual documentation. I intend to write up something eventually, mayb

Re: Using database objects in different schemas

2017-12-13 Thread Markus Ruggiero
André, I seem to remember that there are hooks in WebObjects that allow you to have a last look at the generated SQL statement before it is executed. You can then fine tune your statements by adding the qualifiying schema name to any table name. No need to fiddle with the EOModel. EOAdaptor de

Re: File update issues with Eclipse

2017-12-13 Thread Markus Ruggiero
> On 9 Dec 2017, at 06:13, Ricardo Parada wrote: > > Hi Markus, > > I’ve seen the problem you have described when editing WO components. I don’t > know what causes it. When it tells me that the file has changed and whether I > want to reload it I usually just say no because I know I have not

Re: Fighting with Ajax Modal Dialogs et.al.

2017-12-13 Thread Markus Ruggiero
Ok, textfield vs. string, no issue here. If I know how to "get back the selected values" I can certainly do something with it. Of course I would prefer to update things right on the server. So when the user picks an address an action on the server should fire. This action needs to know the conte

Re: Fighting with Ajax Modal Dialogs et.al.

2017-12-13 Thread Markus Ruggiero
Yes, I have. The problem with the examples is that they show some ways to use the components without telling what the problem is they solve and what the underlying concepts are. This makes it very difficult to translate the examples into my own problem domain. ---markus--- > On 12 Dec 2017, a