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
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
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.
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
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
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
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
>>> 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
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
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.
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
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
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
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
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
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
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.
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
> _
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
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
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
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
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
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
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
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
26 matches
Mail list logo