Re: View raw image data and string question

2017-01-01 Thread 'Marian S' via GWT Users
*hi, I'm answer me self :-) maybe someone have similar problemsfor View Raw Image question:in HTML5 this way is over Blob and createObjectURL...under GWT for Blob I found much Implementations (lib-gwt-file, html5gwt, elemental ...) but I had problems for create new Blob

View raw image data and string question

2016-12-29 Thread 'Marian S' via GWT Users
Hi, *- String question:* I'm newbie and i'm little surprise aboud String (java) and hashcode . If I understand right, on each create string, created a hashcode ? (true ?)( but I need this only for equal-method ?) mostly I don't need hashcode ! In web using very often String, for Images

Re: remove annotation in gwt compiler process ?

2016-08-29 Thread 'Marian S' via GWT Users
Hi, thanks for you answer. I want "remove" annotation or override with dummy annotation for gwt compilation ! I have a Object with @myannotation in shared folder for server and client ( need to known on both sides ...) like: import myprocessor.annotation @MyAnnotation class TestPerson {

remove annotation in gwt compiler process ?

2016-08-28 Thread 'Marian S' via GWT Users
Hi, Im write a annotation processor for shared package and need remove this in gwt compilation process ? Im try with "super source" but I take only error .. ( have maybe someone example project for "super source " ?) e.g. expected package not the same like . Im using gwt 2.8