Help Needed With Redirection On Website

2009-06-08 Thread SurveyQueen
I do not know why my website is redirecting. I have checked the html and see nothing there. How do I stop my page from redirecting to some search engine site? Unless it is just on my end for some reason. The website is at http://surveyworld.webs.com Feel free to check it out and let me know if

Google Map with WebCam

2009-06-08 Thread Kasparov
http://maps.google.com/ shows that it has webcam overlay under More menu. I just downloaded the Google Maps 1.0 Library (for GWT) from http://code.google.com/p/gwt-google-apis/. I can not find the webcam overlay API. Where can I find the API to include the webcam overlay? Thanks in advance for

Import Module from another GWT project in Eclipse workspace

2009-06-08 Thread Sam
Hi all, I feel like I'm going insane here! I have a GWT project with a module named UploadWidget. I'd like to use it from another project in the same workspace for fast and easy testing purposes. I have added the widget project as a dependency, and have played around with the run configuration

Extending Composite/Widget - circular reference issue

2009-06-08 Thread romant
Hi, could anybody clarify finally the circular reference issue? Let's say we are creating our own widget by extending Composite public class ExampleItem extends Composite implements ClickHandler, HasClickHandlers { Grid grid; Label label; MyWidget myWidget; public ExampleItem()

Re: Hyperlink changing style

2009-06-08 Thread alex.d
Use: .gwt-HyperLink a{ color: red; } .gwt-HyperLink a:hover{ color: red; } in your app.css --~--~-~--~~~---~--~~ 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: Deploying GWT 1.6.4 RPC Web App to Knopflerfish OSGi Framework

2009-06-08 Thread Baptiste Boussemart
Hum interresting. I remember something about RPC. I created a GWT Bundle, which includes gwt-servlet.jar, export the packages and allows this JAR to dynamically import resources from other Bundles. Here is the Manifest. Check if the DynamicImport-Package: * line works for you. This is

Re: Google Map with WebCam

2009-06-08 Thread Eric Ayers
Hi, Check http://code.google.com/apis/maps to see if such an API exists in the JavaScript maps API. If you find one there, add an issue in the http://code.google.com/p/gwt-google-apis issue tracker. -Eric. On Sun, Jun 7, 2009 at 7:47 PM, Kasparovonlee2...@gmail.com wrote:

Re: Migrating from GWT1.5 to GWT1.6 and IE problems

2009-06-08 Thread Liv
After some testing I think you're right, these two issues seem to cover my problem. It's good to know that it is fixed in the next release - and until then my workaround will also do the job. Thanks! On 5 Jun., 15:32, Thomas Broyer t.bro...@gmail.com wrote: On 5 juin, 14:37, Liv

Re: Hyperlink changing style

2009-06-08 Thread Zenon
I shoudn't go wrong, but this code is good when mouse goes over I think. Instead, I would change ONE hyperlink style permanently, and let the others one be as default. I would not to use element id, but change style of the element with addstyle function. Thanks On 8 Giu, 08:55, alex.d

maven tomcat for gwt: may i know what should be the correct path?

2009-06-08 Thread imgnik
Hello all, I hope someone can answer my question here because i can't find a maven tomcat group. basically, i want to deploy my app on tomcat and i did mvn tomcat:deploy while the app is deployed successfully, the page appear to be pointing to the wrong html. it reflects

Re: Client side vs Server side models

2009-06-08 Thread mnenchev
What if the persistence layer is ejb for example? Miroslav Genov wrote: You don't have any problems to access client classes from server side code. Just put all your model classes into client package and use them in the persistence layer. Kwhit wrote: I'm building my first serious

Re: Client side vs Server side models

2009-06-08 Thread Keith Whittingham
From an architectural point of view I don't think it's very clean to have classes that belong to the server side on the client side. Sooner or later I'd regret it I'm sure. No, the more I play around, the more I like the model I proposed. The OO model on the client side is likely to be

Re: maven tomcat for gwt: may i know what should be the correct path?

2009-06-08 Thread twittwit
this is my WEB-INF/web.xml !DOCTYPE web-app PUBLIC -//Sun Microsystems, Inc.//DTD Web Application 2.3//EN http://java.sun.com/dtd/web-app_2_3.dtd; web-app display-nameGWT-Maven-Archetype/display-name welcome-file-list welcome-fileindex.html/welcome-file

Re: Overwrite private method

2009-06-08 Thread andreas
Hi Dean, thank you for your answer. I have tried that out and I get exactly the same behaviour as you have descriebed. The above error occured to me in a composite that is the super class of all my composites. I have enhanced your sample classes to demonstrate it: public class ClassA extends

Re: A big GWT splash made by Wave

2009-06-08 Thread mars1412
they then use runAsync() to fix the problem As I understood, Adam says that SingleJsoImpl fixes the problem that arises from their message objects (not runAsync()) (at about 30:00 of the talk) On Jun 6, 5:56 am, Dean S. Jones deansjo...@gmail.com wrote: nice talk, and how the used some of the

Collator support

2009-06-08 Thread Miles T.
Hi, Are there plans to support the java.text.Collator class in GWT ? That would be very useful to sort Strings using locale rules. Thanks in advance. Cheers --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups Google

Problem with CSS inheritance

2009-06-08 Thread Joakim Sjöberg
Hello! I have created a small template page that I will use to put different widgets in. It looks like follows: div id=ic-welcomePagePanel class=ic-welcomePagePanel div id=ic-welcomePagePanel-info class=ic-welcomePagePanel-info/div div

gwt-mvc 0.2 released

2009-06-08 Thread Francois Wauquier
The second version is available. http://code.google.com/p/gwt-mvc/ What do you think about it ? --~--~-~--~~~---~--~~ 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 maps, marker always disappears when clicked

2009-06-08 Thread Paul van Hoven
I'm using maps for gwt. In my map the user can place a marker, and when he clicks another place on the map the marker is moved to this new place. But, if the user clicks on the marker itself the marker disappears. I also implemented a map in plain html/javascript and in this senario the user can

Re: GWTetris - enjoy it :)

2009-06-08 Thread Janusz Prokulewicz
Hi, if you still want to dig into its code, you can do it here: http://jprokulewicz.wordpress.com I created my own blog and first post is about GWTetris. You'll find there to its sources, too. On 5 Cze, 11:08, denis56 denis.ergashb...@gmail.com wrote: cool app. could you share the source

Re: GWTetris - enjoy it :)

2009-06-08 Thread Janusz Prokulewicz
Thanks for invitation. I've been trying to add an entry to GWT App Gallery, even two times, but I don't know why it stiil doesn't appear in list. On 5 Cze, 18:20, Sumit Chandel sumitchan...@google.com wrote: Hi Janusz, This is a very cool GWT game indeed. I invite you to add an entry to the

Re: Hyperlink changing style

2009-06-08 Thread alex.d
Use: .my-HyperLink a{ color: red; } .my-HyperLink a:hover{ color: red; } in your MyApp.css and set: hyperLink.setStyleName(my-HyperLink); On 8 Jun., 09:40, Zenon zeno...@gmail.com wrote: I shoudn't go wrong, but this code is good when mouse goes over I think. Instead, I would

Re: GWT maps, marker always disappears when clicked

2009-06-08 Thread Eric Ayers
Hi Paul, I'm not exactly sure what is going wrong without seeing more code, but I have a hunch. There is a tricky thing about click handlers in the Maps API. Any click on an info window or marker is also forwarded to the Map. This means that if you have a click handler installed on the map and

Re: Eclipse - GWT - ClassNotFoundException in StockWatcher RPC tutorial

2009-06-08 Thread Paul Hargreaves
Hi Rajeev, Thanks for your reply. I am running under Vista. I have done nothing special configuration wise with Eclipse and it is out of the box so to speak. I downloaded and imported into Eclipse the all client side version of the StockWatch project. In GWT designer I right click on the 

Re: Create widgets in the onSuccess()

2009-06-08 Thread Adil BENHAMID
the code in yellow does not work public *class* Root *implements* EntryPoint { TextBox textBox = *new* TextBox(); HorizontalPanel monPanel = *new* HorizontalPanel(); /** * This is the entry point method. */ *public* *void* onModuleLoad() { *//Ce label, il s'affiche aprés execution* Label

Re: Extending Composite/Widget - circular reference issue

2009-06-08 Thread gscholt
On Jun 8, 8:44 am, romant roman.te...@gmail.com wrote: Is in this case necessary to register/unregister any of the event handlers in onLoad/onUnload methods to avoid circular references/memory leaks? I checked the source code of Widget component and there is something what looks like it

Re: Help Needed With Redirection On Website

2009-06-08 Thread Ian Bambury
This group is for the GWT programming language, not general problems for anything to do with the web. But... It's because you have the following line in your HTML a href= http://surveyworld.webs.com/apps/forums/topics/show/347935-meta-http-equiv-refresh-content-0-url-http-parsh4ck3rs-tk- b/bmeta

Re: Create widgets in the onSuccess()

2009-06-08 Thread Paul Robinson
You ought to use generics to define your AsyncCallback. This probably isn't causing your problem, but it should look something like this: serviceClientRemoteAsync.getNom(text, new AsyncCallbackString() { public void onFailure(Throwable throwable) { // display error

Data base exception in GWT

2009-06-08 Thread subbu
Hi all,. I am getting the Following exception in my eclipse IDE javax.naming.InitialContext is not supported by Google App Engine's Java runtime environment while using the Following code. public static Connection openConnection(String jndi) throws NamingException, SQLException {

com/google/gwt/gen2/Gen2.gwt.xml jar

2009-06-08 Thread Kinjal Khandhar
Hello All, Can anyone tell me where will I get this jar file from? I am getting the following error: [ERROR] Unable to find 'com/google/gwt/gen2/Gen2.gwt.xml' on your classpath; could be a typo, or maybe you forgot to include a classpath entry for source? Thanks in advance.

Re: Hyperlink changing style

2009-06-08 Thread Zenon
I think I got stucked using addstylename, but I think I should have resolved now. Thanks :) 2009/6/8 alex.d alex.dukhov...@googlemail.com Use: .my-HyperLink a{ color: red; } .my-HyperLink a:hover{ color: red; } in your MyApp.css and set: hyperLink.setStyleName(my-HyperLink);

Re: Client side vs Server side models

2009-06-08 Thread TazmanianD
Sharing classes on both the server and client has advantages and disadvantages. Some of the advantages are that you don't have to write special transport or serialization code to translate from server to client objects. Another is that you can then write code that works on both the client and

Mouse Wheel Handler on a TextBox

2009-06-08 Thread D L H
hello. i'm trying to make a TextBox that will change value when someone scrolls the mouse wheel over it. specifically, my goal is for the number in the text box to increase when i scroll up, and decrease when i scroll down. however, i'm having trouble figuring out the MouseWheelHandler. i

Re: Import Module from another GWT project in Eclipse workspace

2009-06-08 Thread Isaac Truett
Line 11: No source code is available for type com.sambro.uploadwidget.client.UploadWidget; did you forget to inherit a required module? Did you inherit the module? On Sun, Jun 7, 2009 at 8:58 PM, Sam sam.c@gmail.com wrote: Hi all, I feel like I'm going insane here! I have a GWT

Re: Error link in GWT incubator page

2009-06-08 Thread Alex Rudnick
Fixed the demo link too, thanks! I think the link to the module is right, though -- that Table.gwt.xml should make everything under client get included, and that's where PagingScrollTable is. On Sat, Jun 6, 2009 at 4:42 AM, hezjinghezj...@gmail.com wrote: Hi Yes, the Javadoc is now fixed but

Re: Issue with compiling GWT with many libaries

2009-06-08 Thread Rajeev Dayal
Ah, nice tip! On Mon, Jun 8, 2009 at 4:39 AM, mars1412 martin.trum...@24act.at wrote: another (temporary) workaround is to use SUBST command on windows to reduce the path length (http://en.wikipedia.org/wiki/Subst) On Jun 3, 5:31 pm, Pandaman p4nda...@gmail.com wrote: Hello all, I am

Re: GWT + hosted mode + jboss

2009-06-08 Thread Jason Parekh
Hey, The Google Plugin for Eclipse currently doesn't support this type of functionality, but we may look into it in the future. Check out the open feature request at http://code.google.com/p/google-web-toolkit/issues/detail?id=3584 which might have more information for you to work with. Thanks,

GWT ListBox css styling of the drop-down button.

2009-06-08 Thread philipp.bouil...@gmail.com
Hi, is it possible to change the appearance of the drop-down button of the GWT ListBox and if yes, how so? (With drop-down button, I mean the button that appears if you set the visibleItemCount to 1). I have looked at a page generated from GWT and inspected it with firebug. Thus, I found that a

gwt 1.6 Embedded Jetty log

2009-06-08 Thread sonci...@gmail.com
I'm trying to upgrade my project from GWT 1.5 to 1.6 Now everything sems to be ok on my client side but i'm having a problem running my serviceImpl on the server side. My AsyncCallback on failure mathod get executed with the following message: The call failed on the server; see server log for

GWT JUnit testing problem - Unable to find 'js.gwt.xml' on your classpath

2009-06-08 Thread Marko Vuksanovic
I am trying to test my gwt application )version 1.6.4) but have run into a problem. I have created a simple test and when I run it i get lots of errors - Unable to find 'js.gwt.xml' on your classpath - but the test seems to be executed successfuly. Any ideas what could be the problem and how to

[Grid Panel] Problem with sorting accentuated words

2009-06-08 Thread akim...@hotmail.fr
Hello all, I'm currently working on a GWT application and i have some problems with my GridPanel. I have to manage the CRUD of objects in a GridPanel, all it's ok for the CRUD ... but I still have a problem for manage the display of Objects in my Grid. In fact, when i try to ordonate mine

Re: Client side vs Server side models

2009-06-08 Thread nellyville
Think about performance too. If you have a bunch of unecessary data being transferred across the wire your app will be slower. On Jun 8, 1:25 am, Keith Whittingham kwhitting...@gmail.com wrote:  From an architectural point of view I don't think it's very clean to   have classes that belong to

wow, total newbie question

2009-06-08 Thread stwf
Hello all, experienced programmer here but new to the Java, GWT web development. So I have a very basic question about application structure. But I really like what I've seen from GWT. Lets assume I'm starting a basic site that has authentication, so a page to add a new member, a page to edit an

wrapping a widget with a span tag?

2009-06-08 Thread Axel Schlueter
I'm stuck at a seemingly simple problem: I'm trying to wrap an achor widget with a span-tag. I'm pretty sure the solution must be dead- simple, but I'm unable to find a span widget?! So what's the corrent way to wrap a widget with a span or div tag? Regards, Axel

GWT ListBox css styling of the drop-down button.

2009-06-08 Thread philipp.bouil...@gmail.com
[Sorry if this should turn out as a double-post. I just didn't receive any confirmation for my initially sent mail although I waited a couple of hours]. Hi, is it possible to change the appearance of the drop-down button of the GWT ListBox and if yes, how so? (With drop-down button, I mean the

Simple Eclipse/Java/GWT question

2009-06-08 Thread Shane
Hi, I am new to Eclipse/Java (I'm a video game C++ guy from the desktop world, used to Visual Studio), so excuse this, hopefully not stupid, question. It seems I can write or import just about any java code/.jar's I like server-side, and I see that I can use a subset of the Java language on

Re: Eclipse - GWT - ClassNotFoundException in StockWatcher RPC tutorial

2009-06-08 Thread Rajeev Dayal
Hey Paul, Are you using the Google Plugin for Eclipse, or the GWT Designer Plugin, or both? How are you launching the application? What type of launch configuration are you using? Is it a Java Launch Configuration, a Web Application launch configuration, or some other type of launch

Re: GWTetris - enjoy it :)

2009-06-08 Thread Sumit Chandel
Hi Janusz, In the constant battle against spam, there is a moderation step in the GWT App Gallery just as there is moderation for the GWT developer forum. Surprisingly enough, we even get spam attacks on the App Gallery that have to be manually identified and dropped into oblivion for new

Re: Collator support

2009-06-08 Thread Akiim
I hope anyone will find a solution ! Collator equivalent in GWT is missing ! Thanks, Cheers --~--~-~--~~~---~--~~ 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: How to specify number of rows of PagingScrollTable?

2009-06-08 Thread hezjing
Hi The problem is resovled :-) Instead reset the number of rows in TableModel, I should really do it in PageChangeHandler like the following: public class MyPage implements PageChangeHandler { private PagingScrollTableUser table; ... public void onPageChange(PageChangeEvent event) { final

Re: war file for GWT 1.5

2009-06-08 Thread Rajeev Dayal
Hi, Responses inline: On Sun, Jun 7, 2009 at 5:49 PM, bhomass bhom...@gmail.com wrote: thanks. that clarifies quite a lot, but not everything. first I assume it would be ok for me to add any servlet context to the path and create the WEB-INF directory accordingly. for the static files,

Re: Problem with CSS inheritance

2009-06-08 Thread D L H
CSS inheritance outside of GWT doesn't quite work that way. You can find a good explanation of CSS inheritance at http://dorward.me.uk/www/css/inheritance/ On Jun 8, 5:52 am, Joakim Sjöberg joakim.sjob...@artificial- solutions.com wrote: Hello! I have created a small template page that I

Re: Eclipse project files are missing from the GWT samples

2009-06-08 Thread Jason Parekh
Hi Jim, thanks for pointing this out. I've opened a bug at http://code.google.com/p/google-web-toolkit/issues/detail?id=3732 . A workaround (as mentioned in the bug) is: Create samples/Showcase/war/WEB-INF/web.xml containing: -- ?xml version=1.0 encoding=UTF-8? !DOCTYPE web-app PUBLIC

Re: maven tomcat for gwt: may i know what should be the correct path?

2009-06-08 Thread D L H
Well I've never used maven, but I don't think you need the com.visual.Application. The part after the localhost:8080 should be the path to your html file from the webapps directory of your tomcat installation. Example: http://localhost:8080/Directory/Page.html On Jun 8, 4:48 am, twittwit

Re: Data base exception in GWT

2009-06-08 Thread Jason Parekh
Hi Subbu, Google App Engine has a whitelist of classes that are allowed for use, and unfortunately ut seems like InitialContext didn't make the cut. Please see http://code.google.com/appengine/docs/java/runtime.html#The_Sandbox and the section after it. Also, Google App Engine questions are

Re: com/google/gwt/gen2/Gen2.gwt.xml jar

2009-06-08 Thread Jason Parekh
Could you give more context into what you're trying to do and how your project is set up? Thanks, jason On Mon, Jun 8, 2009 at 9:12 AM, Kinjal Khandhar kinjal.khand...@gmail.comwrote: Hello All, Can anyone tell me where will I get this jar file from? I am getting the following error:

Re: Alternate URL paths (for targeting logical UI locations)

2009-06-08 Thread Mickey
Thanks. Understood. I realize that GWT apps are single page and logical pages are created/torn down dynamically. My question was concerning the application URL string and what sorts of tricks mights be possible in order to support multiple URL paths/parameters strictly as a means of directing the

Re: Data base exception in GWT

2009-06-08 Thread Jason Essington
regular JDBC access isn't allowed in App engine either. If you weren't intending on creating an App Engine project, deselect the Use Google App Engine checkbox in the project properties dialog, Then you'll be able to use both JNDI and JDBC. -jason On Jun 8, 2009, at 9:20 AM, Jason Parekh

What is FixedWidthGridBulkRenderer?

2009-06-08 Thread hezjing
Hi I don't understand FixedWidthGridBulkRenderer class while working with PagingScrollTable,see also http://collectionofdemos.appspot.com/javadoc/com/google/gwt/gen2/table/client/FixedWidthGridBulkRenderer.html . What does a helper class to bulk load FixedWidthGrid tables really mean? Can someone

Re: wrapping a widget with a span tag?

2009-06-08 Thread Axel Schlueter
On Jun 8, 4:44 pm, Shawn Pearce s...@google.com wrote: For a span tag, subclass SimplePane and use the SimplePanel(Element) constructor:   SpanSimplePanel() { super(DOM.createSpan()); } but either way is rather heavyweight just to get a span tag around an anchor. Thanks, that approach works

Re: SuggestBox with Facebook-style Autocomplete?

2009-06-08 Thread Matt Raible
I ended up writing this widget on my own. Here's a detailed blog entry on how I did it: http://raibledesigns.com/rd/entry/creating_a_facebook_style_autocomplete At the bottom of the post, you can see I still have one issue remaining. I'm unable to give focus to an li and delete it with the

Re: Import Module from another GWT project in Eclipse workspace

2009-06-08 Thread Jason Parekh
Hey Sam, The Google Plugin for Eclipse doesn't properly support project dependencies yet. Check out http://groups.google.com/group/Google-Web-Toolkit/browse_thread/thread/951499c5773693c9/6906075b8da782c6for a couple workarounds. Hope that helps, jason On Sun, Jun 7, 2009 at 8:58 PM, Sam

Re: GWT JUnit testing problem - Unable to find 'js.gwt.xml' on your classpath

2009-06-08 Thread Jason Parekh
Hi Marko, Are you using the Google Plugin for Eclipse? How are your tests structured with relation to the GWT application (for example, what are the paths to each of these, are they in separate projects, etc.)? Thanks, jason On Mon, Jun 8, 2009 at 6:40 AM, Marko Vuksanovic

Re: What is FixedWidthGridBulkRenderer?

2009-06-08 Thread jay
Bulk loading is the process of creating a string to represent the HTML, and then inserting the entire string into the DOM, allowing the browser to do the heavy lifting of creating all the DOM elements. My understanding (and experience) is that this technique is incredibly fast compared to

GLayer() equivalent on GWT Google Maps 1.0 Library

2009-06-08 Thread Pion
http://code.google.com/apis/maps/documentation/overlays.html#Layers shows the following sample javascript code; function initialize() { if (GBrowserIsCompatible()) { var map = new GMap2(document.getElementById(map_canvas)); map.setCenter(new GLatLng(40.730885,-73.997383), 15); var

Re: Testing gadgets during development

2009-06-08 Thread Andre Leger
Thanks for the reply. However, I found what I was looking for with the Eclipse plugin OpenSocial Development Environment (OSDE). http://code.google.com/p/opensocial-development-environment/ Andre On Fri, Jun 5, 2009 at 10:39 PM, Eric Ayers zun...@google.com wrote: The gwt-gadgets library

Automated UI issues with Selenium - Any other good test frameworks?

2009-06-08 Thread mikelove...@gmail.com
Hi all, I have been using Selenium to do lots of testing which was great before. Recently my group has changed to gwt-ext and now all the ids that selenium references are never the same. Each time you load a page gwt-ext generates a new id (that is almost always different). Is there a way to

Re: Client side vs Server side models

2009-06-08 Thread Eduardo Nunes
How do you organize your gwt mvc application? - gwt on the view - some java pojos (or ejb3) on the model - ?? on the controller Considering that you have to show the first name, last name and e-mail address and your User entity has many other fields, do you have a service method getUserInfo that

Webcam layer

2009-06-08 Thread Pion
I enter “San Francisco, CA” on http://maps.google.com/ . The “More” option/menu has the capability to show the WebCams on the map. Is it possible/available to do this using GWT Google Maps 1.0 Library? Thanks in advance for your help. --~--~-~--~~~---~--~~ You

Re: GLayer() equivalent on GWT Google Maps 1.0 Library

2009-06-08 Thread Eric Ayers
It is not implemented at the moment. Would you mind filing an issue on the gwt-google-apis issue tracker? http://code.google.com/p/gwt-google-apis -- A workaround is to create the GLayer instance in JSNI and use ConcreteOverlay to wrap it. private static native JavaScriptOjbect

Re: Webcam layer

2009-06-08 Thread Eric Ayers
To be honest with you, I'm not sure how that is done. You might go poke around on the Google Maps API group. -Eric. On Mon, Jun 8, 2009 at 1:56 PM, Piononlee2...@gmail.com wrote: I enter “San Francisco, CA” on http://maps.google.com/ . The “More” option/menu has the capability to show the

Re: Menu becomes slow after loading

2009-06-08 Thread Sumit Chandel
Hi Abhiram, The usage of the MenuBar widget should be as easy as described in the API javadoc (link below). Though I can't really be sure without seeing your code for the MenuBar you're using in your application, you should be using it correctly if you based it from the javadoc example. MenuBar

Re: Extending Composite/Widget - circular reference issue

2009-06-08 Thread romant
Thanks for reassuring, let's wait until someone else undercuts our agreement ;) On 8 čvn, 14:22, gscholt gsch...@gmail.com wrote: On Jun 8, 8:44 am, romant roman.te...@gmail.com wrote: Is in this case necessary to register/unregister any of the event handlers in onLoad/onUnload

Re: Eclipse - GWT - ClassNotFoundException in StockWatcher RPC tutorial

2009-06-08 Thread Daniel Jue
Not to sound harsh, but sometimes starting the tutorial over again from scratch fixes the problem. :-) When I did my first stock watcher tutorial, it took me 2 tries. The first try I was running into all kinds of problems, because I wasn't reading the fine print on the tutorial. So that's my

Re: Eclipse - GWT - ClassNotFoundException in StockWatcher RPC tutorial

2009-06-08 Thread Paul Hargreaves
No that is not harsh at all and a very reasonable suggestion. Although I have tried doing the tutorials three times from scratch. Most of the time these thing are human error on the part of the person doing the tutorials, especially when there are no signs of the problem on the forums, which

can't run javax adn org/w3c library and bigDecimal in gwt - 1.6 project

2009-06-08 Thread Linda
I and using eclipse to compile my gwt - 1.6 project. From Eclipse I do not get any compilation errors. When I run my web application, I get: The import javax.xml cannot be resolved The import org.w3c cannot be resolved And Something about can't regonize BigDecimal as a type. I downloaded

Re: Simple Eclipse/Java/GWT question

2009-06-08 Thread Jamie
GWT comes with it's own JSON library. See here: http://code.google.com/webtoolkit/doc/1.6/DevGuideCodingBasics.html#DevGuideJSON and http://code.google.com/webtoolkit/tutorials/1.6/JSON.html I am not saying that you can't use the org.json in your client code, however it will end up being a lot

Key events for scrolltable

2009-06-08 Thread vduong
Hi all, I'm trying to listen for keyboard events (specifically key down) from a scrolltable to enable selection of a cell and/or row and moving that selection around using the arrow keys. Currently, we have this working just by putting the entire scrolltable in a focus panel and adding a

Re: com/google/gwt/gen2/Gen2.gwt.xml jar

2009-06-08 Thread Kinjal Khandhar
Hi Jason, I am trying to create a web application wherein I want to open multiple windows when a tab is clicked in the tabpanel.It should be multiple windows with minimize,maximize and close buttons which has embedded tabpanel. I did try using 1.Mosaic 2.GWM But I found multiple errors while

Re: GLayer() equivalent on GWT Google Maps 1.0 Library

2009-06-08 Thread Pion
I file this issue on http://code.google.com/p/gwt-google-apis as issue # 278. I am new on this subject. I tried to follow your suggestion by doing the following: … private static native JavaScriptObject createLayer(String name) /*-{ return new GLayer(name);

Re: GLayer() equivalent on GWT Google Maps 1.0 Library

2009-06-08 Thread Eric Ayers
Sorry, that should have been new $wnd.GLayer() On Mon, Jun 8, 2009 at 4:29 PM, Pion onlee2...@gmail.com wrote: I file this issue on http://code.google.com/p/gwt-google-apis as issue # 278. I am new on this subject. I tried to follow your suggestion by doing the following:        …      

Re: GLayer() equivalent on GWT Google Maps 1.0 Library

2009-06-08 Thread Pion
Thanks for your help and quick reply. You are a genius :-)! It works now! Again, thanks. On Jun 8, 1:39 pm, Eric Ayers zun...@google.com wrote: Sorry, that should have been new $wnd.GLayer() On Mon, Jun 8, 2009 at 4:29 PM, Pion onlee2...@gmail.com wrote: I file this issue

Re: com/google/gwt/gen2/Gen2.gwt.xml jar

2009-06-08 Thread Dean S. Jones
GWT Incubator http://code.google.com/p/google-web-toolkit-incubator/wiki/Downloads?tm=2 --~--~-~--~~~---~--~~ 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: GWTetris - enjoy it :)

2009-06-08 Thread Marty Fried
Works pretty well. Sometimes, it's hard to see the white piece against the white clouds and light background. Also, it's too easy - I played a while, but it never got any harder, and I fell asleep after about 5000 points. But it took me a few minutes to notice the instructions, and the use of

Getting elements from a FormPanel by name

2009-06-08 Thread mxmtycoder
I have a composite where a dynamic formpanel is built (beside other widgets I add several textbox elements, and I set the name for each one) Is there a way to get the elements by their name without using the iterator ? Thanks, Pablo --~--~-~--~~~---~--~~ You

Re: Eclipse - GWT - ClassNotFoundException in StockWatcher RPC tutorial

2009-06-08 Thread Marty Fried
Hi, I'm definitely not an expert, although I'm pretty good at fixing my own problems. I haven't found any in the tutorial except for the jUnit testing part. I hope this isn't too basic, but I don't really know your skill level. It could be higher than mine, in which case, feel free to ignore

Too Dumb to Fix Logging on the Server

2009-06-08 Thread Scott
I am using GWT 1.6.4 in Eclipse 3.4.2 on Mac OS X with the Instantiations GWT Designer 7.0.0. For the life of me, I cannot get a server log to be generated when an exception is thrown in my RPC code. The console in Eclipse tells me: com.google.gwt.user.client.rpc.StatusCodeException: The call

Problems with jUnit setup for StockWatcher tutorial

2009-06-08 Thread Marty Fried
Well, I went through the tutorial with no problems, and I'm ready to write that killer app the world's been waiting for. But then, I decided I needed to learn how to do jUnit testing, because who wants a bugs with a killer app, right? So, I followed the directions as best I knew how, and the

Re: GLayer() equivalent on GWT Google Maps 1.0 Library

2009-06-08 Thread Eric Ayers
Thanks for filing the ticket. On Mon, Jun 8, 2009 at 5:21 PM, Piononlee2...@gmail.com wrote: Thanks for your help and quick reply. You are a genius :-)! It works now! Again, thanks. On Jun 8, 1:39 pm, Eric Ayers zun...@google.com wrote: Sorry, that should have been new $wnd.GLayer()

Passing a argument to GWT application

2009-06-08 Thread OffTheWall
I want to pass my GWT application a recordID at the time I call the URL. The application would then retrieve the record from the server and display the record on the screen. What is the best way to do this and is it possible to pass command line arguments to a GWT application?

Re: Simple Eclipse/Java/GWT question

2009-06-08 Thread Shane
Hi Jamie, Thanks for the heads-up, that will save me time. However, I am still unsure why I am getting errors with the org.json library. Even if I don't use this library, I am sure I will run into this sort of problem again. I guess my question boils down to: how do I import other Java code

Re: What is FixedWidthGridBulkRenderer?

2009-06-08 Thread hezjing
What will happen if a PagingScrollTable does not have a FixedWidthGridBulkRenderer?Does this means the table without a bulk renderer will simply be rendered slowly? On Tue, Jun 9, 2009 at 1:26 AM, jay jay.gin...@gmail.com wrote: Bulk loading is the process of creating a string to represent

Re: Referencing Shared Library

2009-06-08 Thread Scott
No one knows how to allow a GWT project to access a plain java project in eclipse without turning it into a GWT module? On Jun 3, 5:24 pm, Scott sc...@selikoff.net wrote: Does that mean the shared library has to be a module?  I'd prefer to keep the shared library a simple Java project with no

Re: Simple Eclipse/Java/GWT question

2009-06-08 Thread Ian Bambury
The chances are you can't. Unless the code you want to import only uses emulated classes, and you have the source, then you can't use it. GWT can only translate into JS what it has been 'taught' how to translate. Some things (like multi-threading) it will never (in the foreseeable future) be able

tested browsers

2009-06-08 Thread mike
I'm assuming GWT is tested against many browsers? Is there a list available? YUI's approach to this is really well done. http://developer.yahoo.com/yui/articles/gbs/ -Mike --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google

Re: Simple Eclipse/Java/GWT question

2009-06-08 Thread Jamie
You need to make sure that you define a module xml for each source folder you want to make use of, or add a 'source' element within your module for each client source folder. I am not sure about the 'expected package' problem... are you still importing org.json somewhere? Jamie.

Re: Passing a argument to GWT application

2009-06-08 Thread abhiram wuntakal
Not sure if this is the right thing to do. but u can try the history token as a work around. Pass the rowid as a history token to ur application url... Then retrieve the history token in ur code and u can later query the database accordingly.. Dont u want to put a textBox in the initial

Re: Too Dumb to Fix Logging on the Server

2009-06-08 Thread abhiram wuntakal
Have u tried adding the log4j jar file? that helps u generate log file using a command like private static Logger logger_ = Logger.getLogger(SampleFacade.class); logger_.info(ABC); cheers, Abhiram On Tue, Jun 9, 2009 at 3:58 AM, Scott scott.duens...@gmail.com wrote: I am

Re: Simple Eclipse/Java/GWT question

2009-06-08 Thread Shane
Hi Jamie, Thanks for the info, I'll dig around and see how do add these module xml files. As for the 'expected package' problem, I was getting that in the hosted server log file when the client was instantiated. The thing is, I can import the org.json.* namespace, and write code that passes

Re: Passing a argument to GWT application

2009-06-08 Thread Keith Whittingham
Inside your xom.xxx.server.Xxxx extends RemoteServiceServlet class you can call getThreadLocalRequest() and that will give you your servlet request so you can play with the query (the URL argument list) cookies and whatever I want to pass my GWT application a recordID at the time I call

  1   2   >