Re: Save image as blob

2016-03-29 Thread Arturo Ulises Castañeda Estrada
Thank's a lot Dan for resolve my problem De: Dan Haywood Enviado: martes, 29 de marzo de 2016 06:10 p. m. Para: users Asunto: Re: Save image as blob The format of the image doesn't look quite right. I just did a quick

Re: Save image as blob

2016-03-29 Thread Dan Haywood
The format of the image doesn't look quite right. I just did a quick experiment with the kitchensink app ( https://github.com/isisaddons/isis-app-kitchensink, using the KitchensinkAppManifestWithFixtures); seemed to work ok: - in the Wicket viewer, Data Types > First BlobClob Object can

Save image as blob

2016-03-29 Thread Arturo Ulises Castañeda Estrada
Hi Dan, - I have a problem saving images, consume the next ws: * rel: "urn:org.restfulobjects:rels/invoke;action="addSequenceItem"", * href:

Re: XMLHttpRequest cannot load

2016-03-29 Thread Arturo Ulises Castañeda Estrada
thank you Dan I could resolve the problem De: Dan Haywood Enviado: martes, 29 de marzo de 2016 12:03 a. m. Para: users Asunto: Re: XMLHttpRequest cannot load This is a CORS error ... a security precaution implemented by web

Re: New collection view and suppressing default view

2016-03-29 Thread Kevin Meyer
Hi, Erik is asking how to suppress all but a specific "view" for a table, one that is picked up from the interface implemented by the items in the collection. Cheers, Kevin On 29 March 2016 19:26:59 CEST, Jeroen van der Wal wrote: >Hi Erik, > >I've read your question

[ANN] Apache Isis version 1.12.0 Released

2016-03-29 Thread Dan Haywood
The Apache Isis team is pleased to announce the release of Apache Isis v1.12.0. New features in this release include: * much enhanced support for custom layouts, using an optional separate XML layout file "Xxx.layout.xml". This is similar in concept to the earlier support we have had for custom

Re: New collection view and suppressing default view

2016-03-29 Thread Jeroen van der Wal
Hi Erik, I've read your question multiple times but can't envision what you're trying to accomplish. Can you perhaps elaborate with some code? Cheers, Jeroen On 29 March 2016 at 16:50, Erik de Hair wrote: > Hi, > > I've created a new collection view for sorting/re-ranking

[RESULT] [VOTE] Apache Isis Core 1.12.0

2016-03-29 Thread Dan Haywood
The vote has completed with the following result : +3 (binding): Jeroen van der Wal, Kevin Meyer, Dan Haywood The vote is SUCCESSFUL. I'll now go ahead and complete the release procedure.

Re: XMLHttpRequest cannot load

2016-03-29 Thread Dan Haywood
This is a CORS error ... a security precaution implemented by web browsers. It prevents your Javascript is attempting to make a RESTful call to a different URL (192.168.0.20) than it was served from (localhost). You either need to serve the Javascript itself from that same origin (192.168.0.20)