Re: trying up gwt incubator scrollTable problem

2009-06-22 Thread asianCoolz

yes, i did inherits those tags, but now i get

[WARN] Unexpectedly unable to fully resolve type
com.google.gwt.user.client.ui.SuggestBox.1TextBoxEvents


and my app unable to startup


1. can thse scrolltable run on gwt1.6?
2. what else do i need to do beside inherits  those tags above?
3. from what i understand this error is called by this line
dataTable.setHTML(i, 0, LAST_NAMES[Random.nextInt
(LAST_NAMES.length)]);   //setHTML method, if i excluded this line, i
able to run without problem on hosted mode
--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups 
Google Web Toolkit group.
To post to this group, send email to Google-Web-Toolkit@googlegroups.com
To unsubscribe from this group, send email to 
google-web-toolkit+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/Google-Web-Toolkit?hl=en
-~--~~~~--~~--~--~---



Re: trying up gwt incubator scrollTable problem

2009-06-21 Thread hezjing
Hi

You may want to check Table.gwt.xml shown in
http://google-web-toolkit-incubator.googlecode.com/svn/trunk/src/com/google/gwt/gen2/table/Table.gwt.xml

Do you have the modules inherited like the following?

module
inherits name=com.google.gwt.widgetideas.WidgetIdeas /
inherits name=com.google.gwt.gen2.commonwidget.CommonWidget /
inherits name=com.google.gwt.gen2.table.override.Override /
inherits name=com.google.gwt.gen2.table.ScrollTable /
/module


On Sat, Jun 20, 2009 at 5:44 PM, asianCoolz second.co...@gmail.com wrote:


 i trying out the incubator

 http://code.google.com/docreader/#p=google-web-toolkit-incubators=google-web-toolkit-incubatort=PagingScrollTable
 scroll table but when i try to run the example, i get error below

 [ERROR] Line 150: No source code is available for type
 com.google.gwt.gen2.table.client.FixedWidthFlexTable; did you forget
 to inherit a required module?
 [ERROR] Line 152: No source code is available for type
 com.google.gwt.gen2.table.client.FixedWidthGrid; did you forget to
 inherit a required module?


 do i need to include source codes for incubator ?
 



-- 

Hez

--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups 
Google Web Toolkit group.
To post to this group, send email to Google-Web-Toolkit@googlegroups.com
To unsubscribe from this group, send email to 
google-web-toolkit+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/Google-Web-Toolkit?hl=en
-~--~~~~--~~--~--~---



trying up gwt incubator scrollTable problem

2009-06-20 Thread asianCoolz

i trying out the incubator
http://code.google.com/docreader/#p=google-web-toolkit-incubators=google-web-toolkit-incubatort=PagingScrollTable
scroll table but when i try to run the example, i get error below

[ERROR] Line 150: No source code is available for type
com.google.gwt.gen2.table.client.FixedWidthFlexTable; did you forget
to inherit a required module?
[ERROR] Line 152: No source code is available for type
com.google.gwt.gen2.table.client.FixedWidthGrid; did you forget to
inherit a required module?


do i need to include source codes for incubator ?
--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups 
Google Web Toolkit group.
To post to this group, send email to Google-Web-Toolkit@googlegroups.com
To unsubscribe from this group, send email to 
google-web-toolkit+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/Google-Web-Toolkit?hl=en
-~--~~~~--~~--~--~---