Dumb ERAttachmentFlexibleUpload question

2010-07-23 Thread Andrew R. Kinnie
I am trying to use ERAttachmentFlexible upload in our app. We have a communication entity, which has up to 5 attachments of type ERAttachment. (attachment1, attachment2 . . ., etc.) all are foreign keys to the ERAttachment. I am trying to use ERAttachmentFlexibleUpload inside a subcomponent

Re: Dumb ERAttachmentFlexibleUpload question

2010-07-23 Thread David LeBer
On 2010-07-23, at 12:50 PM, Andrew R. Kinnie wrote: > I am trying to use ERAttachmentFlexible upload in our app. We have a > communication entity, which has up to 5 attachments of type ERAttachment. > (attachment1, attachment2 . . ., etc.) all are foreign keys to the > ERAttachment. > > I

Re: Dumb ERAttachmentFlexibleUpload question

2010-07-23 Thread David LeBer
On 2010-07-23, at 1:19 PM, David LeBer wrote: > > On 2010-07-23, at 12:50 PM, Andrew R. Kinnie wrote: > >> I am trying to use ERAttachmentFlexible upload in our app. We have a >> communication entity, which has up to 5 attachments of type ERAttachment. >> (attachment1, attachment2 . . ., et

Re: Dumb ERAttachmentFlexibleUpload question

2010-07-23 Thread Andrew R. Kinnie
On Jul 23, 2010, at 1:19 PM, David LeBer wrote: > > Well that will update an ajax update container with the id > 'attachmentUploadContainer' Well that clears that much up. Unfortunately, this didn't actually solve anything. > >> Also, I don't know where the default css is. > > Because ERA

Re: Dumb ERAttachmentFlexibleUpload question

2010-07-23 Thread David LeBer
On 2010-07-23, at 2:38 PM, Andrew R. Kinnie wrote: > > On Jul 23, 2010, at 1:19 PM, David LeBer wrote: > >> >> Well that will update an ajax update container with the id >> 'attachmentUploadContainer' > > Well that clears that much up. Unfortunately, this didn't actually solve > anything.

Re: Dumb ERAttachmentFlexibleUpload question

2010-07-23 Thread Andrew R. Kinnie
On Jul 23, 2010, at 3:46 PM, David LeBer wrote: >> >> Basically, I have an edit component which contains the AjaxModalDialog >> containing the subcomponent with the Flexible Uploader >> >> The edit component edits the communication in general, and as part of that, >> the user can attach up to

Another (related) dumb ERAttachmentFlexibleUpload question

2010-07-28 Thread Andrew R. Kinnie
Greetings again, I am continuing to work with the new ERAttachmentFlexibleUpload as a subcomponent of an AjaxModalDialog, based on the discussions last week and in the office. I can clear the uploads on success (using the oddly named binding: "clearUploadProgressOnSuccess," and have my own mec