use enums with EntityProxy

2010-11-01 Thread sith
Hello all. I have trouble with enums in the EntityProxy. Is it possible to have enum fileds in the my EntityProxy interface? -- 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: DevMode!!! how make it works.

2010-02-03 Thread sith
coding! On 2. Feb, 11:17 h., sith fedorov1...@gmail.com wrote: Hi All! I have big problem with new and very cool GWT feature - DevMode. It doesnt work for me. When I working with DevMode, my server receiving StatusCodeException. Under that lies trouble with serialization policy. When

DevMode!!! how make it works.

2010-02-02 Thread sith
Hi All! I have big problem with new and very cool GWT feature - DevMode. It doesnt work for me. When I working with DevMode, my server receiving StatusCodeException. Under that lies trouble with serialization policy. When browser work with dev mode he ask server not existing gwt.rpc file. Why?

problem with the panel from invisible tree node

2009-05-28 Thread sith
hi all i have problem with tree. i create tree with many nodes. each node has a horizontal panel with image, checkbox and label. some nodes are invisible, but their panels i show in other panel. in opera and firefox its works corect but IE(all 6,7,8) dont show this panels. why? i need help

error in RemoteServiceServlet

2009-04-15 Thread sith
Hi All! I have got problem error 500 with RPC service. my RPC Class public class ComputersListServiceImpl extends RemoteServiceServlet implements ComputersListService { @Override public String[][] getComputersList() { // COBExplorer explorer =