Re: ERXRadioButtonMatrix example???

2010-05-29 Thread Paul Hoadley
On 30/05/2010, at 1:37 AM, Theodore Petrosky wrote: > Before I start hacking to figure this out... does anyone have an example of > this: > > ERXRadioButtonMatrix Here's an example: In this case, I'm providing a list of Strings for selection. allMessages() returns an NSArray, 'messag

Re: JavaScript Problems with AjaxSubmitButton

2010-05-29 Thread Farrukh Ijaz
Do the following and it will work: Add a method as follows in your script: function ajaxCheckValidations(o) { checkValidations(); return o.form.onsubmit(); } And change the AjaxSubmitButton binding as follows: AjaxSubmitButton1: AjaxSubmitButton { value = "Save";

[SOLVED] Ajax List Filtering

2010-05-29 Thread Joe Kramer
Hi all, Thanks for all the help. Adding a binding "fullSubmit = true;" to my AjaxObserveField did the trick. Thanks again to everyone who helped me out. Regards, Joe On Sat, May 29, 2010 at 9:57 PM, Joe Kramer wrote: > Hi Chuck, > > Honestly, I'm not sure. I was just following the "Live Se

Re: Ajax List Filtering

2010-05-29 Thread Joe Kramer
Hi Chuck, Honestly, I'm not sure. I was just following the "Live Search" example from the ajax examples in Project Wonder. How would I tell? Thanks, Joe On Sat, May 29, 2010 at 7:43 PM, Chuck Hill wrote: > On May 29, 2010, at 6:09 PM, Joe Kramer wrote: > > Hi all, >> >> Spoke to soon... Th

Re: Ajax List Filtering

2010-05-29 Thread Chuck Hill
On May 29, 2010, at 6:09 PM, Joe Kramer wrote: Hi all, Spoke to soon... This all works if I am doing a full Wonder app, but unfortunately I am not extending ERXApplication, ERXSession, and ERXComponent in my application. Is there a way to get this to work without going fully Wonder? T

Re: Snow Leopard questions

2010-05-29 Thread Chuck Hill
On May 29, 2010, at 7:09 PM, Jake Bearkley wrote: Hi All, I am trying to set up a new development environment. My new mac has Snow Leopard instead of Leopard and so I have a few questions. 1) WebObjects is no longer bundled with the OS or XCode, where can I download the frameworks? 2)

Re: Snow Leopard questions

2010-05-29 Thread David Holt
Hi Jake, On 2010-05-29, at 7:09 PM, Jake Bearkley wrote: > Hi All, > > I am trying to set up a new development environment. > > My new mac has Snow Leopard instead of Leopard and so I have a few questions. > > 1) WebObjects is no longer bundled with the OS or XCode, where can I download > the

Snow Leopard questions

2010-05-29 Thread Jake Bearkley
Hi All, I am trying to set up a new development environment. My new mac has Snow Leopard instead of Leopard and so I have a few questions. 1) WebObjects is no longer bundled with the OS or XCode, where can I download the frameworks? 2) Should I be installing Eclipse/WOLips 3.4 or 3.5? 3) My cu

Re: Ajax List Filtering

2010-05-29 Thread Joe Kramer
Hi all, Spoke to soon... This all works if I am doing a full Wonder app, but unfortunately I am not extending ERXApplication, ERXSession, and ERXComponent in my application. Is there a way to get this to work without going fully Wonder? Thanks, Joe Kramer CyberApps, Inc. On Sat, May 29, 2010

Re: Ajax List Filtering

2010-05-29 Thread Joe Kramer
Hi Ricardo, I started a new project and just copied everything below and it works fine. So there is something screwy in my actual project. I will have to figure out what is causing the issue. Thanks for all the help! Joe Kramer CyberApps, Inc. On Sat, May 29, 2010 at 5:03 PM, Ricardo J. Para

Strange Ajax Update Inconsistency

2010-05-29 Thread James Cicenia
Hello - I have the following AJAX component that seems to work only part of the time. When it doesn't work, the container disappears. When I refresh the screen, it usually works the first time and then maybe the second or third.. it gives me the blank screen of death. Is my UpdateContainer enclo

Re: Ajax List Filtering

2010-05-29 Thread Joe Kramer
I do have this whole component wrapped in a WOForm. In addition to the fields I described there are a couple of WOSubmitButtons that submit the whole form (cancel and save type actions). Thanks, Joe Kramer CyberApps, Inc. On Sat, May 29, 2010 at 10:45 AM, Ricardo J. Parada wrote: > Do you ha

Re: Ajax List Filtering

2010-05-29 Thread Ricardo J. Parada
Do you have a WOForm wrapping the text fields? On May 29, 2010, at 12:56 PM, Joe Kramer wrote: > Hi Farrukh, > > Thanks for your reply. I moved the AjaxObserveField inside the > AjaxUpdateContainer, but I'm still getting the same behavior where values > that haven't just been set are set to

JavaScript Problems with AjaxSubmitButton

2010-05-29 Thread Kalpana Vaka
Hi All, Please find the enclosed compressed file with the sample application that depicts the Java script problems with AjaxSubmitButton. The application has the following components. 1) One *Text field* 2) One *WOActiveImage* Button 3) Two *AjaxSubmit**Buttons ("Save" & "SecondSave")* 4) Javas

Re: Ajax List Filtering

2010-05-29 Thread Joe Kramer
Hi Farrukh, Thanks for your reply. I moved the AjaxObserveField inside the AjaxUpdateContainer, but I'm still getting the same behavior where values that haven't just been set are set to null instead of maintaining their previous values. Any other ideas? I can hack a solution where I just won't

Re: Ajax List Filtering

2010-05-29 Thread Farrukh Ijaz
Try move the FormValuesObserveField component inside the ResultsContainer and test it. First Name: Last Name: ... (list of results) On 2010-05-29, at 7:30 PM, Joe Kramer wrote: > Hi everyone, > > Sorry to be a bother, but I was wondering if anyone had any ideas for me on > this issue.

Re: Ajax List Filtering

2010-05-29 Thread Joe Kramer
Hi everyone, Sorry to be a bother, but I was wondering if anyone had any ideas for me on this issue. If it would help, I could attach a small example app that demonstrates this behavior. Thanks for any help, Joe Kramer CyberApps, Inc. On Thu, May 27, 2010 at 8:00 AM, Joe Kramer wrote: > Hi

ERXRadioButtonMatrix example???

2010-05-29 Thread Theodore Petrosky
Before I start hacking to figure this out... does anyone have an example of this: ERXRadioButtonMatrix I googled and found the docs but no examples or even conversations about it. Ted ___ Do not post admin requests to the list. They will b