Re: Specifying NavController with a D2W Rule

2010-10-18 Thread David Holt
On 2010-10-18, at 1:47 PM, David Avendasora wrote: > > On Oct 18, 2010, at 4:23 PM, David Holt wrote: > >> >> On 2010-10-18, at 1:11 PM, David Avendasora wrote: >> >>> Hi all, >>> >>> I'm using ERModernD2W and ERXNavigation. I've followed Dave L's example and >>> setup a NavController inste

Re: Specifying NavController with a D2W Rule

2010-10-18 Thread David Avendasora
On Oct 18, 2010, at 4:23 PM, David Holt wrote: > > On 2010-10-18, at 1:11 PM, David Avendasora wrote: > >> Hi all, >> >> I'm using ERModernD2W and ERXNavigation. I've followed Dave L's example and >> setup a NavController instead of putting all the navigation methods in the >> session, but e

Safari Extension

2010-10-18 Thread James Cicenia
ken - Could be some good marketing to put your extension on Apple's Web Site under Developers. James ___ Do not post admin requests to the list. They will be ignored. Webobjects-dev mailing list (Webobjects-dev@lists.apple.com) Help/Unsubscr

Re: Specifying NavController with a D2W Rule

2010-10-18 Thread David Holt
On 2010-10-18, at 1:11 PM, David Avendasora wrote: > Hi all, > > I'm using ERModernD2W and ERXNavigation. I've followed Dave L's example and > setup a NavController instead of putting all the navigation methods in the > session, but even with that my NavController is getting to be huge, with l

Re: Web Objects development options...

2010-10-18 Thread Miguel Arroz
Hi! OK, I thought Mac OS X would be enough. Then again, who wants to develop on non-Mac? :) Regards, Miguel Arroz On 2010/10/18, at 19:50, David Avendasora wrote: > > On Oct 18, 2010, at 12:59 PM, Miguel Arroz wrote: > >> Hi! >> >> On 2010/10/18, at 17:34, Lon Varscsak wrote: >> >>> A

Specifying NavController with a D2W Rule

2010-10-18 Thread David Avendasora
Hi all, I'm using ERModernD2W and ERXNavigation. I've followed Dave L's example and setup a NavController instead of putting all the navigation methods in the session, but even with that my NavController is getting to be huge, with lots of repeated methods that are identical except for which en

Re: re-post text encoding in a WOText area?

2010-10-18 Thread Kai S. Wong
Hi Ted, I use and make sure you have tinyMCE package unzip under WebServerResources/tiny_mce (plugins, themes, utils) and tiny_mce.js. Also, for the tinyMCE init, I just added it under HEAD tag right after ERXJavaScript. Regards, Kai S. Wong On Mon, Oct 18, 2010 at 11:25 AM, Theodore Petrosk

Re: Web Objects development options...

2010-10-18 Thread David Avendasora
On Oct 18, 2010, at 12:59 PM, Miguel Arroz wrote: > Hi! > > On 2010/10/18, at 17:34, Lon Varscsak wrote: > >> According to the license (at least my understanding) is that you are >> required to develop on Apple hardware (although there are no Apple >> tools in the mix, just frameworks), but you

Re: re-post text encoding in a WOText area?

2010-10-18 Thread Theodore Petrosky
Kai, Can you give a little more information on how you used this? I added the tiny_mce.js to my WebServerResources folder, and in my appendToResponce: AjaxUtils.addScriptResourceInHead (context, response, "app", "tiny_mce.js"); I copied and pasted the script into the head of my wrapper:

Re: Web Objects development options...

2010-10-18 Thread Chuck Hill
Hi David, On Oct 18, 2010, at 9:30 AM, dfles...@oceanobjects.com wrote: > I am sure this question has been answered before but > > We have been asked to convert a large WebObjects / Objective C app that was > last modified in the year 2000 to a technology that is supportable today and, >

Re: Web Objects development options...

2010-10-18 Thread Miguel Arroz
Hi! On 2010/10/18, at 17:34, Lon Varscsak wrote: > According to the license (at least my understanding) is that you are > required to develop on Apple hardware (although there are no Apple > tools in the mix, just frameworks), but you can deploy anywhere Java > can be deployed. My company curren

Re: Web Objects development options...

2010-10-18 Thread Lon Varscsak
I would seriously consider continuing to use WO (but in Java) for your projects. I went through the same thought process a couple of years ago and the ease of what WO offers combined with what EOF offers is really tough to beat. I don't regret the decision at all to port our WO4 (Obj-C) apps to W

Re: Now we're talking about ERAttachments anyway: D2W and ERAttachments example?

2010-10-18 Thread David Holt
On 2010-10-17, at 1:31 AM, Johan Henselmans wrote: > As some of you might I missed WOWODC2010 because of a train delay in Europe > (they privatized the railways, so now we have a railway system working like > the healthcare in the US: too little. too late for most of us), so I did not > have t

Web Objects development options...

2010-10-18 Thread dfleskes
I am sure this question has been answered before but We have been asked to convert a large WebObjects / Objective C app that was last modified in the year 2000 to a technology that is supportable today and, hopfully, for the next 10 years.  We are also looking for something simple and robu

Re: re-post text encoding in a WOText area?

2010-10-18 Thread Kai S. Wong
Hi Theodore, I use TinyMCE with *paste and legacyoutput *plug-in and I was able to solve copy and paste issue. Here is the sample tinyMCE setting: tinyMCE.init({ mode : "textareas", theme : "advanced", theme_advanced_toolbar_location: "top", the

Re: FrontBase

2010-10-18 Thread Chuck Hill
I've been using it for a while now. There are no issues. Chuck On Oct 18, 2010, at 6:32 AM, Amedeo Mantica wrote: > Hello, > > I have some projects using FrontBase 4 > > based on your experience is now safe to upgrade to FrontBase 5 ? any known > issues ? Connector works fine ? > > Thanks

Re: re-post text encoding in a WOText area?

2010-10-18 Thread Ramsey Gurley
Hi Ted, That sounds like a coercion that might be better handled in a validation method rather than the setter. It's basically the same logic you have now, but you would do it in a method like public String validateJobDescription(String aJobDescription); where the method takes the input w

FrontBase

2010-10-18 Thread Amedeo Mantica
Hello, I have some projects using FrontBase 4 based on your experience is now safe to upgrade to FrontBase 5 ? any known issues ? Connector works fine ? Thanks Amedeo ___ Do not post admin requests to the list. They will be ignored. Webobjects-dev mai

Re: re-post text encoding in a WOText area?

2010-10-18 Thread Paul D Yu
I have the same issue just different. I use YUITextEditor for my text editing. The copy and paste for Word is a HUGE problem. The latest YUI 2.8.1 code has a switch that will deal with weird formatting and characters issue a little bit better. But still not great. Part of my research found a

Re: re-post text encoding in a WOText area?

2010-10-18 Thread Theodore Petrosky
Is the Word issue the same as mine. When I view the logs I see 0x00 as the offending character. If you look at the accessor (setJobDescription) from below, you will see the NSLog that prints the int value of the characters. this is where I discovered the 'zero' at the end of the string. As I sa

Re: D2W issue

2010-10-18 Thread Andrew R. Kinnie
I deleted them all, then copied them all. I think I did a new ant build, but I may be mistaken. In any event, I think I am going to start fresh and kill all the extraneous versions of wonder on my box. Then do it again. On Oct 18, 2010, at 9:11 AM, David Avendasora wrote: > Hey Andrew, > >

Re: D2W issue

2010-10-18 Thread David Avendasora
Hey Andrew, Did you copy all the Wonder frameworks, or just ERCoolComponents? Make sure all the compiled frameworks are from the same build of Wonder. Dave On Oct 18, 2010, at 8:04 AM, Andrew R. Kinnie wrote: > Weird thing is, the framework and correct components are there. I was > having t

Re: D2W issue

2010-10-18 Thread Andrew R. Kinnie
Weird thing is, the framework and correct components are there. I was having trouble trying to get the wonder source building and installing the frameworks into the right place two weeks ago. However, I manually copied them into the path. And did it again yesterday. On Oct 18, 2010, at 6:4

Re: D2W issue

2010-10-18 Thread David Avendasora
You need ERCoolComponents on your build path. Some of the Ajax components that were in ERModernD2W got moved to ERCoolComponents because they weren't strictly D2W components. Not sure why it finds it in dev and not production... Dave On Oct 17, 2010, at 9:58 AM, Andrew R. Kinnie wrote: > My ap

re-post text encoding in a WOText area?

2010-10-18 Thread Theodore Petrosky
Last week I asked whether anyone had seen a problem with inserting text that was copied from a PDF and pasted into a WOText area. My client was creating a new object (a job). She copied some meta data (text) from a PDF and pasted it into a WOText: she then clicked the save button that fired t