Re: Internet Explorer can't download excel sheet as attachment

2012-01-02 Thread pavan.jayam
Thanks for the reply Jeremy. --PJ. Jérémy DE ROYER [INGENCYS] wrote: Welcome to the IE world. That's why most of the users install chrome or firefox (or safari ?) as soon as Microsoft release a new version of internet explorer with a "better" security. No solution found except changing the s

Re: thanks

2012-01-02 Thread Michael Gargano
unfortunately the app handles confidential data, but maybe marketing will make some screenshots or videos in the future. so, this is the only link I have for now http://www.escholar.com/products/mytrack/ (just marketing boilerplate) -mike On Jan 2, 2012, at 2:10 PM, Jesse Tayler wrote: >

Re: class loading issue

2012-01-02 Thread Tim Worman
A little more information - The app launches fine. The issue occurs when executing a login to the app - and would be the only time that the app uses a model for our Open Directory ldap server. However, the app has always used this model. However, I can continue executation of the app and every

Re: rules help

2012-01-02 Thread Ramsey Gurley
I assume you're using the ERModern look. In the list repetition I see: ListTableRow: WOGenericContainer { _unroll = true; elementName = "tr"; class = "ListRepetitionRow"; } That could easily be class = d2wContext.tableRowClass; With a default rule like 10: *true* => ta

class loading issue

2012-01-02 Thread Tim Worman
WO'ers: I am recently having a problem running my app in development. It runs fine in deployment. I don't remember exactly when it started because I've been on holiday. The app runs but then has the following runtime problem which opens the debug view in Eclipse. This is the stack trace and I d

Re: ERRest tutorial

2012-01-02 Thread Pascal Robert
Le 2012-01-02 à 14:04, Pascal Robert a écrit : > > Le 2012-01-02 à 13:09, Alexis Tual a écrit : > >> Hi Pascal and the list, best wishes for 2K12 ! >> >> Thanks for this tutorial, but I have some questions : >> - Where is the "new Wonder REST Application" wizard ? I can't see it in my >> curr

Re: ERRest tutorial

2012-01-02 Thread Alexis Tual
Le 2 janv. 2012 à 20:04, Pascal Robert a écrit : > > Le 2012-01-02 à 13:09, Alexis Tual a écrit : > >> Hi Pascal and the list, best wishes for 2K12 ! >> >> Thanks for this tutorial, but I have some questions : >> - Where is the "new Wonder REST Application" wizard ? I can't see it in my >> cu

Re: thanks

2012-01-02 Thread Jesse Tayler
congrats! it takes courage to push it out over the line, especially when you are responsible. got links? what's it all about? On Jan 2, 2012, at 1:55 PM, Michael Gargano wrote: > My first major WebObjects application, the thing we've been working on the > last year, was finally released toda

Re: ERRest tutorial

2012-01-02 Thread Pascal Robert
Le 2012-01-02 à 13:09, Alexis Tual a écrit : > Hi Pascal and the list, best wishes for 2K12 ! > > Thanks for this tutorial, but I have some questions : > - Where is the "new Wonder REST Application" wizard ? I can't see it in my > current WOLips (v 3.7.1002088) It's in my fork of WOLips. I hav

thanks

2012-01-02 Thread Michael Gargano
My first major WebObjects application, the thing we've been working on the last year, was finally released today. Thanks for all the help. -Mike ___ Do not post admin requests to the list. They will be ignored. Webobjects-dev mailing list (Webob

Re: ERRest tutorial

2012-01-02 Thread Alexis Tual
Hi Pascal and the list, best wishes for 2K12 ! Thanks for this tutorial, but I have some questions : - Where is the "new Wonder REST Application" wizard ? I can't see it in my current WOLips (v 3.7.1002088) - "Last step in the controller: implementing the showAction method. Again, the code is si

Re: Seriously now… where is the hidden rule, css or ? to allow deleting of an ERAttachment?

2012-01-02 Thread James Cicenia
Yes enjoy the holidays. Henrique, how are you actually removing the attachment? There is no delete/remove button. And just not selecting one doesn't seem to do the trick either. Later I will download the source as I am only using the binaries and give a look at ERAttachmentFlexibleEditor. - J

rules help

2012-01-02 Thread Theodore Petrosky
I have an WO App that I am experimenting with. I am trying to use it to learn D2W. I have had to replace a shared excel spread sheet with my app and it is working quite well. From the first day my users were impressed and happy to get off of excel. Of course I had to make it appear that they w

Re: Seriously now… where is the hidden rule, css or ? to allow deleting of an ERAttachment?

2012-01-02 Thread Henrique Gomes
On Jan 2, 2012, at 4:58 PM, David LeBer wrote: > That is correct. > > Oversight on my part. > > In my defence we never model an attachment directly there is always an > intermediate parent object, i.e: > > Person -> Avatar -> ERAttachment. > > So deletion happens on the Avatar which cascades

Re: Seriously now… where is the hidden rule, css or ? to allow deleting of an ERAttachment?

2012-01-02 Thread David LeBer
That is correct. Oversight on my part. In my defence we never model an attachment directly there is always an intermediate parent object, i.e: Person -> Avatar -> ERAttachment. So deletion happens on the Avatar which cascades to the attachment. OK, not much of a defence, but that's all I've g

Re: Seriously now… where is the hidden rule, css or ? to allow deleting of an ERAttachment?

2012-01-02 Thread Ramsey Gurley
It looks like ERModern uses the ERAttachmentFlexibleEditor found in the ERAttachment framework. I don't see a remove/delete button in there. Ramsey On Jan 2, 2012, at 6:53 AM, James Cicenia wrote: > Anybody? > > Otherwise, where should I look first to add delete capability to the > ERModernLo

Re: Seriously now… where is the hidden rule, css or ? to allow deleting of an ERAttachment?

2012-01-02 Thread James Cicenia
Anybody? Otherwise, where should I look first to add delete capability to the ERModernLook ? Thanks James On Dec 31, 2011, at 4:20 PM, Ramsey Gurley wrote: > 100: entity.name like 'ER*Attachment' => isEntityDeletable = 'true' > [BooleanAssignment] > > ? > > On Dec 31, 2011, at 12:48 PM, Ja