Re: ExcelGenerator

2022-10-16 Thread Patrick Robinson via Webobjects-dev
our "> >> - Patrick >> >> >>> On Oct 15, 2022, at 3:01 AM, Gino Pacitti via Webobjects-dev >>> mailto:webobjects-dev@lists.apple.com>> >>> wrote: >>> >>> Hi.. >>> >>> I was trying to use ExcelGenerator to

Re: ExcelGenerator

2022-10-16 Thread Gino Pacitti via Webobjects-dev
what you have there, if > that's your actual HTML, then it looks like you're missing the closing ">" on > your " > - Patrick > > >> On Oct 15, 2022, at 3:01 AM, Gino Pacitti via Webobjects-dev >> mailto:webobjects-dev@lists.apple.com

Re: ExcelGenerator

2022-10-15 Thread Gino Pacitti via Webobjects-dev
; >> On Oct 15, 2022, at 3:01 AM, Gino Pacitti via Webobjects-dev >> wrote: >> >> Hi.. >> >> I was trying to use ExcelGenerator to build a report but the output is 3 >> bytes.. >> >> I have the wrapper around a Table see below: >&

Re: ExcelGenerator

2022-10-15 Thread Patrick Robinson via Webobjects-dev
022, at 3:01 AM, Gino Pacitti via Webobjects-dev > wrote: > > Hi.. > > I was trying to use ExcelGenerator to build a report but the output is 3 > bytes.. > > I have the wrapper around a Table see below: > > I can debug output the er.excel.EGWrapper - Converti

ExcelGenerator

2022-10-15 Thread Gino Pacitti via Webobjects-dev
Hi.. I was trying to use ExcelGenerator to build a report but the output is 3 bytes.. I have the wrapper around a Table see below: I can debug output the er.excel.EGWrapper - Converting content string Which shows the Table and results in the er.excel.EGSimpleTableParser also shows content

Re: ExcelGenerator broken

2018-10-08 Thread Maik Musall
unity/wonder/pull/872 Maik > Am 02.10.2018 um 19:41 schrieb Altera WO Team : > > Hi all, > > in the current Wonder release the ExcelGenerator framework looks broken. > Also the ERComponentTour example is not working. > The issue is IMHO due to the adoption of the newe

Re: AjaxProgress with ExcelGenerator

2010-09-16 Thread Tusker
ent value ) I think we > need to patch the ExcelGenerator adding a binding where it will push it's > status periodically. I don't think is an hard thing to do. Let me check > > Amed > > On 15/set/2010, at 22.28, Tusker wrote: > >> Hi, >> >> I&#

Re: AjaxProgress with ExcelGenerator

2010-09-16 Thread Amedeo Mantica
did you saw the AjaxLongResponsePage example in Wonder ? should be easy if you just want do display a spinning waiting, but if you want an exact status ( es. a progress bar, of a percent value ) I think we need to patch the ExcelGenerator adding a binding where it will push it's s

AjaxProgress with ExcelGenerator

2010-09-15 Thread Tusker
Hi, I'm trying to combine AjaxProgress or AjaxLongResponse with ExcelGenerator. I like the flexibility of ExcelGenerator but since some tasks will take some time, how do update the status from within ExcelGenerator and report this back to the thread. Any examples would be great