Re: Open Two Components on one click in two windows

2011-02-27 Thread pavan.jayam
Hi Steve, i just followed the same way, but i need the main window to navigate to another window.. but i solved the issue with javascript comining with WO. Thank You.. Steve Peery wrote: Just add target = "_blank" to open a new window. The parent window will remain the same component as bef

Re: [Wonder-disc] ERXBatchingDisplayGroup and insertObjectAtIndex

2011-02-27 Thread David Avendasora
On Feb 27, 2011, at 5:42 PM, Anjo Krank wrote: > Am 27.02.2011 um 23:18 schrieb David Avendasora: > >> Which is why I said "a ticket to patch", as I would be providing a patch, >> and I showed the code I would be submitting. > > This doesn't fix anything. On the next refresh you still won't se

Re: [Wonder-disc] ERXBatchingDisplayGroup and insertObjectAtIndex

2011-02-27 Thread Anjo Krank
Am 27.02.2011 um 23:18 schrieb David Avendasora: > Which is why I said "a ticket to patch", as I would be providing a patch, and > I showed the code I would be submitting. This doesn't fix anything. On the next refresh you still won't see your objects, so it will be more confusing, not less.

Re: install with embedded frameworks

2011-02-27 Thread John Baldwin
Thanks. I understand that part. I'm just not sure why they're showing up in my WebServerResources folder when I run an install. I was checking whether I'd accidentally checked "Java Client" in the WOLips Deployment preferences to see if that would explain why they were there. John On Sunday Fe

Re: ERXBatchingDisplayGroup and insertObjectAtIndex

2011-02-27 Thread David Avendasora
On Feb 27, 2011, at 11:59 AM, Anjo Krank wrote: > The batching DG has very different semantics than the non-batching one. > Basically, all of the EC changing stuff won't work as planned. You can safely > only use it for querying large data sets. > > You should only add a ticket if you also prov

Re: install with embedded frameworks

2011-02-27 Thread Chuck Hill
The frameworks you mention below are part of WO, there is only one flavor, WOLips does not build them. On Feb 27, 2011, at 2:16 PM, John Baldwin wrote: > Thanks. That makes sense to me. Is that normal, then, for them to be there? > > This isn't a Java Client application. It's a plain old web a

Re: install with embedded frameworks

2011-02-27 Thread John Baldwin
Thanks. That makes sense to me. Is that normal, then, for them to be there? This isn't a Java Client application. It's a plain old web app. I looked in the WOLips Deployment section of the project settings, and Java Client is not checked. I do have checks next to all the Framework locations (Pr

Re: Where's the "Add Entry" button for the userInfo dictionary ?

2011-02-27 Thread Riccardo De Menna
>>> Backspace. :-) >> >> Liar !!! Does not work !!! :-) >> >> Seriously... should it remove the entries? Does not work here. I'm on a >> laptop so I don't have a forward delete button to try but the backspace does >> nothing. > > fn (function) Delete on a laptop Thank you guys, Works fine a

Re: install with embedded frameworks

2011-02-27 Thread David LeBer
John, I may be wrong, but I think those may be the client side classes for Java Client. On 2011-02-27, at 4:44 PM, John Baldwin wrote: > Well, that makes sense. And it's what I expected. But I'm getting .class > files in there as well (which I'm not expecting). A few examples selected > arbit

Re: install with embedded frameworks

2011-02-27 Thread John Baldwin
Well, that makes sense. And it's what I expected. But I'm getting .class files in there as well (which I'm not expecting). A few examples selected arbitrarily from the list: Frameworks/JavaXML.framework/WebServerResources/Java/org/xml/sax/helpers/XMLReaderFactory.class Frameworks/JavaFoundation.

Re: Where's the "Add Entry" button for the userInfo dictionary ?

2011-02-27 Thread Chuck Hill
On Feb 27, 2011, at 1:22 PM, Riccardo De Menna wrote: > On 27/feb/2011, at 18.00, Chuck Hill wrote: > >> Backspace. :-) > > Liar !!! Does not work !!! :-) > > Seriously... should it remove the entries? Does not work here. I'm on a > laptop so I don't have a forward delete button to try but t

Re: Where's the "Add Entry" button for the userInfo dictionary ?

2011-02-27 Thread Riccardo De Menna
On 27/feb/2011, at 18.00, Chuck Hill wrote: > Backspace. :-) Liar !!! Does not work !!! :-) Seriously... should it remove the entries? Does not work here. I'm on a laptop so I don't have a forward delete button to try but the backspace does nothing. rdm > > On Feb 27, 2011, at 7:30 AM, Ricc

Re: Wonder update #231

2011-02-27 Thread Chuck Hill
The problem here is that the calendar.js needs a pattern to work with, not a formatter. I think you would need to create a SimpleDateFormat sub-class that wraps the Joda formatter and implements the toPattern() to return the pattern from the Joda formatter using the format symbols from SimpleDa

Re: Wonder update #231

2011-02-27 Thread Theodore Petrosky
except here is the 'awake' from AjaxDatePicker: public void awake() { super.awake(); if ( ! (hasBinding("formatter") || hasBinding("format"))) { format = "%m %d %Y"; // Default formatter = new NSTimestampFo

Re: Wonder update #231

2011-02-27 Thread Henrique Prange
JodaTime formatters do not extend java.text.Format. You have to format/parse the String in a getter/setter method. Or create your own Formatter that delegate to one of JodaTime formatters. Sent from my iPhone On 27/02/2011, at 10:40, David Avendasora wrote: > Hi Ted, > > I believe the "forma

Re: Where's the "Add Entry" button for the userInfo dictionary ?

2011-02-27 Thread Chuck Hill
Backspace. :-) On Feb 27, 2011, at 7:30 AM, Riccardo De Menna wrote: > Thank you Dave, works like a charm... > > Now please don't laugh at me... but... now that I did press return and got my > key. What if I want to delete it? :-) > Did try the delete key with no success. Don't see any delete

Re: ERXBatchingDisplayGroup and insertObjectAtIndex

2011-02-27 Thread Anjo Krank
The batching DG has very different semantics than the non-batching one. Basically, all of the EC changing stuff won't work as planned. You can safely only use it for querying large data sets. You should only add a ticket if you also provide a fix, which I estimate is very hard to do correctly.

Re: ERModernDirectToWeb question

2011-02-27 Thread Chuck Hill
I think we should just rename the conference to WODDC. On Feb 27, 2011, at 3:05 AM, David Avendasora wrote: > > On Feb 24, 2011, at 6:32 PM, Paul Halliday wrote: > >> Thanks again David and David > > I say welcome, welcome to the boomtown. > > Dave > _

Re: Where's the "Add Entry" button for the userInfo dictionary ?

2011-02-27 Thread Riccardo De Menna
Thank you Dave, works like a charm... Now please don't laugh at me... but... now that I did press return and got my key. What if I want to delete it? :-) Did try the delete key with no success. Don't see any delete entry in the buttons or the menus. Shock me again... rdm On 27/feb/2011, at 11

ERXBatchingDisplayGroup and insertObjectAtIndex

2011-02-27 Thread David Avendasora
Hi All, Is there a reason why the ERXBatchingDisplayGroup wouldn't increment the _rowCount variable when you call insertObjectAtIndex? If you have a BDG that has a rowCount() that is an exact multiple (including 0) of the numberOfObjectsPerBatch() and you insert a new object, the rowCount() do

Re: Wonder update #231

2011-02-27 Thread David Avendasora
Hi Ted, I believe the "formatter" binding is what you are looking for. You can bind an instance of anything that extends java.text.Format, which the Joda formatters do. Note that this is different than the "format" binding, which just takes a string. Dave On Feb 27, 2011, at 6:10 AM, Theodor

Wonder update #231

2011-02-27 Thread Theodore Petrosky
I see that there is a Wonder update (#231) on Hudson. WONDER-665: Joda DateTime prototype should be timestamp instead of timestamptz for postgres http://issues.objectstyle.org/jira/browse/WONDER-665 Reverted prototype to timestamp instead of timestamptz (detail) I did the svn up and I see: Fra

Re: ERModernDirectToWeb question

2011-02-27 Thread David Avendasora
On Feb 24, 2011, at 6:32 PM, Paul Halliday wrote: > Thanks again David and David I say welcome, welcome to the boomtown. Dave ___ Do not post admin requests to the list. They will be ignored. Webobjects-dev mailing list (Webobjects-dev@lists.appl

Re: A couple of issues I've faced

2011-02-27 Thread David Avendasora
Hi John, On Feb 26, 2011, at 12:10 PM, John Baldwin wrote: > I'm not sure if I'm doing things incorrectly, but thought I'd share my > experience to see if others can guide me. > > First, I reverse engineered from an existing database. It worked well, except > the class name for the entities wa

Re: Where's the "Add Entry" button for the userInfo dictionary ?

2011-02-27 Thread David Avendasora
Hi Riccardo, Select the key you want to add a new child key for, then press the Return/Enter key on your keyboard. Not the most intuitive, but it works. Dave On Feb 27, 2011, at 4:57 AM, Riccardo De Menna wrote: > Hi Guys, > > Just a quick one. I have coded some custom behaviors in my person

Where's the "Add Entry" button for the userInfo dictionary ?

2011-02-27 Thread Riccardo De Menna
Hi Guys, Just a quick one. I have coded some custom behaviors in my personal EOGenericRecord subclass and I have them take action based on the userInfo dictionary in the model. For instance I have that convenient keywords like "unique", "encrypt" or "sequential" trigger different behaviors on t