Re: Using DataGrid in WO

2011-08-03 Thread Michael Gargano
Thanks Chuck! That last line about the AMD opener started me thinking in exactly the right way. -Mike On Aug 2, 2011, at 11:22 PM, Chuck Hill wrote: > Hi Michael, > > On 2011-08-01, at 2:21 PM, Michael Gargano wrote: > >> Hey Chuck, >> >> This is from a few months ago, but how

Re: Using AjaxInPlaceEditor in WORepetition

2011-08-03 Thread Cheong Hee (Gmail)
Hi Ray Bonjou. Is the txImplication a project-based or person-based entity? If it is project-based, and since the person has the relationship to project, it could transverse the object graph to get the txImpliction e.g. aPerson.project().txImplementation(). Then I will pull out the txImplicat

Re: Using AjaxInPlaceEditor in WORepetition

2011-08-03 Thread Timothy Worman
OK, I'll let the others chime in on other aspects of what you're trying to do. However, the reason I asked previously about the id of the AjaxInPlaceEditor is because each needs a unique id. AjaxInPlaceEditor will not function properly in a repetition if you do not make sure each has a unique id

Re: Using AjaxInPlaceEditor in WORepetition

2011-08-03 Thread Raymond NANEON
Hi Ted Le 3 août 2011 à 21:28, Theodore Petrosky a écrit : > > Raymond, > > I assume I do not understand but, it appears that you are trying to bind the > value of the inPlaceEditor to a single string var in your session. then when > you click the ok or exit the inPlaceEditor you are trying t

Re: Using AjaxInPlaceEditor in WORepetition

2011-08-03 Thread Raymond NANEON
Hi Chuck Le 3 août 2011 à 21:11, Chuck Hill a écrit : > > Hi Raymond. > > On 2011-08-03, at 10:50 AM, Raymond NANEON wrote: > >> Here is the code of what I'm telling and I attached picture too see how the >> app look like. >> >> In html : >> >> ... >> >> >> >>

RE: Time Picker component for NSTimestamp

2011-08-03 Thread Ren, Kevin
Hi, Paul, I am using jquery-1.6.2.js with the js from below site. but it's not for WO web app. but i think it's easy to setup your date format to get NSTimestap. http://razum.si/jQuery-calendar/TimeCalendar.html have a try, good luck, kevin > -Original Message- > From: > webobject

Re: Time Picker component for NSTimestamp

2011-08-03 Thread David LeBer
Yeah… This comes up periodically and I go off and search the internets for a nice time setting widget (again) and fail to find one (again) that I like enough to be willing to spend the time wo-iffying. So other than the EditDatePopup referenced by David (H) I don't think there isn't anything t

Re: Time Picker component for NSTimestamp

2011-08-03 Thread David Holt
I think you might be able to use ERDEditDatePopup (ERD2W) in a normal page. I think you can set editTime = 1 in the bindings instead of using rules. David On 2011-08-03, at 12:23 PM, Paul D Yu wrote: > Yeah, I use AjaxDatePicker extensively in my app. Now I need an ability to > set the time

WOWODC 2012

2011-08-03 Thread Pascal Robert
What? Already? Does this guy is crazy? Anyway, just to let you know, WOWODC 2012 will probably June 29th, June 30th and July 1st 2012, in Montreal again. So talk to your boss, your spouse and the kids, and let them come to WOWODC in 2012! We're thinking of doing a WO BootCamp the days before t

Re: Using AjaxInPlaceEditor in WORepetition

2011-08-03 Thread Theodore Petrosky
Raymond, I assume I do not understand but, it appears that you are trying to bind the value of the inPlaceEditor to a single string var in your session. then when you click the ok or exit the inPlaceEditor you are trying to assign this value to the appropriate person object. I will ask again.

Re: Time Picker component for NSTimestamp

2011-08-03 Thread Paul D Yu
Yeah, I use AjaxDatePicker extensively in my app. Now I need an ability to set the time portion of the timestamp. Paul On Aug 3, 2011, at 3:22 PM, Chuck Hill wrote: > There is an AjaxDatePicker in Ajax.framework. I don't recall anything for > the time. > > > On 2011-08-03, at 12:15 PM, Paul

Re: Time Picker component for NSTimestamp

2011-08-03 Thread Chuck Hill
There is an AjaxDatePicker in Ajax.framework. I don't recall anything for the time. On 2011-08-03, at 12:15 PM, Paul D Yu wrote: > Being a little lazy here, but has anyone created a date + time setting > component? > > I thought I just saw a commit in the last month or so??? > > Thanks. >

Time Picker component for NSTimestamp

2011-08-03 Thread Paul D Yu
Being a little lazy here, but has anyone created a date + time setting component? I thought I just saw a commit in the last month or so??? Thanks. Paul ___ Do not post admin requests to the list. They will be ignored. Webobjects-dev mailing list

Re: Using AjaxInPlaceEditor in WORepetition

2011-08-03 Thread Chuck Hill
Hi Raymond. On 2011-08-03, at 10:50 AM, Raymond NANEON wrote: > Here is the code of what I'm telling and I attached picture too see how the > app look like. > > In html : > > ... > > > > > > > > > ... > > In WOD > >

Re: IE9 and Checkbox Submit

2011-08-03 Thread James Cicenia
Thanks… I did do that and it now works. Though it did always work on all browser < IE9 before. Thank you, James On Aug 3, 2011, at 11:19 AM, Catherine Seppanen wrote: > onChange isn't part of the spec for checkbox elements. > > http://www.w3schools.com/jsref/event_onchange.asp > > Try using

Re: [ANN] WOUnit 1.1.1

2011-08-03 Thread Kieran Kelleher
I just wanted to say that this is a great tool for EO unit testing. Thanks, Kieran On Jun 22, 2011, at 4:40 PM, Henrique Prange wrote: > The WOUnit team is pleased to announce the release of WOUnit 1.1.1. This > release includes fixes for bugs reported by the community. > > The WOUnit framewor

Re: IE9 and Checkbox Submit

2011-08-03 Thread Catherine Seppanen
onChange isn't part of the spec for checkbox elements. http://www.w3schools.com/jsref/event_onchange.asp Try using an onClick handler instead. Catherine On Aug 3, 2011, at 8:19 AM, James Cicenia wrote: > Anyone else out there have issues with IE9 not submitting via a checkbox > change? > > S

Re: Performance Questions - [SOLVED (apparently)]

2011-08-03 Thread Andrew Kinnie
I thought I should update the list, following our testing a clone of the database, with a timer to delay between the devices without actually sending. It appears the combination of turning concurrency on per Pascal (seems to me that should be the default) and then using Kieran's suggestions for

Re: Using AjaxInPlaceEditor in WORepetition

2011-08-03 Thread Theodore Petrosky
I still have to ask how is this being used? Why can you not add this attribute to the entity and be done? If each entity had the column you need just bind to the attribute. ted > Message: 1 > Date: Wed, 03 Aug 2011 09:42:05 +0200 > From: Raymond NANEON > Subject: Re: Using AjaxInPlaceEditor

IE9 and Checkbox Submit

2011-08-03 Thread James Cicenia
Anyone else out there have issues with IE9 not submitting via a checkbox change? ShowUnPublished : WOCheckBox { checked = session.showUnpublishedInReports; onChange = "form2.linkValue2.value = 'REFRESH';form2.submit();return false;"; } Rendered: Show unplublished ite

Re: Using AjaxInPlaceEditor in WORepetition

2011-08-03 Thread Raymond NANEON
hi Hee, I go to post all my code after. I'm not at office or at home. Sent from my iPhone. Le 3 août 2011 à 12:22, Cheong Hee (Gmail) a écrit : > Hi Ray > > Realizing what you need is to put the string into the movie object. It is a > problem if it is a common string set for all objects i

Re: Using AjaxInPlaceEditor in WORepetition

2011-08-03 Thread Cheong Hee (Gmail)
Hi Ray Realizing what you need is to put the string into the movie object. It is a problem if it is a common string set for all objects in the loop. Could you hold the critical string in a repetition? I will suggest using selectObject in display group rather than using objectAtIndex. Cheer

Re: WebObjects and servlets (Milton)

2011-08-03 Thread Jérémy DE ROYER [INGENCYS]
(RTFM). In fact, we made it 2 years ago but didn't deploy it as it wasn't that easy with womonitor. I will try with this method and let you know the issue. Thank's, Jérémy Le 3 août 2011 à 10:43, Philippe Rabier a écrit : > Hi Jeremy, > > I didn't know Milton and I found the project intere

Re: Using AjaxInPlaceEditor in WORepetition

2011-08-03 Thread Timothy Worman
Ray: I may not be understanding the gist of your entire issue but I do have a question: In the wod for your AjaxInPlaceEditor, what do you have for the id binding and how are you setting it? Tim On Aug 3, 2011, at 12:53 AM, Cheong Hee (Gmail) wrote: > Hi Ray > > Have you tried with display

Re: WebObjects and servlets (Milton)

2011-08-03 Thread Philippe Rabier
Hi Jeremy, I didn't know Milton and I found the project interesting. I read this link: http://milton.ettrema.com/guide/non-servlet.html Why don't you include Milton that way? You could create a requestHandler and make a presentation at the next WOWODC. Philippe On 3 août 2011, at 09:04, Jérém

Re: Using AjaxInPlaceEditor in WORepetition

2011-08-03 Thread Cheong Hee (Gmail)
Hi Ray Have you tried with display group to get the right object so that you could put the string values into? May be you could post some code in saveInPlaceEditor to share. Cheers Cheong Hee ps. I was not available to access mail yesterday. - Original Message - From: Raymond NAN

Re: Using AjaxInPlaceEditor in WORepetition

2011-08-03 Thread Raymond NANEON
Hi All, Someone can help me about my problem? I have almost finish my app but this thing make me late. Thanks for your help Le 1 août 2011 à 12:47, naneon.raym...@neuf.fr a écrit : > Hi Hee > > No prob. Then you may just need to add an index counter to track down the > object that you are in

WebObjects and servlets

2011-08-03 Thread Jérémy DE ROYER [INGENCYS]
Hello, We started using milton webdav (http://milton.ettrema.com/) as webdav server to improve our document management based on webobjects. Milton is a great tool esay to use but... As milton is a servlet app, we have to deploy both a webobjects application (using womonitor or tomcat) and a mi