'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
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
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
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
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