Re: [WARN] Lost communication with remote process ?

2017-01-25 Thread Ed Bras
I decreased the Max heap size to 1756MB and the builds seem to go fine currently. On 24 January 2017 at 19:56, Ed Bras <post2edb...@gmail.com> wrote: > Thanks Thomas, > It probably has to do with OutOfMemory problems, but I thought I had it > kind of solved. > After the up

Re: [WARN] Lost communication with remote process ?

2017-01-24 Thread Ed Bras
Thanks Thomas, It probably has to do with OutOfMemory problems, but I thought I had it kind of solved. After the upgrade to 2.8 I had to increase the max memory from 1.5 to 2G, else I keep getting out of memory problems :( Currently I have, on a quad core: -Xms1G -Xmx2G -Xss1024k

Re: GoogleBot is using the wrong permutation?

2016-02-29 Thread Ed Bras
Thanks, but I already have that. If I wouldn't have that, it would result in another exception like I had in the past. Thanks. On 29 February 2016 at 16:24, Michael Joyner wrote: > You need to have a "default" permutation for Google Bot: > > We use the following here: > > >

Re: GoogleBot is using the wrong permutation?

2016-02-27 Thread Ed Bras
Ofcourse that is possible, but that is not an option in production. On 27 February 2016 at 16:10, Rogelio Flores wrote: > If you compile your app with the "PRETTY" compiler flag and then deploy it > and run the same test, you might know exactly what "Kg" is (what its

Re: Click even on outer HTMLPanel on existing html ?

2016-01-26 Thread Ed Bras
Yes I do (as DomHandler: ClickEvent.getType()) that's why I don't understand I don't catch any. I get the idea the events aren't bubbled up (passed through), because the loaded html in the HTMLPanel exists of existing html instead of creating it through gwt, such that events are passed through...

Re: Click even on outer HTMLPanel on existing html ?

2016-01-26 Thread Ed Bras
Hmmm,, so it should work for existing html, that is loaded from an xml file (so no wrap is needed). On 26 January 2016 at 23:31, Jens wrote: > > stupid suggestion but do you sink the events you want to listen for? >> > > addDomHandler() automatically sinks the

Re: How to solve RPC error: Character Encoding is 'text/'. Expected 'UTF-8'

2015-12-30 Thread Ed Bras
@Thomas: thanks for the tips, I will perform some logging of the Content-Type to see where it's coming from.​ -- You received this message because you are subscribed to the Google Groups "GWT Users" group. To unsubscribe from this group and stop receiving emails from it, send an email to

Re: Getting rid of Dev mode for future GWT releases

2015-12-30 Thread Ed Bras
@Axel: thanks for sharing and you are 100% spot on I also like to know if/how SDBG can be improved to benefit the full debugging power ​ -- You received this message because you are subscribed to the Google Groups "GWT Users" group. To unsubscribe from this group and stop receiving

Re: Getting rid of Dev mode for future GWT releases

2015-12-22 Thread Ed Bras
Good to know, @DavidN, thanks for sharing... On 22 December 2015 at 10:45, DavidN wrote: > On Friday, December 18, 2015 at 10:17:27 AM UTC+1, Ed wrote: > >> I was reluctant at first to move over to SDM, but after some time with >>> it, I got used to it. I combine it with

Re: Getting rid of Dev mode for future GWT releases

2015-12-18 Thread Ed Bras
> > I was reluctant at first to move over to SDM, but after some time with it, > I got used to it. I combine it with SDBG in eclipse and it works mostly ok. > What is exactly not woking well with the SDBG eclipse plugin? And why is this working well in IntelliJ ? What SDM brings is much faster

Re: Getting rid of Dev mode for future GWT releases

2015-12-10 Thread Ed Bras
@Frank: you are absolutely right, but it's difficult to generalize this, as it highly depends on your situation. I have seen hello-world kind of code that was very easy to understand, but also very complex, but very clean code to meet a lot of financial (security) requirement, or code with many

Re: Getting rid of Dev mode for future GWT releases

2015-12-10 Thread Ed Bras
Interesting discussion about breakpoints ;)​ It all depends on your situations and requirements... I don't like breakpoints but need them: 1) Solve a problem quickly instead of reading the code for hours (like mentioned). 2) Easily understand the flow (stack) without setting many print stuff. 3)

Re: Getting rid of Dev mode for future GWT releases

2015-12-10 Thread Ed Bras
Thanks for sharing @Steve. Good to read that you do have "ok" experience with larger codebase. > SDM is the ability to debug a large codebase in reasonable time - startups for Dev mode can be very slow. I am always surprised when people say this. run a code base of total more then 2.5MB total

Re: Getting rid of Dev mode for future GWT releases

2015-12-10 Thread Ed Bras
@Steve: thanks for sharing your experience, good to know.​ When I have some more time the next coming month I want to try again Super DevMode, I really would love to use it. It's just easy not to use it when you work a lot and the DevMode works fine in my case... -- You received this message

Re: GoogleBot is using the wrong permutation?

2015-12-03 Thread Ed Bras
What I did that probably solved it:​ instead of reading the permutation name through the HTTP header using RpcRequestBuilder.STRONG_NAME_HEADER, I now send the permutation name along from with the exception occurred in the client. At least I am not using any old cached http header. Let's see if

Re: SEO Google Crawlable experience ?

2015-11-17 Thread Ed Bras
> > It should be in Elemental 2.0 (I suppose); there's no need to bring an > abstraction on top, JsInterop should suffice. @Thomas, thanks, looking forward to it.​ -- You received this message because you are subscribed to the Google Groups "GWT Users" group. To unsubscribe from this group and

Re: SEO Google Crawlable experience ?

2015-11-17 Thread Ed Bras
​@Thomas: besides the fallback hash support, will pushState not be supported at all in the gwt core in the future ? -- You received this message because you are subscribed to the Google Groups "GWT Users" group. To unsubscribe from this group and stop receiving emails from it, send an email to

Re: SEO Google Crawlable experience ?

2015-11-16 Thread Ed Bras
@Thomas: thanks for your input. Yes, I remember I also looked at your Html5Historian code as example. Do you know if or how, the Html5 pushState will be supported in the gwt core? I think it should be possible to support it the way I implemented it: use pushState if the browser supports it, else

Re: SEO Google Crawlable experience ?

2015-11-16 Thread Ed Bras
@Pablo: cool, thanks for your input, however, i can't use GWTP framework and not even allowed to use it (giving the dependency issues we had in the past). We can use it if it's part of the core ;) ​ -- You received this message because you are subscribed to the Google Groups "GWT Users" group.

Re: SEO Google Crawlable experience ?

2015-11-15 Thread Ed Bras
​It's rather straight forward and the nice thing is that you can start your app in different way's, by inspecting the url it was started way. Example: I change my landing page on the client side, depending on the url. Compare www.leuker.nl and www.leuker.nl/trainmore or www.leuker.nl/flks (all

Re: SEO Google Crawlable experience ?

2015-11-15 Thread Ed Bras
Oeps, I wasn't finished yet, and pressed send. Let's continue were I left off: BTW: the above rewrite rule with resource in it, can be removed if you don't have that path. Ensure to put the above in the tag, else the REQUEST_FILENAME will not be filled yet and will contain the URI, and that's not

Re: GWT browser plugin not used with Web rewrite rules?

2015-11-03 Thread Ed Bras
One solution that seem to work: Use of the old fashion base tag in the index.html: I am just not so font of making the index.html location/url dependent, such that you have to edit the index.html during deployment.. but you have to tell the browser which base url to use when performing

Re: GWT browser plugin not used with Web rewrite rules?

2015-11-03 Thread Ed Bras
@Thomas: the plus.nocache.js is my script that is included in the index.html: Let me see if I understand you correctly: You think that it will look for /plus/bla1/plus.nocache.js which doesn't exists such that the server returns index.html ? H, just checked and I am afraid you are right

Re: GWT browser plugin not used with Web rewrite rules?

2015-11-03 Thread Ed Bras
BTW: I was just testing some more and for some reason the last rewrite rule "RewriteRule plus/(.*) plus/index.html [NC,L]" is changing something (even do it shouldn't). I should copy the query params. If I change this rule to "RewriteRule plus/(.*) - [NC,L]" such that nothing is changed and create

Re: GWT browser plugin not used with Web rewrite rules?

2015-11-03 Thread Ed Bras
What I forgot: I think that the GWT plugin is exactly reading the browser URL and use it. A such it will look in the /plus/bla1 location. If I use the rewrite rule "RewriteRule plus/(.*) plus/index.html [NC,L]" with the sub dir "bal1" that contains the same files as the root, it works. I think I

Re: With ie9 I get: XMLParserImplIE6 Could not find appropriate version of DOMDocument ?

2015-10-30 Thread Ed Bras
Thanks for the insight @Jens.​ -- You received this message because you are subscribed to the Google Groups "GWT Users" group. To unsubscribe from this group and stop receiving emails from it, send an email to google-web-toolkit+unsubscr...@googlegroups.com. To post to this group, send email

Re: SEO Google Crawlable experience ?

2015-10-29 Thread Ed Bras
> I have seen this page before. Where did you see that google requires #! (vs plain #) in its new scheme? Where can I find the new scheme details ? I find it hard to find the exact details, often you will find the old details. I notice in the Google Webmaster tools that the ur's with the # url

Re: SEO Google Crawlable experience ?

2015-10-28 Thread Ed Bras
​BTW: i noticed in this link, that I should use #! still such that Google will crawl it, else it will not crawl it: https://support.google.com/webmasters/answer/174993?hl=en Anybody any experience with it? -- You received this message because you are subscribed to the Google Groups "GWT

Re: SEO Google Crawlable experience ?

2015-10-27 Thread Ed Bras
@​Vassilis: I created a page sitemap.xml (exactly a sitemap index with a video sitemap and a page sitemap), that contains pages like: https://www.leuker.nl/index.html#DcNvUsg And if I submit this to Google it reports no errors and does indicate that 17 pages are found/indexed I

Re: SEO Google Crawlable experience ?

2015-10-27 Thread Ed Bras
I just noticed that GoogleBot is coming by and resulted in an error when the site tried to perform an animation through a javascript function that isn't present. It's because I use GreenSock animation that is loaded in the index.html, but apparently the function $wnd.TweenLite function isn't

Re: SEO Google Crawlable experience ?

2015-10-26 Thread Ed Bras
Thanks Vassilis. I just solved part of the issue: I commented a line robots.txt file such that it can crawl the /resouces folder that contains all images/css/js. So google was able to get further, and show correctly the first screen. I just have to find out how it's able to crawl the rest of the

Re: SEO Google Crawlable experience ?

2015-10-25 Thread Ed Bras
@Thomas: I just added: The exception popup is now not shown during startup, but the google bot (in google webmaster tools) will not get passed the "loading..." text, that is shown in the index.html and then removed by the GWT app when started. H Please help on how to solve this? - Ed ​

Re: SEO Google Crawlable experience ?

2015-10-24 Thread Ed Bras
Thanks Thomas, I was just reading about it in the 8079 . Do you think it's the cause that Google doesn't correctly crawl my site ? As I notice that my dynamic pages that are directly accessible through leuker.nl#Example don't

Re: SEO Google Crawlable experience ?

2015-10-24 Thread Ed Bras
My gwt app isn't packaged in the war, it's separated from the backend so you don't see the touch issue. However, yes, I have the tric before, creating the undefined.nocache.js file, but never used it. I will add the property to supress the warning and see if google can crawl it normally.​ -- You

Re: GWT and GA and analytics.js usage ?

2015-10-21 Thread Ed Bras
@Gilberto: How do you use the Server side analytics class without GIN ? ​ -- You received this message because you are subscribed to the Google Groups "GWT Users" group. To unsubscribe from this group and stop receiving emails from it, send an email to

Re: GWT and GA and analytics.js usage ?

2015-10-15 Thread Ed Bras
Thanks, I am looking at the Arbees classes at the moment and I think it's my best bet. ​ -- You received this message because you are subscribed to the Google Groups "GWT Users" group. To unsubscribe from this group and stop receiving emails from it, send an email to

Re: Why code ends up in Left over Soyc report? How to analyze?

2015-09-17 Thread Ed Bras
I have some problem with code ending up in the left over because it's reached from a split point, while it shouldn't be reached through that split point. Why? Details: Below a snippet from the Soyc report that shows why the Login component is alive from a split point in the app Ztoeslag. The

Re: Why code ends up in Left over Soyc report? How to analyze?

2015-09-01 Thread Ed Bras
BTW: you think it's possible to define different split points per app build? Why? Declare and Ztoeslag build have both an initial download of about 400K, but in total the initial download is about 800K. So I think in Total I would like to have less split points in Declare and Ztoeslag to reduce

Re: Why code ends up in Left over Soyc report? How to analyze?

2015-09-01 Thread Ed Bras
@Jens: thanks a lot for al the insight. I thought I understand it, but apparently not. I did some reading and started to optimize thinks, like the thinks you suggested and reviewing my split points. I think I can merge some of them such that some code becomes exclusive to that split point that

Re: Why code ends up in Left over Soyc report? How to analyze?

2015-09-01 Thread Ed Bras
"One" more thing (sorry for asking so much): I noticed that my login component is contained in the left-over fragment instead of being exclusive to it's own splitpoint. The Soyc report shows that it's because it's referenced by the Account component that is loaded in another splitpoint. The

Re: Why code ends up in Left over Soyc report? How to analyze?

2015-09-01 Thread Ed Bras
@Jens: thanks. > Personally I probably wouldn't have created a Total app, Yes, I wanted to do the same, and for the short time, it's the best. But seeing the coming feature requirements, I need to share info between the apps while running next to each other. Let's see how it goes, it's difficult

Re: Why code ends up in Left over Soyc report? How to analyze?

2015-09-01 Thread Ed Bras
@Jens: thanks again for the quick response. Almost there I think > As your if-statement can not be evaluated to either true or false at compile time / static code analysis Hmmm interesting... Any idea how I can optimize this such that it's "left alone"? (I can't really think of one). What I

Re: Why code ends up in Left over Soyc report? How to analyze?

2015-09-01 Thread Ed Bras
​Thanks, I understand what you mean. However, I feels awkward, and will not improve maintainability. I get the feeling I am working around a bug. The component facade is especially there to hide the component internals, like the controller implementation, that is package protected and only

Re: Why code ends up in Left over Soyc report? How to analyze?

2015-08-31 Thread Ed Bras
@Jens: thanks for the reponse. > You have used "fragmentCount" during compilation. When using this setting you are > allowing the compiler to merge split points if the compiler thinks that merging will decrease the > size of your left over fragment. Indeed, I just removed it, and it's larger

Re: Why code ends up in Left over Soyc report? How to analyze?

2015-08-31 Thread Ed Bras
Thanks @Jens for your quick response. Complicated.. ;) > Its not really possible to keep Total really small because you compile everything into a single app. Yes, I understand that, but it would be nice to configure what is shared/downloaded and when. > probably keep small in your Total app

Re: Most code in SOYC report cannot be attributed

2015-07-10 Thread Ed Bras
Interesting , as I don't see that part below in your screenshot :( (and don't remember ever seeing it). -- You received this message because you are subscribed to the Google Groups Google Web Toolkit group. To unsubscribe from this group and stop receiving emails from it, send an email to

Re: GSS Media Query Variables

2015-07-03 Thread Ed Bras
I think your snippet must work, if not, check if this was a bug and already solved but not yet released. I remember that some bugs are solved in 2.8, but not yet released. This might be one of them. I also notice that GSS is still bit restricted​, but it's still a bit new and I am sure they will

Re: How to search object instances by their type ?

2015-06-26 Thread Ed Bras
Anybody any idea please ?​ -- You received this message because you are subscribed to the Google Groups Google Web Toolkit group. To unsubscribe from this group and stop receiving emails from it, send an email to google-web-toolkit+unsubscr...@googlegroups.com. To post to this group, send

Re: Website not working in IE11. How to solve?

2015-06-11 Thread Ed Bras
Graag gedaan. Hahhaha, grappig :) ​ -- You received this message because you are subscribed to the Google Groups Google Web Toolkit group. To unsubscribe from this group and stop receiving emails from it, send an email to google-web-toolkit+unsubscr...@googlegroups.com. To post to this group,

Re: Website not working in IE11. How to solve?

2015-06-11 Thread Ed Bras
BTW: thanks all for the hulp, tips and ticks, it helped a lot. ​ -- You received this message because you are subscribed to the Google Groups Google Web Toolkit group. To unsubscribe from this group and stop receiving emails from it, send an email to

Re: Website not working in IE11. How to solve?

2015-06-11 Thread Ed Bras
I did run IE11 in VirtualBox as @Jens suggested and with style on DETAILS. I quickly noticed that IE11 doesn't like the $doc.contains(Element) method. I changed it to $doc.body.contains(Element) and that seem to work. See also: https://github.com/skatejs/skatejs/issues/153 ​ -- You received

Re: Website not working in IE11. How to solve?

2015-06-10 Thread Ed Bras
Thanks @David, you sure gave me some good pointers Does your app have JSNI code or some code that does try {} catch(...) without reporting the issue ?​ Not as far as I know, but maybe the lib's I use. I use mainly GreenSock as external lib and they don't do try/catch for performance reasons. I

Re: Website not working in IE11. How to solve?

2015-06-09 Thread Ed Bras
@Jens: thanks for your feedback. Can't you just debug the app using SuperDevMode? I thought about it, but I am not sure how as I develop on a Mac? And shouldn't the IE11 support the source mapping, or it does.. (I played with super dev mode in the past, but still not using it) Maybe try GWTs

Re: Website not working in IE11. How to solve?

2015-06-09 Thread Ed Bras
@Paul: thanks for your details feedback and pointers. Can you confirm you are using 2.7.1, do you mean 2.7.0? Yes, sorry, you are right, it's 2.7.0 Do you possibly include a module that overrides how the user agent permutation is calculated from the user agent string? I don't think so, how

Re: Include a GSS file in another GSS file?

2015-05-23 Thread Ed Bras
Thanks for your insight @Jens, I already was afraid it wasn't possible. Have a nice weekend all ;) ​ -- You received this message because you are subscribed to the Google Groups Google Web Toolkit group. To unsubscribe from this group and stop receiving emails from it, send an email to

Re: Include a GSS file in another GSS file?

2015-05-22 Thread Ed Bras
Thanks, I know the construction, but how does this solve my issue ? (including a gss file in another gss file like an import mechanism, such that others only include one gss file) ​ -- You received this message because you are subscribed to the Google Groups Google Web Toolkit group. To

Re: How to do smooth scrolling on browser back/next button on same-page navigation?

2015-05-12 Thread Ed Bras
@Jens: I don't think your solution isn't working. You mentioned I should not use id attribute, and instead use something like data-scroll-id. I change it now to for example: div data-id=blaMarker.../div, but still the browser jumps on pressing the history back button before I can process my

Re: How to do smooth scrolling on browser back/next button on same-page navigation?

2015-05-12 Thread Ed Bras
​@Jens: thanks, i hoped I missed something simple. I think I just leave it for now. It's more a nice-2-have and there are more important thinks now,a and I remember messing with the browser history can become a bit hairy.. -- You received this message because you are subscribed to the Google

Re: How to do smooth scrolling on browser back/next button on same-page navigation?

2015-05-11 Thread Ed Bras
@Jaga: I already have the smooth scrolling for free through the components I use. The problem is probably that I use the id attribute like @Jens mention, which I will also do in LayoutPanel ;).. I am about to test it, I will come back on it. ​ -- You received this message because you are

Re: How to do smooth scrolling on browser back/next button on same-page navigation?

2015-05-10 Thread Ed Bras
@Jens, thanks I think this is the problem: Since your site should not have an element with id=section-1 Interesting... wasn't aware of that, that is what I do and will probably be the problem . I will change it, using the data- attribute as you suggest and let you know how it works. I tried to

Re: How to do smooth scrolling on browser back/next button on same-page navigation?

2015-05-10 Thread Ed Bras
@Gilbert, thanks, but don't think I made myself clear, sorry for that. What you are writing is exactly what I do, the problem is that before I can perform the scrolling myself because I capture a History event the browser did already the scrolling for me like explained in my original post. btw: I

Re: GSS mixin restricted ?

2015-04-24 Thread Ed Bras
@Julien: thanks for the quick answer. Stupid of mine not to think about your approach, so simple ;) Anyway: I tried it, but the GWT/GSS compiler doesn't seem to like the @if conditions inside the @defmixin {}. I get an error :( My tryout code: @defmixin slideInToRight() { @if is(browser.engine,

Re: LESS/ SASS/... style usage in GWT ?

2015-04-24 Thread Ed Bras
​There are several options to fly to the moon. There is no silver bullet. .. Just pick the best of all worlds for your situation... If your Css needs to be very flexible, I don't think that CssResource is the correct choice... I would then use Errai with a good html parser, that is able to create

Re: GSS mixin restricted ?

2015-04-24 Thread Ed Bras
Thanks @Jens for your feedback. It's true, also thought about just removing these @if's such that I only use the correct browser css rule. It's simple getting a bit too much, the advantage isn't that big, and it's not improving maintainability. So reasons enough to keep it simple like you

Re: LESS/ SASS/... style usage in GWT ?

2015-04-24 Thread Ed Bras
Have a look at the RedHat Errai templating mechanism. Errai is setup in modules (jar's), so you can use only the parts you need. And easy to extend/fork parts you need. The idea is that you load the css/html dynamically when needed in the app (through annotations). These html/css snippets/pages

Re: LESS/ SASS/... style usage in GWT ?

2015-04-24 Thread Ed Bras
Concerning the Theming part: I did a gwt project like @Jens explained and works well. Details: like @Jens mention, retrieve values (often: colors, logos, etc.. and not layout like height/width) from static java files. The static java (preference bridge) class will then forward the call to a

Re: GSS condition with Variable not working ?

2015-04-16 Thread Ed Bras
@Jens: Yes, I know that, but the exact syntax of the @if conditions isn't completely clear to me from the docs, so it tried several thinks. Any idea how it can work ? (what is allowed to be contained in the @if condition ?) ​ -- You received this message because you are subscribed to the Google

Re: GSS condition with Variable not working ?

2015-04-16 Thread Ed Bras
@Jens: I am aware of the docs, but I think it's missing some details to setup. I just tried it again: 1) The property part in the gwt xml file: define-configuration-property name=BLA is-multi-valued=false / set-configuration-property name=BLA value=true / The doc is mentioning

Re: GSS condition with Variable not working ?

2015-04-16 Thread Ed Bras
@Julien: thanks for the explanation.​ -- You received this message because you are subscribed to the Google Groups Google Web Toolkit group. To unsubscribe from this group and stop receiving emails from it, send an email to google-web-toolkit+unsubscr...@googlegroups.com. To post to this

Re: GSS condition with Variable not working ?

2015-04-16 Thread Ed Bras
Seems like you have to stick with @if(is(browser.engine, webkit)) then.​ Thanks Jens. I was afraid of that. Any idea this will be supported in the future ? (or maybe already planned) -- You received this message because you are subscribed to the Google Groups Google Web Toolkit group. To

Re: GSS condition with Variable not working ?

2015-04-16 Thread Ed Bras
@Julien: Btw: is it possible to define the value of the BLA property when a certain browser.engine value is met ? So I am looking for support for something like (not gwt correct syntax): define-configuration-property name=BLA is-multi-valued=false / set-configuration-property name=BLA value=true

Re: [gwt-contrib] Re: idea: i18n dynamic templating ? (like wordpress), feedback

2015-03-07 Thread Ed Bras
@Jens: thanks for your feedback. I looked at it. I like the component-based annotation approach. It sure gives me inspiration. It would be nice if this templating mechanism can be used independently of the rest of the platform (haven't looked at it yet), and that it's flexible to extend it (It

Re: [ERROR] Only either css files or gss files are supported on one interface

2015-03-04 Thread Ed Bras
Thanks for the explanation @Jens. I think I understand why the extension is important. So we can't let go if that requirement. But let's go back to the original error (subject of the topic). If I understand you correctly, I could be able to mix css and gss files by using the correct extension. In

Re: [ERROR] Only either css files or gss files are supported on one interface

2015-03-04 Thread Ed Bras
Thanks @Jens. Because GWT can not convert it on a file-by-file basis. Why not ? ​ -- You received this message because you are subscribed to the Google Groups Google Web Toolkit group. To unsubscribe from this group and stop receiving emails from it, send an email to

Re: [ERROR] Only either css files or gss files are supported on one interface

2015-03-04 Thread Ed Bras
Ahhh, yes, you explained that before, sorry for that. All clear now, I have to think about how to use it. ​ -- You received this message because you are subscribed to the Google Groups Google Web Toolkit group. To unsubscribe from this group and stop receiving emails from it, send an email to

Re: [ERROR] Only either css files or gss files are supported on one interface

2015-03-04 Thread Ed Bras
Thanks @Jens, I understand what you mean. However, I still not see a could reason to force the gss file extension. I think we can assume that the developer knows what he is doing and it's his responsibility to feed the gss engine with the correct files, giving him the freedom to use any extension

Re: [ERROR] Only either css files or gss files are supported on one interface

2015-03-03 Thread Ed Bras
I am very sorry Jens, but don't really understand your explanation. Why can't the css file be used as gss file? If I look at the examples of gss files, they can contain standard css content. ​ -- You received this message because you are subscribed to the Google Groups Google Web Toolkit group.

Re: div / parsing not work in dom Element through innerHtml ?

2015-02-18 Thread Ed Bras
Thanks @Jens, I was afraid of that.. :( I am not sure what doctype I should use at the moment with all these html5 support. I currently use: !DOCTYPE html. I am also not sure if I would break other things. I think it's better to use valid html... ​ -- You received this message because you are

Re: GWT error no instantiable subtypes with interface in RPC method with 1 known concrete class?

2014-12-18 Thread Ed Bras
@Rhmoller: thanks. Yes they are marked as Serializable. And yes they are visible to gwt, when I create a instance in gwt code, it results in no error.​ I hardly ever use client, shared, server packages.. I get that impression that GWT does't allow interfaces (anymore) in RPC methods. This is the

Re: Types not resolved when upgrading to GWT 2.7.0 ?

2014-11-27 Thread Ed Bras
Cool, thanks ;) ​ -- You received this message because you are subscribed to the Google Groups Google Web Toolkit group. To unsubscribe from this group and stop receiving emails from it, send an email to google-web-toolkit+unsubscr...@googlegroups.com. To post to this group, send email to

Re: Compiling permutation hangs ?

2014-11-18 Thread Ed Bras
@Jens, thanks for the tip. I tried localWorkers 1 before, but no luck. Just did it again and after 31 minutes without any progress (compiling permutation 0 of 10), I toke the following dump with Jstack. I haven't used jstack before, but can't really see anything helpful I think, you ? What to do

Re: Compiling permutation hangs ?

2014-11-18 Thread Ed Bras
@Jens, thanks​ I just tried again with more memory, namely: extraJvmArgs-Xms2G -Xmx2G -Xss1024k -XX:PermSize=512m -XX:MaxPermSize=1024m -Dgwt.persistentunitcache=false/extraJvmArgs And got the following output snippet below with jstack after about 30 min. It's still busy, but doesn't

Re: Text markup (XML) parser in GWT?

2014-07-27 Thread Ed Bras
Jens: thanks for your feedback. Then override onBrowserEvent() Yes, I could change it. You mean overriding the onBrowserEvent() of the parent of the anchor element I suppose? I would have to dig a bit deeper to see if it would cover all my requirements, but sure a good idea. I remember doing

Re: Text markup (XML) parser in GWT?

2014-07-27 Thread Ed Bras
​@Jens: cool, thanks, I will have a look at the parser refs. I though more about using the anchor/onBrowserEvent and it's to restricted in some cases (I think that was the reason I didn't use it in the past as well) Example: through the tag name I can specify the widget that needs to be created

Re: Text markup (XML) parser in GWT?

2014-07-27 Thread Ed Bras
HTMLPanel.addAndReplaceElement() This is basically what I do, but then through customized markup. But I think you are right, i can probably directly use div/span as marker with data-* attributes that hold extra details like references through other cms text snippets that should be shown in for

Re: Best practices for reducing generated RPC Serialization code?

2014-06-02 Thread Ed Bras
Thanks for the input. Could you give me some more insight on how you use the command pattern? (how it appears in the front/backend interface/classes, and flow).. I am also using the command pattern in the front-end, not the backend. The command is handled by a central ServiceHandler that run all

Re: Development Mode will not be supported in Firefox 27+

2014-03-28 Thread Ed Bras
Can't agree more. Same experience, even contributed to mygwt (previous name of GXT)... The nice thing about GWT: making easy/fast small lib's, is also a risk; not being maintained.. -- You received this message because you are subscribed to the Google Groups Google Web Toolkit group. To

Re: CssResource interface conflict?

2014-03-23 Thread Ed Bras
Cool, thanks for the test case, it makes it a lot easier. -- You received this message because you are subscribed to the Google Groups Google Web Toolkit group. To unsubscribe from this group and stop receiving emails from it, send an email to google-web-toolkit+unsubscr...@googlegroups.com.

Re: CssResource interface conflict?

2014-03-19 Thread Ed Bras
Thanks Thomas, I will gather some more info. -- You received this message because you are subscribed to the Google Groups Google Web Toolkit group. To unsubscribe from this group and stop receiving emails from it, send an email to google-web-toolkit+unsubscr...@googlegroups.com. To post to

Re: Development Mode will not be supported in Firefox 27+

2014-03-05 Thread Ed Bras
They have to change, they have to update their tools and move forward, or quit doing Web dev. Agree, that's why I spend a lot of grey hairs in using SDM, but it's simple not there yet saidly... Don't get me wrong, I wish it would as I certainly see the advantages. I noticed that it's hard to

Re: Development Mode will not be supported in Firefox 27+

2014-03-04 Thread Ed Bras
I'm surprised more folks are not excited to jump ship to SuperDevMode. I think because many dev peeps use GWT for enterprise projects.(and they should of course)... And for bigger projects, SDM is (still) hard to use (as explained in this post, and I really tried/used it several times).

Re: Best alternative for Character.getNumericValue(ch)?

2014-03-03 Thread Ed Bras
@Thomas: thanks for the details, it makes it more clear. -- You received this message because you are subscribed to the Google Groups Google Web Toolkit group. To unsubscribe from this group and stop receiving emails from it, send an email to google-web-toolkit+unsubscr...@googlegroups.com. To

Re: Best alternative for Character.getNumericValue(ch)?

2014-03-02 Thread Ed Bras
Thanks thomas, I will have a look at it. I am not sure which situations this covers, and where you get this from, please give me a hint, I am not so well known with this character encoding. In the mean time, I super-sourced the Character class and implemented the isWhiteSpace() and

Re: How to super-source a single method in a JRE emulated class?

2014-02-28 Thread Ed Bras
Clear, thanks. @Jens -- You received this message because you are subscribed to the Google Groups Google Web Toolkit group. To unsubscribe from this group and stop receiving emails from it, send an email to google-web-toolkit+unsubscr...@googlegroups.com. To post to this group, send email to

Re: sibling CSS selector ~ workaround?

2014-02-20 Thread Ed Bras
...because it uses the Flute CSS parser, that only supports CSS 2 syntax. Have a look at gss.gwt if you want to use CSS 3: https://github.com/jDramaix/gss.gwt @Thomas, thanks, just give it a try, after temporarily removing all @def, @eval, @if statements, It will run, but it will not inject

Re: Development Mode will not be supported in Firefox 27+

2014-02-19 Thread Ed Bras
The Chrome debugger is quite good and I recommend learning it well; It depends on your project. I been down this road, tried it several times with several projects (few months ago last one). Currently the Super Dev mode is Hello World ready, but not Enterprise ready With new projects, I like to

Re: Excluding permutation compilation combinations?

2014-02-16 Thread Ed Bras
Thanks Thomas, that seem to work. -- You received this message because you are subscribed to the Google Groups Google Web Toolkit group. To unsubscribe from this group and stop receiving emails from it, send an email to google-web-toolkit+unsubscr...@googlegroups.com. To post to this group,

Re: Development Mode will not be supported in Firefox 27+

2014-02-09 Thread Ed Bras
Remote debug works great too ;-) Yes, if you have a Mac ;) (I assume you mean Safari remote debugging ? Else let me know, device independent (iphone, android)) -- You received this message because you are subscribed to the Google Groups Google Web Toolkit group. To unsubscribe from this

Re: seedTable error in web mode?

2014-01-20 Thread Ed Bras
Thanks, Let's hope you right (I first reviewed/improved the split points, but that didn't help). BTW: I found it a bit scary that this error doesn't show itself in dev mode. -- You received this message because you are subscribed to the Google Groups Google Web Toolkit group. To unsubscribe

Re: Why are GWT widgets heavy?

2014-01-07 Thread Ed Bras
@Thomas: thanks for the insight, exactly what I was looking for. I wasn't aware that DOM manipulations could have such a cost. It's could to be more aware of this during development, especially for mobile apps. -- You received this message because you are subscribed to the Google Groups Google

  1   2   3   >