Re: WOLips on eclipse 3.7

2011-08-01 Thread Johan Henselmans
Op 2 aug. 2011, om 06:35 heeft Q het volgende geschreven: > Can anyone else confirm that this doesn't work? It works fine for me. > Oops, userinterface bug: I had to refresh the project to see the created java classes… Sorry about the confusion. WOLips 3.7.10091 is fine. > On 02/08/2011,

Re: WOLips on eclipse 3.7

2011-08-01 Thread Q
Can anyone else confirm that this doesn't work? It works fine for me. On 02/08/2011, at 1:40 PM, Johan Henselmans wrote: > > Op 2 aug. 2011, om 01:44 heeft Q het volgende geschreven: > >> I think this is related to a recent commit I made to fix a different problem. >> >> I will take a look at

Re: WOLips on eclipse 3.7

2011-08-01 Thread Johan Henselmans
Op 2 aug. 2011, om 01:44 heeft Q het volgende geschreven: > I think this is related to a recent commit I made to fix a different problem. > > I will take a look at it sometime later today. > Quinton, the null message is away, and the .eogen file has sensible values, but the generation is not

Re: WOLips on eclipse 3.7

2011-08-01 Thread Q
I think this is related to a recent commit I made to fix a different problem. I will take a look at it sometime later today. On 02/08/2011, at 12:22 AM, Alexis Tual wrote: > Hi list, > > I've just switched to eclipse 3.7 with WOLips from > http://webobjects.mdimension.com/hudson/job/WOLips37Cu

Re: WOLips on eclipse 3.7

2011-08-01 Thread Johan Henselmans
I have the same problem, I noticed that generating the eogen file created a variable of which the model should be generated which is: /Applications/Developing/eclipse/Eclipse.app/Contents/MacOS/Resources/Theater.eomodeld. It should be something like: /Users/localadmin/Documents/Theater/eclipse

Re: WOLips on eclipse 3.7

2011-08-01 Thread Alexis Tual
That works if I set the eomodel absolute path in the eogen file. Something must be wrong with my setup, that's weird I tried also with a clean workspace (-clean and no custom prefs) Alex Le 1 août 2011 à 16:41, Alexis Tual a écrit : > Thanks for your suggestion, I've tried that with no luck >

Re: Using DataGrid in WO

2011-08-01 Thread Michael Gargano
Hey Chuck, This is from a few months ago, but how exactly are you passing your selected row into the dialog to edit it? I can't figure this out since I'm using a custom cell in the grid to do this. the custom cell has an ajaxmodaldialogopener with an image in it. are you just directly using

D2W Question

2011-08-01 Thread James Cicenia
Hello - I have a page with an embedded D2W Query component. This works great. I have custom attributes, etc. However, now I need to switch which custom attribute rule to use depending on a checkbox on the page. Is there a way in the rules to 1) Access the checkbox on the page? 2) Use the va

[Job Posting] Senior WebObjects Engineer - SmartPractice, Inc (Phoenix, AZ)

2011-08-01 Thread Benjamin Chew
Hi Everyone, My company (SmartPractice) in Phoenix, AZ is looking for a Senior Software Engineer to join Ramsey and myself. Please look over the job posting below and post your resume at http://www.oursmartjobs.com. Thanks, Ben -- SmartPractice, Inc. is a family owned enterprise co

Primary key error

2011-08-01 Thread Stavros Panidis
Hello, I have the following very strange (for me) problem. I have a very simple component and a straight forward save method, like theTrial = new Trials(); ec.insertObject(theTrial); … set some values in to the new record ... ec.saveChanges(); When there are no records in to the table, fir

SQL generation problem with Entity Modeler

2011-08-01 Thread Lars Sonchocky-Helldorf
Hi, I had this problem before. But I got no answer then: http://permalink.gmane.org/gmane.comp.web.webobjects.woproject.devel/16073 The situation here is the same, the Maven project tree consist out of a structure like this: JvMAll | \-Applications | | | \-ApplicationA | | | \-ApplicationB | |

Re: Migrate from old Xcode to WOLips on OSX 10.6.8

2011-08-01 Thread Pascal Robert
Le 2011-08-01 à 10:11, Jon Kleiser a écrit : > Thanks again, Pascal. > > I hadn't adjusted the wo.system.frameworks and wo.local.frameworks > properties. ;-) > It's looking better now. > Is it OK to leave wo.network.frameworks and wo.user.frameworks empty? Yes, it's ok. > Is there any reason

Re: WOLips on eclipse 3.7

2011-08-01 Thread Alexis Tual
Thanks for your suggestion, I've tried that with no luck Alex Le 1 août 2011 à 16:37, Marius Soutier a écrit : > Have you tried renaming the folder from eclipse-indigio to e.g. EclipseIndigo? > > On 01.08.2011, at 16:22, Alexis Tual wrote: > >> Hi list, >> >> I've just switched to eclipse 3.7

Re: WOLips on eclipse 3.7

2011-08-01 Thread Marius Soutier
Have you tried renaming the folder from eclipse-indigio to e.g. EclipseIndigo? On 01.08.2011, at 16:22, Alexis Tual wrote: > Hi list, > > I've just switched to eclipse 3.7 with WOLips from > http://webobjects.mdimension.com/hudson/job/WOLips37Current/lastSuccessfulBuild/artifact/site/ > > Ever

Re: Migrate from old Xcode to WOLips on OSX 10.6.8

2011-08-01 Thread Jon Kleiser
Thanks again, Pascal. I hadn't adjusted the wo.system.frameworks and wo.local.frameworks properties. ;-) It's looking better now. Is it OK to leave wo.network.frameworks and wo.user.frameworks empty? Is there any reason I should use the old "533" instead of the newer "543"? /Jon On 01-08-11 1

Re: Migrate from old Xcode to WOLips on OSX 10.6.8

2011-08-01 Thread Pascal Robert
Le 2011-08-01 à 08:48, Jon Kleiser a écrit : > I have now found the field for the WOLips properties file: If I click on the > WOLips node itself, not the Build subnode, then I get a lot of fields where > the first one is for the name of the file and the remaining ones correspond > to the entri

Re: Migrate from old Xcode to WOLips on OSX 10.6.8

2011-08-01 Thread Jon Kleiser
I have now found the field for the WOLips properties file: If I click on the WOLips node itself, not the Build subnode, then I get a lot of fields where the first one is for the name of the file and the remaining ones correspond to the entries in the properties file. Three of these properties re

Re: Re: Re: Re: Re: Re: Using AjaxInPlaceEditor in WORepetition

2011-08-01 Thread naneon . raymond
Hi Hee No prob. Then you may just need to add an index counter to track down the object that you are interested to alter its string value, as mentioned. ==>I don't understand very well. Do you have a code to clear all your words? ... movieTitleChanged=movieToCheck.title() + "Add

Re: Re: Re: Re: Re: Using AjaxInPlaceEditor in WORepetition

2011-08-01 Thread Cheong Hee (Gmail)
Hi Ray No prob. Then you may just need to add an index counter to track down the object that you are interested to alter its string value, as mentioned. Cheers Cheong Hee - Original Message - From: naneon.raym...@neuf.fr To: Cheong Hee (Gmail) ; WebObjects webobjects-dev Sen

Re: Re: Re: Re: Re: Using AjaxInPlaceEditor in WORepetition

2011-08-01 Thread naneon . raymond
Hi Hee I made a mistake in my example. In repetition, it's not index but item (WOD) example : java class : String critical NSArray Movies; Movie movieRepetition; ... public void saveInPlaceEditor () { ... } Html : ... name ... WOD : repeat : WORepetition { list =

Re: Migrate from old Xcode to WOLips on OSX 10.6.8

2011-08-01 Thread Jon Kleiser
It seems that my new WO Application project is not able to locate my WebObjects frameworks (533 or 543). I get errors like "Unbound classpath container: 'JavaEOAccess WebObjects Framework' ...". I've tried to follow the directions on this page ... http://wiki.objectstyle.org/confluence/display/

Re: Re: Re: Re: Using AjaxInPlaceEditor in WORepetition

2011-08-01 Thread Cheong Hee (Gmail)
Ooops, you need to change "ui.index" to "movieIndex". and may be an item in the WORepetition: repeat : WORepetition { item = Movie; list = Movies; index = movieIndex; } - Original Message - From: "Cheong Hee (Gmail)" To: ; "WebObjects webobjects-dev" Sent: Monday, August 0

Re: Re: Re: Re: Using AjaxInPlaceEditor in WORepetition

2011-08-01 Thread Cheong Hee (Gmail)
Ooops, you need to change "ui.index" to "movieIndex". and may be an item in the WORepetition: repeat : WORepetition { item = Movie; list = Movies; index = movieIndex; } - Original Message - From: "Cheong Hee (Gmail)" To: ; "WebObjects webobjects-dev" Sent: Monday, August

Re: Re: Re: Re: Using AjaxInPlaceEditor in WORepetition

2011-08-01 Thread Cheong Hee (Gmail)
Hi Ray Using your info, may be these are the changes you need: Declare this integer in java file: int movieIndex; in wod: repeat : WORepetition { list = Movies; index = movieIndex; } movieView : WOString { value = movieViewToShow; } In the java file, declare something like this:

Re: Re: Re: Re: Using AjaxInPlaceEditor in WORepetition

2011-08-01 Thread naneon . raymond
Hi Hee Hope I get it right and may be this is what you need. To manupulate the string for each iterative object in an array, you could set the index of WORepetition to an integer. Then before display the string, check the objectAtIndex of the array and decide if the the string is to