ERD2WDisplayStringWithLineBreaks displays  

2012-01-27 Thread Theodore Petrosky
I am using an ERD2WDisplayStringWithLineBreaks on a ListPage. However when there is no data (null) the field shows   My choice is to insert a single character (space) if the user doesn't have anything to put in or figure out how to not display the null as   The easiest is to insert the space wh

Re: isEntityEditable column space

2012-01-27 Thread Theodore Petrosky
so is there an example to make the css dependent on whether the object is there? (so either there is a property or a rule for that!!!) user1 logs in and cannot edit the entity but user2 can. the school's not out yet on whether or not I absolutely love D2W or want to shoot myself in the head. o

Re: Problems, Changes, and RIA

2012-01-27 Thread Johnny Miller
OK, I'll send you the sources off list. I used to have KMAjax in Google Code but I think last summer when I reinstalled my computer with Lion I moved all my projects into a local repository. No one seemed interested at the time so... You will also need KMFoundation (which frankly needs a th

Re: CSS/tables and WORepetition design

2012-01-27 Thread Johnny Miller
Cool, then reload the page ( http://www.kahalawai.com/Pascal.html ) one more time to see how using the :last-child rule cleaned up the code. The epiphany I had lately regarding HTML is forget the CSS and just create the cleanest HTML possible. Once you have that just work backwards to create th

Re: Building projects with Jenkins

2012-01-27 Thread David LeBer
FYI, The SVN plugin is "pinned" to version 1.34 by default in Jenkins, which means it is part of the default installation and Jenkins will do it's best to keep it at that version. If you update it, and restart Jenkins, it will get downgraded automatically. I think (no actual knowledge here) th

Re: Building projects with Jenkins

2012-01-27 Thread Pascal Robert
Le 2012-01-27 à 14:19, David LeBer a écrit : > Awesome job Pascal, > > David A has another job template available for SVN based Apps and Frameworks. > > When I get a chance (unless someone else gets to it first) I'll try and see > if there is any differences between it and the git one. > > FW

Re: CSS/tables and WORepetition design

2012-01-27 Thread Johnny Miller
Sorry. It's still morning here and once the coffee hit I couldn't put this down. If I understand you correctly, I think this is now right ;) http://www.kahalawai.com/Pascal.html On Jan 27, 2012, at 7:43 AM, Pascal Robert wrote: > Yeah, look like I won't have the choice of calculating the size

Re: Building projects with Jenkins

2012-01-27 Thread David LeBer
Awesome job Pascal, David A has another job template available for SVN based Apps and Frameworks. When I get a chance (unless someone else gets to it first) I'll try and see if there is any differences between it and the git one. FWIW, we ran into this problem:

Re: Building projects with Jenkins

2012-01-27 Thread Pascal Robert
We also need to say thanks to the guy in Brunei that wrote the sample configs :-) > You're the man! I need to get Jenkins up and running this weekend. > > Thanks so much Pascal, > > David > > > On 2012-01-27, at 10:21 AM, Pascal Robert wrote: > >> Finally I got projects to build on Jenkins!

Re: Building projects with Jenkins

2012-01-27 Thread David Holt
You're the man! I need to get Jenkins up and running this weekend. Thanks so much Pascal, David On 2012-01-27, at 10:21 AM, Pascal Robert wrote: > Finally I got projects to build on Jenkins! And as usual, I wrote how to do > it on the wiki: > > http://wiki.wocommunity.org/display/WO/Configu

Re: Problems, Changes, and RIA

2012-01-27 Thread Emmanuel Tote Dominguez Torres
I would love to have the most recent version, I know it's pretty similar to the Ajax framework but I prefer the KMAjax version, and noI was not mixing them, After i had problems with KMAjax i searched the mailing list for questions about it, and as I did not find questions, I decided to migrate to

Re: CSS/tables and WORepetition design

2012-01-27 Thread Johnny Miller
Hi Pascal, Take a look at this real quick. I only tested it in Safari but I think it's right. You just need to tweak the CSS to get your borders and colors right. http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd";> .table {

Building projects with Jenkins

2012-01-27 Thread Pascal Robert
Finally I got projects to build on Jenkins! And as usual, I wrote how to do it on the wiki: http://wiki.wocommunity.org/display/WO/Configuring+jobs+in+Jenkins Happy reading! ___ Do not post admin requests to the list. They will be ignored. Webobjec

Re: Problems, Changes, and RIA

2012-01-27 Thread Johnny Miller
KMAjax or Ajax? If you are using KMAjax I could send you a more recent version (it's just my MooTools version of Ajax Frameworks). It's probably (definitely) not as well supported as the regular Ajax framework. You also can't mix and match Ajax and KMAjax components on the same page as I used

Re: CSS/tables and WORepetition design

2012-01-27 Thread James Cicenia
No, you can just do a rowspan = " Some expression here" that equals it child's row count. so col1's row span would be a.child.count + b.child.count, then col2's row span would be child.count, etc. That is how I would do it. On Jan 27, 2012, at 10:24 AM, Pascal Robert wrote: > But again, I ne

Latest saga of my legacy app.. main won't show?

2012-01-27 Thread James Cicenia
Ok- My fubar'd legacy app... which went wacky with the inclusion of source and a thousand class file circles of hell I have managed to get the app to almost launch in deployment. Now mind you it works perfectly in development and, yes, I am doing a full embed deployment. Now it gets to my Direct

Re: CSS/tables and WORepetition design

2012-01-27 Thread Pascal Robert
But again, I need to calculate the height :-) I guess I won't have the choice of calculating it. Related question: in a WORepetion, what you guys do for generate a unique ID for a div? I was thinking of taking the sanitizing the value of the first column + adding the primary key value (so the

Re: CSS/tables and WORepetition design

2012-01-27 Thread James Cicenia
Been there done that. James On Jan 27, 2012, at 9:35 AM, Jesse Tayler wrote: > an old, disgusting trick is to use a pixel wide clear image and set its > height or width to force it to minimum at least. > > but that's disgusting, so I didn't suggest it, I just mentioned it! HA! > > > > On

Re: CSS/tables and WORepetition design

2012-01-27 Thread Jesse Tayler
an old, disgusting trick is to use a pixel wide clear image and set its height or width to force it to minimum at least. but that's disgusting, so I didn't suggest it, I just mentioned it! HA! On Jan 27, 2012, at 10:26 AM, Pascal Robert wrote: > I still need to calculate that value. My fear i

Re: CSS/tables and WORepetition design

2012-01-27 Thread Pascal Robert
I still need to calculate that value. My fear is that doing this will be expansive since I will have to pre-calculate it. For example, for the A column, I will have to check how many items are in the stock and the transactions columns to be able to either set the rowspace attribute (for a ) or t

Re: CSS/tables and WORepetition design

2012-01-27 Thread James Cicenia
Couldn't you just use the "rowspan" attribute? James On Jan 27, 2012, at 9:02 AM, Pascal Robert wrote: > I'm trying to find a way to get a design to work, and I guess I'm reaching my > Web design skills to its limits. Anyway, I have to work on a form in a table > form. The problem is that ho

isEntityEditable column space

2012-01-27 Thread Theodore Petrosky
I feel that when I make isEntityEditable false, my EO list still leaves space for the column. Likewise for isEntityDeletable. Is there a rule to eliminate this column? Ted ___ Do not post admin requests to the list. They will be ignored. Webobjects-de

D2W, EditingContext, WORequest

2012-01-27 Thread mailinglists
Help! My ERD2W application needs to generate PDF-files for EOs. The EO has a method that calls a XML-Generator that generates the XML-input for Apache-FOP. For this I use the following code in the Document-EO (just a fragment) I_XMLGeneratorInterface xmlGenerator = (I_XMLGeneratorInterface)WOA

Re: Windows/Linux issue for deployment

2012-01-27 Thread Daniele Corti
Hi Ben! 2012/1/26 Fanchon Benoit > Hello, > I'm under Windows for development and Linux for deployment. > And this is a bad thing! IMHO, development and deployment environments must be the most similar possible! Can I suggest you to implement a staging machine with a Linux OS to check the chang

Re: ERXPatcher / WOBrowser / NSArray.addAll()

2012-01-27 Thread David Avendasora
Hmm… The problem is that I'm getting the exception in the takeValues phase, so changing it from updating the binding from invokeAction to appendToResponce has no impact as they both happen after the error is already being thrown. This is really seeming like a bug in WOInputList#listClassInConte