Re: D2W: Property level component for truncating a string?

2012-06-05 Thread David Holt
Check out the flyover component. You can have both ways of viewing in your list view if I'm not mistaken. Sent from my iPad On 2012-06-05, at 8:30 PM, Paul Hoadley wrote: > Hello, > > Is there a property-level component that will truncate a string to some > specified length? I'm thinking ab

D2W: Property level component for truncating a string?

2012-06-05 Thread Paul Hoadley
Hello, Is there a property-level component that will truncate a string to some specified length? I'm thinking about attributes with long text values in list views: it would be nice to display, say, the first 20 characters in the table, and then the whole string in the inspect view. Obviously

Re: EOEntity question.

2012-06-05 Thread Cheong Hee (Gmail)
Primary key generation need to be observed to ensure no duplication of keys happened in the same table. Since eo primary key table is using the table name, it should be fine, too. - Original Message - From: "Johann Werner" To: "doug andrews" Cc: "WebObjects-Dev Mailing List List"

Re: import wonder project to eclipse

2012-06-05 Thread Cheong Hee (Gmail)
I got tons of them. Don't think could get rid of them all. It should be fine as long as it does not stop you from creating frameworks and using them.Correct me if wrong.. Cheers - Original Message - From: "yizi wang" To: "Kieran Kelleher" Cc: Sent: Tuesday, June 05, 2012 11

Re: import wonder project to eclipse

2012-06-05 Thread Kieran Kelleher
There is a little drop down menu on the right of the "Problems" view in Eclipse to set up filters for what gets displayed - so you can put all Wonder in a Working Set and just filter out that set. On Jun 5, 2012, at 11:37 AM, yizi wang wrote: > Thanks a lot Kelleher. After modify the preferenc

ERJQueryMobile and Ajax frameworks

2012-06-05 Thread Stavros Panidis
Hello list, I am trying to test ERJQueryMobile. I had no problem to work with most of my components but seems that AjaxUpdateContainer and AjaxObserveField does not work. For example

Re: import wonder project to eclipse

2012-06-05 Thread yizi wang
Thanks a lot Kelleher. After modify the preference and a rebuilt, all the errors are gone. Still got lots warnings On May 29, 2012, at 2:07 PM, Kieran Kelleher wrote: > Those are probably just WOComponent analyzer errors. > > Just change your preferences and rebuild all projects: > > > >

Re: EOEntity question.

2012-06-05 Thread Johann Werner
Hi Doug, that shouldn't be a problem as long as the other entity does not have attributes that are marked as NOT NULL which would result in exceptions during save or fetch. jw Am 05.06.2012 um 16:29 schrieb doug andrews: > In one model, I have two entities that reference the same table. > On

EOEntity question.

2012-06-05 Thread doug andrews
In one model, I have two entities that reference the same table. One entity exposes attributes that the other does not. One entity has a custom class, the other's class is EOGenericRecord. Neither entity has a parent. This is old code with a lot of lines, so removing one of the entities is not an