Re: [OT] Mikes Magic Click

2008-05-18 Thread Owen McKerrow
Hi Jake, Yup thats the trick. Hold down the Command Key and it works ! Thanks! Owen McKerrow WebMaster, emlab Ph : +61 02 4221 5517 http://emlab.uow.edu.au - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - "As of tomorrow, employees will only be able to

Re: [OT] Mikes Magic Click

2008-05-18 Thread Jake MacMullin
I think you need to hold down 'command' when you click... (but it is only in recent builds) Cheers, Jake On 19/05/2008, at 4:17 PM, Owen McKerrow wrote: ( NOTE : This is referring to eclipse ) Hi All, I was just watching Mikes Ajax movie ( http://webobjects.mdimension.com/wonder/screencas

Re: [OT] Mikes Magic Click

2008-05-18 Thread Guido Neitzer
On 19.05.2008, at 00:17, Owen McKerrow wrote: ( NOTE : This is referring to eclipse ) Hi All, I was just watching Mikes Ajax movie ( http://webobjects.mdimension.com/wonder/screencasts/TinyAjaxApp.mov ) and noticed that at around the 1 min 30 sec mark he creates a new WOString in the .wod

[OT] Mikes Magic Click

2008-05-18 Thread Owen McKerrow
( NOTE : This is referring to eclipse ) Hi All, I was just watching Mikes Ajax movie ( http:// webobjects.mdimension.com/wonder/screencasts/TinyAjaxApp.mov ) and noticed that at around the 1 min 30 sec mark he creates a new WOString in the .wod file with a value of currentTime and then c

Re: Reports Generation

2008-05-18 Thread Don Lindsay
Hello GSK; I use ReportMill. Can you please send me a stack trace of the error you are receiving? Thanks, Don On May 19, 2008, at 12:44 AM, santoshg wrote: Hi All, We are working on Web objects 5.3 on windows Operating System. We are using Eclipse as our development tool.

Re: Any wonder app

2008-05-18 Thread Anjo Krank
Am 18.05.2008 um 20:51 schrieb Chuck Hill: The Wonder 4.0 release is ancient. <> Which it even says right beside the download... Cheers, Anjo ___ Do not post admin requests to the list. They will be ignored. Webobjects-dev mailing list (W

Reports Generation

2008-05-18 Thread santoshg
Hi All, We are working on Web objects 5.3 on windows Operating System. We are using Eclipse as our development tool. But using Eclipse we are unable to generate reports. We are using ReportMill 7 to generate reports. When we run the application using comman

Tracking EC Locking Issues when using MultiECLockManager and LockErrorScreamerEditingContext

2008-05-18 Thread Owen McKerrow
Hi All, In an effort to track down my locking issues I implemented the LockErrorScreamerEditingContext but unfortunately its not going to be as useful as I had hoped. I changed my MultiECLockManager to use a LockErrorScreamerEditingContext but of course this means that every lock will com

Re: Workaround for WO 5.4 "WebAssistant: You backtracked too far"

2008-05-18 Thread Don Lindsay
Oy! Nevermind. :) Always when you ask for help is when you figure it out. Thanks David, I got your idea to work. Here it is if anyone else needs it: D2W._Observer oObserver = null; public Object Observer() { if ( oObserver == null ) { oObserver = D2W.factory().new _Ob

Re: Workaround for WO 5.4 "WebAssistant: You backtracked too far"

2008-05-18 Thread Don Lindsay
Hmm, I played around with this earlier today. Kept getting errors on using the code form the addObserver method. Do you have an example that I can take a look at? Don On May 18, 2008, at 10:41 PM, David Elliott wrote: Hi Don, I just filed this as rdar://5944941. Probably should've down

Re: Workaround for WO 5.4 "WebAssistant: You backtracked too far"

2008-05-18 Thread David Elliott
Hi Don, I just filed this as rdar://5944941. Probably should've down that earlier but it slipped my mind. I have a workaround for it too which is to simply instantiate D2W._Observer and add it to the notification center. Take care to keep a reference to the variable. That is, assign it

Re: Workaround for WO 5.4 "WebAssistant: You backtracked too far"

2008-05-18 Thread Don Lindsay
Hello; I am experiencing this bug as well, if it is a bug. Is this caused by a bug or by misconfiguration on my part? don On Jan 18, 2008, at 10:37 PM, David Elliott wrote: Hi, I am just starting to play with WO again after having worked on some other stuff and have come across what I b

Re: Any wonder app

2008-05-18 Thread Don Lindsay
thank you and Guido for your help. Don On May 18, 2008, at 2:51 PM, Chuck Hill wrote: The Wonder 4.0 release is ancient. On May 18, 2008, at 11:33 AM, Don Lindsay wrote: Sorry, I downloaded from the wrong repository. I downloaded from sourceforge which caused the problem. Don On May 18,

Re: Any wonder app

2008-05-18 Thread Chuck Hill
The Wonder 4.0 release is ancient. On May 18, 2008, at 11:33 AM, Don Lindsay wrote: Sorry, I downloaded from the wrong repository. I downloaded from sourceforge which caused the problem. Don On May 18, 2008, at 2:28 PM, Chuck Hill wrote: 4.0 5.4 Notice the difference? Try http://webob

Re: Any wonder app

2008-05-18 Thread Don Lindsay
Sorry, I downloaded from the wrong repository. I downloaded from sourceforge which caused the problem. Don On May 18, 2008, at 2:28 PM, Chuck Hill wrote: 4.0 5.4 Notice the difference? Try http://webobjects.mdimension.com/wonder/Wonder-latest-Frameworks-54.tar.gz Chuck On May 18, 2008,

Re: Any wonder app

2008-05-18 Thread Chuck Hill
4.0 5.4 Notice the difference? Try http://webobjects.mdimension.com/wonder/Wonder-latest-Frameworks-54.tar.gz Chuck On May 18, 2008, at 11:24 AM, Don Lindsay wrote: Hmm no, I am using WebObjects 5.4.*, I just downloaded Wonder-4.0 last night. Maybe I did download the wrong version? Don

Re: Any wonder app

2008-05-18 Thread Don Lindsay
Hmm no, I am using WebObjects 5.4.*, I just downloaded Wonder-4.0 last night. Maybe I did download the wrong version? Don On May 18, 2008, at 2:15 PM, Chuck Hill wrote: Using the WO 5.4 version of Wonder with WO 5.3 (or is that the other way round)? On May 18, 2008, at 10:18 AM, Don Lind

Re: Any wonder app

2008-05-18 Thread Chuck Hill
Using the WO 5.4 version of Wonder with WO 5.3 (or is that the other way round)? On May 18, 2008, at 10:18 AM, Don Lindsay wrote: Hello; I am playing with wonder. Fro some reason I cannot run any wonder applications when they start I get the following? May 18 13:13:54 tech2wonder[53577

Any wonder app

2008-05-18 Thread Don Lindsay
Hello; I am playing with wonder. Fro some reason I cannot run any wonder applications when they start I get the following? May 18 13:13:54 tech2wonder[53577] (ERXNSLogLog4jBridge.java:41) WARN NSLog - A fatal exception occurred: com.webobjects.foundation.NSMutableArray: method (Ljava/u

Re: ALCATRAZ! (Was: [OT] WOWODC Outing)

2008-05-18 Thread Chuck Hill
Being of legal drinking age in California (not sure what that is) is the only requirement for The Chieftan. The Thirsty Bear is a restaurant, so it does not even have that requirement. You are certainly welcome to join in! Chuck On May 17, 2008, at 10:02 PM, Daniel Beatty wrote: Greet

Re: ALCATRAZ! (Was: [OT] WOWODC Outing)

2008-05-18 Thread Gustavo Pizano
Im so Envy I can't go, I wsih I can go to the WOWDC :(, maybe next tiem :( Gus On May 18, 2008, at 9:46 AM, David LeBer wrote: On 18-May-08, at 1:02 AM, Daniel Beatty wrote: Greetings David and the gang, I will also be in San Francisco at that time, bound for WOWODC, and would like to j

Re: ALCATRAZ! (Was: [OT] WOWODC Outing)

2008-05-18 Thread David LeBer
On 18-May-08, at 1:02 AM, Daniel Beatty wrote: Greetings David and the gang, I will also be in San Francisco at that time, bound for WOWODC, and would like to join either party (Alcatraz or this Chieftan as some one was calling.)I am probably be one of the few student types asking, bu

Re: Netbeans 6.1 visual web

2008-05-18 Thread Mike Schrag
Hi scanned the page and one of the first thing that my eyes catched: /> really awesome :-) Is it really worthwhile to read further? ;-) This is from the VS2008 page, right? I'm not saying the ASP.net inside of it is pretty :) But the things the IDE does are pretty impressive. ms __

Re: ALCATRAZ! (Was: [OT] WOWODC Outing)

2008-05-18 Thread David Avendasora
I think you would be more than welcome for either outing, but the Chieftan is likely going to require you to be 21. I think just that you have an interest in WebObjects is all the requirements that anyone is going to have. Students are certainly welcome! Dave On May 18, 2008, at 1:02 AM,

Re: Netbeans 6.1 visual web

2008-05-18 Thread Oliver Scheel
Hi scanned the page and one of the first thing that my eyes catched: /> really awesome :-) Is it really worthwhile to read further? ;-) Oliver smime.p7s Description: S/MIME cryptographic signature ___ Do not post admin requests to the list. They

Re: Netbeans 6.1 visual web

2008-05-18 Thread Don Lindsay
Hello; With WebObjects and WOLips you do not have to write all your java code. Java Code in most database applications has to do with retrieving, updating, inserting, and deleting data. WebObjects does all this for you. The HTML files in your component can be edited with any html edi