Re: WORepetition & synchronization - update

2007-04-29 Thread Chuck Hill
On Apr 29, 2007, at 5:27 PM, Anthony Arthur wrote: Does this make sense to anyone As I continuously change and test this problem I became suspicious that what was happening was that the repetition was determining which item in the array I was selecting based on the dayName attribute

Re: WORepetition & synchronization - omission

2007-04-29 Thread Anthony Arthur
To clarify my last message, when I said -- So to test this theory, I appended the week value to the dayName value while creating each day eo..., -- I forgot to specify that I was doing this to make certain each dayName was different. Even though my results would seem to support my dubious

Re: WORepetition & synchronization - update

2007-04-29 Thread Anthony Arthur
Does this make sense to anyone As I continuously change and test this problem I became suspicious that what was happening was that the repetition was determining which item in the array I was selecting based on the dayName attribute instead of the eo address, which I know sounds absurd

Re: Multiple clients in single DB

2007-04-29 Thread Dave Elsner
The classes extend my own component that extends EOGenericRecord. However I have now removed those flattened classes from the project as they are never instantiated directly so they do not need to set anything in awakeFromInsertion as their related entities do that. Dave On 28/04/2007, a

Re: WORepetition & synchronization

2007-04-29 Thread Daniele Corti
2007/4/29, Anthony Arthur <[EMAIL PROTECTED]>: Thanks for your reply. Your second example best matches my object graph. Here's more details using your illustration: / // In my java class: public ParentEOClass parentOfDay; public Day dayItem; publ

Re: WORepetition & synchronization

2007-04-29 Thread Anthony Arthur
Thanks for your reply. Your second example best matches my object graph. Here's more details using your illustration: / // In my java class: public ParentEOClass parentOfDay; public Day dayItem; public int weekDayIndex; public WOComponen

Re: WORepetition & synchronization

2007-04-29 Thread Daniele Corti
2007/4/29, Anthony Arthur <[EMAIL PROTECTED]>: Apologies if this has already been covered, but I can't find it. I am trying to get other's insight on a problem I've never seen before, and I've seen a lot. I have an array of eos that represent days of the week. These days are displayed vertica

WORepetition & synchronization

2007-04-29 Thread Anthony Arthur
Apologies if this has already been covered, but I can't find it. I am trying to get other's insight on a problem I've never seen before, and I've seen a lot. I have an array of eos that represent days of the week. These days are displayed vertically, with days bound to the repetition's li