Re: nstimestampformatter error?

2010-10-30 Thread Chuck Hill
Which is an aspect of timeszones. :-) On Oct 30, 2010, at 12:19 PM, Ramsey Lee Gurley wrote: > Also daylight savings that week. > > On Oct 30, 2010, at 3:15 PM, Chuck Hill wrote: > >> timezones >> >> On Oct 30, 2010, at 11:50 AM, James Cicenia wrote: >> >>> Hello - >>> >>> Here is the code

Re: nstimestampformatter error?

2010-10-30 Thread Chuck Hill
Try >>> weekStart = beginDate.timestampByAddingGregorianUnits(0,0,(k*7),12,0,0); >>> weekAfterStart = >>> beginDate.timestampByAddingGregorianUnits(0,0,((k+1)*7),12,0,0); On Oct 30, 2010, at 12:53 PM, James Cicenia wrote: > Ok - > > I changed to use the routine you suggested still off. And

Re: ERAttachment Auto Scaling Configuration Option

2010-10-30 Thread Mike Schrag
Jira with patch please Sent from my iPhone On Oct 30, 2010, at 4:19 PM, Johnny Miller wrote: > I changed the block of code to look like this: > > if (maxPixelSize != -1) { > > originalImage = > CGImageSourceCre

Re: ERAttachment Auto Scaling Configuration Option

2010-10-30 Thread Johnny Miller
I changed the block of code to look like this: if (maxPixelSize != -1) { originalImage = CGImageSourceCreateThumbnailAtIndex(source, 0, (CFDictionaryRef)thumbnailOpts); NSInteg

Re: nstimestampformatter error?

2010-10-30 Thread James Cicenia
Ok - I changed to use the routine you suggested still off. And if you notice the adding does work fine. It is this code that is returning a bad date: public static NSTimestampFormatter formatterToDay=new NSTimestampFormatter("%m/%d/%y"); public static String formatTimestamp

Re: nstimestampformatter error?

2010-10-30 Thread Ramsey Lee Gurley
Also daylight savings that week. On Oct 30, 2010, at 3:15 PM, Chuck Hill wrote: > timezones > > On Oct 30, 2010, at 11:50 AM, James Cicenia wrote: > >> Hello - >> >> Here is the code: >> >> weekStart = beginDate.timestampByAddingGregorianUnits(0,0,(k*7),0,0,0); >> weekAfterStart = >> beginDa

Re: nstimestampformatter error?

2010-10-30 Thread Ramsey Lee Gurley
http://issues.objectstyle.org/jira/browse/WONDER-425 >From Oct 7, 2009: > I ran into this bug quite a while ago! I found this code somewhere ... I > don't recall where ... I think it may have been the Houdah framework. > Anyway, I'm not going to take credit for it, but it works! > > /*

Re: nstimestampformatter error?

2010-10-30 Thread Chuck Hill
timezones On Oct 30, 2010, at 11:50 AM, James Cicenia wrote: > Hello - > > Here is the code: > > weekStart = beginDate.timestampByAddingGregorianUnits(0,0,(k*7),0,0,0); > weekAfterStart = > beginDate.timestampByAddingGregorianUnits(0,0,((k+1)*7),0,0,0); > > System.out.println("weekStart

nstimestampformatter error?

2010-10-30 Thread James Cicenia
Hello - Here is the code: weekStart = beginDate.timestampByAddingGregorianUnits(0,0,(k*7),0,0,0); weekAfterStart = beginDate.timestampByAddingGregorianUnits(0,0,((k+1)*7),0,0,0); System.out.println("weekStart = "+weekStart); System.out.println("weekAfterStart = "+weekAfterStart); System.

Re: entity modeler settings?

2010-10-30 Thread Chuck Hill
Those are the droids that I am looking for, just not the droids I am going to find. :-P On Oct 30, 2010, at 7:23 AM, Ken Anderson wrote: > These aren't the droids you're looking for ... > > On Oct 30, 2010, at 5:27 AM, Mike Schrag wrote: > >> those aren't features of your version of webobjec

Re: entity modeler settings?

2010-10-30 Thread Ken Anderson
These aren't the droids you're looking for ... On Oct 30, 2010, at 5:27 AM, Mike Schrag wrote: > those aren't features of your version of webobjects.. you can ignore them. > > On Oct 30, 2010, at 12:59 AM, Theodore Petrosky wrote: > >> I see in Entity Modeler Database config has two setting I d

Re: entity modeler settings?

2010-10-30 Thread Mike Schrag
> someone's version has a need for these. > someone has this version (but not me). Yes > Is there a reason why I would like the afore mentioned version more Yes > As this is a 'Secret' version (I feel the orchestra building), can I play too? No > What other features that I wouldn't like or need

Re: entity modeler settings?

2010-10-30 Thread Theodore Petrosky
So, someone's version has a need for these. someone has this version (but not me). Is there a reason why I would like the afore mentioned version more (or less) than the version that is generally downloaded with the current Entity Modeler? As this is a 'Secret' version (I feel the orchestra bu

Re: entity modeler settings?

2010-10-30 Thread Marc Guenther
It has begun... -- Sent from my iPhone On 30.10.2010, at 11:27, Mike Schrag wrote: those aren't features of your version of webobjects.. you can ignore them. On Oct 30, 2010, at 12:59 AM, Theodore Petrosky wrote: I see in Entity Modeler Database config has two setting I don't underst

Re: entity modeler settings?

2010-10-30 Thread Mike Schrag
those aren't features of your version of webobjects.. you can ignore them. On Oct 30, 2010, at 12:59 AM, Theodore Petrosky wrote: > I see in Entity Modeler Database config has two setting I don't understand. > > Deployment Profile and Priority. > > What are these for? > > Ted > > > > __