There's a bug in JDK 1.6.0_14 that does this, so check what version of
java you are using. The workaround is to downgrade to JDK 1.6.0_13
Howard Tan wrote:
> Hi Ekki,
>
> Did you get this to work on your office computer? I'm experiencing the
> same problem, and just like to get this to work.
>
>
Compiled GWT app doesn't have any "gwt"-code - it's just javascript at
that point.
On 25 Jul., 09:13, hari sujathan wrote:
> in normal web browser the sequence for rendering any web framework:
> GWT --> HTML --> rendering UI
>
> in case of "chrome" is it?:
> GWT --> rendeing UI.
>
> (which mean
Hi all
I have a click handler method like this in my presenter
widget.getTable().addClickHandler(new ClickHandler() {
@Override
public void onClick(ClickEvent event) {
FlexTable table = (FlexTable) event.getSource();
Cell cell = tab
Hi,
GWT apps are web apps and they're running inside a browser, thus it's a good
choice to use CSS. If you look to the Showcase app (
http://gwt.google.com/samples/Showcase/Showcase.html), it's using different
themes and the switch is done by changing the CSS file, which provides
colors, borders, e
Hi Juraj
Thanks a lot. I have been shifted on GWT 1.7 and problem is no more
now.
Rick
On Jul 25, 2:10 pm, Juraj Vitko wrote:
> http://code.google.com/webtoolkit/doc/1.7/ReleaseNotes_1_7.html
>
> GWT1.7 adds explicit support for Internet Explorer 8, Firefox
> 3.5, ...
>
> On Jul 24, 12:46 pm,
Hi All,
I have defined one sample content control in
static html file. In my Entry point class i have a button, if i click
the button i have to clear all the contents from the and put my
own widget inside.
So what i did was RootPanel.get("sample").clear(); Then i add my
widget inside RootPanel.
Hi All,
i/m looking for Editable ListBox,does GWT support it.?
Thanks in Advance,
Nim
--~--~-~--~~~---~--~~
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 Master,
I think it is useful for you by link:
http://code.google.com/p/tocollege-net/
regards,
thaihuynh.
On Sun, Jul 26, 2009 at 9:55 PM, Master wrote:
>
> Hi,
>
> I am developing an application where i need to integrate GWT with
> Springs framework. I need to integrate GWT components in
Hi Hussain
thanks a lot for reply
I am looking for a solution in web development.
Please reply if you could help me with this
thanks a lot
On Jul 26, 12:39 am, Hussain Cutpiecewala
wrote:
> HI Rahul..
> This is hussain.
> can you tell me whether you are looking for solution in web development
You can't / don't need to. It depends on the language settings of you
computer and/or browser
Ian
http://examples.roughian.com
2009/7/27 Pion
>
> FileUpload widget has default “Browse” button.
>
> How do I change the “Browse” to other language (for I18N purpose)?
>
> Thanks in advance for your
FileUpload widget has default “Browse” button.
How do I change the “Browse” to other language (for I18N purpose)?
Thanks in advance for your help.
--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups
"Google Web Toolkit
I checked the path. It is correct only.
this problem is happening only in google eclipse plugin. But in cypal
studio plugin it is working fine.
thanks
Bhanu
On Jul 27, 1:25 am, "salvador.ce" wrote:
> verify your path...
>
> 2009/7/26 bhanu :
>
>
>
>
>
>
>
> > Hi
>
> > Hi I am using google plug
When i create my application,i need sessions but i am new on gwt and i
dont know how to create session and how to store data in this
sessions.Can any one give me informations or link to understand them
easily ??
--~--~-~--~~~---~--~~
You received this message becaus
verify your path...
2009/7/26 bhanu :
>
> Hi
>
> Hi I am using google plugin for my GWT application.when I am trying to
> connect with mysql database, I am getting the exception saying
> java.sql.SQLException: No suitable driver found for jdbc:mysql://
> localhost:3306/DBName.
>
> But I am sure t
Hi
Hi I am using google plugin for my GWT application.when I am trying to
connect with mysql database, I am getting the exception saying
java.sql.SQLException: No suitable driver found for jdbc:mysql://
localhost:3306/DBName.
But I am sure that my database connection is correct. I checked
throug
Is there any way switching this assertion off?
The -da VM argument suggested in other threads does not seem to
work...
On Jul 24, 2:05 pm, mic wrote:
> I am using GWT 1.7 together with the GWT Window Manager
> (http://www.gwtwindowmanager.org/) and receive the following exception.
>
> It is fi
On 07/26/2009 10:07 AM, Chinmay Bajikar wrote:
> Hi all,
>
> I am thinking of giving a presentation on GWT to the local Java Users
> Group(JUG) here.
> Most of the community here is on the Spring Hibernate, JSP platform.
>
> I would appreciate if anybody can give me suggestions as to which cool
No, it's not possible to force a select box to open with JS. What you
could do is use a SuggestBox instead.
On Sun, Jul 26, 2009 at 10:50 AM, woland wrote:
>
> Hi,
>
> I have a ListBox and I would like to fetch the options from a database
> just before the drop down pops up.
>
> I would like that
It certainly is unfortunate that you would be delaying your project
because of a single convenience plugin. I would recommend that you
strive for more self-sufficiency and less sense of entitlement.
On Sat, Jul 25, 2009 at 8:57 PM, SuperEva wrote:
>
> So...just curious...when will the plugin b
HI Rahul..
This is hussain.
can you tell me whether you are looking for solution in web development or
desktop development?
On Fri, Jul 24, 2009 at 8:28 PM, Rahul wrote:
>
> Hi
> i would like the functionality that when a user double clicks on the
> textbox, the existing text on the textbox dele
Hi All,
anyone help me about the problem such as:
I have created a application using GWT1.5.3. and hibernate. I send a
custom
object via RPC to talk to my server. The object implements
serializable, IsSerializable and
everything works fine, when I additional property Date(java.util.Date)
for
my
Hi,
I am developing an application where i need to integrate GWT with
Springs framework. I need to integrate GWT components in JSP pages.
Can anyone please help me out and provide some sample code to achieve
this.
Thanks in Advance.
--~--~-~--~~~---~--~~
You rece
So...just curious...when will the plugin be ready. Some of us have
been waiting over a month. It is very unfortunate the way this is
delaying our project. Do you recommend we move back to 3.4 Eclipse or
turn elsewhere for solutions? Or is the fix really gonna come within
the next week?
Appreciate
Hi,
I have a ListBox and I would like to fetch the options from a database
just before the drop down pops up.
I would like that the DropDown shows up, at the onSuccess of my
callback (and not right away).
Is there a way to achieve this?
listbox.addMouseDownHandler(new MouseDownHandler()
{
Calling listbox.clear() is very slow in IE for large list boxes when
compared to every other browser.
I have several list boxes on a page that may contain several thousand
items each. I need to repopulate these on occasion.
It seemed simple just to call listbox.clear() and then go through my
da
Hi all,
I am thinking of giving a presentation on GWT to the local Java Users
Group(JUG) here.
Most of the community here is on the Spring Hibernate, JSP platform.
I would appreciate if anybody can give me suggestions as to which cool GWT
features should I talk about.
I am sure people at the JUG
P.S. I should have mentioned I'm using GWT 1.5.
On Jul 24, 5:34 pm, ToddP wrote:
> Hi,
> I want to change my TabPanel's tab labels dynamically (e.g. add info
> about what the user has done within the tab such as how many items he
> has selected). Can the title be changed?
>
> TIA
--~--~---
> I think It is too much of hassle to create each and every DOM elements
> using JAVA.
I agree.
You can wait for UiBinder:
http://code.google.com/p/google-web-toolkit-incubator/wiki/UiBinder
This way you can write your html the usual way and let gwt bind it
with the corresponding java objects.
Hi,
I am sorry I am not able to implement the functionality
when looked from other forums, i need to compare the timestamp of the
mouse clicked event.
i could not find anythin like that in gwt api
any suggestions anyone?
On Jul 26, 12:38 am, Rahul wrote:
> Hi,
> Is there any way i can define t
Pls post some pseudo-code of your timer and RPC call.
-Brett
On Jul 26, 10:39 pm, kingdomain wrote:
> I have an app that involves long run times on a server (scientific
> app). I ported to GWT specifically to give better user feedback on
> long jobs (e.g. progress bar, email results option, e
I have an app that involves long run times on a server (scientific
app). I ported to GWT specifically to give better user feedback on
long jobs (e.g. progress bar, email results option, etc.).
I have to control threads on the server side, in my RPC services, in
order to avoid memory issues in to
I don't know if this is the same problem, but I have to define my
service as (for example):
MyService.java:
@RemoteServiceRelativePath("rpc")
public interface MyService extends RemoteService { }
web.xml:
rpc
mypackage.Myservice
rpc
/rpc
rpc
Of course there are many ways of skinning this particular cat. Here is
one...
* Treat entry points as components on a web page. An EP might just be
a menu or it could be the entire page. Prefer the latter if you're
starting from scratch
* I like to keep all the logic in one place - the one place
I've searching around for few days and can't find enough answers or to
clear my doubts.
Please help me out with this. Thanks in advance.
I have a situation like this. I have 3 functions like
1. Sign In
2. Perform JobManager1
3. Perform JobManager2
So the flow should be
SIGN PAGE -> CHOICE PAGE
34 matches
Mail list logo