Re: Better D2W question: pull down lists for relationships

2011-02-01 Thread David LeBer

On 2011-01-31, at 10:51 PM, Joe Little wrote:

 Thanks. Still not finding these on my own -- or at least the logic to
 find them. I was looking for an ERD2WList type..

Generally, property level components follow these naming conventions:

Edit: ERDEdit* or ERD2WEdit*
Display: ERDDisplay* or ERD2WDisplay*

Embedded page level components (ERDList, ERMDEditRelationship, etc) are usually 
used when greater flexibility/features are required.

So, if your requirement is simple for that property, look to the property level 
components, if you requirement is feature rich, look to an embedded page level 
component.

 
 
 On Mon, Jan 31, 2011 at 2:39 PM, David LeBer
 dleber_wo...@codeferous.com wrote:
 
 On 2011-01-31, at 5:26 PM, Joe Little wrote:
 
 Always in D2W, relationships selection is usually a search or new
 option. I was wondering how to override this will a pull down. I have
 a to-one relationship for a projectType, and I don't want my Project
 entities having to do a subsearch each time to find available
 projects, but select instead from a pull down. Is this something
 settable in D2W or is that a custom component.
 
 Try using ERD2WEditToOneRelationship?

;david

--
David LeBer
Codeferous Software
'co-def-er-ous' adj. Literally 'code-bearing'
site:   http://codeferous.com
blog:   http://davidleber.net
profile:http://www.linkedin.com/in/davidleber
twitter:http://twitter.com/rebeld
--
Toronto Area Cocoa / WebObjects developers group:
http://tacow.org




 ___
Do not post admin requests to the list. They will be ignored.
Webobjects-dev mailing list  (Webobjects-dev@lists.apple.com)
Help/Unsubscribe/Update your Subscription:
http://lists.apple.com/mailman/options/webobjects-dev/archive%40mail-archive.com

This email sent to arch...@mail-archive.com


Re: Better D2W question: pull down lists for relationships

2011-02-01 Thread David Avendasora
Hi Joe,

I have found the D2WKeys link at the top of the Wonder API to be incredibly 
useful when trying to figure out which components are available:

http://webobjects.mdimension.com/hudson/job/Wonder54/javadoc/d2wlist.html - I 
believe we have Ray Kiddy to thank for that piece of JavaDoc magic.

Dave

PS, now if we could just get Mr. Holt to chime in, you could have the 
DirectToDave trifecta!

On Jan 31, 2011, at 10:51 PM, Joe Little wrote:

 Thanks. Still not finding these on my own -- or at least the logic to
 find them. I was looking for an ERD2WList type..
 
 
 On Mon, Jan 31, 2011 at 2:39 PM, David LeBer
 dleber_wo...@codeferous.com wrote:
 
 On 2011-01-31, at 5:26 PM, Joe Little wrote:
 
 Always in D2W, relationships selection is usually a search or new
 option. I was wondering how to override this will a pull down. I have
 a to-one relationship for a projectType, and I don't want my Project
 entities having to do a subsearch each time to find available
 projects, but select instead from a pull down. Is this something
 settable in D2W or is that a custom component.
 
 Try using ERD2WEditToOneRelationship?
 
 ;david
 
 --
 David LeBer
 Codeferous Software
 'co-def-er-ous' adj. Literally 'code-bearing'
 site:   http://codeferous.com
 blog:   http://davidleber.net
 profile:http://www.linkedin.com/in/davidleber
 twitter:http://twitter.com/rebeld
 --
 Toronto Area Cocoa / WebObjects developers group:
 http://tacow.org
 
 
 
 
 
 ___
 Do not post admin requests to the list. They will be ignored.
 Webobjects-dev mailing list  (Webobjects-dev@lists.apple.com)
 Help/Unsubscribe/Update your Subscription:
 http://lists.apple.com/mailman/options/webobjects-dev/webobjects%40avendasora.com
 
 This email sent to webobje...@avendasora.com
 
 

 ___
Do not post admin requests to the list. They will be ignored.
Webobjects-dev mailing list  (Webobjects-dev@lists.apple.com)
Help/Unsubscribe/Update your Subscription:
http://lists.apple.com/mailman/options/webobjects-dev/archive%40mail-archive.com

This email sent to arch...@mail-archive.com


Re: Better D2W question: pull down lists for relationships

2011-02-01 Thread Anjo Krank
That stuff most likely isn't up to date.

The actual keys should be written into the d2wclientConfiguration.plist of the 
respective framework. Once they are, the keys are directly available in the 
running app via hover's when debugging is turned on.

Statically they don't make a lot of sense... (I know, the D2WKeys were my idea 
in the first place, but still).

Cheers, Anjo

Am 01.02.2011 um 15:22 schrieb David Avendasora:

 Hi Joe,
 
 I have found the D2WKeys link at the top of the Wonder API to be incredibly 
 useful when trying to figure out which components are available:
 
 http://webobjects.mdimension.com/hudson/job/Wonder54/javadoc/d2wlist.html - I 
 believe we have Ray Kiddy to thank for that piece of JavaDoc magic.
 
 Dave
 
 PS, now if we could just get Mr. Holt to chime in, you could have the 
 DirectToDave trifecta!
 
 On Jan 31, 2011, at 10:51 PM, Joe Little wrote:
 
 Thanks. Still not finding these on my own -- or at least the logic to
 find them. I was looking for an ERD2WList type..
 
 
 On Mon, Jan 31, 2011 at 2:39 PM, David LeBer
 dleber_wo...@codeferous.com wrote:
 
 On 2011-01-31, at 5:26 PM, Joe Little wrote:
 
 Always in D2W, relationships selection is usually a search or new
 option. I was wondering how to override this will a pull down. I have
 a to-one relationship for a projectType, and I don't want my Project
 entities having to do a subsearch each time to find available
 projects, but select instead from a pull down. Is this something
 settable in D2W or is that a custom component.
 
 Try using ERD2WEditToOneRelationship?
 
 ;david
 
 --
 David LeBer
 Codeferous Software
 'co-def-er-ous' adj. Literally 'code-bearing'
 site:   http://codeferous.com
 blog:   http://davidleber.net
 profile:http://www.linkedin.com/in/davidleber
 twitter:http://twitter.com/rebeld
 --
 Toronto Area Cocoa / WebObjects developers group:
 http://tacow.org
 
 
 
 
 
 ___
 Do not post admin requests to the list. They will be ignored.
 Webobjects-dev mailing list  (Webobjects-dev@lists.apple.com)
 Help/Unsubscribe/Update your Subscription:
 http://lists.apple.com/mailman/options/webobjects-dev/webobjects%40avendasora.com
 
 This email sent to webobje...@avendasora.com
 
 
 
 ___
 Do not post admin requests to the list. They will be ignored.
 Webobjects-dev mailing list  (Webobjects-dev@lists.apple.com)
 Help/Unsubscribe/Update your Subscription:
 http://lists.apple.com/mailman/options/webobjects-dev/anjo%40krank.net
 
 This email sent to a...@krank.net

 ___
Do not post admin requests to the list. They will be ignored.
Webobjects-dev mailing list  (Webobjects-dev@lists.apple.com)
Help/Unsubscribe/Update your Subscription:
http://lists.apple.com/mailman/options/webobjects-dev/archive%40mail-archive.com

This email sent to arch...@mail-archive.com


Re: Better D2W question: pull down lists for relationships

2011-02-01 Thread Mike Schrag
I still think it's a good idea statically  Just knowing what keys are even 
available to you is useful.

ms

On Feb 1, 2011, at 9:30 AM, Anjo Krank wrote:

 That stuff most likely isn't up to date.
 
 The actual keys should be written into the d2wclientConfiguration.plist of 
 the respective framework. Once they are, the keys are directly available in 
 the running app via hover's when debugging is turned on.
 
 Statically they don't make a lot of sense... (I know, the D2WKeys were my 
 idea in the first place, but still).
 
 Cheers, Anjo
 
 Am 01.02.2011 um 15:22 schrieb David Avendasora:
 
 Hi Joe,
 
 I have found the D2WKeys link at the top of the Wonder API to be incredibly 
 useful when trying to figure out which components are available:
 
 http://webobjects.mdimension.com/hudson/job/Wonder54/javadoc/d2wlist.html - 
 I believe we have Ray Kiddy to thank for that piece of JavaDoc magic.
 
 Dave
 
 PS, now if we could just get Mr. Holt to chime in, you could have the 
 DirectToDave trifecta!
 
 On Jan 31, 2011, at 10:51 PM, Joe Little wrote:
 
 Thanks. Still not finding these on my own -- or at least the logic to
 find them. I was looking for an ERD2WList type..
 
 
 On Mon, Jan 31, 2011 at 2:39 PM, David LeBer
 dleber_wo...@codeferous.com wrote:
 
 On 2011-01-31, at 5:26 PM, Joe Little wrote:
 
 Always in D2W, relationships selection is usually a search or new
 option. I was wondering how to override this will a pull down. I have
 a to-one relationship for a projectType, and I don't want my Project
 entities having to do a subsearch each time to find available
 projects, but select instead from a pull down. Is this something
 settable in D2W or is that a custom component.
 
 Try using ERD2WEditToOneRelationship?
 
 ;david
 
 --
 David LeBer
 Codeferous Software
 'co-def-er-ous' adj. Literally 'code-bearing'
 site:   http://codeferous.com
 blog:   http://davidleber.net
 profile:http://www.linkedin.com/in/davidleber
 twitter:http://twitter.com/rebeld
 --
 Toronto Area Cocoa / WebObjects developers group:
 http://tacow.org
 
 
 
 
 
 ___
 Do not post admin requests to the list. They will be ignored.
 Webobjects-dev mailing list  (Webobjects-dev@lists.apple.com)
 Help/Unsubscribe/Update your Subscription:
 http://lists.apple.com/mailman/options/webobjects-dev/webobjects%40avendasora.com
 
 This email sent to webobje...@avendasora.com
 
 
 
 ___
 Do not post admin requests to the list. They will be ignored.
 Webobjects-dev mailing list  (Webobjects-dev@lists.apple.com)
 Help/Unsubscribe/Update your Subscription:
 http://lists.apple.com/mailman/options/webobjects-dev/anjo%40krank.net
 
 This email sent to a...@krank.net
 
 ___
 Do not post admin requests to the list. They will be ignored.
 Webobjects-dev mailing list  (Webobjects-dev@lists.apple.com)
 Help/Unsubscribe/Update your Subscription:
 http://lists.apple.com/mailman/options/webobjects-dev/mschrag%40pobox.com
 
 This email sent to msch...@pobox.com

 ___
Do not post admin requests to the list. They will be ignored.
Webobjects-dev mailing list  (Webobjects-dev@lists.apple.com)
Help/Unsubscribe/Update your Subscription:
http://lists.apple.com/mailman/options/webobjects-dev/archive%40mail-archive.com

This email sent to arch...@mail-archive.com


Re: Better D2W question: pull down lists for relationships

2011-02-01 Thread Joe Little
Forgot to reply all the first time:

I did discover these, but wasn't grokking myself of which went to
where. I'll try and take the other David's advice on what is used
where.

I think create/edit/update uses the *Edit types, and display/list are
*Display. Next step is to find out how to limit the default to search
panels and give out Lists by default for most of my entities.

The harder one is having a page with multiple sections and lists (divs
with their own entities list) based on some derived batch and limits,
such as next 5 tasks that are due, most recent tasks created etc.

On Tue, Feb 1, 2011 at 6:22 AM, David Avendasora
webobje...@avendasora.com wrote:
 Hi Joe,

 I have found the D2WKeys link at the top of the Wonder API to be incredibly 
 useful when trying to figure out which components are available:

 http://webobjects.mdimension.com/hudson/job/Wonder54/javadoc/d2wlist.html - I 
 believe we have Ray Kiddy to thank for that piece of JavaDoc magic.

 Dave

 PS, now if we could just get Mr. Holt to chime in, you could have the 
 DirectToDave trifecta!

 On Jan 31, 2011, at 10:51 PM, Joe Little wrote:

 Thanks. Still not finding these on my own -- or at least the logic to
 find them. I was looking for an ERD2WList type..


 On Mon, Jan 31, 2011 at 2:39 PM, David LeBer
 dleber_wo...@codeferous.com wrote:

 On 2011-01-31, at 5:26 PM, Joe Little wrote:

 Always in D2W, relationships selection is usually a search or new
 option. I was wondering how to override this will a pull down. I have
 a to-one relationship for a projectType, and I don't want my Project
 entities having to do a subsearch each time to find available
 projects, but select instead from a pull down. Is this something
 settable in D2W or is that a custom component.

 Try using ERD2WEditToOneRelationship?

 ;david

 --
 David LeBer
 Codeferous Software
 'co-def-er-ous' adj. Literally 'code-bearing'
 site:   http://codeferous.com
 blog:   http://davidleber.net
 profile:        http://www.linkedin.com/in/davidleber
 twitter:        http://twitter.com/rebeld
 --
 Toronto Area Cocoa / WebObjects developers group:
 http://tacow.org





 ___
 Do not post admin requests to the list. They will be ignored.
 Webobjects-dev mailing list      (Webobjects-dev@lists.apple.com)
 Help/Unsubscribe/Update your Subscription:
 http://lists.apple.com/mailman/options/webobjects-dev/webobjects%40avendasora.com

 This email sent to webobje...@avendasora.com




 ___
Do not post admin requests to the list. They will be ignored.
Webobjects-dev mailing list  (Webobjects-dev@lists.apple.com)
Help/Unsubscribe/Update your Subscription:
http://lists.apple.com/mailman/options/webobjects-dev/archive%40mail-archive.com

This email sent to arch...@mail-archive.com


Re: Better D2W question: pull down lists for relationships

2011-02-01 Thread David Holt
Okay okay, you got me.

On 2011-02-01, at 3:38 PM, Joe Little wrote:

 Forgot to reply all the first time:
 
 I did discover these, but wasn't grokking myself of which went to
 where. I'll try and take the other David's advice on what is used
 where.
 
 I think create/edit/update uses the *Edit types, and display/list are
 *Display. Next step is to find out how to limit the default to search
 panels

What does this mean?

 and give out Lists by default for most of my entities.

This shouldn't be an issue though I assume you mean relationships not 
entities.

 
 The harder one is having a page with multiple sections and lists (divs
 with their own entities list) based on some derived batch and limits,
 such as next 5 tasks that are due, most recent tasks created etc.

Not really hard depending how you do it. Is this for display or edit?

Yours,
The trifecta

 
 On Tue, Feb 1, 2011 at 6:22 AM, David Avendasora
 webobje...@avendasora.com wrote:
 Hi Joe,
 
 I have found the D2WKeys link at the top of the Wonder API to be incredibly 
 useful when trying to figure out which components are available:
 
 http://webobjects.mdimension.com/hudson/job/Wonder54/javadoc/d2wlist.html - 
 I believe we have Ray Kiddy to thank for that piece of JavaDoc magic.
 
 Dave
 
 PS, now if we could just get Mr. Holt to chime in, you could have the 
 DirectToDave trifecta!
 
 On Jan 31, 2011, at 10:51 PM, Joe Little wrote:
 
 Thanks. Still not finding these on my own -- or at least the logic to
 find them. I was looking for an ERD2WList type..
 
 
 On Mon, Jan 31, 2011 at 2:39 PM, David LeBer
 dleber_wo...@codeferous.com wrote:
 
 On 2011-01-31, at 5:26 PM, Joe Little wrote:
 
 Always in D2W, relationships selection is usually a search or new
 option. I was wondering how to override this will a pull down. I have
 a to-one relationship for a projectType, and I don't want my Project
 entities having to do a subsearch each time to find available
 projects, but select instead from a pull down. Is this something
 settable in D2W or is that a custom component.
 
 Try using ERD2WEditToOneRelationship?
 
 ;david
 
 --
 David LeBer
 Codeferous Software
 'co-def-er-ous' adj. Literally 'code-bearing'
 site:   http://codeferous.com
 blog:   http://davidleber.net
 profile:http://www.linkedin.com/in/davidleber
 twitter:http://twitter.com/rebeld
 --
 Toronto Area Cocoa / WebObjects developers group:
 http://tacow.org
 
 
 
 
 
 ___
 Do not post admin requests to the list. They will be ignored.
 Webobjects-dev mailing list  (Webobjects-dev@lists.apple.com)
 Help/Unsubscribe/Update your Subscription:
 http://lists.apple.com/mailman/options/webobjects-dev/webobjects%40avendasora.com
 
 This email sent to webobje...@avendasora.com
 
 
 
 
 ___
 Do not post admin requests to the list. They will be ignored.
 Webobjects-dev mailing list  (Webobjects-dev@lists.apple.com)
 Help/Unsubscribe/Update your Subscription:
 http://lists.apple.com/mailman/options/webobjects-dev/programmingosx%40mac.com
 
 This email sent to programming...@mac.com

 ___
Do not post admin requests to the list. They will be ignored.
Webobjects-dev mailing list  (Webobjects-dev@lists.apple.com)
Help/Unsubscribe/Update your Subscription:
http://lists.apple.com/mailman/options/webobjects-dev/archive%40mail-archive.com

This email sent to arch...@mail-archive.com