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 google
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 grou
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 google-w
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 google-
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 o
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
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
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 m
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 messa
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 fr
I've a flextable with more than one row.
When i try to select with android on a row, the system give me the
correct element in the next interface but
the selection of specific row color the other rows (as i've clicked on
each row at the same time).
Can someone help me?
Thx, Marco
--
You received
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 thi
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 googl
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 subs
noone?
On 6 Apr, 15:03, "gadaleta.marco" 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
--
Thx. But if i want to add a widget element, a flextabale for
example???
On 6 Apr, 16:46, mariyan nenchev wrote:
> Hi,
>
> Frame frame = new Frame();
>
> frame.setUrl(url);
--
You received this message because you are subscribed to the Google Groups
"Google Web Toolkit" group.
To post to this g
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 em
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
but if i want to use grid inside code, how can bind it with uibinder
method?
On 20 Mar, 18:33, Tristan wrote:
> someone said this here before, but it might be easier to use
>
>
>
>
>
> etc...
>
>
> On Mar 20, 11:45 am, "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
goog
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 e
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 out
can you send me an example please?
On 8 Mar, 13:21, mariyan nenchev 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
"Google Web Toolkit" gro
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
"Go
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 t
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
google-web
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, s
27 matches
Mail list logo