Re: locations of DST information

2008-01-27 Thread Lachlan Deck
On 28/01/2008, at 5:44 PM, Art Isbell wrote: On Jan 27, 2008, at 8:10 PM, Lachlan Deck wrote: What I meant was that I assumed that, as I'm seeing the correct behaviour on my development machine with WO5.3, that I would have thought that by embedding all system frameworks for 5.3 in the app

Re: locations of DST information

2008-01-27 Thread Lachlan Deck
Hi Andrew, On 28/01/2008, at 4:24 PM, Andrew Lindesay wrote: Hello Lachlan; Recently when New Zealand updated its timezone, I was able to avoid updating WO's data because my framework's formatters don't use or subclass from NSTimeZone or NSTimestampFormatter. Something to think about. Th

Re: locations of DST information

2008-01-27 Thread Lachlan Deck
On 28/01/2008, at 4:32 PM, Art Isbell wrote: On Jan 27, 2008, at 6:45 PM, Lachlan Deck wrote: As an added bonus being able to update the current zoneinfo as mentioned here would be nice: http://docs.info.apple.com/article.html?artnum=305219 The WO 5.4 versions of the jars listed in the abo

help with eogenerator

2008-01-27 Thread Theodore Petrosky
I did have things working.. I don't know what I updated (maybe the project wonder frameworks???) but now when I eogenerate I get errors... public static newentity fetchRequiredNewEntity(EOEditingContext editingContext, String keyName, Object value) { return _newentity.fetchRequiredNewEnti

Re: locations of DST information

2008-01-27 Thread Art Isbell
On Jan 27, 2008, at 6:45 PM, Lachlan Deck wrote: As an added bonus being able to update the current zoneinfo as mentioned here would be nice: http://docs.info.apple.com/article.html?artnum=305219 The WO 5.4 versions of the jars listed in the above KBase article contain zoneinfo.zip files

Re: locations of DST information

2008-01-27 Thread Andrew Lindesay
Hello Lachlan; Recently when New Zealand updated its timezone, I was able to avoid updating WO's data because my framework's formatters don't use or subclass from NSTimeZone or NSTimestampFormatter. Aside from this, I needed to update platform and java timezone information and I made som

Re: locations of DST information

2008-01-27 Thread Lachlan Deck
Hi Ray, On 11/03/2007, at 2:20 PM, Ray Kiddy wrote: I know everybody is probably getting tired of this discussion Not anymore. The need has arisen :-) <... snip long list of copies of zoneinfo.zip in all manor of locations/jars ..> I really do hope this madness is reduced for the future

Re: Popping-up a window and updating original page: how?

2008-01-27 Thread John Larson
Clark, I don't know if you're still working on this, but I have a stock component that I use for popup components called PopupLink. It is a little application specific because it is for showing lists to chose from. I can send you the PopupLink and the PopupList if you'd like to see them

Re: WO & Amazon Web Services

2008-01-27 Thread Mike Schrag
I have a class that I use to do so. It needs a little clean up, but I can make it available to whomever would like it. (I passed it to Mike Schrag last year, but I don't think it was integrated with Wonder.) I do remember this ... It was an oversight that I didn't put it in Wonder. If you

RE: WO & Amazon Web Services

2008-01-27 Thread Josh Paul
I have a class that I use to do so. It needs a little clean up, but I can make it available to whomever would like it. (I passed it to Mike Schrag last year, but I don't think it was integrated with Wonder.) Hi All, Before I roll my own, I thought I check to see if anyone knows of

Re: Undo capabilities on top of EOF

2008-01-27 Thread Ken Anderson
Florijan, You can always look at see what EOF puts on the undo stack for whatever operation you want to undo - that would be the easiest way to identify the 'right way' to undo things. Is this just an exercise? Do you have a goal for wanting to use something other than NSUndoManager ?

Undo capabilities on top of EOF

2008-01-27 Thread Florijan Stamenkovic
Hi all, Here's a question: has anyone ever tried implementing undo / redo support for EOF, that is not based on the NSUndoManager? Or, can one estimate if it is even possible, I am just trying to think about the possibilities and pitfalls... Here are a few specific questions: 1. Insertin

Re: 2 WOLips Questions.

2008-01-27 Thread Guido Neitzer
On 27.01.2008, at 08:03, Mike Schrag wrote: My main problem with git is that the Eclipse plugins for it are not mature enough for production use (as of maybe a month or two ago). I'm WAY too spoiled by nice Eclipse version control plugins at this point :) Other than that, git is pretty sli

WO & Amazon Web Services

2008-01-27 Thread Joe Moreno
Hi All, Before I roll my own, I thought I check to see if anyone knows of a standalone WO framework that implements Amazon's Web Services? Specifically, I'm looking for typica and JetS3t or something similar. Many Thanks, Joe ___ Do not po

Re: EOGenerator Almost Working

2008-01-27 Thread Joe Moreno
Thanks, all. I upgraded to the latest WOLips build and, with some helpful hints from cug (Guido Neitzer) I got it working. - Joe On Jan 27, 2008, at 07:54:18, Mike Schrag wrote: I just tested this now with totally stock templates (I only use the built-in ones) and it's working fine for me b

Re: EOGenerator Almost Working

2008-01-27 Thread Mike Schrag
I just tested this now with totally stock templates (I only use the built-in ones) and it's working fine for me both with _WonderEntity.java/WonderEntity.java (defaults to ERXGenericRecord) and _Entity.java/Entity.java (defaults to EOGenericRecord). Are you sure you're not accidentally over

Re: EOGenerator Almost Working

2008-01-27 Thread Mr. Pierre Frisch
Mike, I have build my own templates but I tried the default ones, they do not work if you do not define the $EOGenericRecord variable. The test to check if it is defined does not work. Pierre -- Pierre Frisch [EMAIL PROTECTED] On Jan 27, 2008, at 7:01, Mike Schrag wrote: Please try updat

Re: 2 WOLips Questions.

2008-01-27 Thread Mike Schrag
My main problem with git is that the Eclipse plugins for it are not mature enough for production use (as of maybe a month or two ago). I'm WAY too spoiled by nice Eclipse version control plugins at this point :) Other than that, git is pretty slick. ms On Jan 27, 2008, at 9:07 AM, Jean-Fr

Re: EOGenerator Almost Working

2008-01-27 Thread Mike Schrag
Please try updating WOLips to the current nightly and try again. You can do that on a different Eclipse install if you are afraid of breaking something else. Yes, there have been a significant number of updates to the default eogen templates ... ms _

Re: 2 WOLips Questions.

2008-01-27 Thread Jean-François Veillette
subversion is a nice improvement over cvs, but if you are going to switch, now is the time to take a look at the other options ... Take a look at git (and/or mercurial) : http://www.kernel.org/pub/software/scm/git/docs/cvs-migration.html I think git's branching model is way better than the dire

Re: EOGenerator Almost Working

2008-01-27 Thread Guido Neitzer
On 27.01.2008, at 00:51, Joe Moreno wrote: Which version of WOLips are you using? 3.3.4574 You should definitely consider an update on that, current version is 4778 and as far as I remember there were some changes in that part, Mike will know more. I had strange behaviour with my