Re: GWT + Google Spreadsheet Visualization API = Messed-up Data (Limit on size of JSON output?)

2011-02-07 Thread Chuck
... and the answer is: When you want to increment the amount of length(ROWS), don't put as the upper limit of length(COLUMNS). It now seems to be grabbing all the data I'm looking for. -- You received this message because you are subscribed to the Google Groups Google Web Toolkit group. To

GWT + Google Spreadsheet Visualization API = Messed-up Data (Limit on size of JSON output?)

2011-02-07 Thread Chuck
I used to get my JSON data for my Web App using Google/alt-json-in-script, using the native method specified in the original documentation to do so. This worked well... until I wanted to use the new method, JsonpRequestBuilder and the Visualization API instead, for an application where I was

Issue with DateTimeFormat and RSS Feed Timestamps

2009-07-02 Thread Chuck
I'm trying to parse a postedDate from an RSS feed. The postedDate uses the following format in my Java code: DateTimeFormat feedDateFormatter = DateTimeFormat.getFormat(EEE, dd MMM HH:mm:ss Z); It works for most postedDate-s that I encounter on my RSS feeds. However, every once in a while

Re: Issue with DateTimeFormat and RSS Feed Timestamps

2009-07-02 Thread Chuck
, Chuck lehighfootballnat...@gmail.com wrote: I'm trying to parse a postedDate from an RSS feed. The postedDate uses the following format in my Java code: DateTimeFormat feedDateFormatter = DateTimeFormat.getFormat(EEE, dd MMM HH:mm:ss Z); It works for most postedDate-s that I encounter on my

Re: popup on an GWT HTML field

2009-04-26 Thread Chuck
you again! chuck On 23 Apr., 23:59, Sumit Chandel sumitchan...@google.com wrote: Hi Chuck, A possible solution would be to break out any text that you want to trigger an event on into individual HTML snippets, for example: HTML htmlSnip1 = new HTML(Hellonbsp;); HTML htmlSnip2 = new HTML

Re: popup on an GWT HTML field

2009-04-26 Thread Chuck
I guess I just found it; I'll update my GWT first and then I'll get back to you... On 26 Apr., 09:36, Chuck kurtz.lu...@cyber-art.ch wrote: Hi, Thank you so much for your help! Yeah, you're right, I shouldn't do it this way. But unfortunately in this case I should do it like you explained

JsParserException: invalid label

2009-04-21 Thread Chuck
Hi there! Can anyone help me with the error mentioned above? I try to make an interface to JavaScript so I can call a function. My Java code looks like that: public void onModuleLoad() { setShowTrigger(this); } public native void setShowTrigger(Index x)/*-{ $wnd.showIndex =

Function is not working

2009-04-21 Thread Chuck
Hi there! Unfortunately my popup function is not working and I think that I found the reason. Please have a look at the JS code, could it be that com.google.gwt.client.Index::createPopup()(); is wrong? How can I find out what the real path is of my class called Index? Can anybody help? It works

Re: Function is not working

2009-04-21 Thread Chuck
olivier.nougu...@gmail.com wrote: Hi, Your java function should receive an int as parameter ... Nope ? On Tue, Apr 21, 2009 at 4:32 PM, Chuck kurtz.lu...@cyber-art.ch wrote: Hi there! Unfortunately my popup function is not working and I think that I found the reason. Please have a look

Re: Function is not working

2009-04-21 Thread Chuck
21, 2009 at 5:10 PM, Chuck kurtz.lu...@cyber-art.ch wrote: Yes, you're right, thank you. Unfortunately this didn't solve the problem. I got an error now:  Unresolvable native reference to type 'com.google.gwt.client.Index' Do you know how to reference my own class? Do I have to include

popup on an GWT HTML field

2009-04-21 Thread Chuck
Hi folks! Only one question left and my project should be completed! :-) I'd like to print out HTML text (content). But only a few words should have a special function (popup on click). How would you do that? Unfortunately I couldn't find any tutorials. I managed to print HTML code and

MenuBar and Events

2009-04-14 Thread Chuck
Hi there! I just tried to create a menu bar of GWT and I'm getting a little bit frustrated. I tried to find a solution on the internet but unfortunately it seems to be too simple for everyone. I'd like to create a menu which is working. But I have no idea how to work with the events. The

Re: MenuBar and Events

2009-04-14 Thread Chuck
);     }   });   ueberBint.addItem(Partner, true, new Command() {     public void execute() {       Window.alert(User selected that one);     }   }); On Apr 14, 3:42 pm, Chuck kurtz.lu...@cyber-art.ch wrote: Hi there! I just tried to create a menu bar of GWT and I'm getting a little

Failed to load module

2009-04-04 Thread Chuck
Hi there! I'm a starter and I already got troubles running my project. I searched a lot of forums and old threads but I couldn't find a solution. I'm developing with Eclipse and there seems to be something wrong with the RootPanel.add(String).add(x). It works as long as the parameter of add() is

Re: Failed to load module

2009-04-04 Thread Chuck
wrote: Can you please post the exception you get?  It should be in the log. On Sat, Apr 4, 2009 at 3:52 AM, Chuck kurtz.lu...@cyber-art.ch wrote: Hi there! I'm a starter and I already got troubles running my project. I searched a lot of forums and old threads but I couldn't find a solution

Re: Failed to load module

2009-04-04 Thread Chuck
of that.  For some reason, it's not finding your div tag, hence returning null crashing when you try to access the add method. On Sat, Apr 4, 2009 at 6:21 AM, Chuck kurtz.lu...@cyber-art.ch wrote: The HTML code seems to be ok: !DOCTYPE HTML PUBLIC -//W3C//DTD HTML 4.01 Transitional//EN html

Re: Memory Leak in IE 7 using GWT

2008-09-24 Thread Chuck
Tech Support Hazel Crest Illinois [EMAIL PROTECTED] Fear of a name, only increases fear of the thing itself. On Tue, Sep 23, 2008 at 1:03 PM, Chuck [EMAIL PROTECTED] wrote: We have an app that uses GWT with large HTML content (60-70 K) that produces large memory leaks (2-3 M) in IE 7

Memory Leak in IE 7 using GWT

2008-09-23 Thread Chuck
, but the bulk of the leaks reported by JS seem to be gui components that don't result in significant memory usage. Has anyone else experienced this? How did you solve the problem? Thanks in advance, Chuck --~--~-~--~~~---~--~~ You received this message because you