Re: how to find actual Java for call-stack in generated JS?

2011-09-22 Thread rolarenfan
't find it ...) thanks Paul On Sep 22, 2:51 pm, Alain Ekambi wrote: > Try compile option pretty > > 2011/9/22 rolarenfan > > > > > > > Every so often I get this call-stack: > > > com.google.gwt.core.client.JavaScriptException: (TypeError): Result of > &g

how to find actual Java for call-stack in generated JS?

2011-09-22 Thread rolarenfan
Every so often I get this call-stack: com.google.gwt.core.client.JavaScriptException: (TypeError): Result of expression 'this.$26a' [null] is not an object. line: 1090 sourceId: 4807533168 sourceURL: http://127.0.0.1:58174/mylittlewidget/sc/modules/ISC_Grids.js expressionBeginOffset: 190952 e

Re: Add Scroll Handler to DataGrid (GWT 2.4)

2011-09-22 Thread rolarenfan
Hmm -- when I do that I use "addScrolledHandler()" and the method to override is "void onScrolled(final ScrolledEvent event)"; that system works for me anyway. This is all in the Java, and it looks like you are working in JS ... HTH Paul On Sep 21, 10:05 pm, TheSultan wrote: > I need to add a Sc

Re: how to create a custom DataSource?

2011-09-21 Thread rolarenfan
If so, that means the answer is "no" (i.e., no, there is no way to create a custom DataSource without using smart-GWT-EE). Kind of disappointing. thanks for prompt reply Paul On Sep 21, 6:28 pm, Jeff Larsen wrote: > You probably want to ask this on SmartGwt's forums. -- You received this messa

how to create a custom DataSource?

2011-09-21 Thread rolarenfan
There are examples of how to do this provided by "isomorphic" (e.g., http://www.smartclient.com/smartgwtee/showcase/#simple_custom_ds), but that requires that we install the "SmartGWT-EE". So far our project has not done that, so, I would like to try to do the same thing starting not from Isomorphi