D2W Generic Annotations?

2014-10-17 Thread Markus Ruggiero
Folks,

is there a way to generically have (styled) annotations for any propertyKey?

What I have today (example is ERD2WEditToOneRelationship):



What I would like to have:



There is something available with certain fields from the EOModel (like units 
in the user dictionary of numeric fields), but what I need is a more general 
way that works for any type of component in use.

Thanks
---markus---


 ___
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:
https://lists.apple.com/mailman/options/webobjects-dev/archive%40mail-archive.com

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

Re: D2W Generic Annotations?

2014-10-17 Thread Fabian Peters
Hi Markus,

Have you looked at ERCDisplayHelpText? It'll need some work to make it usable 
in a modern app, though. There's also the model documentation, which you could 
access from the rules and maybe localize via ERDDelayedLocalizedAssignment.

Fabian

Am 17.10.2014 um 11:35 schrieb Markus Ruggiero mailingli...@kataputt.com:

 Folks,
 
 is there a way to generically have (styled) annotations for any propertyKey?
 
 What I have today (example is ERD2WEditToOneRelationship):
 
 PastedGraphic-1.png
 
 What I would like to have:
 
 PastedGraphic-2.tiff
 
 There is something available with certain fields from the EOModel (like 
 units in the user dictionary of numeric fields), but what I need is a more 
 general way that works for any type of component in use.
 
 Thanks
 ---markus---
 
 
 ___
 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:
 https://lists.apple.com/mailman/options/webobjects-dev/lists.fabian%40e-lumo.com
 
 This email sent to lists.fab...@e-lumo.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:
https://lists.apple.com/mailman/options/webobjects-dev/archive%40mail-archive.com

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

[SOLVED] *** JDBCAdaptor : no type info found for VARCHAR

2014-10-17 Thread Timothy Worman
My recent addition of using enum prototypes was causing this issue. The 
OpenBase JDBC prototypes were using “VARCHAR” as the external type from some 
things and that was compatible.

Tim
UCLA GSEIS

 On Oct 16, 2014, at 3:23 PM, Timothy Worman li...@thetimmy.com wrote:
 
 All:
 
 This issue has been popping up for me recently. I know I’ve experienced 
 something like this before but I’m not sure what the solution was. There do 
 seem to sometimes be db transaction errors that go hand-in-hand with this. 
 I’ve searched my entity.plist files for anything where externalType=‘VARCHAR’ 
 but I really don’t have anything. I had some legacy jdbcInfo and typeInfo 
 stuff in my index.eomodeld, so I removed it. I can’t figure out what is 
 causing the problem.
 
 Can anyone point me in the right direction or fill me in on how to get better 
 logging that maybe tells me more?
 
 Tim
 UCLA GSEIS
 ___
 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:
 https://lists.apple.com/mailman/options/webobjects-dev/lists%40thetimmy.com
 
 This email sent to li...@thetimmy.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:
https://lists.apple.com/mailman/options/webobjects-dev/archive%40mail-archive.com

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