EventBus problem

2013-08-20 Thread df
Hello I want to initialize my widget by data. I sent by eventbus to them event indicating that there is new object. I tried to work with eventbus in 3 ways 1: for(Unit unit : createTestData()){ eventBus.fireEvent(new ScenarioElementEvent(new UnitStoreElement(unit, null), ScenarioElementEv

Re: ImageResource question

2013-08-17 Thread df
CssResource tricks based on > the image. That's probably not a big deal - since the variations generally > would all be the same size. Also, I don't think that there's any existing > Resource class in the API with CSS resources that depend on the images, so >

Re: ImageResource question

2013-08-14 Thread df
It works. I have searched for another solution so i see that there is no other solution. Thanls for answer. -- 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 t

ImageResource question

2013-08-14 Thread df
Hello. Is There any way to create ImageResource dynamically? For example : I get images from WebService in base64 format and I don't have opportunity to have all images on the server at compile time. Can i cast Images to ImageResource? Or is there any other solution? Thanks for help. -- You re

EJB Statefull GWT Integration

2013-08-13 Thread df
Can I use statefull session bean with gwt rpc? -- 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: How to create SideBar in GWT

2013-08-08 Thread df
Yes, I though about this. Thanks. Which Component in GWT I Should use? W dniu czwartek, 8 sierpnia 2013 19:38:02 UTC+2 użytkownik df napisał: > > Hello > How I Can create a sidebar which shows after moving and hides after > leaving? > Thanks > -- You received this messa

How to create SideBar in GWT

2013-08-08 Thread df
Hello How I Can create a sidebar which shows after moving and hides after leaving? 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-toolki

Can driver cast types?

2013-07-09 Thread df
Hello Can I tell driver to cast for example enum to string ? 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...@googlegr

Dozer at client side ?

2013-07-07 Thread df
Hello Is there any option to use framework such as dozer at client side? -- 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...@go

Integration GWT-OpenLayers with GWT

2013-07-07 Thread df
Hello. I would like to add new layers to map dynamically by form but there is small problem. Not at all classes which I want to place in form are getters. I want to use Editor framework with Driver to save properties but i have errors because of lack of getters. Can I omit this necessity? Does