Re: GWT presentation/workshop

2010-04-21 Thread Ed Bras
No, I do all with Maven (and some pieces with ANT inside Maven)... I have a scalable Spring/Hibernate backend and several GWT front ends that connect to the same backend. That's why I use my own SerializationPolicy solution as the GWT *.gwt.rpc file solution works very poor in these kind of

Re: prefix styles in CssResource?

2010-04-24 Thread Ed Bras
Hi Stefan, Thanks for your reaction. Let me tell you a bit more. I am starting to use styles through CssResource in my code now. I know how to use a single style, but have no idea how to use a prefixed style. Example: Suppose I have the following stylesheet: I am trying to use a style like:

Re: prefix styles in CssResource?

2010-04-24 Thread Ed Bras
. .content { padding: 20px; } Then it mean, normally content gets 20px padding, but when it lays within a panel (class) it gets 10px Does this make sense to you? Stefan Bachert http://gwtworld.de On 24 Apr., 07:01, Ed Bras post2edb...@gmail.com wrote: Hi Stefan, Thanks for your

Re: GWT not using CssResources??

2010-04-27 Thread Ed Bras
I think the @External annotation on your Css could help you there, too Like mentioned in the doc, this is for legacy support (I use it in other places). I want to support the correct way of using CssResource, but don't understand very well how to use it in the case below. Ed On Tue, Apr 27,

Re: Disable/Enable CSS obfuscating in gwt.xml ?

2010-05-28 Thread Ed Bras
Hi, That sounds nice, I shall have a closer look at it. It should be nice if it could be more fine-grained, as it normally concern a few styles that should be annotated with @external for testing. Ed On Fri, May 28, 2010 at 3:29 PM, Chris Lercher cl_for_mail...@gmx.netwrote: It can be done:

Re: wonder wheel in GWT ?

2010-06-02 Thread Ed Bras
Any third party lib's out there ? Or any flash code ? Ed On Wed, Jun 2, 2010 at 4:21 PM, fmod francisco.mode...@gdsoft.eu wrote: Seems google is using flash to generate it. Unless you want to experiment with Canvas in HTML5 is going to be hard to simulate the same behavior in javascript.

Re: Synchronizing server and browser date/time?

2010-08-10 Thread Ed Bras
I am doing date/time comparision in the browser between objects from the server that contain a date/time with the current date/time. As such when the current date/time in the browser isn't correct, the comparision will fail in the browser. You understand ? For example, snippet running in the

Re: Synchronizing server and browser date/time?

2010-08-10 Thread Ed Bras
Thanks Lineman78. I was having the same thoughts just looking for some confirmation.. Thanks. -- You received this message because you are subscribed to the Google Groups Google Web Toolkit group. To post to this group, send email to google-web-tool...@googlegroups.com. To unsubscribe from

Re: Synchronizing server and browser date/time?

2010-08-10 Thread Ed Bras
@Jeff: I don't think that's the solution as I can't use the date/time from the browser as it's not correct. On Tue, Aug 10, 2010 at 7:54 PM, Jeff Chimene jchim...@gmail.com wrote: On 08/10/2010 10:35 AM, Ed Bras wrote: I am doing date/time comparision in the browser between objects from

Re: Review of open issues

2009-12-21 Thread ed bras
Ok Chris, thanks for the clear and quick answer. I will have a look at the issues... I noticed that one was already commented by somebody.. -- You received this message because you are subscribed to the Google Groups Google Web Toolkit group. To post to this group, send email to

Re: forget DTO, Dozer and Gilead use @GwtTransient [tested on GWT 2.0.X]

2010-02-07 Thread ed bras
Why do you ask the question here when you already asking the same in another forum post ? Concerning the examples: please use your imagination with the posts in this forum. If you understand it, it's very easy to come with more realistic ones... -- You received this message because you are

Re: two *.gwt.rpc files ?

2010-02-07 Thread ed bras
I was looking a bit more at this new DeRPC, but they mention it's still experimental so I am not sure if I should use it, or how stable it is at this moment... And it's still a bit unclear to me why I end up with 2 gwt.rpc files when I am still using the old Remoteservice RPC ... ? Ed -- You

Re: How to run tests with GWTTestCases and -noserver mode?

2010-02-13 Thread ed bras
Thanks but I am looking for the noserver integration... I got it work no through a proxy, but it still needs some improvement to use it in a friendly way, which is also recognized by the GWT dev team. I opened the following ticket:

Re: detecting user activity on the screen?

2009-10-27 Thread ed bras
Thanks Thomas, from the looks of it, I think that this should do the trick --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups Google Web Toolkit group. To post to this group, send email to

Re: retrieving real Class name ?

2009-11-03 Thread ed bras
Thanks Thomas, I am aware of the soyc, but Bruce also talked about the symbol map that can be used on the server to restore your methods/class names, etc...: http://code.google.com/events/io/2009/sessions/GwtPreviewGoogleWebToolkit2.html(53:30). However, I can't find any info on this symbol map

Re: retrieving real Class name ?

2009-11-03 Thread ed bras
are there ? On Tue, Nov 3, 2009 at 2:24 PM, Thomas Broyer t.bro...@gmail.com wrote: On 3 nov, 10:46, ed bras post2edb...@gmail.com wrote: Thanks Thomas, I am aware of the soyc, but Bruce also talked about the symbol map that can be used on the server to restore your methods/class names, etc...: http

Re: retrieving real Class name ?

2009-11-03 Thread ed bras
Ok, thanks On Tue, Nov 3, 2009 at 6:36 PM, Thomas Broyer t.bro...@gmail.com wrote: On 3 nov, 15:26, ed bras post2edb...@gmail.com wrote: BTW: what is exactly a private artifact and what kind of artificats are there ? artifacts are those things (mostly files or bag of bytes

Re: Source path: Non-canonical source package

2009-11-10 Thread ed bras
Yep, that works, and no warning thanks... On Tue, Nov 10, 2009 at 11:23 AM, Thomas Broyer t.bro...@gmail.com wrote: On Nov 10, 10:59 am, Ed post2edb...@hotmail.com wrote: Please some advice on the following: All my GWt app stuff is contained in the following (sub) package:

Re: Safe Html check?

2010-12-04 Thread Ed Bras
Thanks for the tips. I am a bit suprised about what you told about the wave usage. If I look at the safeHtml code, it might not be mature enough and more suitable for hello-world applications. I get a bit flashbacks when writing this as many gwt code has been upgraded after iterations to be more

Re: Retrieve original Widget object from bubbled event ?

2010-12-07 Thread Ed Bras
Thanks but I look for the widget just like the title of the topic indicates: Retrieve original Widget object from bubbled event ? On Tue, Dec 7, 2010 at 12:37 PM, Gal Dolber gal.dol...@gmail.com wrote: Sorry, I read quickly. Here is one possible solution(using html instead of Widgets):

Re: Retrieve original Widget object from bubbled event ?

2010-12-07 Thread Ed Bras
Yes, but that's not very efficient, that's why you use event bubbling... -- You received this message because you are subscribed to the Google Groups Google Web Toolkit group. To post to this group, send email to google-web-tool...@googlegroups.com. To unsubscribe from this group, send email to

Re: Retrieve original Widget object from bubbled event ?

2010-12-07 Thread Ed Bras
Sorry, but it does work: the event bubbling works fine and the dom structure is perfectly fine... Appearantly I can't easily recover the widget from the element. I probably need to go through the child widgets in the HtmlPanel to find out which one fired the event... -- You received this message

Re: Retrieve original Widget object from bubbled event ?

2010-12-07 Thread Ed Bras
Nope, I do about the same as CellTable, have a look at it yourself... I only changed it as I need a div table. -- You received this message because you are subscribed to the Google Groups Google Web Toolkit group. To post to this group, send email to google-web-tool...@googlegroups.com. To

Re: gzippen all gwt output files?

2010-12-23 Thread Ed Bras
Thanks, I used to the public folder in the past but didn't like it in reusable components as you always got the public resources in your project when using the reusable component, even if you didn't use or want them :(... Where do you put your static resources ? Another thing: I am not sure if

Re: gzippen all gwt output files?

2010-12-24 Thread Ed Bras
Thanks for the tip. I did look at the rewrite option, but not so font of the rewrite modules, very powerful do. I wasn't aware of the mod_filer combi with mod_deflate. I like that one, very simple: FilterDeclare gzip CONTENT_SET FilterProvider gzip inflate req=Accept-Encoding !$gzip FilterChain

Re: gzippen all gwt output files?

2010-12-24 Thread Ed Bras
It works really nice now: put all the content in the several Public folder: general public folder and specific Public folder as I have several gwt app's that share some general stuff. It's bit of puzzling to output and move all files in the correct directories but it's worth doing so as all files

Re: gzippen all gwt output files?

2010-12-29 Thread Ed Bras
It's a new feature in 2.1.0, as such not present in 2.0 yet... Please upgrade to 2.1.0 On Wed, Dec 29, 2010 at 11:34 AM, balachandra maddina chandu2...@gmail.comwrote: Im using GWT 2.0.3. and when add the inherits name=com.google.gwt.precompress.Precompress/ im getting [ERROR] Unable to find

Re: CellTable with only div's?

2011-04-11 Thread Ed Bras
Ok, that's a long time ago. I remember that I solved that by creating the HTML string and then passing it in to a HTMLPanel instance. In the HTMLPanel you can just add the widgets through assigned id's. That worked pretty good and easy. I didn't extend the celltable functionality as it became too

Re: CellTable with only div's?

2011-04-11 Thread Ed Bras
Yes, but if you use Vertical/HorizontalPanel you have html table tags and the idea was to not use that, that is; only use div tags to create a tag. On Mon, Apr 11, 2011 at 8:00 PM, Ramon Salla rsal...@gmail.com wrote: Well, I have just realized that CellList is implemented only with divs. So

Re: Multiple leftover fragments with a tree of code split points?

2011-07-24 Thread Ed Bras
Thanks John, I hope more people will share the same problems and vote for the issue. I just opened an issue about this: http://code.google.com/p/google-web-toolkit/issues/detail?id=6612 Please vote it. When enough people vote this issue, the GWT dev team will give it attention. Ed On Sun, Jul

Re: Bindery package refactoring?

2011-09-01 Thread Ed Bras
2.3.0 does not have LegacyHandlerWrapper. Mine does. In the gwt-user-2.3.0.jar I find: com.google.gwt.event.shared.LegacyHandlerWrapper I also made a public copy of this such that I could use it, as I changed low level gwt things such that I can test it outside of GWT.. See:

Re: Full page in GWT or just parts?

2011-10-12 Thread Ed Bras
Nice. Thanks, - Ed On Wed, Oct 12, 2011 at 12:35 PM, Nicolas Antoniazzi nicolas.antonia...@gmail.com wrote: The main problem will be Search Engine. You will have to rely on htmlunit to fix it (generates static version of webpages). The search engine result isn't important. What do you

Re: Full page in GWT or just parts?

2011-10-12 Thread Ed Bras
@Thomas Thanks for the feedback. I use the same pattern as you describe. I have many commons modules that every application include if required. - Ed On Wed, Oct 12, 2011 at 10:57 PM, Tomasz Gawel tomaszga...@op.pl wrote: @Uemit you can write one module to be used in all pages and use code

Re: How to change css value's through CssResource mechanism?

2011-11-11 Thread Ed Bras
@Uemit, Thanks for input but that's not the question. I use this mechanism in many places, combined with @Import, and that is the reason of my question as you don't want to override the style/resources for every time you need a button with just different preferences. It would be nice to specify

Re: SS0 and GWT

2011-12-07 Thread Ed Bras
You could check it like this: Normally my RPC calls look something like this: modifyDeclarationOfLoggedInMember(DeclarationDto member); Notice that you don't send the logged in member along as it's known in the backend. The logged in member is present in the session (at least his id). If the is

Re: gwt uibinder in an abstract parent class

2011-12-08 Thread Ed Bras
Moreover, in Composite it says All composites must call initWidget() in their constructors. Yes, and you should if you extend directly from Composite, because Composite doesn't contain any lazy loading behavior. But the SimpleComposite contains lazy loading behavior and will automatically ask

Re: Making GWT App crawlable when server is a REST Interface

2011-12-14 Thread Ed Bras
Then why can't you use the ajax crawable article of google? On Wed, Dec 14, 2011 at 2:50 PM, Noor baken...@gmail.com wrote: No, I have the front end as GWT App!! -- You received this message because you are subscribed to the Google Groups Google Web Toolkit group. To post to this group,

Re: appendChild Does not work

2011-12-14 Thread Ed Bras
I wouldn't put it in the constructor anyway but create it all lazily. I use a SimpleComposite class that extends from Composite and will automatically call the abstract create() method when the creation of the actual widget is required. - Ed On Wed, Dec 14, 2011 at 5:01 PM, Antoxa.c

Re: Start GWT App from JavaScript

2011-12-17 Thread Ed Bras
Read the manual/examples of gwt-exporter! On Sat, Dec 17, 2011 at 2:51 PM, Daniel eklipto...@googlemail.com wrote: Thanks. But I assume before I can call the exported functions from JavaScript I still have to include the GWT App (i.e. nocache.js) into the webpage? Or how else would

Re: Start GWT App from JavaScript

2011-12-17 Thread Ed Bras
Not of you use code splitting I assume. And you can also delay the loading of the js file and not directly included in your html page (just like google api's are loaded). Just load your js file yourself in your js file.. (just what code splitting does) - Ed On Sat, Dec 17, 2011 at 3:38 PM, Daniel

Re: Start GWT App from JavaScript

2011-12-17 Thread Ed Bras
With gwt-exporter you create the desired js. This can be loaded in your own js. How? - First google result (10ms): http://www.javascriptkit.com/javatutors/loadjavascriptcss.shtml http://www.javascriptkit.com/javatutors/loadjavascriptcss.shtml- Ed On Sat, Dec 17, 2011 at 3:55 PM, Daniel

Re: How use caching with gwt

2011-12-17 Thread Ed Bras
@suppose the advantage is that it doesn't burden the server Exactly. I has a bit of history: In the past it was seldom that browsers supported gzip so it was ok to do this on a fly. However, nowedays it's the other way around. All modern browsers support gzip, so you should also turn around the

Re: Removing Injected CssResources at Runtime

2011-12-20 Thread Ed Bras
Yes of course, simple and straight forward... Just change the parent (cascading) style. On Tue, Dec 20, 2011 at 11:28 AM, Thomas Broyer t.bro...@gmail.com wrote: How about making other rules apply rather than changing the content of the rules that apply? I.e. have .theme1 .someClass in theme1

Re: Entry Point

2011-12-20 Thread Ed Bras
I do the following: It's not a very elegant solution and you still have only one entry point. You mainly dispatch depending on the action found in the url. I would definitely get ride of the refresh action which causes an extra server-client round trip. Round trips should be minimized as much as

Re: Unowned relationships on unsaved data objects.

2011-12-20 Thread Ed Bras
Sorry, I don't understand widgets, Exactly my point... I think you posted your message in the wrong forum. On Tue, Dec 20, 2011 at 11:34 PM, MagusDrk magus@googlemail.com wrote: Sorry, I don't understand widgets, I'm refering to Data (DAO) classes and JDO persistence. On 20 dic, 10:18,

Re: Is GWT preferable for large scale projects similar to FB?

2011-12-21 Thread Ed Bras
easily cross 1.5 MB I don't agree with easily. A few things: - Perform efficient coding. - Use Soyc to optimize your code splitting. - Transferring the files gzipped between browser and server will deliver a file reduction of about 50%.. - Using multiple modules if size is getting too big. -

Re: Remote Logging

2011-12-21 Thread Ed Bras
Make sure you correctly install the jul bridge: SLF4JBridgeHandler.install() when your app starts. See: http://www.slf4j.org/api/org/slf4j/bridge/SLF4JBridgeHandler.html If that doesn't work, then debug it, and you will quickly find out what goes wrong. On Wed, Dec 21, 2011 at 8:54 PM, Keith

Re: App with hundreds of code splits won't finish compiling

2011-12-22 Thread Ed Bras
@Alan: good news I am starting to think that I am making baby app's with only around 5-10 split points and 1.5MB (unzipped) initial load ;) On Thu, Dec 22, 2011 at 10:44 AM, Alan Leung acle...@google.com wrote: FYI: I am working on re-writting the code splitting algorithm:

Re: App with hundreds of code splits won't finish compiling

2011-12-22 Thread Ed Bras
I guess I could move the splits to the package level As you might have notices you have to choose your split points with care as otherwise you shoot yourself in the foot. Having more split points doesn't necessary means a better app. A few rules of thumbs for adding split points: - A split point

Re: Remote Logging

2011-12-22 Thread Ed Bras
logback logging statements do not. So, with the introduction of the SLF4JBrideHandler.install() method, do you know of a way to suppress the java.util.logging output on the Tomcat console yet still allow it to be directed to the logback files? On Dec 21, 2:12 pm, Ed Bras post2edb...@gmail.com wrote

Re: firing httprequest multiple times

2011-12-23 Thread Ed Bras
Put some breakpoints and you find out where the double action behavior comes from. On Fri, Dec 23, 2011 at 1:37 PM, karun karunkuma...@gmail.com wrote: Hi Ed, as per your suggestion, i replaced the hyperlink with button. i disabled it in onclick() and enabled it in OnResponseReceived().

Re: CellTable CheckboxCell setTitle()

2011-12-26 Thread Ed Bras
Good to hear :) On Mon, Dec 26, 2011 at 9:35 AM, Vivek Dudani vaxy.d...@gmail.com wrote: Hey, thanks a lot Ed. It worked. On Dec 23, 5:33 pm, Ed post2edb...@gmail.com wrote: Override the method CheckboxCell.render(..) and add the title attribute as a string (see source of CheckboxCell).

Re: I made Selenium + GWT setup instructions

2011-12-26 Thread Ed Bras
:) I miss the Christmas Carols in the background... Happy Christmas ;) On Mon, Dec 26, 2011 at 8:38 PM, Brandon Donnelson branflake2...@gmail.comwrote: Thanks. And I thought I add a video tutorial for it. http://www.youtube.com/watch?v=MAc1cWx2DaE -- You received this message because you

Re: Develop Web application

2011-12-27 Thread Ed Bras
December 2011 13:40, Ed Bras post2edb...@gmail.com wrote: I would probably go for the Request Factory as I commented on the current discussion on this subject. On Tue, Dec 27, 2011 at 10:52 AM, Z.A Jafari zjaff...@gmail.com wrote: thanks for your feedbacks. for the hibernate section, do i use

Re: Develop Web application

2011-12-27 Thread Ed Bras
because of so many different comments. This is because there are many way's do/implement things and there is no silver bullet. It all depends on your own situation. You are the expert about your problem domain and as such the best one that can decide which tools/mechanisms to use by studying

Re: Develop Web application

2011-12-27 Thread Ed Bras
On 27 December 2011 13:17, Ed Bras post2edb...@gmail.com wrote: because of so many different comments. This is because there are many way's do/implement things and there is no silver bullet. It all depends on your own situation. You are the expert about your problem domain

Re: Develop Web application

2011-12-27 Thread Ed Bras
Jafari zjaff...@gmail.com wrote: http://code.google.com/webtoolkit/doc/latest/tutorial/gettingstarted.html On 27 December 2011 13:59, Ed Bras post2edb...@gmail.com wrote: thanks.can you please post the link for the expense app. i have gone through the demos Which demo app's did you go through

Re: gwt

2011-12-30 Thread Ed Bras
For any widget element: /** * Sets the focus state of the element. * @param focused the new focus state */ public native void setFocus(Element elem, boolean focused) /*-{ try { if (focused) elem.focus(); else elem.blur(); } catch(err) { } }-*/; On Fri, Dec 30, 2011 at 10:31 AM, Amrutha Thomas

Re: gwt

2011-12-31 Thread Ed Bras
. Ian On 31 December 2011 05:50, Amrutha Thomas amrutha.tho...@gmail.comwrote: but how can I change focus from one text box to another using this On Fri, Dec 30, 2011 at 4:09 AM, Ian Bambury ianbamb...@gmail.comwrote: textbox.setFocus(true); On 30 December 2011 09:49, Ed Bras post2edb

Re: where to find the generated javascript after compile gwt project

2012-01-20 Thread Ed Bras
I would give the button a unique text and search on the text. Refreshing in Eclipse after the above error/warning always helps in my case. On Fri, Jan 20, 2012 at 10:18 AM, tong123123 tong123...@gmail.com wrote: Thanks for the reply. I try to use pretty compile option but still cannot search

Re: Exception error handling on the client-side

2012-01-25 Thread Ed Bras
Yes that's correct, but it's all about what you do after that call. For some reason you need the code after to be executed Deferred such that the changes take effect. See: http://code.google.com/webtoolkit/doc/1.6/DevGuideCodingBasics.html , the section about the DeferredCommand class. On Wed,

Re: Googlebot visits results in exception ?

2012-03-05 Thread Ed Bras
Thanks Markus, I understand what undefined means, but I have no idea where to look for the variable that's results in the error. Sorry, I forgot to mention that I used the WebMaster tools. I just used them again, and fechting the sit as the google bot results in no error, neither do I receive an

Re: automatically unsinking event when no hanlders present ?

2012-04-26 Thread Ed Bras
Thanks, but what happens when the widget isn't destroyed and the handlers of a certain type are all removed? Is it worth to unsink the events as no handler of that type is present, or just do nothing (like GWT is doing current)? - Ed On Thu, Apr 26, 2012 at 1:45 AM, Joseph Lust

Re: import common style rules?

2012-07-16 Thread Ed Bras
@Thomas: thanks for your input. Not sure what to do now. Is it worth adding an issue Enhancement request: adding more CSS flexiblity, adapting most common Google Closure StyleSheet functionality ? (I couldn't find any Closure CSS issues) -- You received this message because you are subscribed

Re: Document.get().isOrHasChild(element) != isAttached() in CHrome ??

2012-07-17 Thread Ed Bras
Thanks Thomas for ur feedback. I am still using FF 6.0 (because of the plugin hassle) ;)... I am just about to push a test release and then have planned to update FF and it's plugin I will test it again then... (also with Document.get().getBody(). isOrHasChild(widget.getElement()) ) To be

Re: Document.get().isOrHasChild(element) != isAttached() in CHrome ??

2012-07-19 Thread Ed Bras
I ust run some tests and noticed the following in Chrome (in FF 12 they all return true): 1) Document.get().isOrHasChild(element) - false 2) Document.get().getDocumentElement().isOrHasChild(element) - true 3) Document.get().getBody().isOrHasChild(element) - true 4) widget.isAttache() - true

Re: import common style rules?

2012-07-19 Thread Ed Bras
How do you format the code? @Juan: what do you mean? -- You received this message because you are subscribed to the Google Groups Google Web Toolkit group. To post to this group, send email to google-web-toolkit@googlegroups.com. To unsubscribe from this group, send email to

Re: import common style rules?

2012-07-19 Thread Ed Bras
could automatically have .parent.child concatenated for you to parent child to be returned when you ask for the class name. However, @Joseph: that's not even such a bad idea. Indeed you could use a Delegator class that implements that Widget style interface that forwards the call to the

Re: Document.get().isOrHasChild(element) != isAttached() in CHrome ??

2012-07-19 Thread Ed Bras
What problem is it you're trying to solve? That's going to dictate the solution. The problem is solved: not using the method construction: Document.get().isOrHasChild(element). Instead I use: Document.get().getDocumentElement().isOrHasChild(element) But, the outcome smells like a bug, so

Re: DevMode for Firefox 14

2012-07-19 Thread Ed Bras
Thanks Alan, it works fine. -- You received this message because you are subscribed to the Google Groups Google Web Toolkit group. To post to this group, send email to google-web-toolkit@googlegroups.com. To unsubscribe from this group, send email to

Re: hard time to get GWTTestCase to work

2012-09-18 Thread Ed Bras
Thanks Anywhere you find yourself re-writing the same code more than three times, you would likely benefit from a generator. Can you give some examples? And what is your experience concerning debugging? -- You received this message because you are subscribed to the Google Groups Google Web

Re: GWT 2.5 GA is Here!

2012-11-01 Thread Ed Bras
@Ryan I assume you want to improve the if-then-else statements in your place locator. Use the visitor pattern such that dispatching is done based on their java Type: Visitor_patternhttp://en.wikipedia.org/wiki/Visitor_pattern . - Ed On Thu, Nov 1, 2012 at 3:53 PM, Ryan Shillington

Re: How Gwt runAsync decides to include code... be careful...?

2012-12-18 Thread Ed Bras
Thanks for your feedback. I will open an issue these days and will links the issue and this topic. I will put a minimum test-case on my todo, I will do my best to add it in the comming weeks.. - Ed On Tue, Dec 18, 2012 at 6:24 PM, Jens jens.nehlme...@gmail.com wrote: We're aware there are

Re: PopupPanel.center() not centering content?

2013-03-20 Thread Ed Bras
This is strange, I'd swear it used to work… Could you please try this and see if you have the same result as me? I suppose Ed does not set the popup size explicitly and relies on the intrinsic size of the content. Yes, exactly, I don't calculate anything (just like the code shows). I don't even

Re: PopupPanel.center() not centering content?

2013-03-22 Thread Ed Bras
Can somebody please test the above centering of the popup ? Let's confirm that it's not only me such that I can report it as a bug. Any ideas for workarounds? (some action to trigger the correct dimensions) - Ed On Wed, Mar 20, 2013 at 12:42 PM, Jens jens.nehlme...@gmail.com wrote: I just

Re: Code splittingmysteries

2013-03-25 Thread Ed Bras
BTW: a corresponding issue in the issue tracker: https://code.google.com/p/google-web-toolkit/issues/detail?id=7874 Let's hope more people are experiencing the same problem (and vote the issue) such that the dev team put it on their priority list. On Wed, Mar 20, 2013 at 3:22 PM, Ashton Thomas

Re: PopupPanel.center() not centering content?

2013-03-30 Thread Ed Bras
Any idea? Should I report this as a bug? And what are the possible workarounds? On Mon, Mar 25, 2013 at 2:59 PM, Ed Bras post2edb...@gmail.com wrote: Hi Jens, Thanks for the code example. I tired it and your code example works, see attachment. However, instead of setting the popup content

Re: PopupPanel.center() not centering content?

2013-03-30 Thread Ed Bras
I will do, I just have to isolate the code, such that it's useful. I will post it here in a few days. On Sat, Mar 30, 2013 at 2:34 PM, Jens jens.nehlme...@gmail.com wrote: Can you share code for a popup content that reproduces the problem? -- J. -- You received this message because you

Re: PopupPanel.center() not centering content?

2013-04-05 Thread Ed Bras
show it's self in some weird situation... Maybe due to using style imports and using css resources, some style is set a bit too late, I don't know... For now, my working around works, so I leave it for now. Thanks, - Ed On Sat, Mar 30, 2013 at 2:40 PM, Ed Bras post2edb...@gmail.com wrote: I

Re: Code splittingmysteries

2013-04-10 Thread Ed Bras
I just downgraded to GWT 2.4 and my left over fragment disappeared :(... (initial load was almost the same) Strange - or 2.4. had a code splitting involved bug or 2.5. has one... On Mon, Mar 25, 2013 at 4:03 PM, Ed Bras post2edb...@gmail.com wrote: BTW: a corresponding issue in the issue

Re: Is there a set of best practices for implementing nested presenters/view?

2013-04-10 Thread Ed Bras
Let me give you some idea's from what I use now, and which I like after trying/playing many things in the last 7 years with gwt: + Well defined overall functionality, like login, productInfo are contained in a component. The component has a Controller, View, if required a Presenter and always a

Re: Java 7

2013-04-16 Thread Ed Bras
I invite you to contribute the java support 7. You can do this together with your teammates Why not? It's all a matter of priorties, vote an issue in the issue tracker and it will get a higher priority Wouldn't it be nice that you could latter say that you were responsibly for the jdk 7 support

Re: Web Component support/usage?

2013-05-20 Thread Ed Bras
Thanks for the update. Are things like these kind of news items put some where in the future ? Maybe better use of the gwt blog ? On Mon, May 20, 2013 at 9:23 PM, Goktug Gokdogan gok...@google.com wrote: We are looking into it. Details will appear as we progress. On Mon, May 20, 2013 at

Re: Overuse of AssumedStale Issue Tag

2013-05-28 Thread Ed Bras
Thanks, was a afraid of that ;)... So still difficult to extend/change core gwt functionality like mentioned above.. :( (it's time to become a contributor ;) ) On Tue, May 28, 2013 at 1:28 PM, Thomas Broyer t.bro...@gmail.com wrote: On Tuesday, May 28, 2013 10:10:31 AM UTC+2, Ed wrote: For

Re: Lessons learned moving from GWT to Spring MVC

2013-05-29 Thread Ed Bras
To be honest: I don't even know another framework like GWT that match my desired setup ... Do they even exists? So it's like comparing peers and bananas... My setup (which I love).. A separate backend (Spring) and frontend (GWT), that are deployed separately in respectively Tomcat and Apache

Re: GWT issue tracker spring cleaning

2013-05-30 Thread Ed Bras
A, that explainss Thanks, it's difficult to understand these thoughts through a piece of paper. On Thu, May 30, 2013 at 8:30 PM, Jens jens.nehlme...@gmail.com wrote: What are the plans for issued marked as AssumedStale? If the issue owner does not respond with something like hey

Re: GWT issue tracker spring cleaning

2013-05-30 Thread Ed Bras
BTW: Note: some issues that are marked as Stale, I am planning to pick up and submit a patch, but that will not be soon, seen my agenda. So I hope the issue will still be considered then (or is considered dead by then when no activity happens in X weeks);) On Thu, May 30, 2013 at 8:33 PM, Ed

Re: Overuse of AssumedStale Issue Tag

2013-06-04 Thread Ed Bras
Of course I recognize the pain and a few weeks ago I have to admit I was less positive then now.. But in the mean time many things have happened, issues are being fixxed as we speak... Yes, I also have a lo of issues that are put on AssumedStale... But that means they get a lower priority, not

Re: GWT dev team members blogs and way-of-work (WOW) advice ?

2013-06-05 Thread Ed Bras
just curious if there is a framework that you consider an exemplar in this respect? No, I haven't got the silver bullet around here ;)... I'm a huge proponent of building more popular support of GWT Totally agree... And yes, a kickass app would be great, but let's not forget the commercial side

Re: How Gwt runAsync decides to include code... be careful...?

2013-06-09 Thread Ed Bras
Thanks excellent work... On Sat, Jun 8, 2013 at 12:03 AM, John Stalcup stal...@google.com wrote: Goktug has commited a fix at https://gwt.googlesource.com/gwt/+/6d2ad61035607f4799301f0c0bc0991006a5f097 to make GWT.runAsync() act asynchronously in devmode as well. Your work around

Re: Code splittingmysteries

2013-06-12 Thread Ed Bras
Yes, I understand what you mean, I experienced the same... It's hard to hand over a test case that fails, to the dev team, such that they can use that to work on :( Yes it would be nice to have better facilities such that we can try to track done the cause our self. Currently the SOYC report

Re: Code splittingmysteries

2013-06-12 Thread Ed Bras
Yep, tried to go back to 2.5, but then I see some other bugs that are solved in 2.5.1 ;)... So for me this was no option... On Wed, Jun 12, 2013 at 5:17 PM, Ed Bras post2edb...@gmail.com wrote: Yes, I understand what you mean, I experienced the same... It's hard to hand over a test case

Re: Code splittingmysteries

2013-06-12 Thread Ed Bras
. On 12 June 2013 16:18, Ed Bras post2edb...@gmail.com wrote: Yep, tried to go back to 2.5, but then I see some other bugs that are solved in 2.5.1 ;)... So for me this was no option... On Wed, Jun 12, 2013 at 5:17 PM, Ed Bras post2edb...@gmail.com wrote: Yes, I understand what you mean, I

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

2013-06-14 Thread Ed Bras
I think the gwt dev team is thinking about CSS SASS support, from the looks of issue 7624: https://code.google.com/p/google-web-toolkit/issues/detail?id=7624 It hasn't become stale yet ... ;) On Fri, Jun 14, 2013 at 4:19 PM, Ed post2edb...@gmail.com wrote: Vaadin has a special linker that

Re: Allowed Element property value's?

2013-07-04 Thread Ed Bras
That did the trick ;).. Thanks, it works when using getAttribute(). I tried that before, but got an exception because I was doing a getAttribute() on a text Note (using instanceof Element instead of Element.is(..) ;). And from this stackoverflow post, I thought that I should use getProperty()

Re: Allowed Element property value's?

2013-07-04 Thread Ed Bras
@David: thanks for the short and clear explanation. I googled a bit more, and did find this also useful: LINKEhttp://stackoverflow.com/questions/6003819/properties-and-attributes-in-html -- You received this message because you are subscribed to the Google Groups Google Web Toolkit group. To

Re: RPC AsyncCallback freezes chrome

2013-07-06 Thread Ed Bras
Sorry I can't, It runs behind a VPN in a special environment and it is property of our customer.. Why not? I just make your own gwt app that shows the issue (no client code, no vpn). I don't understand what this has to do with vpn or customer code? -- You received this message because you

Re: GWT and Hibernate

2013-07-09 Thread Ed Bras
When I was using Dozer, I did ran against many bugs (about 5 years ago). Just search on my name in de dozer issue tracker ;) I think most of them are solved now. In the mean time I patched it as I couldn't wait till they got fixed. I also contributed some code to Dozer back then, but Dozer had

Re: GWT classes aren't extensible

2013-07-12 Thread Ed Bras
I share your pain. I think the same when copying code... (and I did copy a lot already ;) )... Just unit-test it well.. -- 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

Re: GWT classes aren't extensible

2013-07-12 Thread Ed Bras
that way you just apply your patches back when you decide to upgrade GWT Easy now with Git, but no so easy with SVN before ;) -- 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,

  1   2   3   >