CellTable Filter

2011-03-17 Thread gadaleta.marco
Hello everyone, I was wondering if there is the possibility to apply a filter on a celltable or celllist. If so, could you tell me how? Txh, Marco -- You received this message because you are subscribed to the Google Groups Google Web Toolkit group. To post to this group, send email to

ImageCell clickable

2011-03-12 Thread gadaleta.marco
Hi, there is a a way to click on an ImageCell colum like ClickableTextCell? Thx, Marco -- 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

DropDown Button

2011-03-09 Thread gadaleta.marco
hello everyone, there a way to create a button in gwt like gmail more actions button without using external library? Thx, hope you can help me. -- You received this message because you are subscribed to the Google Groups Google Web Toolkit group. To post to this group, send email to

MenuBar Binding Data

2011-03-08 Thread gadaleta.marco
Hello everyone, i'm trying to optimize my gwt project finding to bind data with gwt ui widget (for example a MenuBar). Is it possible? Thx, Marco -- You received this message because you are subscribed to the Google Groups Google Web Toolkit group. To post to this group, send email to

RequestBuilder and StatusCode=0

2011-03-03 Thread gadaleta.marco
Hello everyone, i've this problem using gwt (on 127.0.0.1:) and external java servlet (127.0.0.1:8080/TestServlet). I've tried to find solution on line but without succes. This is the matter: I use RequestBuilder to call external java servlet. It call the servlet and the servlet executes the

GWT HTML5 OFFLINE NOT RUN

2010-09-22 Thread gadaleta.marco
Hi at all, I'm migrating my platform from gears to html5 tecnology. I try to get offline my app and i find this video: http://www.youtube.com/watch?v=omBURP0MxcI that say me how to create dynamically an manifest file. It works, but the app doesn't goes offline. I think that the problem is in the

Callback Function

2010-09-14 Thread gadaleta.marco
Hi, I've a big problem, and i've not solution. This my problem: i have 2 class A and B. A call B, and B execute an asyncronous call. On result event i need to call A method from B. There's a way to set a callback function in A for B class? I hope in your help. Thx, Marco -- You received this

GWT call Workerpool : work only with clik??

2010-07-27 Thread gadaleta.marco
Hi, I try to call workerpool from gwt application to verify if the application is online or not. When i test it inside developer ambient it work fine, but when i deploy on a server it doesn't work. Why this happens? p.s.: the path of worker.js file is correct... Marco -- You received this

Flex gwt servlet

2010-05-26 Thread gadaleta.marco
Hi, i'm developing an hybrid system. It's possible to call gwt servlet from flex? Thank you Marco -- 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

Switch RootPanel with RootLayoutPanel

2010-04-14 Thread gadaleta.marco
Hi, I'm trying to switch diinamically RootPanel with RootLayoutPanel and viceversa. But after the switch, the interface seems to be locked. Can you give me an help? Thx, Marco -- You received this message because you are subscribed to the Google Groups Google Web Toolkit group. To post to this

ResizeComposite

2010-04-08 Thread gadaleta.marco
When I try to add to RootPanel a class that extends ResizeComposite (in this class i add only a simple button), I receive this error message: LayoutComposite requires that its wrapped widget implement HasLayout. Can anyone, help me?? Txh, Marco -- You received this message because you are

Flow Div

2010-04-08 Thread gadaleta.marco
How can i create a flow panel like that present in the main interface of rememberthemilk.com? If i scroll the page, the div get down o get up. Thx -- 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: ScrollPanel Problem

2010-04-07 Thread gadaleta.marco
noone? On 6 Apr, 15:03, gadaleta.marco gadaleta.ma...@gmail.com wrote: Hi, I'm developing an application using gwt and gears and i test it on android. But if i use a ScrollPanel element, it doesn't run on android. How i can resolve this problem? Thx, Marco -- You received this message

ScrollPanel Problem

2010-04-06 Thread gadaleta.marco
Hi, I'm developing an application using gwt and gears and i test it on android. But if i use a ScrollPanel element, it doesn't run on android. How i can resolve this problem? Thx, Marco -- You received this message because you are subscribed to the Google Groups Google Web Toolkit group. To

iFrame

2010-04-06 Thread gadaleta.marco
I want to create an Iframe structure from gwt code It's possible? Thx, Marco. -- 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

Re: iFrame

2010-04-06 Thread gadaleta.marco
Thx. But if i want to add a widget element, a flextabale for example??? On 6 Apr, 16:46, mariyan nenchev nenchev.mari...@gmail.com wrote: Hi, Frame frame = new Frame(); frame.setUrl(url); -- You received this message because you are subscribed to the Google Groups Google Web Toolkit

Re: Grid uibinder

2010-03-22 Thread gadaleta.marco
but if i want to use grid inside code, how can bind it with uibinder method? On 20 Mar, 18:33, Tristan tristan.slomin...@gmail.com wrote: someone said this here before, but it might be easier to use g:HTMLPanel   table    tr etc... /g:HTMLPanel On Mar 20, 11:45 am, gadaleta.marco

Grid uibinder

2010-03-20 Thread gadaleta.marco
Can anyone help me to use grid widget inside uibinder? Thx Marco -- 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

gwt large data

2010-03-10 Thread gadaleta.marco
Hi @all, I'm trying to receive from server a json array string that contains large data (3000 record from remote mysql db). If I try to run the code on android phone, it crash. There is a way to compress this array? There is a strategy to use to communicate with server? How i can use input and

ResultSet Json

2010-03-10 Thread gadaleta.marco
I've seen the possibility to bind json object to datagrid for example. Exist a method to convert ResultSet client side (sqllite) to json object? Thank you Marco -- You received this message because you are subscribed to the Google Groups Google Web Toolkit group. To post to this group, send

Image inside button

2010-03-08 Thread gadaleta.marco
Hi @all, i'm trying to insert a little image inside button and insert the text. But if i use a pushbutton and insert a new image before and set a text after,i'm not able to see the image. How i can fix this problem? -- You received this message because you are subscribed to the Google Groups

Re: Image inside button

2010-03-08 Thread gadaleta.marco
can you send me an example please? On 8 Mar, 13:21, mariyan nenchev nenchev.mari...@gmail.com wrote: use setStyle(image-as-background) where image-as-background is css what loads the image or you may use sprites. -- You received this message because you are subscribed to the Google Groups

Communications link failure

2010-03-05 Thread gadaleta.marco
I try to make connection with a mysql db under xampp, but i received this message =Communications link failure. Can anyone give me a solution? Thank you -- You received this message because you are subscribed to the Google Groups Google Web Toolkit group. To post to this group, send email to

GWT LOG FILE

2010-03-03 Thread gadaleta.marco
There's a way to logging to a file client side? Thank you -- 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

binary file

2010-02-26 Thread gadaleta.marco
there is a way to parse a binary file (for example resource.txt)?? Thank you marco -- 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,