Re: How to use WODisplayGroup

2008-12-09 Thread Francesco Romano
I've some problems with the Insert() method of WODisplayGroup. It adds another row, but if I edit that row and I don't commit the EditingContext, if I insert another row the previous is been cleared. Another thing... I inserted a WOBatchNavigationBar. I use it in this way:

Wonder: Attempting to lock editing context that was previously locked error

2008-12-09 Thread Dov Rosenberg
We converted over to Wonder awhile back to incorporate the Jgroups change synchronization framework ­ so far the change has been pretty good. We are now doing some load testing to make sure that everything is running smoothly. The only weirdness we see on a totally random basis is something like th

Re: PDF generator/converter

2008-12-09 Thread Gaastra Dennis - WO Lists
Also, You may have a look at our PDFkit: http://www.webappz.com/products/PDFkit.html It is a bit more hands-on, however, a LOT faster, and allows for things that cannot be done trough regular HTML! With Kind Regards, Dennis Gaastra, Chief Technology Officer, WEBAPPZ Systems, Inc. This me

Re: PDF generator/converter

2008-12-09 Thread Hugi Thordarson
iText is very nice to use, well documented and free. http://www.lowagie.com/iText/ Cheers, - Hugi // Hugi Thordarson // http://hugi.karlmenn.is/ On 9.12.2008, at 15:31, Sherry Tirko wrote: Hi All, I'm wondering if anyone knows if there is a pdf generator out there for WO sites

Re: PDF generator/converter

2008-12-09 Thread Andrew Lindesay
Hello Sherry; Also worth a look is the "FOP" library from Apache. cheers. I'm wondering if anyone knows if there is a pdf generator out there for WO sites or even a converter for WO Components. I'd like to take a form and make a pdf version for printing. ___ Andrew Lindesay www.lindesay.c

Re: Converting JSON to equivalent Foundation objects

2008-12-09 Thread Andrew Lindesay
Hello Paul; If you are able to change the way in which you serialise/deserialise, try the "LEJSONFormat" and "LEWOJSONFormat" in my LEWOStuff framework. You are welcome to just yank the code out and stick it into your own project. cheers. I'm connecting to a webservice and getting JSON

How to use Anchors on long dynamic lists?

2008-12-09 Thread James Cicenia
Hello - I was wondering how to keep my long lists, after refresh, from moving back to the top of the page. This is really annoying to our customers who have long lists. Thanks James Cicenia ___ Do not post admin requests to the list. They will be ig

Re: least annoying of the rich texts

2008-12-09 Thread Mike Schrag
For https you have to host it yourself anyway rather than link to yahoos hosted versions to avoid the insecure page elements warnings IIRC. they don't have an https server for them like google does? that's kind of lame ... oh well. ms ___ Do not

Re: Question about UI technique for adding a new object to a list

2008-12-09 Thread David Holt
Thanks for all your suggestions everyone, they are all very interesting and helpful. I went for the quick and dirty separation of object creation/ insertion and then adding it to the relationship when I save. I don't like this because it takes me away from using the awesome WonderEntity eo

Re: PDF generator/converter

2008-12-09 Thread John Huss
We use pd4ml to convert html to pdf and it works well. John On Tue, Dec 9, 2008 at 9:31 AM, Sherry Tirko <[EMAIL PROTECTED]> wrote: > > Hi All, > > I'm wondering if anyone knows if there is a pdf generator out there for WO > sites or even a converter for WO Components. I'd li

Re: least annoying of the rich texts

2008-12-09 Thread Kieran Kelleher
I really like the YUI CSS stuff ... reset, fonts, grids. Maybe just take the latest build of YUI and stick it in YUI framework and do dynamic loading of needed bits for whatever components. For https you have to host it yourself anyway rather than link to yahoos hosted versions to avoid the

PDF generator/converter

2008-12-09 Thread Sherry Tirko
Hi All, I'm wondering if anyone knows if there is a pdf generator out there for WO sites or even a converter for WO Components. I'd like to take a form and make a pdf version for printing. Thanks, Sherry ___ Do not post admin requests to

least annoying of the rich texts

2008-12-09 Thread Mike Schrag
i have to say .. i tried a ton of them, and they all sucked ... The one that surprisingly sucked the least for me? Yahoo Rich Text Editor. I gotta say .. I was using tiny_mce before, mainly because of the extensibility and some level of "if these other people are doing it, it can't be ALL

[MEETING] WO-NOVA - Next TUESDAY 12/16/08

2008-12-09 Thread Andrew R. Kinnie
Greetings all, For all of you WebObjects developers, aficionados and groupies who live within reasonable travel distance of Herndon, Virginia (Heck, Dulles Airport is five minutes away, so you could be ANYWHERE). . . We are having our monthly WebObjects Northern Virginia/DC/Maryland devel

Re: Custom Type for NSTimestamp

2008-12-09 Thread David Avendasora
I tried implementing Quinton's solution below, but I'm getting the same error I did with my attempt, which is that everything looks fine when read, date and time are properly parsed and accurate, BUT if I make a change to one of the dates and try to save it, I get the following error: Sav

Converting JSON to equivalent Foundation objects

2008-12-09 Thread Paul Stringer
I'm connecting to a webservice and getting JSON back, creating a JSONObject/JSONArray which I then want back as it's foundation equivalent of say NSDictionary. I'm sure this has been done already and I'm looking at Wonders NSArraySerializer and NSDictionarySerializer but I think I'm missing

Re: Custom Type for NSTimestamp

2008-12-09 Thread Q
On 09/12/2008, at 7:07 AM, David Avendasora wrote: Hi all, I'm trying to work with an existing database where they have stored date/time information as a Long Integer in the database. I'm trying to figure out the best way to use a Custom Type in the Entity Model so the app sees the attri