data table widget

2009-03-26 Thread justin
Is there a UI widget for gwt similar to Cocoa's NSTableView? Basically, you get a table of a predefined number of rows and columns. Scrolling is built-in. As the user scrolls, a method is called to request data for the table cells that are visible at that moment. Thank you, justin

Re: large GWT app fails to load in IE - anyone else seeing this?

2009-07-30 Thread Justin
on this, it would be much appreciated. http://code.google.com/p/google-web-toolkit-doc-1-5/wiki/FAQ_WhenDoModulesLoad Justin On Jul 21, 9:23 am, Joe Cole profilercorporat...@gmail.com wrote: Hi Dave, We have experienced some issues that may be explained by this. Did you get any further

Re: AccessControlExeption: Access Denied

2009-09-25 Thread Justin
Hey, Ax and I are working on this together, so I wanted to thank you all for the replies. We got it working with all the help. Thanks!! On Sep 24, 3:39 pm, David Durham david.durham...@gmail.com wrote: On Thu, Sep 24, 2009 at 2:34 PM, Sripathi Krishnan sripathi.krish...@gmail.com wrote:

Package/Source Problem

2008-10-02 Thread Justin Thomas
I have an existing Java web application. I am trying to add a GWT component. I have a main source folder called src. I have a GWT package under src as well in com.vzb... My main source for the app is in com.wcom... The GWT application compiles and works great with my test app, however, when

Day 3.... Can't link classes

2008-10-04 Thread Justin Thomas
I've spent three days on this problem, I have 20 days left on a project and I really wanted to use GWT for it. I've tried: 1) Changing the directories in *-compile.cmd for the class path 2) Trying to add source path='' to *.gwt.xml 3) adding the jar my classes are in to the class path (this

Re: Day 3.... Can't link classes

2008-10-04 Thread Justin Thomas
I have to source how do you let it know where the source is? Does it have to be specified in the .gwt.xml file? I have tried that too. Where does the module go in the jar? Do the client/server code need to be in the same jar? I don't have it setup like that right now. On Oct 4, 5:33 pm, Ian

Making RPC calls to remote server in hosted mode

2009-07-06 Thread justin choi
I've been exploring the -noserver option and it doesn't seem to do what I need... Basically, I want to be able to edit the front end in hosted mode and access my remote server for RPC calls. How can this be set up? --~--~-~--~~~---~--~~ You received this message

Re: Making RPC calls to remote server in hosted mode

2009-07-06 Thread justin choi
exactly what -noserver is for. you can debug and   even change your client code and have it execute against any remote   server (whether that is on your local machine or even a production   server). -jason On Jul 6, 2009, at 10:54 AM, justin choi wrote: I've been exploring the -noserver

Re: Making RPC calls to remote server in hosted mode

2009-07-07 Thread justin choi
/myHostpage.html -jason On Jul 6, 2009, at 1:39 PM, justin choi wrote: Can you help figure out the parameters I need to do this?  I've only seen examples to do it on localhost... I've tried configurations along the lines of: -noserver IPaddress -p port com.module/module.html

Cannot create new web applications.

2010-10-04 Thread Justin Lilly
to follow through with the tutorial, but there is no Create new web application selection available in my new project dialog box. Yes, I already looked in the other section too. I'm on 64 bit windows 7, with 64 bit eclipse. Any help would be greatly appreciated. -justin -- You received

Re: Cannot create new web applications.

2010-10-05 Thread Justin Lilly
This was sent 3 days ago. I've since gone with Aptana which worked successfully. The 32 and 64 bit versions of Eclipse didn't work. Also, this moderation is lame for a group based around user support :-/ -justin On Mon, Oct 4, 2010 at 9:19 PM, Y2i yur...@gmail.com wrote: Strange, I didn't have

Re: Cannot create new web applications.

2010-10-05 Thread Justin Lilly
. -justin On Tue, Oct 5, 2010 at 11:23 AM, Chris Conroy con...@google.com wrote: Justin, we'd all love to not have to deal with the hassle of moderation, but sadly there are a lot of spammers out there. Only new members are automatically moderated, and once a member makes some legitimate posts, we

Re: GWT Developer plugin For IE installation problem

2011-01-24 Thread Justin Ryan
I too had the verification error that christian elsen had, in a Windows 7 VirtualBox instance. I was able to follow the dl.google.com msi link just fine. It installed and everything is working for me. When re-opening IE, it prompted me to download the plugin, but it also gave me the security

Re: Regarding menu navigation (page to page) in GWT

2011-07-25 Thread Justin T
Here's what I usually do to transition between pages in GWT. It may or may not be what your looking for. I first clear the Rootpanel, then add to the panel another class which acts like another page. Here's a example: public class Example implements EntryPoint { public void onModuleLoad() {

Why GWT HTTP client can't receive HTTP response

2011-12-26 Thread Justin@GWT
I follow the example code provided by Google GWT to send a HTTP GET request and receive the response. The GET request was sent out successfully, but can't receive response message. Actually the response message has been sent back, according to Wireshark trace. Does anybody know why?

Re: Why GWT HTTP client can't receive HTTP response

2011-12-26 Thread Justin@GWT
Thanks. Is there any workaround about the SOP? I would like to fetch some XML data, but not JSON data. I tried to enable the cross-site host mode, but I was told cross-site hosted mode not yet implemented by GWT. Best Regards, Justin -- You received this message because you are subscribed

Re: Tree View

2012-08-09 Thread Justin Das
please specify is it the smartgwt tree grid or gwt cell tree? On Thu, Aug 9, 2012 at 2:12 AM, Thad thad.humphr...@gmail.com wrote: If you mean a CellTree, you're gonna need to generate a List for each level of your tree. See the second example in

Problem acessing

2012-09-12 Thread Justin Kames
Hello, I've been struggling with this error quite a while and I cant seem to find the error. gwt.xml module rename-to='interbookerappl' inherits name=com.google.gwt.user.User / inherits name=com.google.gwt.user.theme.standard.Standard / inherits name=com.smartgwt.SmartGwt / entry-point

Re: chrome - prompting me to install gwt plugin but already installed

2012-10-19 Thread Justin Kames
Yes there is Open chrome settings extentions drag and drop .crx file into there and it is installed! Op vrijdag 19 oktober 2012 02:11:21 UTC+2 schreef Guray Alsac het volgende: I started seeing this today as well. However, it seems with the new version of chrome you are not allowed to

Re: Could not load GWT DMP Plugin

2012-10-23 Thread Justin Kames
Never had problems with GWT plugin up untill new update! Win 7 version 22.0.1229.94 m Reinstalled chrome/ reinstalled developer plugin multiple times keeps saying gwt dmp cant be loaded :[ -- You received this message because you are subscribed to the Google Groups Google Web Toolkit group.

Re: GWT-ESRI

2014-01-09 Thread Justin Merz
The ESRI js library is free, here is the introduction sample on how to use them: https://developers.arcgis.com/en/javascript/jstutorials/. The GWT-ESRI library is just a wrapper. Check out the .gwt.xml file in the sample code to see how a 3rd party library is loaded with GWT. Note, the

GWT 2.2.0 does not serialize/deserialize basic Java types if not referenced explicitly

2014-09-15 Thread Justin Zhang
Hi GWT experts, I had a problem with the GWT-RPC on 2.2.0 and above. I have a generic service interface which serves as multiple RPC requests depending on the value of event parameter: @RemoteServiceRelativePath(Service) public interface Service extends RemoteService {

Re: GWT 2.2.0 does not serialize/deserialize basic Java types if not referenced explicitly

2014-09-16 Thread Justin Zhang
interface or deferred binding config in module xml. Thank you very much! On Monday, September 15, 2014 1:37:35 AM UTC-7, Thomas Broyer wrote: On Monday, September 15, 2014 6:57:24 AM UTC+2, Justin Zhang wrote: Hi GWT experts, I had a problem with the GWT-RPC on 2.2.0 and above. I have

Should UiBinder support @UiHandler for Elements?

2012-07-17 Thread Justin Santa Barbara
with Elements in UiBinder? Is the code currently in the UiBinder generator really intended for use only by UiRenderer? Thanks, Justin -- You received this message because you are subscribed to the Google Groups Google Web Toolkit group. To view this discussion on the web visit https

Re: SDM incremental compiles and generators

2015-02-02 Thread Justin M. Keyes
On Mon, Feb 2, 2015 at 12:46 PM, Justin M. Keyes justi...@gmail.com wrote: At the GWT.create conference two weeks ago, John Stalcup mentioned that GIN had a possibly-unreleased change that would work better with the incremental compiler. The GIN repository[1] does not appear to have any recent

Re: SDM incremental compiles and generators

2015-02-02 Thread Justin M. Keyes
://code.google.com/p/google-gin/source/list Justin M. Keyes On Fri, Oct 17, 2014 at 4:55 AM, salk31 sal...@gmail.com wrote: Same here, we started using GIN but must be being thick because we can't see the benefit. -- You received this message because you are subscribed to the Google Groups Google Web

[gwt-contrib] RFC: JavascriptResource in ClientBundle

2012-06-07 Thread Justin Santa Barbara
find this useful as-is; would others? Should I try to contribute this to GWT? Justin -- http://groups.google.com/group/Google-Web-Toolkit-Contributors