How to use NSTimeZone to select the date/time display to use [OT]

2007-03-14 Thread Baiss Eric Magnusson
I'm awash in synchronicity, just as I was working with the DST/time zone problem with the two non-profit calendaring applications I have developed, and along comes a strong message from the continent that my main program is totally provincial, as in U.S. in its presentation. Of course, b

Java Business Intelligence / Reporting

2007-03-14 Thread David Holt
I have been looking at Jasper Reports and BIRT for the past couple of days. In my travels I came across a business intelligence suite of open source Java projects called Pentaho that I hadn't heard of. It incorporates reporting, data mining, charting, data integration and analysis in a web-

Re: Easiest way to integrate Quartz drawing into WO apps?

2007-03-14 Thread Thomas
Andrew, the topic of WO applications getting access to all the cool new Quartz functionality came up at the Sydney WebObjects dinner last month. One of the Apple staff, whose name I can't recall, sitting a few seats away from you, promised to get back to me with information (or a contact)

Re: Webobjects-dev Digest, Vol 4, Issue 154

2007-03-14 Thread Thomas Pelaia II
Hi, Depending on what Quartz features you are using, you could simply use the HTML Canvas tag along with JavaScript to draw using a subset of Quartz like drawing directives. See http://developer.apple.com/documentation/AppleApplications/ Reference/SafariJSRef/Classes/Canvas.html The Canva

Re: Easiest way to integrate Quartz drawing into WO apps?

2007-03-14 Thread Andrew Lindesay
Hello Ken; What's the best way to get to Cocoa/Obj-C code from WO/Java apps? First one to say "Cocoa/Java bridge" gets a slap :) The approach I have taken is to write a very basic web-server in Cocoa as a library. The library is able to vend actions using the JSON-RPC protocol (http://jso

Re: Easiest way to integrate Quartz drawing into WO apps?

2007-03-14 Thread Mark Ritchie
On 14-Mar-07, at 12:56 PM, Ken Tabb wrote: ... a WebObjects component, so that these same graphs appear in a web page (as a JPEG). ERPlot in ProjectWonder is a wrapper around JFreechart. I've used that for a simple app and it worked great! If you really need the Quartz code then I'm thinking

Re: Easiest way to integrate Quartz drawing into WO apps?

2007-03-14 Thread Patrick Middleton
On 14 Mar 2007, at 16:56, Ken Tabb wrote: Hi again folks, I have some Objective-C code that draws pretty graphs using Quartz. All looks lovely in Cocoa apps. I'd like to re-use this same code (or at least the "pretty Quartz" technology within it) in a WebObjects component, so that these

Extending WOPopUp to use optgroup tags

2007-03-14 Thread Carter Wojcik
Hi All - I am trying to extend a wopopup to display option groups. I would like to have the same functionality as wopopup, just the extra ability to display option groups. Since this is html4 and xhtml compliant, I figured I could use the existing code in wopopup and override the appendtoresponse

Easiest way to integrate Quartz drawing into WO apps?

2007-03-14 Thread Ken Tabb
Hi again folks, I have some Objective-C code that draws pretty graphs using Quartz. All looks lovely in Cocoa apps. I'd like to re-use this same code (or at least the "pretty Quartz" technology within it) in a WebObjects component, so that these same graphs appear in a web page (as a JPEG).

Direct Action

2007-03-14 Thread WIESEN Bruno
Hello, How can I access a page which has just called a DirectAction? I want my DirectAction to initialize some variables of the Main Component and refresh it... I try this but it creates a new session instead of using the existing one... : public WOActionResults formSubmitAction() {

Re: DST Update WO 5.3.3 and Java Client

2007-03-14 Thread Robert Walker
Thanks guys, Updating the zoneinfo.zip in wojavaclient.jar appears to have fixed the problem. I haven't done full test of my client application but initial testing appears good. On Mar 14, 2007, at 1:35 AM, Mark Ritchie wrote: On 13-Mar-07, at 9:31 PM, Art Isbell wrote: Hmm, on my WO 5.3

Re: Session and DirectAction

2007-03-14 Thread Guido Neitzer
On 14.03.2007, at 04:25, WIESEN Bruno wrote: But if a user who has an active session, opens a new window and executes a Direct Action...How can I detect that he already has an active session??At this moment, a new session is created...and that's not what I want...Can someone help me?? Sto

Re: WOCookie

2007-03-14 Thread Karl Gretton
Not sure that I am understanding what you mean. If you are asking whether WO can store its session info in a cookie: - WO can store session and instance information in a cookie, rather than in a web browser. This would solve your previous post issue about what happens when you open a new wi

WOCookie

2007-03-14 Thread WIESEN Bruno
Hello, Is there a way to detect if the cookies are enabled with WebObjects? Thank you. Bruno. ___ Do not post admin requests to the list. They will be ignored. Webobjects-dev mailing list (Webobjects-dev@lists.apple.com) Help/Unsubscribe/Update y

Session and DirectAction

2007-03-14 Thread WIESEN Bruno
Hello, I have an application which uses Component Actions and Direct Actions. What I want is switching between both without loosing sessions. Until now, that is OK...WebObjects seems to keep sessions active while switching... But if a user who has an active session, opens a new window and