Hi All.
I has same problem("Ext is not definded") but i change order in module
definition (*.gwt.xml) and now everything is OK.
My module:
<module>
<entry-point class='somepackage.EntryPoint />
<stylesheet src="js/ext/resources/css/ext-all.css" />
<stylesheet src="js/ext/resources/css/xtheme-gray.css" />
<script src="js/ext/adapter/ext/ext-base.js" />
<script src="js/ext/ext-all.js" />
<source path="somepackage/client" />
<public path="public" />
<inherits name='com.gwtextux.GwtExtUx' />
</module>
--
KG
On 5 Cze, 04:39, khadaa <
khada...@gmail.com> wrote:
> David, did you solve this problem? if yes, please write how to solve
> this problem.
>
> Thanks,
>
> khadaa
>
> On Apr 30, 9:58 pm, "David Ojeda" <
david.oj...@gmail.com> wrote:
>
> > Hello,
>
> > I havenottried yet upgrading tu gwt-ext2.0.3 since it could take some
> > time and I don't have any right now... Please let me know if you try this...
>
> > Thanks,
> > David
>
> > On Thu, May 1, 2008 at 4:30 AM, dazhu <
tangda...@gmail.com> wrote:
>
> > > Hi Leo
>
> > > I am currently using gwt-ext-ux in version 0.2 , but i still got the
> > > exact wrong message in normal web mode , but it is fine in hosted
> > > mode. I don't know why, is it possible that it is caused by the
> > > compatibility problem between gwt-ext-ux and gwt-ext? because i am
> > > using gwt-extin version 2.0.2notthe latest 2.0.3
> > > On Apr 22, 11:17 pm, leo_BsAs <
aito...@yahoo.es> wrote:
> > > > David... reviewing your exception trace, I think that your problem is
> > > > that thegwt-ext-ux library is old... (you said that you're using
> > > > gwtextux-0.1.1). Try to use the last one, (notfrom "Latest Builds"
> > > > link, download it from thegwt-ext-ux project - the zipped project).
> > > > I'm using the gwtextux-0.2.
> > > > Perhaps that is the solution.
>
> > > > Let me know...
>
> > > > Leo
>
> > > > On Apr 22, 11:49 am, David Ojeda <
david.oj...@gmail.com> wrote:
>
> > > > > Hi Leo,
> > > > > thanks for your attention.
> > > > > Yes, in fact that isnotmy complete module definition. I revised it
> > > > > I couldnotmove the script declaration to the body since it doesn't
> > > > > work in hosted mode, I raised the loglevel of the shell and it seems
> > > > > that the request for the module javascript is never made. I also
> > > > > watched the logs when the javascript order is [ext, my module]. There
> > > > > are a lot of requests but one request never occurs:
> > > > > [TRACE] Request 40:
> > >
http://localhost:8888/la.integra.ui.gwt.ConfModule/hosted.html
>
> > > > > Leo: what do you mean by "Perhaps, as the resources are relative, they
> > > > > arenotrelative to the
> > > > > host..."?
> > > > > Maybe you mean that when using hosted mode the resources arenot
> > > > > found? I don't think this is the problem since changing the order of
> > > > > the javascript fixes the problem on hosted mode.
>
> > > > > Best regards,
> > > > > David
>
> > > > > On Apr 23, 7:32 am, leo_BsAs <
aito...@yahoo.es> wrote:
>
> > > > > > Hi David,
>
> > > > > > "I figured that the 'Ext' isnotdefinederror could be caused by
> > > the
> > > > > > order of the javascript."
> > > > > > Yes, thre browser need to load first theExtresources...
>
> > > > > > I noticed that you didn't post a complete module definition (perhaps
> > > > > > you want to resume), but this a piece of code taken from theGWT-EXT
> > > > > > tutorial (
http://gwt-ext.com/wiki/index.php/
> > > > > > Tutorial:Introduction_to_GWT-Ext_2.0#Configuring_Your_Application)
>
> > > > > > <module>
> > > > > > <!-- Inherit the core Web Toolkit stuff.
> > > -->
> > > > > > <inherits name='com.google.gwt.user.User' />
> > > > > > <!-- Inherit the GWTExt Toolkit library configuration.
> > > -->
> > > > > > <inherits name='com.gwtext.GwtExt' />
> > > > > > <!-- Specify the app entry point class.
> > > -->
> > > > > > <entry-point
> > > class='com.mycompany.mypackage.client.HelloWorld' />
> > > > > > <stylesheet src="js/ext/resources/css/ext-all.css" />
> > > > > > <script src="js/ext/adapter/ext/ext-base.js" />
> > > > > > <script src="js/ext/ext-all.js" />
> > > > > > </module>
>
> > > > > > "However, in hosted mode nothing is
> > > > > > rendered and it only displays a white screen"
> > > > > > Perhaps, as the resources are relative, they arenotrelative to the
> > > > > > host... :-/
>
> > > > > > I hope it helps...
> > > > > > regards,
>
> > > > > > Leo
>
> > > > > > On Apr 21, 5:46 pm, David Ojeda <
david.oj...@gmail.com> wrote:
>
> > > > > > > Hello,
> > > > > > > I posted this inGWTForums, but they told me I should post here...
> > > So
> > > > > > > here it goes:
>
> > > > > > > I am experiencing some trouble usingGWT-Extin hosted mode. I have
> > > an
> > > > > > > application that usesGWTclasses,GWT-ExtandGWT-Extux. Today I
> > > > > > > <!--include theExtCSS, and use the gray theme-->
> > > > > > > I figured that the 'Ext' isnotdefinederror could be caused by
> > > the
> > > > > > > order of the javascript. I tried putting the
> > > > > > > la.package.Module.nocache.js script as
>
> ...
>
> więcej >>