Re: GWT 1.6 with Maven and build system questions/survey...

2009-05-05 Thread Ed
Just point your output dir to your target dir with the codehouse plugin and simple ignore it... That what I do Works fine... --Ed On Apr 16, 3:27 pm, Mark Renouf mark.ren...@gmail.com wrote: The maven-gwt-plugin from codehaus is looking quite good at this point. I recommend trying 1.1

Re: HandlerRegistration not always so friendly ??

2009-05-05 Thread Ed
of the HandlerManager (I just rewrote it all : ( )... Why ? Because I can't inject my own HandlerManager and I need things like an interceptor in the HandlerManager, and some more small checks.. Tanx -- Ed On May 5, 3:40 pm, Thomas Broyer t.bro...@gmail.com wrote: On 5 mai, 08:30, Ed post2edb

Re: HandlerRegistration not always so friendly ??

2009-05-05 Thread Ed
BTW: why not use Generics to parameterize the Source object in an event ? I use it for my own events and same to work very nicely (same as gwt does for his ValueChangeEven) -- Ed --~--~-~--~~~---~--~~ You received this message because you are subscribed

[gwt-contrib] Event model improvements ?

2009-05-05 Thread Ed
my thoughts, Ed --~--~-~--~~~---~--~~ http://groups.google.com/group/Google-Web-Toolkit-Contributors -~--~~~~--~~--~--~---

Re: element in NativePreviewHandler?

2009-05-04 Thread Ed
But what is the exact way? Ed On May 3, 2:22 pm, Salvador Diaz diaz.salva...@gmail.com wrote: On May 3, 1:47 pm, Ed post2edb...@hotmail.com wrote: Hellu, I am trying to port to the new NativePreviewHandler as the EventPreview is deprecated in 1.6.4. A few questions: 1) How

Re: element in NativePreviewHandler?

2009-05-04 Thread Ed
H, tanx Paul, I still think this is rather cumberslum to retrieve the element. I am currious what the idea behind this all is? and why the element isn't simple contained in the event and can be retrieves by a simple getter? -- Ed On May 4, 12:12 pm, Paul Robinson ukcue...@gmail.com wrote

Re: element in NativePreviewHandler?

2009-05-04 Thread Ed
Ok... interesting... Tanxs Thomas.. On May 4, 2:40 pm, Thomas Broyer t.bro...@gmail.com wrote: On 4 mai, 14:07, Ed post2edb...@hotmail.com wrote: H, tanx Paul, I still think this is rather cumberslum to retrieve the element. I am currious what the idea behind this all is? and why

HandlerRegistration not always so friendly ??

2009-05-04 Thread Ed
... But ok that's easy to solve...but still... I am sure that the gwt team thought about these problems when desiging this new event model. So how are these problems solved best? - Ed --~--~-~--~~~---~--~~ You received this message because you are subscribed

Re: HandlerRegistration not always so friendly ??

2009-05-04 Thread Ed
have to be stored somewhere such that the handler can be removed from the widget for both events :(... Hm What am I missing here ? Ed --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups Google Web Toolkit group. To post

element in NativePreviewHandler?

2009-05-03 Thread Ed
it when using it, or do I still need to call consume? and what should others do with it ? Or can I make my own usage and cancel and consume are just handy helper methods ? Please some help, Ed --~--~-~--~~~---~--~~ You received this message because you

Re: element in NativePreviewHandler?

2009-05-03 Thread Ed
when set, such that when consumed is true, the listenes are always called. Canceling event takes place through: none of the handlers are allowed to call consumed() and one handler has called canceled() Not still the target element :) - Ed

Re: element in NativePreviewHandler?

2009-05-03 Thread Ed
if this is the correct way. I am a bit confused, please a bit help? -- Ed --~--~-~--~~~---~--~~ 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

Re: GWT 1.6.4 compatibility with IE 6, 7 and 8

2009-04-28 Thread Ed
I would also recommend developing on Windows (running hosted mode). I remember that one of our developers did his best developing on his mac, but gave up after some time - Ed --~--~-~--~~~---~--~~ You received this message because you are subscribed

[gwt-contrib] Re: New shopping new life!

2009-04-27 Thread Ed
He Joel, Sorry for the trouble. Last night I came home and all of sudden my whole hotmail was changed and got all kind of failed mail deliveries :(... Yep, changed my password already. -- Ed --~--~-~--~~~---~--~~ http://groups.google.com/group/Google-Web-Toolkit

Re: removing dead code manualy?

2009-04-22 Thread Ed
What happened to the gwt developers ? Did they lost their creativity ? ;)... Please some advice on this issue above. -- Ed --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups Google Web Toolkit group. To post

Re: Class name in unused code aren't removed ?

2009-04-20 Thread Ed
it's not referenced anymore. Shouldn't it remove this Enum class ? I will change it to constants string value's... I suppose it should be removed then. BTW: the above was all tested against 1.5.2. -- Ed --~--~-~--~~~---~--~~ You received this message because you

Class name in unused code aren't removed ?

2009-04-19 Thread Ed
().getName() and LabelWidgetFactoryCms.class.getName() Is this a bug or expected behavior? -- Ed --~--~-~--~~~---~--~~ 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

GWT position - NYC

2009-04-16 Thread Ed
to this role. * Financial Markets Knowledge essential. * Experience with streaming market data essential. * Knowledge of Credit Derivatives (including Credit Default Swaps), and wider Fixed Income knowledge highly advantageous. Ed Winstanley Recruiting Manager Edward Daniels Group, Inc. 132 East

Sharing directory in multiply modules ?

2009-04-11 Thread Ed
improve this in 1.6. ? -- Ed --~--~-~--~~~---~--~~ 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

Re: I just realized that dependency injection is possible with GWT

2009-04-11 Thread Ed
Nice thanks for pointing out -- Ed On Apr 11, 8:06 am, Vitali Lovich vlov...@gmail.com wrote: Sweet - that's a clever approach. On Sat, Apr 11, 2009 at 1:26 AM, Adam T adam.t...@gmail.com wrote: Vitali, you'd just create your own property with two values: Generically: 1. Define

Re: Sharing directory in multiply modules ?

2009-04-11 Thread Ed
symlink works better. I was looking for a more easy approach just like sharing classes with other projects... -- Ed On Apr 11, 2:12 pm, Vitali Lovich vlov...@gmail.com wrote: I'm not 100% sure if this satisfies your requirements, but you could have ImageBundle classes that are shared between

Re: Announcing GWT 1.6...and quite a bit more

2009-04-09 Thread Ed
to overcome afterwards thoughts like If I knew that... -- Ed --~--~-~--~~~---~--~~ 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

Re: Announcing GWT 1.6...and quite a bit more

2009-04-09 Thread Ed
Ok, jason, sounds so ... easy that even my wife can do it for me ;) -- Ed --~--~-~--~~~---~--~~ 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

[gwt-contrib] Re: weak listener in GWT?

2009-04-07 Thread Ed
if the library isn't supported anymore or isn't up2date with the next gwt release (my experience in the past). So I am a bit careful with it. -- Ed --~--~-~--~~~---~--~~ http://groups.google.com/group/Google-Web-Toolkit-Contributors -~--~~~~--~~--~--~---

[gwt-contrib] Re: weak listener in GWT?

2009-04-06 Thread Ed
this... (It's back to the stoneage to do everyting yourself. Btw: don't get me wrong, I am not blaming GWT for this it's simple javascript that doesn't support this all) I would love to hear experiences of other developers have bounced their head against this issue. -- Ed

[gwt-contrib] Re: weak listener in GWT?

2009-04-06 Thread Ed
. These listeners are added to the Form Field. I also have a Form listener that receives these kind of notifications, but couldn't be used in the form field builder as Form isn't know there, where as the Form field is. I hope it's of some use to others. -- Ed

[gwt-contrib] More interfaces part 2

2009-04-03 Thread Ed
feedback/advice on this. -- Ed --~--~-~--~~~---~--~~ http://groups.google.com/group/Google-Web-Toolkit-Contributors -~--~~~~--~~--~--~---

Re: Why not use applets?

2009-03-31 Thread Ed
thoughs, Ed --~--~-~--~~~---~--~~ 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 google-web

[gwt-contrib] Re: weak listener in GWT?

2009-03-26 Thread Ed
unregistering a listener. Basically what I do now (and have to do more): before making a form field variable NULL, call the formField.remove() method, that he forwards to his nested objects, and so on A bit cumbersome, but I don't see no other way, do you ?? -- Ed

Re: weak listener in GWT?

2009-03-25 Thread Ed
He Gregor, I understand what you mean, but then still: in which way can this be solved in a general and elegant way to approach the WeakReference behavior in the JVM? -- Ed On Mar 25, 4:50 pm, gregor greg.power...@googlemail.com wrote: Interesting question Ed. I read this: http

Re: waiting for help

2009-03-24 Thread Ed
Please first search the forum or internet for answers to your question before posting yours. There is a lot of information out there and I am sure you find most of your answers there. If not, post your concrete question here. GoodLuck, Ed

Re: Spring and GWT 1.6RC

2009-03-23 Thread Ed
Shouldn't this be reported as an issue ? I thought these issues would be solved now with the usage of Jetty instead Tomcat as mentioned here: http://groups.google.com/group/Google-Web-Toolkit/browse_thread/thread/7254dfe963f479ae?hl=en# -- Ed

PropertyUtils usage?

2009-02-02 Thread Ed
was included (t's shouldn't which I changed now) and appeared first on the classpath, Dozer used the PropertyUtils class in de gwt- dev jar which caused out of memory errors :(... -- Ed --~--~-~--~~~---~--~~ You received this message because you are subscribed

Re: Web ontology language file (OWL) into gwt tree

2009-01-28 Thread Ed Cannon
be much better to let the server do the work. I will look into Sesame and Jena. Thanks again for your help and quick response, Ed 2009/1/28 gregor greg.power...@googlemail.com Hi Ed, Are you talking about just a smallish ontology (i.e. the class definitions etc) which you want to display

Re: javascript error getBoxObjectFor ?

2008-11-28 Thread Ed
Can you give me some details why and when this method is called ? (I noticed it in the gwt source code, but it's a bit unclear when/how it's used). Is this a common error as far as you know ? -- Ed --~--~-~--~~~---~--~~ You received this message because you

javascript error getBoxObjectFor ?

2008-11-24 Thread Ed
://test1.hobby-site.com/bv-web/test1/declare/021AE21A6901E0D955FA9F1F3C1D8C6D.cache.html]] No idea what to do with this. Any idea? BTW: at this moment I don't know exactly when they occur as it occurs during a Selenium test and the error is received in the backend through the ExceptionHandler. -- Ed

Re: javascript error getBoxObjectFor ?

2008-11-24 Thread Ed
Extra note: The line the error refer to: function BBc(a){if(Element.prototype.getBoundingClientRect){return a.getBoundingClientRect().left+(Bed(),Ded).scrollLeft}else{return $doc.getBoxObjectFor(a).screenX-$doc.getBoxObjectFor ($doc.documentElement).screenX}} Btw: Sometimes it happens quite a

javascript stack trace

2008-11-24 Thread Ed
Is there a way to get more stacktrace information in javascript in the exception handler? This information can then be used to send to the backend for further analyses. (ofcourse this is only usefull when running in pretty or detail mode). -- Ed

Re: PureMVC

2008-10-24 Thread Ed
Have a look at mygwt (call gxt now). They use a nice MVC implementation. -- Ed On Oct 23, 7:09 pm, yunhui song [EMAIL PROTECTED] wrote: Hi I have used Guice and Gin to implements MVC framework(like backend spring framework). By this way view(ui), event Listener and data access

Re: DOM.scrollIntoView()

2008-10-21 Thread Ed
; cur.scrollTop += offsetVertical Please some hints? -- Ed --~--~-~--~~~---~--~~ 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

Re: what GUI creator are you using ?

2008-10-20 Thread Ed
I wish I could use GWT Designer or the other one. I tried it, but due to the GUI requirements it's not possible. Almost all the GWT standard widgets are extended/wrapped in someway such that I have a dozens of own components that I need to comply the GUI requirements. I's hare to use these with a

DOM.scrollIntoView()

2008-10-14 Thread Ed
will slide in beneath the current one when he has answered the current question. I make sure the new question is in view by the DOM method above, but like to add an offset, such that it doesn't appear tight to the browser bottom . -- Ed --~--~-~--~~~---~--~~ You received

Re: Delaying a loop.

2008-10-01 Thread Ed
the subscriber (through the same event) that it is finished and that the dispatcher may continue dispatching. I use this a lot to load CMS content and other stuff at the start of the application. Additional delay's can then easily be added with the GWT Timer. -- Ed

[gwt-contrib] Re: DatePicker DatePickerComponent protected ?

2008-09-25 Thread Ed
Ahhh the famous lock-in reason. Yep, understandable... --~--~-~--~~~---~--~~ http://groups.google.com/group/Google-Web-Toolkit-Contributors -~--~~~~--~~--~--~---

Re: GWT spring integration

2008-09-22 Thread Ed
optimize it and don't need to copy it every time something changed. hope this helps. -- Ed --~--~-~--~~~---~--~~ 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

Re: GWT spring integration

2008-09-22 Thread Ed
with tomcat and makes development very easy, such that you get the picture and then it's easy to switch to any other plugin if you wish. -- Ed --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups Google Web Toolkit group

Re: GWT spring integration

2008-09-22 Thread Ed
Good to hear that it works :) -- Ed --~--~-~--~~~---~--~~ 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

Re: questions on Login Security FAQ

2008-09-20 Thread Ed
So, that very shallow review says: It's all good. But no guarantees on the jasypt author's security chops. Thanks Reinier (your pointers are exactly how I use it :) ) -- Ed --~--~-~--~~~---~--~~ You received this message because you are subscribed

Re: questions on Login Security FAQ

2008-09-20 Thread Ed
I like JaSypt, works fine and very friendly. Has some nice Spring integration features such that you can store the hashed value of some password in the spring property file instead of the plain password. Can be useful... It sounds like I am having JaSypt shares :( ;)

Re: questions on Login Security FAQ

2008-09-19 Thread Ed
mentioned this a few times before in this forum. The tool I use: http://www.jasypt.org/. I hope this is written by experts as well :( -- Ed --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups Google Web Toolkit group. To post

Re: Multi project setup i.e. dependent projects

2008-09-11 Thread Ed
as it contains common images and css files.. -- Ed --~--~-~--~~~---~--~~ 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

Re: gwt 1.5.2 and ff3

2008-09-02 Thread Ed
I have a few gwt application which are quite large and they work just fine in FF 3. I just had to tune my styles a bit, that was it... --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups Google Web Toolkit group. To post

Re: GWT 1.5 Now Available

2008-08-30 Thread Ed
Amazing... impressive that the final is already out shortly after RC1 and RC2... Also very currious to the roadmap of 1.6. and further... Thanx... --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups Google Web Toolkit

Re: How can i work with 2 Window

2008-08-27 Thread Ed
Interesting discussion, something I still have to solve as well. In my case (not exactly the same as the starter of this discussion) I have a GWT help window (looks like the MS help) that I want to control from within my main GWT application. That is: if someone clicks the help button next to

Re: How can i work with 2 Window

2008-08-27 Thread Ed
Thanks again Ian, That's something never completely understand that popup blocker stuff... I mean: i have blocked popup's but even something I press some button and a new browser window opens... How is that ? If somebody presses a button, he is requesting for a it, so I can open it not ?...

Re: How can i work with 2 Window

2008-08-27 Thread Ed
H... interesting... Thanks for the usefull info. I will give it a try when I get there.. Thanks, Ed --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups Google Web Toolkit group. To post to this group, send email

<    5   6   7   8   9   10