Re: WOWODC 2015

2014-12-28 Thread Tobias Janz
Hi all, i'm realy glad about WOWODC in Germany. I'm looking to come to the conference. Hopefully my company will pay the tickets for me. But to get them to that point i need to know which presentations will come up. In my company we don't use WO, but there is a lot of cool stuff which can be inte

AjaxAutoComplete in Tables

2014-05-08 Thread Tobias Janz
Hi all, i have a table with a loop for the line (tr). Each line displays one entity. I need to edit field of the entity directly in the table. One of this field is an AjaxAutoComplete. I so use this component in some other parts of my application and it works fine. But now in the table i have some

Re: PrimaryKey generation takes a lot of time

2014-05-07 Thread Tobias Janz
ty.org/documents/javadoc/WebObjects/ > 5.4.2/com/webobjects/eoaccess/EODatabaseContext.Delegate. > html?is-external=true > > to fetch a candidate new key from your cache rather than make a database > round-trip to make one. > > > On 6 May 2014, at 08:20, Tobias Janz wrote: >

Re: PrimaryKey generation takes a lot of time

2014-05-06 Thread Tobias Janz
;- ERXLongPrimaryKeyFactory > > Chuck > > > On 2014-05-05, 10:28 PM, "Tobias Janz" wrote: > > Hi Chuck, > > thanks for your advice, but this approch i have allready tryed. I create > a new editing context for each 100. Also i've tryed multiple th

PrimaryKey generation takes a lot of time

2014-05-05 Thread Tobias Janz
Hi all, i need to import a csv-file with about 58.000 Lines und 60 Columns. I have 8 Entitys where the values will be stored. The conversion of a line to entitys takes almost no time. But the full prozess, from conversion until saveChanges is done, takes several hours (5-6h). After profiling it po

Re: WOWODC 14 presentations and tickets

2014-02-12 Thread Tobias Janz
Hi there, i'm realy sorry not coming to WOWODC. It would be a great thing for me coming there. I started developing applications with WO in 2007. I switched to another company and there we don't use WO, but I still use it for private projects. I love the easyness of WO, especially with Project Wo

Re: Wonder 6.1.1 is out

2014-02-12 Thread Tobias Janz
Thanks to every one. Keep it up. Tobias 2014-02-12 11:21 GMT+01:00 Michael Schmiedgen : > On 10.02.2014 16:24, Johann Werner wrote: > >> it has been a long time but finally Wonder 6.1.1 is officially out. Point >> your browser to the release page on github https://github.com/ >> wocommunity/won

Re: JQueryUI, Ajax Components?

2014-02-12 Thread Tobias Janz
Hi Matthias, i don't know about the JQueryUI Components, but I'm using the Ajax Components (like the Datepicker) quite a lot. They are not destroyed. Regards, Tobias 2014-02-06 0:39 GMT+01:00 Matthias Jakob : > Hi there, > are there any experiences with this? > Do ajax components still functi

Re: Triggering AjaxObserveField through javascript

2013-05-07 Thread Tobias Janz
be within a WOForm, or can it exist > outside of it? > > Thanks, > -Taylor > > taylorchadden.com > @drizztmainsword > > > > > > On May 6, 2013, at 3:17 AM, Tobias Janz wrote: > > Hi, > > AjaxUpdateContainer with fullsubmit=true and id=yourUpdateContainerId >

Re: Triggering AjaxObserveField through javascript

2013-05-06 Thread Tobias Janz
Hi, AjaxUpdateContainer with fullsubmit=true and id=yourUpdateContainerId JavaScript to call yourUpdateContainerIdUpdate() Tobias 2013/5/2 Taylor Hadden > Hi there, > > I've got a series of WOPopUpButtons each with their own AjaxObserveField. > They all have the same options and related to dif

Re: Creating a WO Maven project

2013-04-20 Thread Tobias Janz
I would be interessted to help out on that task. Tobias 2013/4/20 Pascal Robert > > Le 2013-04-19 à 14:18, Hugi Thordarson a écrit : > > >> Community Working Group: want to talk about new stuff that should go in > Wonder? Ideas of replace WO core stuff with open source libs (like having > Cay

Re: first attempt at many to many

2013-04-15 Thread Tobias Janz
hi, its just like David said. What extra information is that boolean? If a Releationship between User and Project exists --> isToReceiveEmail = true If not --> isToReceiveEmail = false Will you set "isToReceiveEmail" to false or remove the relationship. If the Releationsship is only for the Email

Re: [Excel] - Maximum column with EGSimpleTableCreator

2013-04-03 Thread Tobias Janz
Hi, looks like nobody has used the ExcelGenerator-Framework with more than 255 Columns or a bit abstract with the xlsx-Format. Maybe you could write an extension? Also the version of the poi-jar is out of date, 3.9 is the latest stable version (3.6 is 3 years old). Looks like the SS Usermodel is a

Re: Statement running too long

2013-03-26 Thread Tobias Janz
Hi, the property is er.extensions.ERXAdaptorChannelDelegate.trace.milliSeconds.error, default 5000 --> 5s May take a look at the javadoc of ERXAdaptorChannelDelegate. regards Tobias 2013/3/26 Ron X > hi4all! > > i have a problem: > > when i execute query in MySQL - everything is good - it per