RE: Styling question

2010-05-25 Thread Weide, Björn
Hi, I think you should style your app with CSS, maybe with a main CSS containing all the core styles and some custom CSS containing different color schemes - then you can just store a reference to the scheme css. Ciao, Bjoern -Original Message- From: webobjects-dev-bounces+bw=condat...@l

RE: Quoting hell, anybody a solution?

2010-02-18 Thread Weide, Björn
Could work something like that? : href = "javascript:ShowContent(this.id);" onMouseOver = "ShowContent(this.id); return true;" onMouseOut = "HideContent(this.id); return true;"> Ciao, Bjoern _ From: webobjects-dev-bounces+bw=condat...@lists.apple.com [mailto:webobjects-dev-bounces

RE: Scotch (was Re: Objects don't get initialized sometimes)

2010-01-12 Thread Weide, Björn
Hey nice Link! Btw. Lagavulin is my favorite too ;) Ciao, Bjoern From: webobjects-dev-bounces+bw=condat...@lists.apple.com [mailto:webobjects-dev-bounces+bw=condat...@lists.apple.com] On Behalf Of Patrick Robinson Sent: Tuesday, January 12, 2010 4:21 PM To

RE: Anybody looked at jqueryUI?

2010-01-05 Thread Weide, Björn
We sucessfully used jQuery in our last WO project and some jQuery-UI too (I remember the Dialog component). But as Mike pointed out, its not a good idea to mix that base JS frameworks. So if you already use Prototype, have a look at Scriptaculous; if you use none, you can have a look at the jQuery

RE: Little help with a Db design quesiton

2009-11-16 Thread Weide, Björn
Hi, i would do it that way and handle modifications manually. So if the user modifies the address, just create a copy+changes and assign it to the user. Hope it helps, Bjoern -Original Message- From: webobjects-dev-bounces+bw=condat...@lists.apple.com [mailto:webobjects-dev-bounces+bw=co

AW: WOCheckBox to my instance

2008-02-08 Thread Weide, Björn
Hi, please ensure that you have the checkbox inside a WOForm tag (and that you are submitting this form). Ciao, Bjoern -Ursprüngliche Nachricht- Von: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Im Auftrag von Theodore Petrosky Gesendet: Freitag, 8. Februar 2008 18:04 An: Daniele Corti Cc

AW: help needed with query

2008-02-04 Thread Weide, Björn
Hi Theodore, this is no big deal I hope. First you have to create a model for your entities, for example with a names-entity, a businessmetadata-entity and a to-n-relationship from names to businessmetadata (or is it 1:1?). Then you generate your code and the rest is simple: create a query on the

AW: [OT] developing for the iPhone

2007-07-03 Thread Weide, Björn
Hi, 1) check the user agent (request header) 2) http://www.marketcircle.com/iphoney/ Ciao, Bjoern -Ursprüngliche Nachricht- Von: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Im Auftrag von Baiss Eric Magnusson Gesendet: Dienstag, 3. Juli 2007 17:28 An: WebObjectsDev Betreff: [OT] devel

AW: InsertObject

2007-05-30 Thread Weide, Björn
Hi, You could use EOUtilities.createAndInsertInstance to create the objects and insert them immediatly in the EDC. Note that you should never modify objects that are not inserted in an EDC, so you should always insert them as soon as possible. Ciao, Bjoern -Ursprüngliche Nachricht- Von: