Re: java.util.List

2009-11-23 Thread ben fenster
[] a) { // TODO Auto-generated method stub return m_items.toArray(a); } } On 23 נובמבר, 14:49, Lothar Kimmeringer j...@kimmeringer.de wrote: ben fenster schrieb: i know !!! So why do you try to create a subclass of an interface? but when i try

Re: java.util.List

2009-11-23 Thread ben fenster
by the way the error is [ERROR] Failure to load module 'vzooo' On 23 נובמבר, 14:49, Lothar Kimmeringer j...@kimmeringer.de wrote: ben fenster schrieb: i know !!! So why do you try to create a subclass of an interface? but when i try to implement it Implement != subclass

Re: java.util.List

2009-11-23 Thread ben fenster
the FAQ... and the Reference Guide... and watch a few Google I/O videos. On Nov 23, 6:17 am, ben fenster fenster@gmail.com wrote: by the way the error is [ERROR] Failure to load module 'vzooo' On 23 נובמבר, 14:49, Lothar Kimmeringer j...@kimmeringer.de wrote: ben fenster schrieb: i

Re: java.util.List

2009-11-23 Thread ben fenster
im sorry but i was under some presure i have a close deadline and thats pretty much the only problem idid you create an anonymous class or a class that implements the list On 23 נובמבר, 15:50, Paul MERLIN eskato...@gmail.com wrote: Le lundi 23 novembre 2009 12:29:10, ben fenster a écrit : why

Re: java.util.List

2009-11-23 Thread ben fenster
return null; } } i am did the exact same thing and got [ERROR] Line 131: The method subList(int, int) of type bla must override or implement a supertype method On 23 נובמבר, 16:07, Paul MERLIN eskato...@gmail.com wrote: Le lundi 23 novembre 2009 15:05:18, ben fenster a écrit

Re: java.util.List

2009-11-23 Thread ben fenster
no i am using gwt 1.7 i cant understand the error because i do implement the method moreover the method was auto filled by eclipse On 23 נובמבר, 16:52, Jason Morris lem...@gmail.com wrote: Hi ben, If you are using a version of GWT 2.0 this error appears because the standard GWT List

Re: java.util.List

2009-11-23 Thread ben fenster
...@gmail.com wrote: Hi ben, If you are using a version of GWT 2.0 this error appears because the standard GWT List interface doesn't have the subList method. You can either remove the @Override annotation from that method, or extend AbstractList instead of implementing List directly

Re: java.util.List

2009-11-23 Thread ben fenster
...@gmail.com wrote: Hi ben, If you are using a version of GWT 2.0 this error appears because the standard GWT List interface doesn't have the subList method. You can either remove the @Override annotation from that method, or extend AbstractList instead of implementing List directly

Re: GWT Chat

2009-11-16 Thread ben fenster
how can the comet gwt lib keep a live connection On 16 נובמבר, 16:01, Roy roy.smith@googlemail.com wrote: App Engine supports XMPP On Nov 16, 1:38 pm, Prempena pascal.rempena...@gmail.com wrote: I've tried to find a solution with App Engine for weeks without any success. Server

Re: Conflicts on Install GWT on Ganymede (3.5.1)

2009-11-13 Thread Ben
Eclipse Ganymede is 3.4 not 3.5 On Nov 12, 10:50 am, Rajeev Dayal rda...@google.com wrote: Which install of Eclipse are you using? What other plugins do you have installed? On Wed, Nov 11, 2009 at 9:59 AM, tobias tobias.girsch...@gmail.com wrote: Cannot complete the install because of a

Re: PHP + GWT ????

2009-11-10 Thread ben fenster
yes it works great thanks :) but i was wondering how the hell can gwt debug the js code running on another web server in my case apache ?!??!? On Nov 9, 9:18 pm, Ian Bambury ianbamb...@gmail.com wrote: Hi Ben, I've been away for a long weekend and only just got back. Is it working OK? Ian

Re: PHP + GWT ????

2009-11-09 Thread ben fenster
thank u very much i managed to use -noserver and it works great how the hell can gwt debug the js code running on another web server ?!??!? On Nov 8, 1:55 pm, ben fenster fenster@gmail.com wrote: pls help i cant use hosted mode even after installing apache setting the directory to my war

Re: PHP + GWT ????

2009-11-08 Thread ben fenster
, or doesn't work, or you need help setting up Abyss (if you decide to use it), let me know. Ian http://examples.roughian.com 2009/11/4 ben fenster fenster@gmail.com it will help me alot if you could alaberate on the subject :) On 4 נובמבר, 16:13, Ian Bambury ianbamb...@gmail.com

Re: PHP + GWT ????

2009-11-08 Thread ben fenster
at the same time, you will also need to add -portHosted 9998 (or some other unique hosted mode port number) If that doesn't make sense, or doesn't work, or you need help setting up Abyss (if you decide to use it), let me know. Ian http://examples.roughian.com 2009/11/4 ben fenster

Re: PHP + GWT ????

2009-11-07 Thread ben fenster
) If that doesn't make sense, or doesn't work, or you need help setting up Abyss (if you decide to use it), let me know. Ian http://examples.roughian.com 2009/11/4 ben fenster fenster@gmail.com it will help me alot if you could alaberate on the subject :) On 4 נובמבר, 16:13, Ian

PHP + GWT ????

2009-11-04 Thread ben fenster
how can i send a post request to my php page without getting an exception about same orign execution restriction --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups Google Web Toolkit group. To post to this group, send

Timers

2009-10-22 Thread ben fenster
i was wondering how many timers can operate together and how would a collisution between them effect performence is it better to use one timer with a list of stuff that need to be updated on timeout or is it better to make a timer for each another thing is if i use iframe to display other

Re: Timers

2009-10-22 Thread ben fenster
??? On Oct 22, 12:52 pm, ben fenster fenster@gmail.com wrote: i was wondering how many timers can operate together and how would a collisution between them effect performence is it better to use one timer with a list of stuff that need to be updated on timeout or is it better to make

Re: can a url inside a frame widget access the Frame Page DOM elements

2009-10-19 Thread ben fenster
??? On Oct 18, 7:07 pm, ben fenster fenster@gmail.com wrote: i need to establish event based comunication between to seperate modules one module contains a frame widget that its url directed to the html hosting the second module the only thing i found accessible to both are cookies

Re: can a url inside a frame widget access the Frame Page DOM elements

2009-10-19 Thread ben fenster
, 2009 at 1:44 PM, ben fenster fenster@gmail.com wrote: ??? On Oct 18, 7:07 pm, ben fenster fenster@gmail.com wrote: i need to establish event based comunication between to seperate modules one module contains a frame widget that its url directed to the html hosting

Re: can a url inside a frame widget access the Frame Page DOM elements

2009-10-19 Thread ben fenster
when i think about it i can make a connector module but how can one module access another module js variables On Oct 19, 3:15 pm, ben fenster fenster@gmail.com wrote: no thats not the case i am building an app that have extentions from unknown sources and i want that an html page

Re: can a url inside a frame widget access the Frame Page DOM elements

2009-10-19 Thread ben fenster
? On Oct 19, 3:20 pm, ben fenster fenster@gmail.com wrote: when i think about it i can make a connector module but how can one module access another module  js variables On Oct 19, 3:15 pm, ben fenster fenster@gmail.com wrote: no thats not the case i am building an app that have

can a url inside a frame widget access the Frame Page DOM elements

2009-10-18 Thread ben fenster
i need to establish event based comunication between to seperate modules one module contains a frame widget that its url directed to the html hosting the second module the only thing i found accessible to both are cookies , can anyone suggest a better way to share data

Re: gwt-validation is this project being maintained?

2009-10-17 Thread Ben
Judging from their code change history, it is an active project maybe not highly active. I have not used it by myself, so I can not really tell much. On Oct 17, 4:58 pm, myapplicationquestions parag.bhag...@cgi.com wrote: Hi All, I have a requirement where i need to do input validation for a

Re: UiBinderi18n Example

2009-10-17 Thread Ben
Anyone has insight on this? Just wondering if anyone has tried something similar to this. Thanks Ben On Oct 13, 7:18 pm, Ben benzhe...@gmail.com wrote: I am following example on wiki:http://code.google.com/p/google-web-toolkit/wiki/UiBinderI18n to try outUiBinderi18nin the latest 2.0 MS 1

Re: Good GWT Book?

2009-10-15 Thread Ben
I agree with Davis. The GWT is changing very fast especially with GWT 2.0 coming out. You should try to read some GWT blogs and Google IO stuff. And Google is always a good way if you have some problem. Just search it. HTH Ben On Oct 15, 1:49 pm, davis davisf...@zenoconsulting.biz wrote: Hi

Re: Announcing GWT 2.0 Milestone 1

2009-10-14 Thread Ben
. Is this the problem? Thanks, Ben On Oct 13, 6:34 am, Miguel Méndez mmen...@google.com wrote: Barring any last minute issues, we should have version 1.1.2 of the plugin ready to go by end of day today.  It will be compatible with MS1 and it will also address this -XstartOnFirstThread issue which causes

Re: Announcing GWT 2.0 Milestone 1

2009-10-14 Thread Ben
using a Contributor SDKhttp://code.google.com/eclipse/docs/gwt_contrib_sdks.html? (If you are you'll need to a clean followed by a build). On Wed, Oct 14, 2009 at 12:27 PM, Ben benzhe...@gmail.com wrote: I have just installed 1.1.2 in my Eclipse 3.5. Created a new sample project using plugin

Re: Announcing GWT 2.0 Milestone 1

2009-10-14 Thread Ben
I tried again with a clean install of eclipse 3.5.1 and google plugin 1.1.2 with Milestone 1 releases. Still the same problem. I am using Leopard instead of Snow Leopard. Not sure if this is the problem. -Ben On Oct 14, 1:54 pm, Miguel Méndez mmen...@google.com wrote: Strange.  I just tried

Re: Announcing GWT 2.0 Milestone 1

2009-10-14 Thread Ben
:47 PM, Ben benzhe...@gmail.com wrote: Okay, just checked the command line. It looks like it still appends - XstartOnFirstThread:  /System/Library/Frameworks/JavaVM.framework/Versions/1.5.0/Home/bin/ java -agentlib:jdwp=transport=dt_socket,suspend=y,address=localhost: 57735 -Xmx512m

Re: Announcing GWT 2.0 Milestone 1

2009-10-13 Thread Ben
Looking forward to that, Miguel! -Ben On Oct 13, 6:34 am, Miguel Méndez mmen...@google.com wrote: Barring any last minute issues, we should have version 1.1.2 of the plugin ready to go by end of day today.  It will be compatible with MS1 and it will also address this -XstartOnFirstThread

Re: Warning when run with GWT 2 ms1 and gwt-presenter

2009-10-13 Thread Ben
I think judging from the error message the error is from gwt- dispatcher project. -Ben On Oct 13, 6:52 am, hezjing hezj...@gmail.com wrote: Hi I'm using GWT 2.0 milestone 1 and gwt-presenter. I observed the following warning when run in development mode: 00:00:45.407  [WARN] Warnings

UiBinderi18n Example

2009-10-13 Thread Ben
I am following example on wiki: http://code.google.com/p/google-web-toolkit/wiki/UiBinderI18n to try out UiBinderi18n in the latest 2.0 MS 1 release. I wrote a sample ui.xml file like this: ?xml version=1.0 encoding=UTF-8? ui:UiBinder xmlns:ui='urn:ui:com.google.gwt.uibinder'

Re: Announcing GWT 2.0 Milestone 1

2009-10-09 Thread Ben
Sky, thanks for you reply. I am using Eclipse 3.5.0 (I am not sure updating to 3.5.1 matters) and my google eclipse plugin is uptodate.It still throws that exception if I just use default google plugin launch configuration. On Oct 8, 5:39 pm, Sky myonceinalifet...@gmail.com wrote: Ben, with 2.0

Re: Announcing GWT 2.0 Milestone 1

2009-10-09 Thread Ben
Hey, Guys, Thanks for the reply. I just found out that it is an open bug for OOPHM on Mac OS X. If you are curious, the bug is here: http://code.google.com/p/google-web-toolkit/issues/detail?id=3923. cheers Ben On Oct 9, 2:01 pm, Christian Goudreau goudreau.christ...@gmail.com wrote: I did

Re: Announcing GWT 2.0 Milestone 1

2009-10-08 Thread Ben
I have noticed that if you use Google Plugin to launch your project with 2.0 jar. The development shell does not launch at all. You have to launch it as a Java Application and set up some parameters by yourself, then you are able to see that GWT Develop Mode popup shell window. Is my observation

Test RequestBuilder based Services calls

2009-10-01 Thread Ben
tests for RequestBuilder? Thanks, Ben --~--~-~--~~~---~--~~ 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 group

Re: Error installing Google Plugin on Galileo

2009-09-28 Thread Ben Brown
. On Sep 25, 9:54 am, BH bhelle...@gmail.com wrote: I get the same problem... did you find a solution? Thanks On Sep 24, 8:18 pm, Ben Brown taipei...@gmail.com wrote: With a clean install of Galileo, I get the following error when installing using the update site: http

Re: Input Korean

2009-09-28 Thread Ben
BTW, if you are using RequestBuilder to send data, you need to make to set the Content Type of header: charset=utf-8. -Ben On Sep 28, 10:47 am, David Given d...@cowlark.com wrote: Jong Lee wrote: I input Korean into GWT EXT TextArea but it just stored ??? into MySQL. It seems to be stored

Re: JavaScriptException with method Label.setInnerText(String s) but works good with FireFox

2009-09-28 Thread Ben
Need more information to answer the question. -Ben On Sep 28, 11:10 am, mars1412 martin.trum...@24act.at wrote: show more code what is the var 'g'? in which class is it - what's the parent class? On Sep 28, 2:17 pm, kristo christophe.aze...@gmail.com wrote: Hi all, Today i restart

Re: Deployment and Eclipse+SVN

2009-09-28 Thread Ben
In our settings, we use Maven to build our project in our code repository and push to the deployment server. We do not compile it locally, thus we never commit those compiled files. HTH -Ben On Sep 28, 2:54 pm, charlie charlie.f...@gmail.com wrote: I'm having a hard time automating the build

Re: Sending long parameter via cross-site JSON

2009-09-27 Thread Ben
Is it possible to move this into body instead of put it in parameter? I think that is a good way to go. On Sep 26, 12:57 am, Hlunboi hlungu...@gmail.com wrote: Hi, I have similar requirement. Anyone who implement this? Regards Hlun On Thu, Sep 24, 2009 at 5:36 PM, Gintare Ragaisiene

Re: building trunk version of gwt

2009-09-25 Thread Ben Harris
No. You should not be asked for credentials. Make sure you aren't using https. On Sep 25, 5:41 pm, John (Eric) Hamacher badgerd...@gmail.com wrote: OK, I figured out you need to chekc the tools project.  But the credentials anonymous/anonymous do not work.  Isn't this what it means to log in

Error installing Google Plugin on Galileo

2009-09-24 Thread Ben Brown
With a clean install of Galileo, I get the following error when installing using the update site: http://dl.google.com/eclipse/plugin/3.5 An error occurred while collecting items to be installed session context was:(profile=epp.package.java,

Re: iFrame + JSNI problem

2009-09-18 Thread Ben
Anyone has some insights on this problem? Thanks! On Sep 15, 8:38 pm, Ben benzhe...@gmail.com wrote: I have a problem related to iFrame andJSNIproblem. Basically the scenario is like this: I have an application written in GWT and in this application I have an iFrame and the page inside

Re: Marshalling JSONObjects form Java to Javascript

2009-09-16 Thread Ben
Have you taken a look at JavaScript Overlay Type? http://googlewebtoolkit.blogspot.com/2008/08/getting-to-really-know-gwt-part-2.html On Sep 16, 6:26 pm, JaM jej2...@gmail.com wrote: When calling native JSNI methods how do JSONObjects get marshalled?  I had assumed they would be available via

Re: EasyMock and MVP architecture testing

2009-09-15 Thread Ben
Thanks, Thomas. I will try it out and it seems that writing unit tests costs a lot of time. -Ben On Sep 10, 5:28 am, Thomas Broyer t.bro...@gmail.com wrote: On 10 sep, 00:30, Ben benzhe...@gmail.com wrote: Hi, I am using MVP architecture for my application, but I am trying to use EasyMock

iFrame + JSNI problem

2009-09-15 Thread Ben
I have a problem related to iFrame and JSNI problem. Basically the scenario is like this: I have an application written in GWT and in this application I have an iFrame and the page inside iFrame is in the same domain as my GWT application. When the iFrame content finishes loading, I need to

Re: Use GWT in my current project

2009-09-15 Thread Ben
Could you give more information? For example, what does your current java project look like? What web framework you are using now? -Ben On Sep 15, 4:56 pm, wind katywang2...@gmail.com wrote: Hi There, I have a java project developed in Eclipse, i would like try something from gwt, like

Re: Add GWT to existing servlet application

2009-09-15 Thread Ben
If you have a lot of existing servlets, actually you can use RequestBuilder to make calls to your servlets and just write your front end in GWT. -Ben On Sep 15, 10:54 am, Greg gllo...@gmail.com wrote: Hi all, I am extremely new to GWT, 1 day now, so please bare with me. I have an existing

Re: rpc vs RequestBuilder

2009-09-13 Thread ben fenster
belive that php combined with apache would prove too be much stronger but i would like too hear from someone that checked it out On Sep 13, 4:16 am, Thomas Broyer t.bro...@gmail.com wrote: On 13 sep, 07:50, ben fenster fenster@gmail.com wrote: have anyone checked what is the better way

rpc vs RequestBuilder

2009-09-12 Thread ben fenster
have anyone checked what is the better way to comunicate with server performence wize rpc or RequestBuilder(using php) --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups Google Web Toolkit group. To post to this group,

EasyMock and MVP architecture testing

2009-09-09 Thread Ben
event and mock handler like it is mentioned in GWT blog. Thanks, Ben --~--~-~--~~~---~--~~ 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

dubuger does not stop on breakpoints pls help

2009-09-08 Thread ben fenster
im using eclipse galliano 3.5 and althouge im in debug mode the damm thing wont stop at the breakpoints pls help !!! --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups Google Web Toolkit group. To post to this group,

serialization

2009-09-03 Thread ben fenster
what is preformence wize the best Json Serializing lib --~--~-~--~~~---~--~~ 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

Re: Iframe = multithreading ???

2009-09-03 Thread ben fenster
ok thats sounds right but if thats true can i access static classes in the entrypoint module from a seperate module loaded in an iframe (that ofcours exists in the first module) ? On 3 ספטמבר, 03:00, David Given d...@cowlark.com wrote: ben fenster wrote: your answear is based on your knolage

Iframe = multithreading ???

2009-09-02 Thread ben fenster
i was wondering that if by opening another module in an iframe tag the code of that module runs in another thread ?? more over is the limit of 2 open http request apply on 2 diffrent modules running in diffrent iframes ?? --~--~-~--~~~---~--~~ You received this

Re: Iframe = multithreading ???

2009-09-02 Thread ben fenster
On Sep 2, 5:05 pm, ben fenster fenster@gmail.com wrote: your answear is based on your knolage in js but i need an answear based on actual in depth knowlage in how browser work since each iframe act as an independed wep page and loaded sepertly then the containing page made me wonder about

Re: Iframe = multithreading ???

2009-09-02 Thread ben fenster
thread is envolved in loading then maybe the new thread is also responsible on running the js code contained in the page of the iframe ? On Sep 2, 5:46 pm, David Given d...@cowlark.com wrote: -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 ben fenster wrote: i was wondering that if by opening

JavaScriptObject won't load - 32 bit Java on Win64.

2009-08-24 Thread Ben
I've run into the same problem as this post: http://groups.google.com/group/Google-Web-Toolkit/msg/b93efbbdf07d9d37 The issue is that all of the JSON classes in com.google.gwt.json.client appear to be unusable on the server-side implementation classes, because they depend on

cant resize images from imagebundle

2009-08-05 Thread ben fenster
using setSize or setPixelSize methods doesnt work on images from imagebundle is there any way to do such operation on image from imagebundle ? plz help --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups Google

GWT Incubator project

2009-07-30 Thread Ben
Is there anyone using GWT incubator project in production? The PagiongScrollTable looks pretty interesting to me. But not sure if this incubator project is fine for production as GWT itself. If anyone has experiences, could you share your experiences?

GWT version of LibKML

2009-07-22 Thread ben
Is there any thoughts about GWT version of Google's LibKML? This would be very handy, so we wouldn't have to maintain our own kml libraries. --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups Google Web Toolkit group.

GWT 1.7.0

2009-07-14 Thread ben
I see that it's out for download now. What updates are in that release? I don't see any milestone in the Issues Tab for the release. And I don't seem to see any posts about the new release? --~--~-~--~~~---~--~~ You received this message because you are

Newbie question re returning persisted objects via RPC to client

2009-06-28 Thread Ben Daniel
Let's say I want to persist Animal objects using JDO and also want to return these Animal objects via a GWT RPC service. From what I understand GWT will compile a version of Animal in javascript on the client. And I take it that any JDO persistence stuff shouldn't be going down to the client. So

[gwt-contrib] Running Ant Tests

2009-06-24 Thread Ben Chambers
the tests to pass. Is there something I need to do beyond ant test? Thanks, Ben Chambers --~--~-~--~~~---~--~~ http://groups.google.com/group/Google-Web-Toolkit-Contributors -~--~~~~--~~--~--~---

[gwt-contrib] Re: Running Ant Tests

2009-06-24 Thread Ben Chambers
I think that may be some of the problem. I'm using 64-bit linux. I'll try switching to the 32-bit JDK and upping the memory limit. Thanks, Ben On Jun 24, 11:11 am, Eric Ayers zun...@google.com wrote: I noticed that many of my ant tests started to run out of memory when I switched to a new

Re: gwt 2.0 release date

2009-06-20 Thread Ben
According to the talk by Ray, I think release date could be Q3. But I think the code is already in the trunk, you can build it by yourself if you wanna have a look at it. On Jun 20, 6:08 am, asianCoolz second.co...@gmail.com wrote: may  i know when will the RC, or milestone version will be

Re: GWT architecture MVP/EventBus (mentioned at Google I/O)

2009-06-19 Thread Ben
Finally found a thread talking about this presentation. It is very interesting for me as well. Thomas, you mentioned slide #73, actually I have some question about this. In this slide, from my point of view, both PhoneEditWidget and ContactWidget are just Views in MVP. Phone Editor is Presenter

Re: Question about SuggestBox.wrap

2009-06-11 Thread Ben
It seems that is the only one to avoid it. Thanks! On Jun 11, 4:50 am, Thomas Broyer t.bro...@gmail.com wrote: On 11 juin, 00:38, Ben benzhe...@gmail.com wrote: I have a text box insides a FlexTable and I am trying to use SuggestBox.wrap to wrap the text box into a SuggestBox. Code

Question about SuggestBox.wrap

2009-06-10 Thread Ben
I have a text box insides a FlexTable and I am trying to use SuggestBox.wrap to wrap the text box into a SuggestBox. Code snippet is like this. . FlexTable ft = new FlexTable(); TextBox tb = new TextBox(); ft.setWidget(0,0,tb); MultiWordSuggestOracle oracle = new MultiWordSuggestOracle();

How to use java.lang.Thread in GWT

2009-05-28 Thread Adil Ben
Hello, I need to call the method Thread.sleep() in my GWT code. But GWT does not integrate this class. How to solve this? i get the following error No source code is available for type java.lang.Thread; did you forget to inherit a required module? Regards.

data binding

2009-05-28 Thread Ben
Hi, Im looking for possible options available for data binding. I have a model lets says User which has a list of addresses. will any of the binding(gwtx or gxt or Gwittir) support this kind of binding senario? Regards Ben --~--~-~--~~~---~--~~ You received

Right Click menu on an Image

2009-05-20 Thread ben
Is there anyway to add a right click menu on an Image class? I want to use my own right click menu, not the browsers. Thanks --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups Google Web Toolkit group. To post to this

Running 3rd party javascript after GWT FINISH running

2009-05-12 Thread Ben
I am working on a project which mainly uses GWT for the application but uses 3rd party javascript as well. I am running into a problem: I need to use 3rd party javascript to manipulate the page DOM. Since the page is mainly coded in GWT, then I have to make sure the 3rd party javascript executes

Re: GWT 1.6.4 compatibility with IE 6, 7 and 8

2009-04-30 Thread Ben
this, but IE cannot. Apparently I did not expect this typo can cause IE crash on my application. Thanks a lot, Ben On Apr 29, 6:10 am, Thomas Broyer t.bro...@gmail.com wrote: On 27 avr, 18:15, Ben benzhe...@gmail.com wrote: I am building an application with newest release of GWT on Mac OS

Re: GWT with eclipse and java1.6 very slow for hosted browser to open up

2009-04-30 Thread Ben
I think GWT plugin maybe work better with Java 5, because on Mac OX, GWT plugin cannot work with Java 6. -Ben On Apr 30, 1:12 pm, phanidee phani...@gmail.com wrote: hi,      sorry for my misperception. Its not actually crashing, somehow i left it out for a few minutes, and after around 3-4

Re: GWT 1.6.4 compatibility with IE 6, 7 and 8

2009-04-28 Thread Ben
Really?! That sounds quite unreasonable as GWT is Java based. I thought it would make no difference which environment you develop. I will try to run it on Windows. Thanks, On Apr 28, 7:26 am, Ed post2edb...@hotmail.com wrote: I would also recommend developing on Windows (running hosted mode).

Re: GWT 1.6.4 compatibility with IE 6, 7 and 8

2009-04-28 Thread Ben
if you haven't already. When it fails, the browser will give a line # which you can then use to find where in the js file it is having the issue. Without knowing the specific problem though I can't give any advice on how to fix it. On Apr 28, 9:17 am, Ben benzhe...@gmail.com wrote: Really

Re: GWT 1.6.4 compatibility with IE 6, 7 and 8

2009-04-28 Thread Ben
It is pure GWT. I have quite a few codes and I will organize and clean them up. Will post the code snippet soon. Thanks in advance. -Ben On Apr 28, 12:42 pm, Vitali Lovich vlov...@gmail.com wrote: Using only pure GWT, I find it hard to imagine their being an exception only in web mode

GWT 1.6.4 compatibility with IE 6, 7 and 8

2009-04-27 Thread Ben
I am building an application with newest release of GWT on Mac OS. The whole app is in GWT, no JSNI and the structure of the application is sorta complicated. I have couple Composite widgets and some Composite widgets have references of other Composite Widgets. For example: A extends Composite {

Re: GWT 1.6.4 compatibility with IE 6, 7 and 8

2009-04-27 Thread Ben
, Firefox on Mac Firefox on Windows, all work. But it does not work at all on both IE 6 and IE 7. And as I said, my app is pure GWT, no JSNI and other stuff. Do you have any idea why it does not work on IE? Thanks, Ben On Apr 27, 1:20 pm, Vitali Lovich vlov...@gmail.com wrote: Have you run

Help upgrading to 1.6.4

2009-04-27 Thread ben
I'm having trouble upgrading to 1.6.4, and I'm thinking I missed a step, but can't figure out where. I have moved all my files to the war directory, added my web.xml and related libs. My problem is that when I compile it's putting everything into a war/appname/files. instead of war/files.

Re: Best practices?

2009-04-27 Thread Ben FS
Hi Laird, see below. I appreciate the efficiency of this from a DRY standpoint--the GWT internals are downloaded once--but I don't appreciate the *in*efficiency of this from a load-the-whole-world perspective.  That is, I don't particularly want 27 sub-apps living in my browser unless they

Re: How to debug whats grabbing my click events?

2009-04-25 Thread Ben FS
...@gmail.com wrote: Anyone? I'm still having trouble working out what widgets grabbing my clicks. Not sure if Ben's having the same trouble as me, but there must be some method to work it out no? (using Firebug, debuging code...anything?). On Apr 21, 7:00 am, Ben FS ben.su...@gmail.com wrote

Re: Insert Element into DOM and receive click events?

2009-04-24 Thread Ben FS
to give me some pointers. Do you know whether the FastTree, as referenced in the issue comments, would work better for what I'm trying to do? Thank you, Ben. I've done a lot of tinkering already, without success. My tree has a SelectionHandler, and that seems to keep the ClickHandler from

Re: Module without EntryPoint - How to compile?

2009-04-23 Thread Ben FS
. On Wed, Apr 22, 2009 at 9:05 PM, Ben FS ben.su...@gmail.com wrote: Do you see the non-entry point module in the list? Yes. If so, can you hit Restore Defaults, run the launch configuration, and see if that fixes your problem? Okay, I tried this as you describe and it worked. When I

Re: Best practices?

2009-04-23 Thread Ben FS
1. War files don't know about other war files.  So war file 1 can't go rummaging around in war file 2 to find a GWT module.  That's nevertheless sort of what I want to happen. Don't think so much in terms of WAR files and EntryPoints, and rather think in terms of existing HTTP and HTML

Re: Insert Element into DOM and receive click events?

2009-04-23 Thread Ben FS
that helps, -Sumit Chandel Thank you for taking the time to respond, it is much appreciated. On Tue, Apr 21, 2009 at 9:50 AM, Ben FS ben.su...@gmail.com wrote: I'd like to dynamically insert a Widget into/next to a single TreeItem, whenever a TreeItem is selected, but event handlers

Re: Best practices?

2009-04-23 Thread Ben FS
And I could have a module without an EntryPoint, as I understand it. Yes. Useful for common utility classes, UI components, authentication framework, etc. Or you can have one GWT module that itself includes and arranges other GWT modules (the sub-applications). Perhaps a *really* stupid

Re: Insert Element into DOM and receive click events?

2009-04-23 Thread Ben FS
gets a fix. Hope that helps, -Sumit Chandel Thanks, you've definitely been a great help. On Thu, Apr 23, 2009 at 1:12 PM, Ben FS ben.su...@gmail.com wrote: Hi Sumit, Is there any reason why you couldn't just call treeItem.setWidget(b) ? Yes. See issue #2297 that I submitted one year

Insert Element into DOM and receive click events?

2009-04-21 Thread Ben FS
I'd like to dynamically insert a Widget into/next to a single TreeItem, whenever a TreeItem is selected, but event handlers on the Widget never fire when I do this. My approach so far: I dynamically manipulate the DOM of a single TreeItem, when a selection event occurs. First I insert a DIV

Re: A native GWT chart library?

2009-04-21 Thread Ben FS
Thanks all for your help. You're welcome! Ben, I looked at the links you gave me, a lot of interesting things but no client-site library that fits my need. For what it's worth, I too would really like a client-side library - mainly so that I can do lots of quick, small updates without much

Module without EntryPoint - How to compile?

2009-04-20 Thread Ben
My project consists of three GWT modules. One of them does not have an EntryPoint defined, because it includes various components common to both of the other modules. Each of the other two modules includes this common module and has an EntryPoint. In GWT 1.4.62 this worked fine, both in hosted

Re: How to debug whats grabbing my click events?

2009-04-20 Thread Ben FS
I too would like to know how to debug event-related problems? In my case, I dynamically insert an Element into a TreeItem, via DOM manipulation, in order to display an editing control for the selected tree node. This worked well using GWT 1.4.62, but no longer works using GWT 1.6.4. It looks

Re: Module without EntryPoint - How to compile?

2009-04-20 Thread Ben FS
something is still throwing an error. To perform a compile from the IDE, follow the instructions here: http://code.google.com/eclipse/docs/gwt_compile.html I also tried this, and it worked as well for me. Thank you for your suggestions, you've been a great help. Ben. Rajeev On Apr 20, 4:16 am

Re: Module without EntryPoint - How to compile?

2009-04-20 Thread Ben FS
Hello Salvador, thanks for your feedback - I appreciate it. The errors I got have to do with some specifics of the Google Eclipse Plugin, and mainly the fact that I did not know where to find the settings that apply to the GWT compiler (in the past, I used a different IDE without the Plugin,

Re: A native GWT chart library?

2009-04-20 Thread Ben FS
, Pierre Good luck, and please let us know what you find and decide! Ben. --~--~-~--~~~---~--~~ 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

Re: How to debug whats grabbing my click events?

2009-04-20 Thread Ben FS
Widget's ClickHandler is not getting called, but don't know how to go about investigating (or fixing this). Any advice? On Apr 20, 5:13 pm, Ben FS ben.su...@gmail.com wrote: I too would like to know how to debug event-related problems? In my case, I dynamically insert an Element into a TreeItem, via

WindowCloseListener gets fired from iframe

2009-03-18 Thread ben
I'm having a problem with my WindoCloseListener.onWindowClosing event firing when I click a link on my page, which opens an iframe on my page. if I click ok, everything works as it should. But I don't want users thinking they are navigating away from my page when the click the link. I'm

<    1   2   3   4   5   >