Re: ERD2WEditToOneRelationship popup issue with umlauts

2012-08-29 Thread Markus Ruggiero
On 20.08.2012, at 18:08, Chuck Hill ch...@global-village.net wrote: Hi Markus, On 2012-08-20, at 12:46 AM, Markus Ruggiero wrote: I seem to have a problem with umlauts and ERD2WEditToOneRelationship with displayStyle = popup. One of the selections has an umlaut in the name (Zürich).

WOInject: Injection in entities, good or bad things?

2012-08-29 Thread Joseph Pachod
Hi In the current incarnation of WOInject, one can now inject in entities. Thus, one could then inject DAO, services or whatever in there, which has quite some consequences: possibility to save data or interact with the outer world. Do you think it's relevant ? Eager to read you ! Best, Joseph

Auto-detection of local time zone

2012-08-29 Thread Paul Hoadley
Hello, I've got a feature request in my queue entitled Allow users to select their local time zone. That sounds like a lot of work to me. I've got to create a UI for selecting the timezone (and at the moment, this app has no other preferences, so I need to create an work out where to put a

Re: ERD2WEditToOneRelationship popup issue with umlauts

2012-08-29 Thread Theodore Petrosky
it looks like it is choosing ISO defaultFormValueEncoding=ISO8859_1 http://wiki.wocommunity.org/display/documentation/WOnder-ERXLocalizer check that wiki and see if it helps Ted --- On Wed, 8/29/12, Markus Ruggiero mailingli...@kataputt.com wrote: From: Markus Ruggiero

Re: Auto-detection of local time zone

2012-08-29 Thread Johann Werner
Hi Paul, you can detect the time offset to UTC via javascript on the client browser and use that in your app to adjust the session's timezone. Though this should be taken with care as this is considering only the time offset and not the real timezone that can have additional info as daylight

Re: ERD2WEditToOneRelationship popup issue with umlauts

2012-08-29 Thread Bastian Triller
set the Wonder encoding property to UTF-8. This should also encode your form values in UTF-8: er.extensions.ERXApplication.DefaultEncoding=UTF-8 Am Mittwoch, den 29.08.2012, 10:00 +0200 schrieb Markus Ruggiero: On 20.08.2012, at 18:08, Chuck Hill ch...@global-village.net wrote: Hi Markus,

Re: Auto-detection of local time zone

2012-08-29 Thread Ramsey Gurley
ERXTimeZoneDetector. Just drop it in your page wrapper and it will set the ERXSession's timezone for you. Ramsey On Aug 29, 2012, at 3:30 AM, Paul Hoadley wrote: Hello, I've got a feature request in my queue entitled Allow users to select their local time zone. That sounds like a lot of

[MEET] Toronto Cocoaheads / tacow - Sept 11

2012-08-29 Thread Karl Moskowski
tacow's next meeting is scheduled for 6:30 PM on Tuesday, September 11, 2012 in meeting room 302 of Metro Hall. Jim Dovey (@alanQuatermain) will be discussing file coordination APIs and iCloud synching. Additional details can be found at http://goo.gl/ZgrU8. All are welcome, and we look

Re: ERD2WEditToOneRelationship popup issue with umlauts

2012-08-29 Thread Ramsey Gurley
Just curious… Is there some reason that this isn't the default? It seems dumb that we should need to even think about this. UTF-8 should be the default, no? Ramsey On Aug 29, 2012, at 5:54 AM, Bastian Triller wrote: set the Wonder encoding property to UTF-8. This should also encode your

Re: Auto-detection of local time zone

2012-08-29 Thread Paul Hoadley
On 30/08/2012, at 12:48 AM, Ramsey Gurley wrote: ERXTimeZoneDetector. Just drop it in your page wrapper and it will set the ERXSession's timezone for you. That's pretty much exactly what I wanted to hear. Thanks Ramsey. -- Paul Hoadley http://logicsquad.net/